forked from Kentico/KInspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KInspector.sln
59 lines (59 loc) · 3.33 KB
/
KInspector.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F3EF3619-F312-4B17-B5BE-5764A8010D38}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kentico.KInspector.Core", "KInspector.Core\Kentico.KInspector.Core.csproj", "{83C55B9E-F597-4941-A41A-932154E256D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kentico.KInspector.Modules", "KInspector.Modules\Kentico.KInspector.Modules.csproj", "{1D75B5FF-71B8-403F-8AED-84B1F32D6617}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kentico.KInspector.Tests", "KInspector.Tests\Kentico.KInspector.Tests.csproj", "{0CD9708F-1740-4585-A9AE-B681C9F030E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{68B3CDB1-A97C-4733-A672-56F2EE39D121}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kentico.KInspector.Web", "KInspector.Web\Kentico.KInspector.Web.csproj", "{94C43526-335E-43F1-A5D6-020FB0A98E85}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5977CB97-CB8F-4C77-836E-EAC1CCD3DEED}"
ProjectSection(SolutionItems) = preProject
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83C55B9E-F597-4941-A41A-932154E256D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83C55B9E-F597-4941-A41A-932154E256D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83C55B9E-F597-4941-A41A-932154E256D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83C55B9E-F597-4941-A41A-932154E256D4}.Release|Any CPU.Build.0 = Release|Any CPU
{1D75B5FF-71B8-403F-8AED-84B1F32D6617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D75B5FF-71B8-403F-8AED-84B1F32D6617}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D75B5FF-71B8-403F-8AED-84B1F32D6617}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D75B5FF-71B8-403F-8AED-84B1F32D6617}.Release|Any CPU.Build.0 = Release|Any CPU
{0CD9708F-1740-4585-A9AE-B681C9F030E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CD9708F-1740-4585-A9AE-B681C9F030E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CD9708F-1740-4585-A9AE-B681C9F030E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CD9708F-1740-4585-A9AE-B681C9F030E6}.Release|Any CPU.Build.0 = Release|Any CPU
{94C43526-335E-43F1-A5D6-020FB0A98E85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94C43526-335E-43F1-A5D6-020FB0A98E85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94C43526-335E-43F1-A5D6-020FB0A98E85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94C43526-335E-43F1-A5D6-020FB0A98E85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0CD9708F-1740-4585-A9AE-B681C9F030E6} = {68B3CDB1-A97C-4733-A672-56F2EE39D121}
EndGlobalSection
EndGlobal