forked from joelverhagen/TorSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TorSharp.sln
84 lines (84 loc) · 4.62 KB
/
TorSharp.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
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{503A5E9E-0307-4126-A2B9-5884115FAE47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TorSharp.Sandbox", "samples\TorSharp.Sandbox\TorSharp.Sandbox.csproj", "{6B08AC42-6B50-4493-A914-17572BF71A52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3DC0B874-A2AB-46AE-B6BC-2D35E32B0647}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TorSharp", "src\TorSharp\TorSharp.csproj", "{7A1DA58E-60B7-4C4D-B56B-8538572429F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{ED4E2334-05F6-4CF4-BAE7-0C11BBD397DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PassThroughProxy", "PassThroughProxy", "{CF825687-1878-48CC-9A79-02A72E3E07E5}"
ProjectSection(SolutionItems) = preProject
test\PassThroughProxy\LICENSE = test\PassThroughProxy\LICENSE
test\PassThroughProxy\PassThroughProxy.ForTesting.snk = test\PassThroughProxy\PassThroughProxy.ForTesting.snk
test\PassThroughProxy\REDISTRIBUTION-NOTE = test\PassThroughProxy\REDISTRIBUTION-NOTE
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PassThroughProxy", "test\PassThroughProxy\PassThroughProxy\PassThroughProxy.csproj", "{1308B4BF-73CC-469D-A3E2-F8B52786CC7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TorSharp.Tests", "test\TorSharp.Tests\TorSharp.Tests.csproj", "{D92586EE-E235-4597-A386-FC8A62A0006E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{87FF3FC0-F1BE-4EAE-B2AE-E7F0BE56F049}"
ProjectSection(SolutionItems) = preProject
build\common.ps1 = build\common.ps1
build\set-version.ps1 = build\set-version.ps1
build\version.txt = build\version.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6705490B-3ABC-406B-BD3D-73B5A26E08B9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
packages.config = packages.config
README.md = README.md
test.ps1 = test.ps1
TorSharp.snk = TorSharp.snk
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B08AC42-6B50-4493-A914-17572BF71A52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B08AC42-6B50-4493-A914-17572BF71A52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B08AC42-6B50-4493-A914-17572BF71A52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B08AC42-6B50-4493-A914-17572BF71A52}.Release|Any CPU.Build.0 = Release|Any CPU
{7A1DA58E-60B7-4C4D-B56B-8538572429F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A1DA58E-60B7-4C4D-B56B-8538572429F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A1DA58E-60B7-4C4D-B56B-8538572429F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A1DA58E-60B7-4C4D-B56B-8538572429F8}.Release|Any CPU.Build.0 = Release|Any CPU
{1308B4BF-73CC-469D-A3E2-F8B52786CC7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1308B4BF-73CC-469D-A3E2-F8B52786CC7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1308B4BF-73CC-469D-A3E2-F8B52786CC7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1308B4BF-73CC-469D-A3E2-F8B52786CC7E}.Release|Any CPU.Build.0 = Release|Any CPU
{D92586EE-E235-4597-A386-FC8A62A0006E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D92586EE-E235-4597-A386-FC8A62A0006E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D92586EE-E235-4597-A386-FC8A62A0006E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D92586EE-E235-4597-A386-FC8A62A0006E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6B08AC42-6B50-4493-A914-17572BF71A52} = {503A5E9E-0307-4126-A2B9-5884115FAE47}
{7A1DA58E-60B7-4C4D-B56B-8538572429F8} = {3DC0B874-A2AB-46AE-B6BC-2D35E32B0647}
{CF825687-1878-48CC-9A79-02A72E3E07E5} = {ED4E2334-05F6-4CF4-BAE7-0C11BBD397DB}
{1308B4BF-73CC-469D-A3E2-F8B52786CC7E} = {CF825687-1878-48CC-9A79-02A72E3E07E5}
{D92586EE-E235-4597-A386-FC8A62A0006E} = {ED4E2334-05F6-4CF4-BAE7-0C11BBD397DB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C9D31863-62E3-48E8-AF13-1E5EE3A20A37}
EndGlobalSection
EndGlobal