-
Notifications
You must be signed in to change notification settings - Fork 4
/
Awesome.Net.WritableOptions.sln
45 lines (45 loc) · 2.41 KB
/
Awesome.Net.WritableOptions.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.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{21CE2D2A-A5BA-4359-A4F3-BD6E694E682D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Awesome.Net.WritableOptions.ConsoleTestApp", "test\Awesome.Net.WritableOptions.ConsoleTestApp\Awesome.Net.WritableOptions.ConsoleTestApp.csproj", "{CB4189E7-B637-4843-9CEE-25E65A1C5080}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5A828822-F81D-48B7-BE2A-5F4C5706132F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Awesome.Net.WritableOptions", "src\Awesome.Net.WritableOptions\Awesome.Net.WritableOptions.csproj", "{AA3898A6-3122-4B8C-B31E-C40A5A878292}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F9578C4D-06FB-4A0D-A00D-6447D3B3757C}"
ProjectSection(SolutionItems) = preProject
common.props = common.props
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
{CB4189E7-B637-4843-9CEE-25E65A1C5080}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB4189E7-B637-4843-9CEE-25E65A1C5080}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB4189E7-B637-4843-9CEE-25E65A1C5080}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB4189E7-B637-4843-9CEE-25E65A1C5080}.Release|Any CPU.Build.0 = Release|Any CPU
{AA3898A6-3122-4B8C-B31E-C40A5A878292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA3898A6-3122-4B8C-B31E-C40A5A878292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA3898A6-3122-4B8C-B31E-C40A5A878292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA3898A6-3122-4B8C-B31E-C40A5A878292}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CB4189E7-B637-4843-9CEE-25E65A1C5080} = {5A828822-F81D-48B7-BE2A-5F4C5706132F}
{AA3898A6-3122-4B8C-B31E-C40A5A878292} = {21CE2D2A-A5BA-4359-A4F3-BD6E694E682D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F2027AD-51F7-49A6-B4BA-B69055DD36F8}
EndGlobalSection
EndGlobal