forked from lontivero/Open.NAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpen.Nat.sln
54 lines (54 loc) · 2.54 KB
/
Open.Nat.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{94F0AE28-727F-497A-AC20-EB5B0C5EBA9A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
AUTHORS = AUTHORS
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
Open.Nat\Open.Nat.nuspec = Open.Nat\Open.Nat.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.Nat", "Source\Open.Nat\Open.Nat.csproj", "{0489D561-C902-4BD7-A479-6F0738DCD5EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E037876E-7069-48F7-BD4C-22BDB6552057}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.Nat.Tests", "Tests\Open.Nat.Tests\Open.Nat.Tests.csproj", "{C8732354-2653-418B-B1E8-928637E9D8EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{C96973BF-621C-4E3C-A08F-B3173A0CE856}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0489D561-C902-4BD7-A479-6F0738DCD5EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0489D561-C902-4BD7-A479-6F0738DCD5EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0489D561-C902-4BD7-A479-6F0738DCD5EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0489D561-C902-4BD7-A479-6F0738DCD5EB}.Release|Any CPU.Build.0 = Release|Any CPU
{C8732354-2653-418B-B1E8-928637E9D8EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8732354-2653-418B-B1E8-928637E9D8EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8732354-2653-418B-B1E8-928637E9D8EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8732354-2653-418B-B1E8-928637E9D8EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0489D561-C902-4BD7-A479-6F0738DCD5EB} = {C96973BF-621C-4E3C-A08F-B3173A0CE856}
{C8732354-2653-418B-B1E8-928637E9D8EB} = {E037876E-7069-48F7-BD4C-22BDB6552057}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20A4267C-4AEC-43F6-9685-5EAEA5A59407}
EndGlobalSection
GlobalSection(OpenDevelopProperties) = preSolution
version = 0.1
StartupItem = Source\Open.Nat\Open.Nat.csproj
name = Open.Nat
EndGlobalSection
EndGlobal