-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfigurationEditor.sln
58 lines (58 loc) · 3.52 KB
/
ConfigurationEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigurationEditor.TestSite", "Umbraco9\ConfigurationEditor.TestSite\ConfigurationEditor.TestSite.csproj", "{163D8B55-AACB-47FA-AF8B-411DBBE0984D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigurationEditor", "Umbraco9\ConfigurationEditor\ConfigurationEditor.csproj", "{4386A7B4-03A3-4392-A2E0-EBC25245F17E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Umbraco 8", "Umbraco 8", "{794C1427-5859-45C3-A24A-2C43BA0140FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Umbraco 9", "Umbraco 9", "{0CB21FC3-A2D8-43FC-949E-24B502195FCE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D3596DDD-1A87-4225-886A-D94EBF51907E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigurationEditor", "Umbraco8\ConfigurationEditor\ConfigurationEditor.csproj", "{AFB42F03-4FE1-4408-A657-DEAC889E4F1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigurationEditorTest", "Umbraco8\ConfigurationEditorTest\ConfigurationEditorTest.csproj", "{FC9B39CD-CCAB-43B0-9FF4-65AE021DEDC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{163D8B55-AACB-47FA-AF8B-411DBBE0984D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{163D8B55-AACB-47FA-AF8B-411DBBE0984D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{163D8B55-AACB-47FA-AF8B-411DBBE0984D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{163D8B55-AACB-47FA-AF8B-411DBBE0984D}.Release|Any CPU.Build.0 = Release|Any CPU
{4386A7B4-03A3-4392-A2E0-EBC25245F17E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4386A7B4-03A3-4392-A2E0-EBC25245F17E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4386A7B4-03A3-4392-A2E0-EBC25245F17E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4386A7B4-03A3-4392-A2E0-EBC25245F17E}.Release|Any CPU.Build.0 = Release|Any CPU
{AFB42F03-4FE1-4408-A657-DEAC889E4F1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFB42F03-4FE1-4408-A657-DEAC889E4F1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFB42F03-4FE1-4408-A657-DEAC889E4F1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFB42F03-4FE1-4408-A657-DEAC889E4F1C}.Release|Any CPU.Build.0 = Release|Any CPU
{FC9B39CD-CCAB-43B0-9FF4-65AE021DEDC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC9B39CD-CCAB-43B0-9FF4-65AE021DEDC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC9B39CD-CCAB-43B0-9FF4-65AE021DEDC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC9B39CD-CCAB-43B0-9FF4-65AE021DEDC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{163D8B55-AACB-47FA-AF8B-411DBBE0984D} = {0CB21FC3-A2D8-43FC-949E-24B502195FCE}
{4386A7B4-03A3-4392-A2E0-EBC25245F17E} = {0CB21FC3-A2D8-43FC-949E-24B502195FCE}
{AFB42F03-4FE1-4408-A657-DEAC889E4F1C} = {794C1427-5859-45C3-A24A-2C43BA0140FB}
{FC9B39CD-CCAB-43B0-9FF4-65AE021DEDC5} = {794C1427-5859-45C3-A24A-2C43BA0140FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E5A8217-1D2D-4981-98FF-13AB34244A97}
EndGlobalSection
EndGlobal