This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
forked from lontivero/Open.NAT
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOpen.Nat.sln
123 lines (123 loc) · 8.48 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.Nat", "Open.Nat\Open.Nat.csproj", "{F5D74163-145F-47BF-83DC-D0E07249C6CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.Nat.ConsoleTest", "Open.Nat.ConsoleTest\Open.Nat.ConsoleTest.csproj", "{E92CFA66-F518-4E66-B0BA-76A7808C939A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{87CD0D6D-64C8-4C38-9A75-2036C09BB763}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.Nat.UnitTests", "Open.Nat.UnitTests\Open.Nat.UnitTests.csproj", "{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.Nat.Core", "Open.NAT.Core\Open.Nat.Core.csproj", "{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.Nat.Core.ConsoleTest", "Open.Nat.Core.ConsoleTest\Open.Nat.Core.ConsoleTest.csproj", "{50668D18-F639-41E0-B118-3878807262E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Open.Nat.Core.UnitTests", "Open.Nat.Core.UnitTests\Open.Nat.Core.UnitTests.csproj", "{9681A8E9-FB28-434C-8B0A-F63E00F2776C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug 3.5|Any CPU = Debug 3.5|Any CPU
Debug 4.5|Any CPU = Debug 4.5|Any CPU
Debug Core|Any CPU = Debug Core|Any CPU
Release 3.5|Any CPU = Release 3.5|Any CPU
Release 4.5|Any CPU = Release 4.5|Any CPU
Release Core|Any CPU = Release Core|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Debug 3.5|Any CPU.ActiveCfg = Debug 3.5|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Debug 3.5|Any CPU.Build.0 = Debug 3.5|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Debug Core|Any CPU.ActiveCfg = Debug 4.5|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Release 3.5|Any CPU.ActiveCfg = Release 3.5|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Release 3.5|Any CPU.Build.0 = Release 3.5|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Release Core|Any CPU.ActiveCfg = Release 4.5|Any CPU
{E92CFA66-F518-4E66-B0BA-76A7808C939A}.Debug 3.5|Any CPU.ActiveCfg = Debug 3.5|Any CPU
{E92CFA66-F518-4E66-B0BA-76A7808C939A}.Debug 3.5|Any CPU.Build.0 = Debug 3.5|Any CPU
{E92CFA66-F518-4E66-B0BA-76A7808C939A}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU
{E92CFA66-F518-4E66-B0BA-76A7808C939A}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU
{E92CFA66-F518-4E66-B0BA-76A7808C939A}.Debug Core|Any CPU.ActiveCfg = Debug 4.5|Any CPU
{E92CFA66-F518-4E66-B0BA-76A7808C939A}.Release 3.5|Any CPU.ActiveCfg = Release 3.5|Any CPU
{E92CFA66-F518-4E66-B0BA-76A7808C939A}.Release 3.5|Any CPU.Build.0 = Release 3.5|Any CPU
{E92CFA66-F518-4E66-B0BA-76A7808C939A}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU
{E92CFA66-F518-4E66-B0BA-76A7808C939A}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU
{E92CFA66-F518-4E66-B0BA-76A7808C939A}.Release Core|Any CPU.ActiveCfg = Release 4.5|Any CPU
{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}.Debug 3.5|Any CPU.ActiveCfg = Debug 3.5|Any CPU
{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}.Debug 3.5|Any CPU.Build.0 = Debug 3.5|Any CPU
{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU
{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU
{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}.Debug Core|Any CPU.ActiveCfg = Debug 4.5|Any CPU
{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}.Release 3.5|Any CPU.ActiveCfg = Release 3.5|Any CPU
{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}.Release 3.5|Any CPU.Build.0 = Release 3.5|Any CPU
{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU
{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU
{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}.Release Core|Any CPU.ActiveCfg = Release 4.5|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Debug 3.5|Any CPU.ActiveCfg = Debug Core|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Debug 3.5|Any CPU.Build.0 = Debug Core|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Debug 4.5|Any CPU.ActiveCfg = Debug Core|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Debug 4.5|Any CPU.Build.0 = Debug Core|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Debug Core|Any CPU.ActiveCfg = Debug Core|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Debug Core|Any CPU.Build.0 = Debug Core|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Release 3.5|Any CPU.ActiveCfg = Release Core|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Release 3.5|Any CPU.Build.0 = Release Core|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Release 4.5|Any CPU.ActiveCfg = Release Core|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Release 4.5|Any CPU.Build.0 = Release Core|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Release Core|Any CPU.ActiveCfg = Release Core|Any CPU
{EEEB918B-7EFB-4D37-9C76-80DC5FCCE3B3}.Release Core|Any CPU.Build.0 = Release Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Debug 3.5|Any CPU.ActiveCfg = Debug Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Debug 3.5|Any CPU.Build.0 = Debug Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Debug 4.5|Any CPU.ActiveCfg = Debug Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Debug 4.5|Any CPU.Build.0 = Debug Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Debug Core|Any CPU.ActiveCfg = Debug Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Debug Core|Any CPU.Build.0 = Debug Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Release 3.5|Any CPU.ActiveCfg = Release Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Release 3.5|Any CPU.Build.0 = Release Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Release 4.5|Any CPU.ActiveCfg = Release Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Release 4.5|Any CPU.Build.0 = Release Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Release Core|Any CPU.ActiveCfg = Release Core|Any CPU
{50668D18-F639-41E0-B118-3878807262E3}.Release Core|Any CPU.Build.0 = Release Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Debug 3.5|Any CPU.ActiveCfg = Debug Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Debug 3.5|Any CPU.Build.0 = Debug Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Debug 4.5|Any CPU.ActiveCfg = Debug Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Debug 4.5|Any CPU.Build.0 = Debug Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Debug Core|Any CPU.ActiveCfg = Debug Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Debug Core|Any CPU.Build.0 = Debug Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Release 3.5|Any CPU.ActiveCfg = Release Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Release 3.5|Any CPU.Build.0 = Release Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Release 4.5|Any CPU.ActiveCfg = Release Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Release 4.5|Any CPU.Build.0 = Release Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Release Core|Any CPU.ActiveCfg = Release Core|Any CPU
{9681A8E9-FB28-434C-8B0A-F63E00F2776C}.Release Core|Any CPU.Build.0 = Release Core|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1ED96A38-F8D5-4D7B-85C9-363E23901283}
EndGlobalSection
GlobalSection(OpenDevelopProperties) = preSolution
version = 0.1
StartupItem = Open.Nat\Open.Nat.csproj
name = Open.Nat
EndGlobalSection
EndGlobal