-
Notifications
You must be signed in to change notification settings - Fork 394
/
TinyNuke.sln
36 lines (36 loc) · 1.94 KB
/
TinyNuke.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Loader", "Loader\Loader.vcxproj", "{AB612859-E2DD-46A0-94B7-49616C6D7365}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bot", "Bot\Bot.vcxproj", "{8C66E36C-51F6-410F-8678-64358BC78BF7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB612859-E2DD-46A0-94B7-49616C6D7365}.Debug|Win32.ActiveCfg = Debug|Win32
{AB612859-E2DD-46A0-94B7-49616C6D7365}.Debug|Win32.Build.0 = Debug|Win32
{AB612859-E2DD-46A0-94B7-49616C6D7365}.Debug|x64.ActiveCfg = Debug|x64
{AB612859-E2DD-46A0-94B7-49616C6D7365}.Debug|x64.Build.0 = Debug|x64
{AB612859-E2DD-46A0-94B7-49616C6D7365}.Release|Win32.ActiveCfg = interceptor|Win32
{AB612859-E2DD-46A0-94B7-49616C6D7365}.Release|Win32.Build.0 = interceptor|Win32
{AB612859-E2DD-46A0-94B7-49616C6D7365}.Release|x64.ActiveCfg = interceptor|x64
{AB612859-E2DD-46A0-94B7-49616C6D7365}.Release|x64.Build.0 = interceptor|x64
{8C66E36C-51F6-410F-8678-64358BC78BF7}.Debug|Win32.ActiveCfg = Debug|Win32
{8C66E36C-51F6-410F-8678-64358BC78BF7}.Debug|Win32.Build.0 = Debug|Win32
{8C66E36C-51F6-410F-8678-64358BC78BF7}.Debug|x64.ActiveCfg = Debug|x64
{8C66E36C-51F6-410F-8678-64358BC78BF7}.Debug|x64.Build.0 = Debug|x64
{8C66E36C-51F6-410F-8678-64358BC78BF7}.Release|Win32.ActiveCfg = interceptor|Win32
{8C66E36C-51F6-410F-8678-64358BC78BF7}.Release|Win32.Build.0 = interceptor|Win32
{8C66E36C-51F6-410F-8678-64358BC78BF7}.Release|x64.ActiveCfg = interceptor|x64
{8C66E36C-51F6-410F-8678-64358BC78BF7}.Release|x64.Build.0 = interceptor|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal