This repository was archived by the owner on Apr 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCrazyCoder.sln
More file actions
25 lines (25 loc) · 1.34 KB
/
CrazyCoder.sln
File metadata and controls
25 lines (25 loc) · 1.34 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Game", "src\Game\Game.vcxproj", "{433B94ED-B248-4442-899D-C217C81F421D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Editor", "src\Editor\Editor.vcxproj", "{BFF88EE0-5400-48FF-9A30-34544C615D2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Default = Debug|Default
Release|Default = Release|Default
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{433B94ED-B248-4442-899D-C217C81F421D}.Debug|Default.ActiveCfg = Debug|Win32
{433B94ED-B248-4442-899D-C217C81F421D}.Debug|Default.Build.0 = Debug|Win32
{433B94ED-B248-4442-899D-C217C81F421D}.Release|Default.ActiveCfg = Release|Win32
{433B94ED-B248-4442-899D-C217C81F421D}.Release|Default.Build.0 = Release|Win32
{BFF88EE0-5400-48FF-9A30-34544C615D2A}.Debug|Default.ActiveCfg = Debug|Win32
{BFF88EE0-5400-48FF-9A30-34544C615D2A}.Debug|Default.Build.0 = Debug|Win32
{BFF88EE0-5400-48FF-9A30-34544C615D2A}.Release|Default.ActiveCfg = Release|Win32
{BFF88EE0-5400-48FF-9A30-34544C615D2A}.Release|Default.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal