-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIpSet.sln
46 lines (46 loc) · 2.22 KB
/
IpSet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpSet", "IpSet\IpSet.csproj", "{C3EEBF62-05D1-43BE-9832-1A38F993D4B2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EBEBCEAD-A818-4412-BEE7-8873EECF42D0}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
GlobalSuppressions.cs = GlobalSuppressions.cs
README.md = README.md
requirements.txt = requirements.txt
stylecop.json = stylecop.json
xunit.runner.json = xunit.runner.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F5A22815-6A7C-46EF-8C03-F7ECCDCA77CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IpSet.Tests", "IpSet.Tests\IpSet.Tests.csproj", "{69BD0AA7-CE23-4564-877B-B59EB3F26C81}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3EEBF62-05D1-43BE-9832-1A38F993D4B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3EEBF62-05D1-43BE-9832-1A38F993D4B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3EEBF62-05D1-43BE-9832-1A38F993D4B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3EEBF62-05D1-43BE-9832-1A38F993D4B2}.Release|Any CPU.Build.0 = Release|Any CPU
{69BD0AA7-CE23-4564-877B-B59EB3F26C81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69BD0AA7-CE23-4564-877B-B59EB3F26C81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69BD0AA7-CE23-4564-877B-B59EB3F26C81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69BD0AA7-CE23-4564-877B-B59EB3F26C81}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{69BD0AA7-CE23-4564-877B-B59EB3F26C81} = {F5A22815-6A7C-46EF-8C03-F7ECCDCA77CE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FDFAC02-25AE-4264-BDA7-560116237796}
EndGlobalSection
EndGlobal