annotate VisualC/SDLmain/SDLmain_VS2008.vcproj @ 4487:ba7b2bc1f1a1

Removed obsolete header file
author Sam Lantinga <slouken@libsdl.org>
date Tue, 06 Jul 2010 10:58:23 -0700
parents 5f812979e179
children eff4e88cc1e8
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}"
4487
ba7b2bc1f1a1 Removed obsolete header file
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
7 SccProjectName="Perforce Project"
ba7b2bc1f1a1 Removed obsolete header file
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
8 SccLocalPath="..\.."
ba7b2bc1f1a1 Removed obsolete header file
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
9 SccProvider="MSSCCI:Perforce SCM"
3254
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
10 TargetFrameworkVersion="131072"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
11 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
12 <Platforms>
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="Win32"
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 <Platform
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
17 Name="x64"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
18 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
19 </Platforms>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
20 <ToolFiles>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
21 </ToolFiles>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
22 <Configurations>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
23 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
24 Name="Release|Win32"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
25 OutputDirectory=".\Release"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
26 IntermediateDirectory=".\Release"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
27 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
28 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
29 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
30 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
31 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
32 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
33 Name="VCPreBuildEventTool"
3356
81b3f9d45dea Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 3254
diff changeset
34 Description="Making sure basic SDL headers are in place..."
4487
ba7b2bc1f1a1 Removed obsolete header file
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
35 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
3254
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="VCCustomBuildTool"
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="VCXMLDataGeneratorTool"
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="VCWebServiceProxyGeneratorTool"
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="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
48 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
49 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
50 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
51 InlineFunctionExpansion="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
52 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
53 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
54 StringPooling="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
55 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
56 EnableFunctionLevelLinking="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
57 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
58 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
59 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
60 CompileAs="0"
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="VCManagedResourceCompilerTool"
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="VCResourceCompilerTool"
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="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
70 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
71 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
72 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
73 OutputFile=".\Release\SDLmain.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
74 SuppressStartupBanner="true"
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="VCALinkTool"
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="VCXDCMakeTool"
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="VCBscMakeTool"
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="VCFxCopTool"
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 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
89 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
90 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
91 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
92 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
93 Name="Release|x64"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
94 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
95 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
96 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
97 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
98 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
99 ATLMinimizesCRunTimeLibraryUsage="false"
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="VCPreBuildEventTool"
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="VCCustomBuildTool"
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="VCXMLDataGeneratorTool"
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="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
112 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
113 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
114 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
115 TargetEnvironment="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
116 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
117 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
118 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
119 InlineFunctionExpansion="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
120 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
121 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
122 StringPooling="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
123 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
124 EnableFunctionLevelLinking="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
125 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
126 PrecompiledHeaderFile=".\Release/SDLmain.pch"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
127 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
128 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
129 CompileAs="0"
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="VCManagedResourceCompilerTool"
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="VCResourceCompilerTool"
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="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
139 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
140 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
141 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
142 OutputFile="$(IntDir)\SDLmain.lib"
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="VCALinkTool"
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="VCXDCMakeTool"
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="VCBscMakeTool"
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="VCFxCopTool"
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 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
157 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
158 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
159 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
160 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
161 Name="Release_NoSTDIO|Win32"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
162 OutputDirectory=".\Release_NOSTDIO"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
163 IntermediateDirectory=".\Release_NOSTDIO"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
164 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
165 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
166 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
167 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
168 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
169 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
170 Name="VCPreBuildEventTool"
3356
81b3f9d45dea Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 3254
diff changeset
171 Description="Making sure basic SDL headers are in place..."
4487
ba7b2bc1f1a1 Removed obsolete header file
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
172 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
3254
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="VCCustomBuildTool"
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="VCXMLDataGeneratorTool"
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="VCWebServiceProxyGeneratorTool"
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="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
185 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
186 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
187 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
188 InlineFunctionExpansion="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
189 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
190 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
191 StringPooling="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
192 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
193 EnableFunctionLevelLinking="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
194 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
195 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
196 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
197 CompileAs="0"
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="VCManagedResourceCompilerTool"
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="VCResourceCompilerTool"
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="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
207 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
208 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
209 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
210 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
211 SuppressStartupBanner="true"
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="VCALinkTool"
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="VCXDCMakeTool"
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="VCBscMakeTool"
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="VCFxCopTool"
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 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
226 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
227 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
228 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
229 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
230 Name="Release_NoSTDIO|x64"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
231 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
232 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
233 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
234 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
235 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
236 ATLMinimizesCRunTimeLibraryUsage="false"
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="VCPreBuildEventTool"
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="VCCustomBuildTool"
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="VCXMLDataGeneratorTool"
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="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
249 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
250 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
251 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
252 TargetEnvironment="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
253 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
254 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
255 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
256 InlineFunctionExpansion="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
257 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
258 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
259 StringPooling="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
260 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
261 EnableFunctionLevelLinking="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
262 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
263 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
264 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
265 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
266 CompileAs="0"
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="VCManagedResourceCompilerTool"
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="VCResourceCompilerTool"
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="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
276 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
277 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
278 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
279 OutputFile="$(IntDir)\SDLmain.lib"
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="VCALinkTool"
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="VCXDCMakeTool"
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="VCBscMakeTool"
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="VCFxCopTool"
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 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
294 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
295 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
296 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
297 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
298 Name="Debug|Win32"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
299 OutputDirectory=".\Debug"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
300 IntermediateDirectory=".\Debug"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
301 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
302 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
303 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
304 ATLMinimizesCRunTimeLibraryUsage="false"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
305 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
306 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
307 Name="VCPreBuildEventTool"
3356
81b3f9d45dea Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 3254
diff changeset
308 Description="Making sure basic SDL headers are in place..."
4487
ba7b2bc1f1a1 Removed obsolete header file
Sam Lantinga <slouken@libsdl.org>
parents: 3403
diff changeset
309 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
3254
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="VCCustomBuildTool"
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="VCXMLDataGeneratorTool"
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="VCWebServiceProxyGeneratorTool"
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="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
322 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
323 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
324 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
325 Optimization="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
326 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
327 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
328 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
329 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
330 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
331 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
332 DebugInformationFormat="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
333 CompileAs="0"
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="VCManagedResourceCompilerTool"
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="VCResourceCompilerTool"
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="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
343 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
344 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
345 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
346 OutputFile=".\Debug\SDLmain.lib"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
347 SuppressStartupBanner="true"
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="VCALinkTool"
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="VCXDCMakeTool"
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="VCBscMakeTool"
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="VCFxCopTool"
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 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
362 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
363 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
364 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
365 <Configuration
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
366 Name="Debug|x64"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
367 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
368 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
369 ConfigurationType="4"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
370 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
371 UseOfMFC="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
372 ATLMinimizesCRunTimeLibraryUsage="false"
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="VCPreBuildEventTool"
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="VCCustomBuildTool"
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="VCXMLDataGeneratorTool"
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="VCWebServiceProxyGeneratorTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
385 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
386 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
387 Name="VCMIDLTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
388 TargetEnvironment="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
389 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
390 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
391 Name="VCCLCompilerTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
392 Optimization="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
393 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
394 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
395 RuntimeLibrary="2"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
396 UsePrecompiledHeader="0"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
397 PrecompiledHeaderFile=".\Debug/SDLmain.pch"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
398 WarningLevel="3"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
399 SuppressStartupBanner="true"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
400 DebugInformationFormat="1"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
401 CompileAs="0"
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="VCManagedResourceCompilerTool"
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="VCResourceCompilerTool"
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="VCPreLinkEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
411 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
412 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
413 Name="VCLibrarianTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
414 OutputFile="$(IntDir)\SDLmain.lib"
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="VCALinkTool"
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="VCXDCMakeTool"
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="VCBscMakeTool"
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="VCFxCopTool"
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 <Tool
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
429 Name="VCPostBuildEventTool"
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
430 />
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
431 </Configuration>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
432 </Configurations>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
433 <References>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
434 </References>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
435 <Files>
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 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
438 >
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
439 </File>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
440 </Files>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
441 <Globals>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
442 </Globals>
1a8c9a6752e5 Upgraded solution to Visual Studio 2008 and added 64-bit target
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
443 </VisualStudioProject>