author | Sunny Sachanandani <sunnysachanandani@gmail.com> |
Mon, 24 May 2010 21:02:58 +0530 | |
changeset 4571 | 97dcf6f6213c |
parent 3490 | 42e33f89a167 |
child 4479 | 223ab94286a3 |
permissions | -rw-r--r-- |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1 |
Microsoft Visual Studio Solution File, Format Version 10.00 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2 |
# Visual Studio 2008 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3 |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL", "SDL\SDL_VS2008.vcproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4 |
EndProject |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5 |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLmain", "SDLmain\SDLmain_VS2008.vcproj", "{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}" |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6 |
EndProject |
3490
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
7 |
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CE748C1F-3C21-4825-AA6A-F895A023F7E7}" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
8 |
EndProject |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
9 |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "automated", "tests\automated\automated.vcproj", "{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}" |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
10 |
ProjectSection(ProjectDependencies) = postProject |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
11 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
12 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
13 |
EndProjectSection |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
14 |
EndProject |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
15 |
Global |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
16 |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
17 |
Debug|Win32 = Debug|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
18 |
Debug|x64 = Debug|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
19 |
Release_NoSTDIO|Win32 = Release_NoSTDIO|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
20 |
Release_NoSTDIO|x64 = Release_NoSTDIO|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
21 |
Release|Win32 = Release|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
22 |
Release|x64 = Release|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
23 |
EndGlobalSection |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
24 |
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
25 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Win32.ActiveCfg = Debug|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
26 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|Win32.Build.0 = Debug|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
27 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|x64.ActiveCfg = Debug|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
28 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Debug|x64.Build.0 = Debug|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
29 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release_NoSTDIO|Win32.ActiveCfg = Release|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
30 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release_NoSTDIO|Win32.Build.0 = Release|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
31 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release_NoSTDIO|x64.ActiveCfg = Release|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
32 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release_NoSTDIO|x64.Build.0 = Release|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
33 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Win32.ActiveCfg = Release|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
34 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|Win32.Build.0 = Release|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
35 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.ActiveCfg = Release|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
36 |
{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}.Release|x64.Build.0 = Release|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
37 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|Win32.ActiveCfg = Debug|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
38 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|Win32.Build.0 = Debug|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
39 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|x64.ActiveCfg = Debug|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
40 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Debug|x64.Build.0 = Debug|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
41 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release_NoSTDIO|Win32.ActiveCfg = Release_NoSTDIO|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
42 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release_NoSTDIO|Win32.Build.0 = Release_NoSTDIO|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
43 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release_NoSTDIO|x64.ActiveCfg = Release_NoSTDIO|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
44 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release_NoSTDIO|x64.Build.0 = Release_NoSTDIO|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
45 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|Win32.ActiveCfg = Release|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
46 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|Win32.Build.0 = Release|Win32 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
47 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|x64.ActiveCfg = Release|x64 |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
48 |
{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}.Release|x64.Build.0 = Release|x64 |
3490
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
49 |
{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|Win32.ActiveCfg = Debug|Win32 |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
50 |
{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|Win32.Build.0 = Debug|Win32 |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
51 |
{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Debug|x64.ActiveCfg = Debug|Win32 |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
52 |
{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release_NoSTDIO|Win32.ActiveCfg = Release|Win32 |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
53 |
{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release_NoSTDIO|Win32.Build.0 = Release|Win32 |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
54 |
{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release_NoSTDIO|x64.ActiveCfg = Release|Win32 |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
55 |
{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|Win32.ActiveCfg = Release|Win32 |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
56 |
{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|Win32.Build.0 = Release|Win32 |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
57 |
{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}.Release|x64.ActiveCfg = Release|Win32 |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
58 |
EndGlobalSection |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
59 |
GlobalSection(SolutionProperties) = preSolution |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
60 |
HideSolutionNode = FALSE |
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
61 |
EndGlobalSection |
3490
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
62 |
GlobalSection(NestedProjects) = preSolution |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
63 |
{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7} |
42e33f89a167
Added the automated test to the Visual Studio 2008 project
Sam Lantinga <slouken@libsdl.org>
parents:
3254
diff
changeset
|
64 |
EndGlobalSection |
3254
1a8c9a6752e5
Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
65 |
EndGlobal |