-
Notifications
You must be signed in to change notification settings - Fork 0
/
FreeProxySharp.sln
39 lines (39 loc) · 1.89 KB
/
FreeProxySharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreeProxySharp", "src\FreeProxySharp\FreeProxySharp.csproj", "{01551445-E343-4678-A300-04861F445205}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreeProxySharp.Test", "src\FreeProxySharp.Test\FreeProxySharp.Test.csproj", "{B444C27E-CDED-4687-961F-F3A94121B7BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9DCB5931-2CC0-4B25-9B3A-299786DA4135}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01551445-E343-4678-A300-04861F445205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01551445-E343-4678-A300-04861F445205}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01551445-E343-4678-A300-04861F445205}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01551445-E343-4678-A300-04861F445205}.Release|Any CPU.Build.0 = Release|Any CPU
{B444C27E-CDED-4687-961F-F3A94121B7BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B444C27E-CDED-4687-961F-F3A94121B7BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B444C27E-CDED-4687-961F-F3A94121B7BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B444C27E-CDED-4687-961F-F3A94121B7BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72F268BD-2B21-4300-AD54-D8EFA9B1FB8A}
EndGlobalSection
EndGlobal