-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathIPTables.Net.sln
65 lines (65 loc) · 3.55 KB
/
IPTables.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPTables.Net", "IPTables.Net\IPTables.Net.csproj", "{F111B420-D519-4B50-91E5-F5FF6C707171}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPTables.Net.Tests", "IPTables.Net.Tests\IPTables.Net.Tests.csproj", "{212BE401-C2D4-4542-ACAA-22F68B99A025}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPTables.Net.TestFramework", "IPTables.Net.TestFramework\IPTables.Net.TestFramework.csproj", "{CACE8E1F-F578-4762-8C93-F09407C380F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPTables.Net.Benchmark", "IPTables.Net.Benchmark\IPTables.Net.Benchmark.csproj", "{FC9AE520-96AA-4FC8-AA3D-67F23A857749}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B74C6308-6416-47B5-92C9-EEBE4134CB01}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.travis.yml = .travis.yml
IPTables.Net.sln.DotSettings = IPTables.Net.sln.DotSettings
LICENSE = LICENSE
NOTICE = NOTICE
nuget-upload.sh = nuget-upload.sh
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{E0C725E2-8BE4-48D7-95C3-7164044AD6DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{CA58F056-D4EF-4AA2-AC2E-447C72DD57B1}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F111B420-D519-4B50-91E5-F5FF6C707171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F111B420-D519-4B50-91E5-F5FF6C707171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F111B420-D519-4B50-91E5-F5FF6C707171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F111B420-D519-4B50-91E5-F5FF6C707171}.Release|Any CPU.Build.0 = Release|Any CPU
{212BE401-C2D4-4542-ACAA-22F68B99A025}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{212BE401-C2D4-4542-ACAA-22F68B99A025}.Debug|Any CPU.Build.0 = Debug|Any CPU
{212BE401-C2D4-4542-ACAA-22F68B99A025}.Release|Any CPU.ActiveCfg = Release|Any CPU
{212BE401-C2D4-4542-ACAA-22F68B99A025}.Release|Any CPU.Build.0 = Release|Any CPU
{CACE8E1F-F578-4762-8C93-F09407C380F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CACE8E1F-F578-4762-8C93-F09407C380F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CACE8E1F-F578-4762-8C93-F09407C380F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CACE8E1F-F578-4762-8C93-F09407C380F4}.Release|Any CPU.Build.0 = Release|Any CPU
{FC9AE520-96AA-4FC8-AA3D-67F23A857749}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC9AE520-96AA-4FC8-AA3D-67F23A857749}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC9AE520-96AA-4FC8-AA3D-67F23A857749}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC9AE520-96AA-4FC8-AA3D-67F23A857749}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CA58F056-D4EF-4AA2-AC2E-447C72DD57B1} = {E0C725E2-8BE4-48D7-95C3-7164044AD6DD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6AB9760E-4B64-43E1-A77C-2D8DD0862BD4}
EndGlobalSection
EndGlobal