comparison VisualC/tests/testplatform/testplatform_VS2008.vcproj @ 4479:223ab94286a3

Split out the Visual C++ 2005 and 2008 projects explicitly. Added the test programs to the Visual C++ 2008 project.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 05 Jul 2010 17:10:34 -0700
parents
children 92e65e3041c2
comparison
equal deleted inserted replaced
4478:c84712de8433 4479:223ab94286a3
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="testplatform"
6 ProjectGUID="{26932B24-EFC6-4E3A-B277-ED653DA37968}"
7 TargetFrameworkVersion="131072"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory=".\Debug"
20 IntermediateDirectory=".\Debug"
21 ConfigurationType="1"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 PreprocessorDefinitions="_DEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName=".\Debug/testplatform.tlb"
45 HeaderFileName=""
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 Optimization="0"
50 AdditionalIncludeDirectories="..\..\..\include"
51 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
52 MinimalRebuild="true"
53 RuntimeLibrary="2"
54 PrecompiledHeaderFile=".\Debug/testplatform.pch"
55 AssemblerListingLocation=".\Debug/"
56 ObjectFile=".\Debug/"
57 ProgramDataBaseFileName=".\Debug/"
58 WarningLevel="3"
59 SuppressStartupBanner="true"
60 DebugInformationFormat="4"
61 />
62 <Tool
63 Name="VCManagedResourceCompilerTool"
64 />
65 <Tool
66 Name="VCResourceCompilerTool"
67 PreprocessorDefinitions="_DEBUG"
68 Culture="1033"
69 />
70 <Tool
71 Name="VCPreLinkEventTool"
72 />
73 <Tool
74 Name="VCLinkerTool"
75 OutputFile=".\Debug/testplatform.exe"
76 LinkIncremental="2"
77 SuppressStartupBanner="true"
78 GenerateDebugInformation="true"
79 ProgramDatabaseFile=".\Debug/testplatform.pdb"
80 SubSystem="2"
81 RandomizedBaseAddress="1"
82 DataExecutionPrevention="0"
83 TargetMachine="1"
84 />
85 <Tool
86 Name="VCALinkTool"
87 />
88 <Tool
89 Name="VCManifestTool"
90 />
91 <Tool
92 Name="VCXDCMakeTool"
93 />
94 <Tool
95 Name="VCBscMakeTool"
96 SuppressStartupBanner="true"
97 OutputFile=".\Debug/testplatform.bsc"
98 />
99 <Tool
100 Name="VCFxCopTool"
101 />
102 <Tool
103 Name="VCAppVerifierTool"
104 />
105 <Tool
106 Name="VCPostBuildEventTool"
107 />
108 </Configuration>
109 <Configuration
110 Name="Release|Win32"
111 OutputDirectory=".\Release"
112 IntermediateDirectory=".\Release"
113 ConfigurationType="1"
114 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
115 UseOfMFC="0"
116 ATLMinimizesCRunTimeLibraryUsage="false"
117 >
118 <Tool
119 Name="VCPreBuildEventTool"
120 />
121 <Tool
122 Name="VCCustomBuildTool"
123 />
124 <Tool
125 Name="VCXMLDataGeneratorTool"
126 />
127 <Tool
128 Name="VCWebServiceProxyGeneratorTool"
129 />
130 <Tool
131 Name="VCMIDLTool"
132 PreprocessorDefinitions="NDEBUG"
133 MkTypLibCompatible="true"
134 SuppressStartupBanner="true"
135 TargetEnvironment="1"
136 TypeLibraryName=".\Release/testplatform.tlb"
137 HeaderFileName=""
138 />
139 <Tool
140 Name="VCCLCompilerTool"
141 Optimization="2"
142 InlineFunctionExpansion="1"
143 AdditionalIncludeDirectories="..\..\..\include"
144 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
145 StringPooling="true"
146 RuntimeLibrary="2"
147 EnableFunctionLevelLinking="true"
148 PrecompiledHeaderFile=".\Release/testplatform.pch"
149 AssemblerListingLocation=".\Release/"
150 ObjectFile=".\Release/"
151 ProgramDataBaseFileName=".\Release/"
152 WarningLevel="3"
153 SuppressStartupBanner="true"
154 />
155 <Tool
156 Name="VCManagedResourceCompilerTool"
157 />
158 <Tool
159 Name="VCResourceCompilerTool"
160 PreprocessorDefinitions="NDEBUG"
161 Culture="1033"
162 />
163 <Tool
164 Name="VCPreLinkEventTool"
165 />
166 <Tool
167 Name="VCLinkerTool"
168 OutputFile=".\Release/testplatform.exe"
169 LinkIncremental="1"
170 SuppressStartupBanner="true"
171 ProgramDatabaseFile=".\Release/testplatform.pdb"
172 SubSystem="2"
173 RandomizedBaseAddress="1"
174 DataExecutionPrevention="0"
175 TargetMachine="1"
176 />
177 <Tool
178 Name="VCALinkTool"
179 />
180 <Tool
181 Name="VCManifestTool"
182 />
183 <Tool
184 Name="VCXDCMakeTool"
185 />
186 <Tool
187 Name="VCBscMakeTool"
188 SuppressStartupBanner="true"
189 OutputFile=".\Release/testplatform.bsc"
190 />
191 <Tool
192 Name="VCFxCopTool"
193 />
194 <Tool
195 Name="VCAppVerifierTool"
196 />
197 <Tool
198 Name="VCPostBuildEventTool"
199 />
200 </Configuration>
201 </Configurations>
202 <References>
203 </References>
204 <Files>
205 <File
206 RelativePath="..\..\Sdl\Debug\SDL.lib"
207 >
208 </File>
209 <File
210 RelativePath="..\..\SDLmain\Debug\SDLmain.lib"
211 >
212 </File>
213 <File
214 RelativePath="..\..\..\Test\testplatform.c"
215 >
216 <FileConfiguration
217 Name="Debug|Win32"
218 >
219 <Tool
220 Name="VCCLCompilerTool"
221 AdditionalIncludeDirectories=""
222 PreprocessorDefinitions=""
223 />
224 </FileConfiguration>
225 <FileConfiguration
226 Name="Release|Win32"
227 >
228 <Tool
229 Name="VCCLCompilerTool"
230 AdditionalIncludeDirectories=""
231 PreprocessorDefinitions=""
232 />
233 </FileConfiguration>
234 </File>
235 </Files>
236 <Globals>
237 </Globals>
238 </VisualStudioProject>