forked from DavidMoore/ipfilter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IPFilter.sln
73 lines (73 loc) · 4.26 KB
/
IPFilter.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
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPFilter", "Code\IPFilter\IPFilter.csproj", "{34A454A5-5453-424A-81CE-30FF0A2B004B}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Setup.IPFilter", "Setup\Setup.IPFilter\Setup.IPFilter.wixproj", "{345FF54A-FCA9-48D5-99B8-AC15669ABDEE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E8A8DFF2-AA9A-44E9-B532-58A2AD3BF61B}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E208A54C-2B63-41CC-8FCD-2A2CF60ECFCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPFilter.Tests", "Tests\UnitTests\IPFilter.Tests\IPFilter.Tests.csproj", "{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Debug|x64.ActiveCfg = Debug|Any CPU
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Debug|x64.Build.0 = Debug|Any CPU
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Debug|x86.ActiveCfg = Debug|Any CPU
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Debug|x86.Build.0 = Debug|Any CPU
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Release|Any CPU.Build.0 = Release|Any CPU
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Release|x64.ActiveCfg = Release|Any CPU
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Release|x64.Build.0 = Release|Any CPU
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Release|x86.ActiveCfg = Release|Any CPU
{34A454A5-5453-424A-81CE-30FF0A2B004B}.Release|x86.Build.0 = Release|Any CPU
{345FF54A-FCA9-48D5-99B8-AC15669ABDEE}.Debug|Any CPU.ActiveCfg = Debug|x86
{345FF54A-FCA9-48D5-99B8-AC15669ABDEE}.Debug|x64.ActiveCfg = Debug|x86
{345FF54A-FCA9-48D5-99B8-AC15669ABDEE}.Debug|x86.ActiveCfg = Debug|x86
{345FF54A-FCA9-48D5-99B8-AC15669ABDEE}.Debug|x86.Build.0 = Debug|x86
{345FF54A-FCA9-48D5-99B8-AC15669ABDEE}.Release|Any CPU.ActiveCfg = Release|x86
{345FF54A-FCA9-48D5-99B8-AC15669ABDEE}.Release|Any CPU.Build.0 = Release|x86
{345FF54A-FCA9-48D5-99B8-AC15669ABDEE}.Release|x64.ActiveCfg = Release|x86
{345FF54A-FCA9-48D5-99B8-AC15669ABDEE}.Release|x86.ActiveCfg = Release|x86
{345FF54A-FCA9-48D5-99B8-AC15669ABDEE}.Release|x86.Build.0 = Release|x86
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Debug|x64.ActiveCfg = Debug|Any CPU
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Debug|x64.Build.0 = Debug|Any CPU
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Debug|x86.ActiveCfg = Debug|Any CPU
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Debug|x86.Build.0 = Debug|Any CPU
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Release|Any CPU.Build.0 = Release|Any CPU
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Release|x64.ActiveCfg = Release|Any CPU
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Release|x64.Build.0 = Release|Any CPU
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Release|x86.ActiveCfg = Release|Any CPU
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{908B06C1-CFDD-47FA-B651-7A23D1EDB6E4} = {E208A54C-2B63-41CC-8FCD-2A2CF60ECFCA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF751B36-B446-4E63-BF70-2D8B03FCA7B2}
EndGlobalSection
EndGlobal