forked from Michael0ne/TOD_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKapowSystems.sln
49 lines (49 loc) · 2.74 KB
/
KapowSystems.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 Version 17
VisualStudioVersion = 17.2.32427.441
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TOD1", "TOD1\TOD1.vcxproj", "{518D090C-BA7C-4436-9FB5-0EFCB8F9DAB7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "debugmenu", "debugmenu\debugmenu.vcxproj", "{1819C9A3-F059-45F4-A983-759E81DC215E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "restools", "restools\restools.vcxproj", "{6CBF97BE-2975-40D1-8D88-CE373AD02CB8}"
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
{518D090C-BA7C-4436-9FB5-0EFCB8F9DAB7}.Debug|Win32.ActiveCfg = Debug DLL|Win32
{518D090C-BA7C-4436-9FB5-0EFCB8F9DAB7}.Debug|Win32.Build.0 = Debug DLL|Win32
{518D090C-BA7C-4436-9FB5-0EFCB8F9DAB7}.Debug|x64.ActiveCfg = Debug DLL|Win32
{518D090C-BA7C-4436-9FB5-0EFCB8F9DAB7}.Release|Win32.ActiveCfg = Release DLL|Win32
{518D090C-BA7C-4436-9FB5-0EFCB8F9DAB7}.Release|Win32.Build.0 = Release DLL|Win32
{518D090C-BA7C-4436-9FB5-0EFCB8F9DAB7}.Release|x64.ActiveCfg = Release DLL|Win32
{1819C9A3-F059-45F4-A983-759E81DC215E}.Debug|Win32.ActiveCfg = Debug|Win32
{1819C9A3-F059-45F4-A983-759E81DC215E}.Debug|Win32.Build.0 = Debug|Win32
{1819C9A3-F059-45F4-A983-759E81DC215E}.Debug|x64.ActiveCfg = Debug|x64
{1819C9A3-F059-45F4-A983-759E81DC215E}.Debug|x64.Build.0 = Debug|x64
{1819C9A3-F059-45F4-A983-759E81DC215E}.Release|Win32.ActiveCfg = Release|Win32
{1819C9A3-F059-45F4-A983-759E81DC215E}.Release|Win32.Build.0 = Release|Win32
{1819C9A3-F059-45F4-A983-759E81DC215E}.Release|x64.ActiveCfg = Release|x64
{1819C9A3-F059-45F4-A983-759E81DC215E}.Release|x64.Build.0 = Release|x64
{6CBF97BE-2975-40D1-8D88-CE373AD02CB8}.Debug|Win32.ActiveCfg = Debug|Win32
{6CBF97BE-2975-40D1-8D88-CE373AD02CB8}.Debug|Win32.Build.0 = Debug|Win32
{6CBF97BE-2975-40D1-8D88-CE373AD02CB8}.Debug|x64.ActiveCfg = Debug|x64
{6CBF97BE-2975-40D1-8D88-CE373AD02CB8}.Debug|x64.Build.0 = Debug|x64
{6CBF97BE-2975-40D1-8D88-CE373AD02CB8}.Release|Win32.ActiveCfg = Release|Win32
{6CBF97BE-2975-40D1-8D88-CE373AD02CB8}.Release|Win32.Build.0 = Release|Win32
{6CBF97BE-2975-40D1-8D88-CE373AD02CB8}.Release|x64.ActiveCfg = Release|x64
{6CBF97BE-2975-40D1-8D88-CE373AD02CB8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F35263AC-29D0-4B07-9773-6D306DB5EC14}
EndGlobalSection
EndGlobal