-
-
Notifications
You must be signed in to change notification settings - Fork 368
/
IPBan.sln
54 lines (54 loc) · 2.73 KB
/
IPBan.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6822D44E-F078-4FD9-8770-D7A8B1B41CF8}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPBan", "IPBan\IPBan.csproj", "{BF7A13A4-7DE6-49DE-89AC-6EA15AB6CD07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPBanTests", "IPBanTests\IPBanTests.csproj", "{03C5299A-9F93-495B-9F2B-4D18B7101584}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPBanCore", "IPBanCore\IPBanCore.csproj", "{9940E02E-7136-4357-BA2E-157839F60CED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{8E9EED12-B723-40A8-B468-0FEC9CBEC181}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
IPBan\CreatePackage.ps1 = IPBan\CreatePackage.ps1
ISSUE_TEMPLATE.md = ISSUE_TEMPLATE.md
LICENSE.md = LICENSE.md
README.md = README.md
testEnvironments.json = testEnvironments.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF7A13A4-7DE6-49DE-89AC-6EA15AB6CD07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF7A13A4-7DE6-49DE-89AC-6EA15AB6CD07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF7A13A4-7DE6-49DE-89AC-6EA15AB6CD07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF7A13A4-7DE6-49DE-89AC-6EA15AB6CD07}.Release|Any CPU.Build.0 = Release|Any CPU
{03C5299A-9F93-495B-9F2B-4D18B7101584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03C5299A-9F93-495B-9F2B-4D18B7101584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03C5299A-9F93-495B-9F2B-4D18B7101584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03C5299A-9F93-495B-9F2B-4D18B7101584}.Release|Any CPU.Build.0 = Release|Any CPU
{9940E02E-7136-4357-BA2E-157839F60CED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9940E02E-7136-4357-BA2E-157839F60CED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9940E02E-7136-4357-BA2E-157839F60CED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9940E02E-7136-4357-BA2E-157839F60CED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9347CCF6-CF1D-422A-8CB6-3B1D78FE18FD}
EndGlobalSection
EndGlobal