Rev 45 | Rev 98 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 45 | Rev 97 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | |
1 | |
2 | Microsoft Visual Studio Solution File, Format Version |
2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
3 | # Visual Studio |
3 | # Visual Studio 14 |
- | 4 | VisualStudioVersion = 14.0.23107.0 |
|
- | 5 | MinimumVisualStudioVersion = 10.0.40219.1 |
|
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chess Giants", "Chess Giants.vcxproj", "{3C0C871B-5FB3-40E4-8006-38C27F82AC0C}" |
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chess Giants", "Chess Giants.vcxproj", "{3C0C871B-5FB3-40E4-8006-38C27F82AC0C}" |
5 | EndProject |
7 | EndProject |
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crafty", "engine-crafty\crafty.vcxproj", "{AC18E423-9C96-A3A8-2535-3D9AA8D33225}" |
8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crafty", "engine-crafty\crafty.vcxproj", "{AC18E423-9C96-A3A8-2535-3D9AA8D33225}" |
7 | EndProject |
9 | EndProject |
8 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "polyglot", "engine-polyglot\polyglot.vcxproj", "{338A87F7-3E9D-798F-C923-BF839AE92C7C}" |
10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "polyglot", "engine-polyglot\polyglot.vcxproj", "{338A87F7-3E9D-798F-C923-BF839AE92C7C}" |
- | 11 | EndProject |
|
- | 12 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stockfish", "engine-stockfish\stockfish.vcxproj", "{9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}" |
|
- | 13 | EndProject |
|
- | 14 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gull", "engine-gull\gull.vcxproj", "{DE96FA67-915F-41C1-ABAC-F85DF394F9BD}" |
|
9 | EndProject |
15 | EndProject |
10 | Global |
16 | Global |
11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
17 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
12 | Debug|Win32 = Debug|Win32 |
18 | Debug|Win32 = Debug|Win32 |
13 | Release|Win32 = Release|Win32 |
19 | Release|Win32 = Release|Win32 |
Line 23... | Line 29... | ||
23 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Release|Win32.Build.0 = Release|Win32 |
29 | {AC18E423-9C96-A3A8-2535-3D9AA8D33225}.Release|Win32.Build.0 = Release|Win32 |
24 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Debug|Win32.ActiveCfg = Release|Win32 |
30 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Debug|Win32.ActiveCfg = Release|Win32 |
25 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Debug|Win32.Build.0 = Release|Win32 |
31 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Debug|Win32.Build.0 = Release|Win32 |
26 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Release|Win32.ActiveCfg = Release|Win32 |
32 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Release|Win32.ActiveCfg = Release|Win32 |
27 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Release|Win32.Build.0 = Release|Win32 |
33 | {338A87F7-3E9D-798F-C923-BF839AE92C7C}.Release|Win32.Build.0 = Release|Win32 |
- | 34 | {9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}.Debug|Win32.ActiveCfg = Release|Win32 |
|
- | 35 | {9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}.Debug|Win32.Build.0 = Release|Win32 |
|
- | 36 | {9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}.Release|Win32.ActiveCfg = Release|Win32 |
|
- | 37 | {9EEF5B92-138C-4311-ABEC-2AB119F9A3E0}.Release|Win32.Build.0 = Release|Win32 |
|
- | 38 | {DE96FA67-915F-41C1-ABAC-F85DF394F9BD}.Debug|Win32.ActiveCfg = Release|Win32 |
|
- | 39 | {DE96FA67-915F-41C1-ABAC-F85DF394F9BD}.Debug|Win32.Build.0 = Release|Win32 |
|
- | 40 | {DE96FA67-915F-41C1-ABAC-F85DF394F9BD}.Release|Win32.ActiveCfg = Release|Win32 |
|
- | 41 | {DE96FA67-915F-41C1-ABAC-F85DF394F9BD}.Release|Win32.Build.0 = Release|Win32 |
|
28 | EndGlobalSection |
42 | EndGlobalSection |
29 | GlobalSection(SolutionProperties) = preSolution |
43 | GlobalSection(SolutionProperties) = preSolution |
30 | HideSolutionNode = FALSE |
44 | HideSolutionNode = FALSE |
31 | EndGlobalSection |
45 | EndGlobalSection |
32 | EndGlobal |
46 | EndGlobal |