-
Notifications
You must be signed in to change notification settings - Fork 3
/
ThreadGun.sln
37 lines (37 loc) · 2.04 KB
/
ThreadGun.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestThreadingMethod", "TestThreadingMethod\TestThreadingMethod.csproj", "{8C72AD07-E7CD-4B63-8FF4-3A1978E66793}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProxyGather", "ProxyGather\ProxyGather.csproj", "{B3CC8AF1-141A-4FD8-B62B-4A268C5EAF3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreadGun", "ThreadGun\ThreadGun.csproj", "{01592E75-7A3C-49FD-B47C-B1E05F98B384}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C72AD07-E7CD-4B63-8FF4-3A1978E66793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C72AD07-E7CD-4B63-8FF4-3A1978E66793}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C72AD07-E7CD-4B63-8FF4-3A1978E66793}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C72AD07-E7CD-4B63-8FF4-3A1978E66793}.Release|Any CPU.Build.0 = Release|Any CPU
{B3CC8AF1-141A-4FD8-B62B-4A268C5EAF3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3CC8AF1-141A-4FD8-B62B-4A268C5EAF3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3CC8AF1-141A-4FD8-B62B-4A268C5EAF3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3CC8AF1-141A-4FD8-B62B-4A268C5EAF3B}.Release|Any CPU.Build.0 = Release|Any CPU
{01592E75-7A3C-49FD-B47C-B1E05F98B384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01592E75-7A3C-49FD-B47C-B1E05F98B384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01592E75-7A3C-49FD-B47C-B1E05F98B384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01592E75-7A3C-49FD-B47C-B1E05F98B384}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06630EC1-9966-45D9-8AFF-D6E1921557EA}
EndGlobalSection
EndGlobal