Rev 37 | Rev 45 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 37 | Rev 39 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | Microsoft Visual Studio Solution File, Format Version 11.00 |
2 | Microsoft Visual Studio Solution File, Format Version 11.00 |
| 3 | # Visual Studio 2010 |
3 | # Visual Studio 2010 |
| 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 |
5 | EndProject |
| 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crafty", "engine-crafty\crafty.vcxproj", "{AC18E423-9C96-A3A8-2535-3D9AA8D33225}" |
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crafty", "engine-crafty\crafty.vcxproj", "{AC18E423-9C96-A3A8-2535-3D9AA8D33225}" |
| 7 | EndProject |
- | |
| 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gnuchess", "engine-gnuchess\gnuchess.vcxproj", "{B5AACF6C-6CD4-345B-D7D9-9C5954CCA41F}" |
- | |
| 9 | EndProject |
7 | EndProject |
| 10 | Global |
8 | Global |
| 11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 12 | Debug|Win32 = Debug|Win32 |
10 | Debug|Win32 = Debug|Win32 |
| 13 | Release|Win32 = Release|Win32 |
11 | Release|Win32 = Release|Win32 |
| Line 19... | Line 17... | ||
| 19 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Release|Win32.Build.0 = Release|Win32 |
17 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Release|Win32.Build.0 = Release|Win32 |
| 20 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Debug|Win32.ActiveCfg = Release|Win32 |
18 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Debug|Win32.ActiveCfg = Release|Win32 |
| 21 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Debug|Win32.Build.0 = Release|Win32 |
19 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Debug|Win32.Build.0 = Release|Win32 |
| 22 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Release|Win32.ActiveCfg = Release|Win32 |
20 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Release|Win32.ActiveCfg = Release|Win32 |
| 23 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Release|Win32.Build.0 = Release|Win32 |
21 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Release|Win32.Build.0 = Release|Win32 |
| 24 | {B5AACF6C-6CD4-345B-D7D9-9C5954CCA41F}.Debug|Win32.ActiveCfg = Release|Win32 |
- | |
| 25 | {B5AACF6C-6CD4-345B-D7D9-9C5954CCA41F}.Debug|Win32.Build.0 = Release|Win32 |
- | |
| 26 | {B5AACF6C-6CD4-345B-D7D9-9C5954CCA41F}.Release|Win32.ActiveCfg = Release|Win32 |
- | |
| 27 | {B5AACF6C-6CD4-345B-D7D9-9C5954CCA41F}.Release|Win32.Build.0 = Release|Win32 |
- | |
| 28 | EndGlobalSection |
22 | EndGlobalSection |
| 29 | GlobalSection(SolutionProperties) = preSolution |
23 | GlobalSection(SolutionProperties) = preSolution |
| 30 | HideSolutionNode = FALSE |
24 | HideSolutionNode = FALSE |
| 31 | EndGlobalSection |
25 | EndGlobalSection |
| 32 | EndGlobal |
26 | EndGlobal |