-
Notifications
You must be signed in to change notification settings - Fork 0
/
IPAddressExtension.sln
41 lines (41 loc) · 2.23 KB
/
IPAddressExtension.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FA16A30-768A-4306-A213-5F07C3E1C88C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPAddressExtension", "src\IPAddressExtension\IPAddressExtension.csproj", "{4F49A932-263B-4B36-B2B6-9AC264D06AD2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{91B4FCD8-8C4F-424B-B759-3221A1EE97EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{E104FAE1-1DA2-4309-870C-98BEA67B79E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPAddressExtension.UnitTest", "test\IPAddressExtension.UnitTest\IPAddressExtension.UnitTest.csproj", "{A9B4AD00-70BD-4184-890F-C17F481E0503}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F49A932-263B-4B36-B2B6-9AC264D06AD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F49A932-263B-4B36-B2B6-9AC264D06AD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F49A932-263B-4B36-B2B6-9AC264D06AD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F49A932-263B-4B36-B2B6-9AC264D06AD2}.Release|Any CPU.Build.0 = Release|Any CPU
{A9B4AD00-70BD-4184-890F-C17F481E0503}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9B4AD00-70BD-4184-890F-C17F481E0503}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9B4AD00-70BD-4184-890F-C17F481E0503}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9B4AD00-70BD-4184-890F-C17F481E0503}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4F49A932-263B-4B36-B2B6-9AC264D06AD2} = {E104FAE1-1DA2-4309-870C-98BEA67B79E4}
{A9B4AD00-70BD-4184-890F-C17F481E0503} = {91B4FCD8-8C4F-424B-B759-3221A1EE97EA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4D5E44F-5E2F-43C5-B57D-584E341FC1C4}
EndGlobalSection
EndGlobal