Rev 39 | Rev 97 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | pmbaty | 1 | |
2 | Microsoft Visual Studio Solution File, Format Version 11.00 |
||
3 | # Visual Studio 2010 |
||
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chess Giants", "Chess Giants.vcxproj", "{3C0C871B-5FB3-40E4-8006-38C27F82AC0C}" |
||
5 | EndProject |
||
35 | pmbaty | 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crafty", "engine-crafty\crafty.vcxproj", "{AC18E423-9C96-A3A8-2535-3D9AA8D33225}" |
27 | pmbaty | 7 | EndProject |
45 | pmbaty | 8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "polyglot", "engine-polyglot\polyglot.vcxproj", "{338A87F7-3E9D-798F-C923-BF839AE92C7C}" |
9 | EndProject |
||
1 | pmbaty | 10 | Global |
11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
||
12 | Debug|Win32 = Debug|Win32 |
||
13 | Release|Win32 = Release|Win32 |
||
14 | EndGlobalSection |
||
15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
||
16 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Debug|Win32.ActiveCfg = Debug|Win32 |
||
17 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Debug|Win32.Build.0 = Debug|Win32 |
||
18 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Release|Win32.ActiveCfg = Release|Win32 |
||
19 | {3C0C871B-5FB3-40E4-8006-38C27F82AC0C}.Release|Win32.Build.0 = Release|Win32 |
||
35 | pmbaty | 20 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Debug|Win32.ActiveCfg = Release|Win32 |
21 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Debug|Win32.Build.0 = Release|Win32 |
||
22 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Release|Win32.ActiveCfg = Release|Win32 |
||
23 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Release|Win32.Build.0 = Release|Win32 |
||
45 | pmbaty | 24 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Debug|Win32.ActiveCfg = Release|Win32 |
25 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Debug|Win32.Build.0 = Release|Win32 |
||
26 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Release|Win32.ActiveCfg = Release|Win32 |
||
27 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Release|Win32.Build.0 = Release|Win32 |
||
1 | pmbaty | 28 | EndGlobalSection |
29 | GlobalSection(SolutionProperties) = preSolution |
||
30 | HideSolutionNode = FALSE |
||
31 | EndGlobalSection |
||
32 | EndGlobal |