Rev 14 | Rev 33 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14 | Rev 27 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chess Giants", "Chess Giants.vcxproj", "{3C0C871B-5FB3-40E4-8006-38C27F82AC0C}" |
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chess Giants", "Chess Giants.vcxproj", "{3C0C871B-5FB3-40E4-8006-38C27F82AC0C}" |
- | 5 | EndProject |
|
- | 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crafty", "engine-src\crafty.vcxproj", "{FFEE7DEB-7A7E-5C76-6758-967168AC3F06}" |
|
5 | EndProject |
7 | EndProject |
6 | Global |
8 | Global |
7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
8 | Debug|Win32 = Debug|Win32 |
10 | Debug|Win32 = Debug|Win32 |
9 | Release|Win32 = Release|Win32 |
11 | Release|Win32 = Release|Win32 |
Line 11... | Line 13... | ||
11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
12 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Debug|Win32.ActiveCfg = Debug|Win32 |
14 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Debug|Win32.ActiveCfg = Debug|Win32 |
13 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Debug|Win32.Build.0 = Debug|Win32 |
15 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Debug|Win32.Build.0 = Debug|Win32 |
14 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Release|Win32.ActiveCfg = Release|Win32 |
16 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Release|Win32.ActiveCfg = Release|Win32 |
15 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Release|Win32.Build.0 = Release|Win32 |
17 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Release|Win32.Build.0 = Release|Win32 |
- | 18 | {FFEE7DEB-7A7E-5C76-6758-967168AC3F06}.Debug|Win32.ActiveCfg = Release|Win32 |
|
- | 19 | {FFEE7DEB-7A7E-5C76-6758-967168AC3F06}.Debug|Win32.Build.0 = Release|Win32 |
|
- | 20 | {FFEE7DEB-7A7E-5C76-6758-967168AC3F06}.Release|Win32.ActiveCfg = Release|Win32 |
|
- | 21 | {FFEE7DEB-7A7E-5C76-6758-967168AC3F06}.Release|Win32.Build.0 = Release|Win32 |
|
16 | EndGlobalSection |
22 | EndGlobalSection |
17 | GlobalSection(SolutionProperties) = preSolution |
23 | GlobalSection(SolutionProperties) = preSolution |
18 | HideSolutionNode = FALSE |
24 | HideSolutionNode = FALSE |
19 | EndGlobalSection |
25 | EndGlobalSection |
20 | EndGlobal |
26 | EndGlobal |