forked from heywills/StagingConfigurationModule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKenticoCommunity.StagingConfigurationModule.sln
45 lines (45 loc) · 2.72 KB
/
KenticoCommunity.StagingConfigurationModule.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KenticoCommunity.StagingConfigurationModule", "KenticoCommunity.StagingConfigurationModule\KenticoCommunity.StagingConfigurationModule.csproj", "{E76AEF79-F656-4E0F-B15D-A07DE3DAECFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{334538EE-2AC1-43DA-873B-1945E282FF7F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KenticoCommunity.StagingConfigurationModule.NetFramework.Tests", "KenticoCommunity.StagingConfigurationModule.NetFramework.Tests\KenticoCommunity.StagingConfigurationModule.NetFramework.Tests.csproj", "{B52FCAAC-5AA2-4802-AA7F-BA6C63084BF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KenticoCommunity.StagingConfigurationModule.NetCore.Tests", "KenticoCommunity.StagingConfigurationModule.NetCore.Tests\KenticoCommunity.StagingConfigurationModule.NetCore.Tests.csproj", "{ABC13415-7C16-4B56-8A90-9B652B342F1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E76AEF79-F656-4E0F-B15D-A07DE3DAECFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E76AEF79-F656-4E0F-B15D-A07DE3DAECFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E76AEF79-F656-4E0F-B15D-A07DE3DAECFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E76AEF79-F656-4E0F-B15D-A07DE3DAECFA}.Release|Any CPU.Build.0 = Release|Any CPU
{B52FCAAC-5AA2-4802-AA7F-BA6C63084BF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B52FCAAC-5AA2-4802-AA7F-BA6C63084BF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B52FCAAC-5AA2-4802-AA7F-BA6C63084BF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B52FCAAC-5AA2-4802-AA7F-BA6C63084BF5}.Release|Any CPU.Build.0 = Release|Any CPU
{ABC13415-7C16-4B56-8A90-9B652B342F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABC13415-7C16-4B56-8A90-9B652B342F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABC13415-7C16-4B56-8A90-9B652B342F1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABC13415-7C16-4B56-8A90-9B652B342F1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A92D6BAE-EBB7-418D-BA94-FA47119671F2}
EndGlobalSection
EndGlobal