-
Notifications
You must be signed in to change notification settings - Fork 0
/
Toimik.IpAddressEnumeration.sln
42 lines (42 loc) · 2.46 KB
/
Toimik.IpAddressEnumeration.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toimik.IpAddressEnumeration", "src\Toimik.IpAddressEnumeration\Toimik.IpAddressEnumeration.csproj", "{0236F0AA-48D1-4F80-8774-DEDF0BAF1E8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Toimik.IpAddressEnumeration.Tests", "tests\Toimik.IpAddressEnumeration.Tests\Toimik.IpAddressEnumeration.Tests.csproj", "{B18877C5-459F-47EE-85E7-163A24CF8334}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AAAC59A1-0895-4608-920A-879378AD277E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Toimik.IpAddressEnumeration.Samples", "samples\Toimik.IpAddressEnumeration.Samples\Toimik.IpAddressEnumeration.Samples.csproj", "{6B0A4710-73D4-4066-9C9E-84420F237BC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0236F0AA-48D1-4F80-8774-DEDF0BAF1E8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0236F0AA-48D1-4F80-8774-DEDF0BAF1E8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0236F0AA-48D1-4F80-8774-DEDF0BAF1E8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0236F0AA-48D1-4F80-8774-DEDF0BAF1E8A}.Release|Any CPU.Build.0 = Release|Any CPU
{B18877C5-459F-47EE-85E7-163A24CF8334}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B18877C5-459F-47EE-85E7-163A24CF8334}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B18877C5-459F-47EE-85E7-163A24CF8334}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B18877C5-459F-47EE-85E7-163A24CF8334}.Release|Any CPU.Build.0 = Release|Any CPU
{6B0A4710-73D4-4066-9C9E-84420F237BC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B0A4710-73D4-4066-9C9E-84420F237BC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B0A4710-73D4-4066-9C9E-84420F237BC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B0A4710-73D4-4066-9C9E-84420F237BC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B600CC10-213D-48A6-932D-8029B8503503}
EndGlobalSection
EndGlobal