forked from richardschneider/net-nat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nat.sln
56 lines (56 loc) · 3.08 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6B9AA9C7-5E90-4D10-9DDE-A2AA5FE3ECA6}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Documentation", "doc\Documentation.csproj", "{F3A32EA9-0B2F-46A3-B47A-33B4C04BD423}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nat", "src\Nat.csproj", "{F3C81C57-C283-4E07-B765-DEABCFB22136}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NatTests", "test\NatTests.csproj", "{B459FBC7-4A28-4170-AD83-7348A403407F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Natcheck", "Natcheck\Natcheck.csproj", "{D3CAF3EB-D02E-452C-AF4F-BE51E8DDF5D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NancyServer", "NancyServer\NancyServer.csproj", "{6FF98256-1D46-4B47-B814-971A9C79C379}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3A32EA9-0B2F-46A3-B47A-33B4C04BD423}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3A32EA9-0B2F-46A3-B47A-33B4C04BD423}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C81C57-C283-4E07-B765-DEABCFB22136}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3C81C57-C283-4E07-B765-DEABCFB22136}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3C81C57-C283-4E07-B765-DEABCFB22136}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C81C57-C283-4E07-B765-DEABCFB22136}.Release|Any CPU.Build.0 = Release|Any CPU
{B459FBC7-4A28-4170-AD83-7348A403407F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B459FBC7-4A28-4170-AD83-7348A403407F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B459FBC7-4A28-4170-AD83-7348A403407F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B459FBC7-4A28-4170-AD83-7348A403407F}.Release|Any CPU.Build.0 = Release|Any CPU
{D3CAF3EB-D02E-452C-AF4F-BE51E8DDF5D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3CAF3EB-D02E-452C-AF4F-BE51E8DDF5D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3CAF3EB-D02E-452C-AF4F-BE51E8DDF5D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3CAF3EB-D02E-452C-AF4F-BE51E8DDF5D0}.Release|Any CPU.Build.0 = Release|Any CPU
{6FF98256-1D46-4B47-B814-971A9C79C379}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FF98256-1D46-4B47-B814-971A9C79C379}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FF98256-1D46-4B47-B814-971A9C79C379}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FF98256-1D46-4B47-B814-971A9C79C379}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36ED5AA7-8F41-4F7D-A665-230635EF64A1}
EndGlobalSection
EndGlobal