-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathVoid.sln
74 lines (74 loc) · 4.94 KB
/
Void.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoidLib", "VoidLib\VoidLib.csproj", "{ECB797DC-902E-404A-B9BB-5356BC6AFFC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playground", "Playground\Playground.csproj", "{EC78A2DD-13BD-4583-8894-B1FF74C869F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoidBot", "VoidBot\VoidBot.csproj", "{487E601F-6275-4DAF-9D13-6A9BD8E2EE3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Radar", "VoidRadar\VoidRadar\Radar.csproj", "{EAA2F592-4059-4E1F-A6DE-F51FA7904607}"
EndProject
Project("{96E2B04D-8817-42C6-938A-82C39BA4D311}") = "RadarContent", "VoidRadar\VoidRadarContent\RadarContent.contentproj", "{88E8C7C6-758B-4271-8C41-50B451F6DA90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECB797DC-902E-404A-B9BB-5356BC6AFFC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECB797DC-902E-404A-B9BB-5356BC6AFFC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECB797DC-902E-404A-B9BB-5356BC6AFFC4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{ECB797DC-902E-404A-B9BB-5356BC6AFFC4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{ECB797DC-902E-404A-B9BB-5356BC6AFFC4}.Debug|x86.ActiveCfg = Debug|Any CPU
{ECB797DC-902E-404A-B9BB-5356BC6AFFC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECB797DC-902E-404A-B9BB-5356BC6AFFC4}.Release|Any CPU.Build.0 = Release|Any CPU
{ECB797DC-902E-404A-B9BB-5356BC6AFFC4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{ECB797DC-902E-404A-B9BB-5356BC6AFFC4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{ECB797DC-902E-404A-B9BB-5356BC6AFFC4}.Release|x86.ActiveCfg = Release|Any CPU
{EC78A2DD-13BD-4583-8894-B1FF74C869F5}.Debug|Any CPU.ActiveCfg = Debug|x86
{EC78A2DD-13BD-4583-8894-B1FF74C869F5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{EC78A2DD-13BD-4583-8894-B1FF74C869F5}.Debug|Mixed Platforms.Build.0 = Debug|x86
{EC78A2DD-13BD-4583-8894-B1FF74C869F5}.Debug|x86.ActiveCfg = Debug|x86
{EC78A2DD-13BD-4583-8894-B1FF74C869F5}.Debug|x86.Build.0 = Debug|x86
{EC78A2DD-13BD-4583-8894-B1FF74C869F5}.Release|Any CPU.ActiveCfg = Release|x86
{EC78A2DD-13BD-4583-8894-B1FF74C869F5}.Release|Mixed Platforms.ActiveCfg = Release|x86
{EC78A2DD-13BD-4583-8894-B1FF74C869F5}.Release|Mixed Platforms.Build.0 = Release|x86
{EC78A2DD-13BD-4583-8894-B1FF74C869F5}.Release|x86.ActiveCfg = Release|x86
{EC78A2DD-13BD-4583-8894-B1FF74C869F5}.Release|x86.Build.0 = Release|x86
{487E601F-6275-4DAF-9D13-6A9BD8E2EE3B}.Debug|Any CPU.ActiveCfg = Debug|x86
{487E601F-6275-4DAF-9D13-6A9BD8E2EE3B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{487E601F-6275-4DAF-9D13-6A9BD8E2EE3B}.Debug|Mixed Platforms.Build.0 = Debug|x86
{487E601F-6275-4DAF-9D13-6A9BD8E2EE3B}.Debug|x86.ActiveCfg = Debug|x86
{487E601F-6275-4DAF-9D13-6A9BD8E2EE3B}.Debug|x86.Build.0 = Debug|x86
{487E601F-6275-4DAF-9D13-6A9BD8E2EE3B}.Release|Any CPU.ActiveCfg = Release|x86
{487E601F-6275-4DAF-9D13-6A9BD8E2EE3B}.Release|Mixed Platforms.ActiveCfg = Release|x86
{487E601F-6275-4DAF-9D13-6A9BD8E2EE3B}.Release|Mixed Platforms.Build.0 = Release|x86
{487E601F-6275-4DAF-9D13-6A9BD8E2EE3B}.Release|x86.ActiveCfg = Release|x86
{487E601F-6275-4DAF-9D13-6A9BD8E2EE3B}.Release|x86.Build.0 = Release|x86
{EAA2F592-4059-4E1F-A6DE-F51FA7904607}.Debug|Any CPU.ActiveCfg = Debug|x86
{EAA2F592-4059-4E1F-A6DE-F51FA7904607}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{EAA2F592-4059-4E1F-A6DE-F51FA7904607}.Debug|Mixed Platforms.Build.0 = Debug|x86
{EAA2F592-4059-4E1F-A6DE-F51FA7904607}.Debug|x86.ActiveCfg = Debug|x86
{EAA2F592-4059-4E1F-A6DE-F51FA7904607}.Debug|x86.Build.0 = Debug|x86
{EAA2F592-4059-4E1F-A6DE-F51FA7904607}.Release|Any CPU.ActiveCfg = Release|x86
{EAA2F592-4059-4E1F-A6DE-F51FA7904607}.Release|Mixed Platforms.ActiveCfg = Release|x86
{EAA2F592-4059-4E1F-A6DE-F51FA7904607}.Release|Mixed Platforms.Build.0 = Release|x86
{EAA2F592-4059-4E1F-A6DE-F51FA7904607}.Release|x86.ActiveCfg = Release|x86
{EAA2F592-4059-4E1F-A6DE-F51FA7904607}.Release|x86.Build.0 = Release|x86
{88E8C7C6-758B-4271-8C41-50B451F6DA90}.Debug|Any CPU.ActiveCfg = Debug|x86
{88E8C7C6-758B-4271-8C41-50B451F6DA90}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{88E8C7C6-758B-4271-8C41-50B451F6DA90}.Debug|x86.ActiveCfg = Debug|x86
{88E8C7C6-758B-4271-8C41-50B451F6DA90}.Release|Any CPU.ActiveCfg = Release|x86
{88E8C7C6-758B-4271-8C41-50B451F6DA90}.Release|Mixed Platforms.ActiveCfg = Release|x86
{88E8C7C6-758B-4271-8C41-50B451F6DA90}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal