forked from huanlin/SharpConfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharpConfig.sln
56 lines (56 loc) · 3.16 KB
/
SharpConfig.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32127.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpConfig", "Src\SharpConfig.csproj", "{47435426-6569-4208-868E-25C0519F1F0F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57A30C37-CC60-4595-8F22-D0AF82D64114}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{E33211F0-708C-47C3-8D46-A6C3110E2B99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{1FB672FC-A39B-4F75-B060-15B666C1BD26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example1", "Examples\Example1\Example1.csproj", "{7A775D3E-25DC-4D29-AC2E-C57FC8EDB9F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example2", "Examples\Example2\Example2.csproj", "{89EE05B0-2F3C-4704-A9D3-DB36368F186B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47435426-6569-4208-868E-25C0519F1F0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47435426-6569-4208-868E-25C0519F1F0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47435426-6569-4208-868E-25C0519F1F0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47435426-6569-4208-868E-25C0519F1F0F}.Release|Any CPU.Build.0 = Release|Any CPU
{E33211F0-708C-47C3-8D46-A6C3110E2B99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E33211F0-708C-47C3-8D46-A6C3110E2B99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E33211F0-708C-47C3-8D46-A6C3110E2B99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E33211F0-708C-47C3-8D46-A6C3110E2B99}.Release|Any CPU.Build.0 = Release|Any CPU
{7A775D3E-25DC-4D29-AC2E-C57FC8EDB9F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A775D3E-25DC-4D29-AC2E-C57FC8EDB9F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A775D3E-25DC-4D29-AC2E-C57FC8EDB9F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A775D3E-25DC-4D29-AC2E-C57FC8EDB9F4}.Release|Any CPU.Build.0 = Release|Any CPU
{89EE05B0-2F3C-4704-A9D3-DB36368F186B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89EE05B0-2F3C-4704-A9D3-DB36368F186B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89EE05B0-2F3C-4704-A9D3-DB36368F186B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89EE05B0-2F3C-4704-A9D3-DB36368F186B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7A775D3E-25DC-4D29-AC2E-C57FC8EDB9F4} = {1FB672FC-A39B-4F75-B060-15B666C1BD26}
{89EE05B0-2F3C-4704-A9D3-DB36368F186B} = {1FB672FC-A39B-4F75-B060-15B666C1BD26}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7546E96E-68C4-49D7-AAE8-27F5CA7531AB}
EndGlobalSection
EndGlobal