-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathSc2AiBot.sln
43 lines (43 loc) · 2.73 KB
/
Sc2AiBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Injector", "Injector\Injector.csproj", "{BAB61A56-7090-472A-AA1E-CD87CED2C8A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interceptor", "Interceptor\Interceptor.csproj", "{F1828904-A74C-4A1C-A08E-E6C9F224916A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemotingInterface", "RemotingInterface\RemotingInterface.csproj", "{E866C7C1-9E8A-49B6-8573-E7BA58FC176B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logging", "Logging\Logging.csproj", "{39C56209-F6E4-4873-A5BE-AA5B8B465219}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Game", "Game\Game.csproj", "{25A5B357-2282-4F9C-91D3-B352C33E5028}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAB61A56-7090-472A-AA1E-CD87CED2C8A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAB61A56-7090-472A-AA1E-CD87CED2C8A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAB61A56-7090-472A-AA1E-CD87CED2C8A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAB61A56-7090-472A-AA1E-CD87CED2C8A2}.Release|Any CPU.Build.0 = Release|Any CPU
{F1828904-A74C-4A1C-A08E-E6C9F224916A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1828904-A74C-4A1C-A08E-E6C9F224916A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1828904-A74C-4A1C-A08E-E6C9F224916A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1828904-A74C-4A1C-A08E-E6C9F224916A}.Release|Any CPU.Build.0 = Release|Any CPU
{E866C7C1-9E8A-49B6-8573-E7BA58FC176B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E866C7C1-9E8A-49B6-8573-E7BA58FC176B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E866C7C1-9E8A-49B6-8573-E7BA58FC176B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E866C7C1-9E8A-49B6-8573-E7BA58FC176B}.Release|Any CPU.Build.0 = Release|Any CPU
{39C56209-F6E4-4873-A5BE-AA5B8B465219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39C56209-F6E4-4873-A5BE-AA5B8B465219}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39C56209-F6E4-4873-A5BE-AA5B8B465219}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39C56209-F6E4-4873-A5BE-AA5B8B465219}.Release|Any CPU.Build.0 = Release|Any CPU
{25A5B357-2282-4F9C-91D3-B352C33E5028}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25A5B357-2282-4F9C-91D3-B352C33E5028}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25A5B357-2282-4F9C-91D3-B352C33E5028}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25A5B357-2282-4F9C-91D3-B352C33E5028}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal