forked from Kentico/KInspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KInspector.sln
75 lines (74 loc) · 4.85 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
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("{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
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KenticoInspector.WebApplication", "KenticoInspector.WebApplication\KenticoInspector.WebApplication.csproj", "{0C9FB1D4-87F2-48A0-81CD-45D5D2EF6C05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KenticoInspector.Core", "KenticoInspector.Core\KenticoInspector.Core.csproj", "{0F0CD079-3395-4241-8C13-1CE284C4FDE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KenticoInspector.Infrastructure", "KenticoInspector.Infrastructure\KenticoInspector.Infrastructure.csproj", "{E73A8C85-381C-4707-927D-D0D311A0B9A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KenticoInspector.Reports", "KenticoInspector.Reports\KenticoInspector.Reports.csproj", "{4790028D-24BB-4BFC-98BA-C25AB5F682C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KenticoInspector.Reports.Tests", "KenticoInspector.Reports.Tests\KenticoInspector.Reports.Tests.csproj", "{3F359210-5970-4CAA-B442-338F2EC51729}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KenticoInspector.Infrastructure.Tests", "KenticoInspector.Infrastructure.Tests\KenticoInspector.Infrastructure.Tests.csproj", "{7C8E2AC5-5ED5-45D7-8EB4-39F3BEECCFDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KenticoInspector.Core.Tests", "KenticoInspector.Core.Tests\KenticoInspector.Core.Tests.csproj", "{46F38A42-61A3-4FA9-9FB0-32B343CFA6A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C9FB1D4-87F2-48A0-81CD-45D5D2EF6C05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C9FB1D4-87F2-48A0-81CD-45D5D2EF6C05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C9FB1D4-87F2-48A0-81CD-45D5D2EF6C05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C9FB1D4-87F2-48A0-81CD-45D5D2EF6C05}.Release|Any CPU.Build.0 = Release|Any CPU
{0F0CD079-3395-4241-8C13-1CE284C4FDE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F0CD079-3395-4241-8C13-1CE284C4FDE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F0CD079-3395-4241-8C13-1CE284C4FDE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F0CD079-3395-4241-8C13-1CE284C4FDE1}.Release|Any CPU.Build.0 = Release|Any CPU
{E73A8C85-381C-4707-927D-D0D311A0B9A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E73A8C85-381C-4707-927D-D0D311A0B9A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E73A8C85-381C-4707-927D-D0D311A0B9A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E73A8C85-381C-4707-927D-D0D311A0B9A6}.Release|Any CPU.Build.0 = Release|Any CPU
{4790028D-24BB-4BFC-98BA-C25AB5F682C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4790028D-24BB-4BFC-98BA-C25AB5F682C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4790028D-24BB-4BFC-98BA-C25AB5F682C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4790028D-24BB-4BFC-98BA-C25AB5F682C5}.Release|Any CPU.Build.0 = Release|Any CPU
{3F359210-5970-4CAA-B442-338F2EC51729}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F359210-5970-4CAA-B442-338F2EC51729}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F359210-5970-4CAA-B442-338F2EC51729}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F359210-5970-4CAA-B442-338F2EC51729}.Release|Any CPU.Build.0 = Release|Any CPU
{7C8E2AC5-5ED5-45D7-8EB4-39F3BEECCFDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C8E2AC5-5ED5-45D7-8EB4-39F3BEECCFDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C8E2AC5-5ED5-45D7-8EB4-39F3BEECCFDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C8E2AC5-5ED5-45D7-8EB4-39F3BEECCFDA}.Release|Any CPU.Build.0 = Release|Any CPU
{46F38A42-61A3-4FA9-9FB0-32B343CFA6A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46F38A42-61A3-4FA9-9FB0-32B343CFA6A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46F38A42-61A3-4FA9-9FB0-32B343CFA6A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46F38A42-61A3-4FA9-9FB0-32B343CFA6A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F97074A-AB88-4F8F-AC4A-32A6C4CED4C1}
EndGlobalSection
EndGlobal