comparison VisualC/tests/testdraw2/testdraw2_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="testdraw2"
6 ProjectGUID="{8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}"
7 TargetFrameworkVersion="131072"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Release|Win32"
19 OutputDirectory=".\Release"
20 IntermediateDirectory=".\Release"
21 ConfigurationType="1"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.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="NDEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName=".\Release/testdraw2.tlb"
45 />
46 <Tool
47 Name="VCCLCompilerTool"
48 InlineFunctionExpansion="1"
49 AdditionalIncludeDirectories="..\..\..\include"
50 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
51 StringPooling="true"
52 RuntimeLibrary="2"
53 EnableFunctionLevelLinking="true"
54 UsePrecompiledHeader="0"
55 PrecompiledHeaderFile=".\Release/testdraw2.pch"
56 AssemblerListingLocation=".\Release/"
57 ObjectFile=".\Release/"
58 ProgramDataBaseFileName=".\Release/"
59 WarningLevel="3"
60 SuppressStartupBanner="true"
61 CompileAs="0"
62 />
63 <Tool
64 Name="VCManagedResourceCompilerTool"
65 />
66 <Tool
67 Name="VCResourceCompilerTool"
68 PreprocessorDefinitions="NDEBUG"
69 Culture="1033"
70 />
71 <Tool
72 Name="VCPreLinkEventTool"
73 />
74 <Tool
75 Name="VCLinkerTool"
76 AdditionalOptions="/MACHINE:I386"
77 OutputFile=".\Release/testdraw2.exe"
78 LinkIncremental="1"
79 SuppressStartupBanner="true"
80 ProgramDatabaseFile=".\Release/testdraw2.pdb"
81 SubSystem="2"
82 RandomizedBaseAddress="1"
83 DataExecutionPrevention="0"
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 />
97 <Tool
98 Name="VCFxCopTool"
99 />
100 <Tool
101 Name="VCAppVerifierTool"
102 />
103 <Tool
104 Name="VCPostBuildEventTool"
105 />
106 </Configuration>
107 <Configuration
108 Name="Debug|Win32"
109 OutputDirectory=".\Debug"
110 IntermediateDirectory=".\Debug"
111 ConfigurationType="1"
112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
113 UseOfMFC="0"
114 ATLMinimizesCRunTimeLibraryUsage="false"
115 >
116 <Tool
117 Name="VCPreBuildEventTool"
118 />
119 <Tool
120 Name="VCCustomBuildTool"
121 />
122 <Tool
123 Name="VCXMLDataGeneratorTool"
124 />
125 <Tool
126 Name="VCWebServiceProxyGeneratorTool"
127 />
128 <Tool
129 Name="VCMIDLTool"
130 PreprocessorDefinitions="_DEBUG"
131 MkTypLibCompatible="true"
132 SuppressStartupBanner="true"
133 TargetEnvironment="1"
134 TypeLibraryName=".\Debug/testdraw2.tlb"
135 />
136 <Tool
137 Name="VCCLCompilerTool"
138 Optimization="0"
139 AdditionalIncludeDirectories="..\..\..\include"
140 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
141 RuntimeLibrary="2"
142 UsePrecompiledHeader="0"
143 PrecompiledHeaderFile=".\Debug/testdraw2.pch"
144 AssemblerListingLocation=".\Debug/"
145 ObjectFile=".\Debug/"
146 ProgramDataBaseFileName=".\Debug/"
147 WarningLevel="3"
148 SuppressStartupBanner="true"
149 DebugInformationFormat="4"
150 CompileAs="0"
151 />
152 <Tool
153 Name="VCManagedResourceCompilerTool"
154 />
155 <Tool
156 Name="VCResourceCompilerTool"
157 PreprocessorDefinitions="_DEBUG"
158 Culture="1033"
159 />
160 <Tool
161 Name="VCPreLinkEventTool"
162 />
163 <Tool
164 Name="VCLinkerTool"
165 AdditionalOptions="/MACHINE:I386"
166 OutputFile=".\Debug/testdraw2.exe"
167 LinkIncremental="2"
168 SuppressStartupBanner="true"
169 GenerateDebugInformation="true"
170 ProgramDatabaseFile=".\Debug/testdraw2.pdb"
171 SubSystem="2"
172 RandomizedBaseAddress="1"
173 DataExecutionPrevention="0"
174 />
175 <Tool
176 Name="VCALinkTool"
177 />
178 <Tool
179 Name="VCManifestTool"
180 />
181 <Tool
182 Name="VCXDCMakeTool"
183 />
184 <Tool
185 Name="VCBscMakeTool"
186 />
187 <Tool
188 Name="VCFxCopTool"
189 />
190 <Tool
191 Name="VCAppVerifierTool"
192 />
193 <Tool
194 Name="VCPostBuildEventTool"
195 />
196 </Configuration>
197 </Configurations>
198 <References>
199 </References>
200 <Files>
201 <File
202 RelativePath="..\..\..\test\common.c"
203 >
204 </File>
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\testdraw2.c"
215 >
216 </File>
217 </Files>
218 <Globals>
219 </Globals>
220 </VisualStudioProject>