forked from HAM-2015/CsGo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CsGo.sln
49 lines (49 loc) · 2.74 KB
/
CsGo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsGo", "CsGo\CsGo.csproj", "{22CB7E19-FD55-4A6E-976F-723082CC8206}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoTest", "GoTest\GoTest.csproj", "{F3F7779D-DF67-4FD8-BEF0-D9FF6B93CA1E}"
ProjectSection(ProjectDependencies) = postProject
{22CB7E19-FD55-4A6E-976F-723082CC8206} = {22CB7E19-FD55-4A6E-976F-723082CC8206}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormTest", "FormTest\FormTest.csproj", "{2AC9E74B-77FF-4987-AA1E-6F75E7320941}"
ProjectSection(ProjectDependencies) = postProject
{22CB7E19-FD55-4A6E-976F-723082CC8206} = {22CB7E19-FD55-4A6E-976F-723082CC8206}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkerFlow", "WorkerFlow\WorkerFlow.csproj", "{9CDE92F2-774C-4705-A3E6-4B586450AA5B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22CB7E19-FD55-4A6E-976F-723082CC8206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22CB7E19-FD55-4A6E-976F-723082CC8206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22CB7E19-FD55-4A6E-976F-723082CC8206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22CB7E19-FD55-4A6E-976F-723082CC8206}.Release|Any CPU.Build.0 = Release|Any CPU
{F3F7779D-DF67-4FD8-BEF0-D9FF6B93CA1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3F7779D-DF67-4FD8-BEF0-D9FF6B93CA1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3F7779D-DF67-4FD8-BEF0-D9FF6B93CA1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3F7779D-DF67-4FD8-BEF0-D9FF6B93CA1E}.Release|Any CPU.Build.0 = Release|Any CPU
{2AC9E74B-77FF-4987-AA1E-6F75E7320941}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AC9E74B-77FF-4987-AA1E-6F75E7320941}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AC9E74B-77FF-4987-AA1E-6F75E7320941}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AC9E74B-77FF-4987-AA1E-6F75E7320941}.Release|Any CPU.Build.0 = Release|Any CPU
{9CDE92F2-774C-4705-A3E6-4B586450AA5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CDE92F2-774C-4705-A3E6-4B586450AA5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CDE92F2-774C-4705-A3E6-4B586450AA5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CDE92F2-774C-4705-A3E6-4B586450AA5B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1216098E-56D6-4C06-820E-4C7307AE7098}
EndGlobalSection
EndGlobal