annotate VisualC/SDLmain/SDLmain_VS2008.vcproj @ 3386:fff074de9675

Photon SDL renderer almost finished, the double/tripple buffering is left only.
author Mike Gorchak <lestat@i.com.ua>
date Mon, 12 Oct 2009 11:45:01 +0000
parents c4d6458121db
children 1653b8eac4d3
rev   line source
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1 <?xml version="1.0" encoding="Windows-1252"?>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
2 <VisualStudioProject
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
3 ProjectType="Visual C++"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
4 Version="9.00"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
5 Name="SDLmain"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
6 ProjectGUID="{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
7 TargetFrameworkVersion="131072"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
8 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
9 <Platforms>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
10 <Platform
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
11 Name="Win32"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
12 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
13 <Platform
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
14 Name="x64"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
15 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
16 </Platforms>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
17 <ToolFiles>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
18 </ToolFiles>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
19 <Configurations>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
20 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
21 Name="Release|Win32"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
22 OutputDirectory=".\Release"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
23 IntermediateDirectory=".\Release"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
24 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
26 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
27 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
28 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
29 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
30 Name="VCPreBuildEventTool"
3356
81b3f9d45dea Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 3254
diff changeset
31 Description="Making sure basic SDL headers are in place..."
3381
c4d6458121db Whoops, the ProjectDir is one level lower than the SolutionDir
Sam Lantinga <slouken@libsdl.org>
parents: 3380
diff changeset
32 CommandLine="if exist $(ProjectDir)\..\..\include\SDL_config.h goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy $(ProjectDir)\..\..\include\SDL_config_win32.h $(ProjectDir)\..\..\include\SDL_config.h&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist $(ProjectDir)\..\..\include\SDL_revision.h goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;$(ProjectDir)\..\..\include\SDL_revision.h&#x0D;&#x0A;:SDLREVISIONOKAY"
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
33 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
34 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
35 Name="VCCustomBuildTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
36 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
37 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
38 Name="VCXMLDataGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
39 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
40 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
41 Name="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
42 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
43 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
44 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
45 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
46 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
47 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
48 InlineFunctionExpansion="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
49 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
50 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
51 StringPooling="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
52 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
53 EnableFunctionLevelLinking="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
54 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
55 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
56 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
57 CompileAs="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
58 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
59 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
60 Name="VCManagedResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
61 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
62 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
63 Name="VCResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
64 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
65 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
66 Name="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
67 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
68 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
69 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
70 OutputFile=".\Release\SDLmain.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
71 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
72 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
73 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
74 Name="VCALinkTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
75 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
76 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
77 Name="VCXDCMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
78 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
79 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
80 Name="VCBscMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
81 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
82 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
83 Name="VCFxCopTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
84 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
85 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
86 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
87 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
88 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
89 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
90 Name="Release|x64"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
91 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
92 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
93 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
94 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
95 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
96 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
97 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
98 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
99 Name="VCPreBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
100 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
101 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
102 Name="VCCustomBuildTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
103 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
104 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
105 Name="VCXMLDataGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
106 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
107 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
108 Name="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
109 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
110 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
111 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
112 TargetEnvironment="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
113 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
114 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
115 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
116 InlineFunctionExpansion="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
117 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
118 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
119 StringPooling="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
120 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
121 EnableFunctionLevelLinking="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
122 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
123 PrecompiledHeaderFile=".\Release/SDLmain.pch"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
124 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
125 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
126 CompileAs="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
127 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
128 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
129 Name="VCManagedResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
130 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
131 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
132 Name="VCResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
133 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
134 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
135 Name="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
136 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
137 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
138 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
139 OutputFile="$(IntDir)\SDLmain.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
140 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
141 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
142 Name="VCALinkTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
143 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
144 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
145 Name="VCXDCMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
146 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
147 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
148 Name="VCBscMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
149 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
150 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
151 Name="VCFxCopTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
152 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
153 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
154 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
155 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
156 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
157 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
158 Name="Release_NoSTDIO|Win32"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
159 OutputDirectory=".\Release_NOSTDIO"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
160 IntermediateDirectory=".\Release_NOSTDIO"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
161 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
162 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
163 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
164 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
165 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
166 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
167 Name="VCPreBuildEventTool"
3356
81b3f9d45dea Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 3254
diff changeset
168 Description="Making sure basic SDL headers are in place..."
3381
c4d6458121db Whoops, the ProjectDir is one level lower than the SolutionDir
Sam Lantinga <slouken@libsdl.org>
parents: 3380
diff changeset
169 CommandLine="if exist $(ProjectDir)\..\..\include\SDL_config.h goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy $(ProjectDir)\..\..\include\SDL_config_win32.h $(ProjectDir)\..\..\include\SDL_config.h&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist $(ProjectDir)\..\..\include\SDL_revision.h goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;$(ProjectDir)\..\..\include\SDL_revision.h&#x0D;&#x0A;:SDLREVISIONOKAY"
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
170 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
171 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
172 Name="VCCustomBuildTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
173 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
174 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
175 Name="VCXMLDataGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
176 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
177 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
178 Name="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
179 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
180 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
181 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
182 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
183 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
184 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
185 InlineFunctionExpansion="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
186 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
187 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
188 StringPooling="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
189 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
190 EnableFunctionLevelLinking="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
191 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
192 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
193 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
194 CompileAs="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
195 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
196 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
197 Name="VCManagedResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
198 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
199 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
200 Name="VCResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
201 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
202 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
203 Name="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
204 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
205 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
206 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
207 OutputFile=".\Release_NOSTDIO\SDLmain.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
208 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
209 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
210 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
211 Name="VCALinkTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
212 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
213 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
214 Name="VCXDCMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
215 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
216 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
217 Name="VCBscMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
218 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
219 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
220 Name="VCFxCopTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
221 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
222 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
223 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
224 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
225 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
226 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
227 Name="Release_NoSTDIO|x64"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
228 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
229 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
230 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
231 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
232 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
233 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
234 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
235 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
236 Name="VCPreBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
237 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
238 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
239 Name="VCCustomBuildTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
240 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
241 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
242 Name="VCXMLDataGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
243 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
244 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
245 Name="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
246 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
247 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
248 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
249 TargetEnvironment="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
250 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
251 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
252 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
253 InlineFunctionExpansion="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
254 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
255 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
256 StringPooling="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
257 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
258 EnableFunctionLevelLinking="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
259 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
260 PrecompiledHeaderFile=".\Release_NOSTDIO/SDLmain.pch"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
261 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
262 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
263 CompileAs="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
264 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
265 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
266 Name="VCManagedResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
267 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
268 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
269 Name="VCResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
270 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
271 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
272 Name="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
273 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
274 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
275 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
276 OutputFile="$(IntDir)\SDLmain.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
277 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
278 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
279 Name="VCALinkTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
280 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
281 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
282 Name="VCXDCMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
283 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
284 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
285 Name="VCBscMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
286 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
287 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
288 Name="VCFxCopTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
289 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
290 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
291 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
292 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
293 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
294 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
295 Name="Debug|Win32"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
296 OutputDirectory=".\Debug"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
297 IntermediateDirectory=".\Debug"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
298 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
299 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
300 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
301 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
302 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
303 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
304 Name="VCPreBuildEventTool"
3356
81b3f9d45dea Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 3254
diff changeset
305 Description="Making sure basic SDL headers are in place..."
3381
c4d6458121db Whoops, the ProjectDir is one level lower than the SolutionDir
Sam Lantinga <slouken@libsdl.org>
parents: 3380
diff changeset
306 CommandLine="if exist $(ProjectDir)\..\..\include\SDL_config.h goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy $(ProjectDir)\..\..\include\SDL_config_win32.h $(ProjectDir)\..\..\include\SDL_config.h&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist $(ProjectDir)\..\..\include\SDL_revision.h goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;$(ProjectDir)\..\..\include\SDL_revision.h&#x0D;&#x0A;:SDLREVISIONOKAY"
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
307 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
308 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
309 Name="VCCustomBuildTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
310 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
311 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
312 Name="VCXMLDataGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
313 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
314 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
315 Name="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
316 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
317 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
318 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
319 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
320 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
321 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
322 Optimization="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
323 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
324 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
325 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
326 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
327 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
328 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
329 DebugInformationFormat="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
330 CompileAs="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
331 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
332 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
333 Name="VCManagedResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
334 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
335 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
336 Name="VCResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
337 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
338 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
339 Name="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
340 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
341 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
342 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
343 OutputFile=".\Debug\SDLmain.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
344 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
345 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
346 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
347 Name="VCALinkTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
348 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
349 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
350 Name="VCXDCMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
351 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
352 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
353 Name="VCBscMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
354 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
355 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
356 Name="VCFxCopTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
357 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
358 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
359 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
360 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
361 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
362 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
363 Name="Debug|x64"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
364 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
365 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
366 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
367 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
368 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
369 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
370 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
371 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
372 Name="VCPreBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
373 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
374 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
375 Name="VCCustomBuildTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
376 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
377 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
378 Name="VCXMLDataGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
379 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
380 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
381 Name="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
382 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
383 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
384 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
385 TargetEnvironment="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
386 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
387 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
388 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
389 Optimization="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
390 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
391 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
392 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
393 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
394 PrecompiledHeaderFile=".\Debug/SDLmain.pch"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
395 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
396 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
397 DebugInformationFormat="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
398 CompileAs="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
399 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
400 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
401 Name="VCManagedResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
402 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
403 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
404 Name="VCResourceCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
405 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
406 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
407 Name="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
408 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
409 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
410 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
411 OutputFile="$(IntDir)\SDLmain.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
412 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
413 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
414 Name="VCALinkTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
415 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
416 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
417 Name="VCXDCMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
418 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
419 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
420 Name="VCBscMakeTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
421 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
422 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
423 Name="VCFxCopTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
424 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
425 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
426 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
427 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
428 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
429 </Configurations>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
430 <References>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
431 </References>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
432 <Files>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
433 <File
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
434 RelativePath="..\..\Src\Main\Win32\SDL_win32_main.c"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
435 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
436 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
437 </Files>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
438 <Globals>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
439 </Globals>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
440 </VisualStudioProject>