7bb23502e253782cd169e42d39fffef11c5d4ae7
[platform/upstream/SDL.git] / VisualC / tests / testautomation / testautomation_VS2008.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="testautomation"
6         ProjectGUID="{9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}"
7         RootNamespace="testautomation"
8         TargetFrameworkVersion="131072"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14                 <Platform
15                         Name="x64"
16                 />
17         </Platforms>
18         <ToolFiles>
19         </ToolFiles>
20         <Configurations>
21                 <Configuration
22                         Name="Debug|Win32"
23                         OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
24                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
25                         ConfigurationType="1"
26                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
27                         UseOfMFC="0"
28                         ATLMinimizesCRunTimeLibraryUsage="false"
29                         >
30                         <Tool
31                                 Name="VCPreBuildEventTool"
32                         />
33                         <Tool
34                                 Name="VCCustomBuildTool"
35                         />
36                         <Tool
37                                 Name="VCXMLDataGeneratorTool"
38                         />
39                         <Tool
40                                 Name="VCWebServiceProxyGeneratorTool"
41                         />
42                         <Tool
43                                 Name="VCMIDLTool"
44                                 PreprocessorDefinitions="_DEBUG"
45                                 MkTypLibCompatible="true"
46                                 SuppressStartupBanner="true"
47                                 TargetEnvironment="1"
48                                 TypeLibraryName=".\Debug/testautomation.tlb"
49                         />
50                         <Tool
51                                 Name="VCCLCompilerTool"
52                                 Optimization="0"
53                                 AdditionalIncludeDirectories="$(SolutionDir)/../include"
54                                 AdditionalUsingDirectories=""
55                                 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
56                                 RuntimeLibrary="2"
57                                 WarningLevel="3"
58                                 DebugInformationFormat="1"
59                         />
60                         <Tool
61                                 Name="VCManagedResourceCompilerTool"
62                         />
63                         <Tool
64                                 Name="VCResourceCompilerTool"
65                                 PreprocessorDefinitions="_DEBUG"
66                                 Culture="1033"
67                         />
68                         <Tool
69                                 Name="VCPreLinkEventTool"
70                         />
71                         <Tool
72                                 Name="VCLinkerTool"
73                                 GenerateDebugInformation="true"
74                                 SubSystem="2"
75                         />
76                         <Tool
77                                 Name="VCALinkTool"
78                         />
79                         <Tool
80                                 Name="VCManifestTool"
81                         />
82                         <Tool
83                                 Name="VCXDCMakeTool"
84                         />
85                         <Tool
86                                 Name="VCBscMakeTool"
87                         />
88                         <Tool
89                                 Name="VCFxCopTool"
90                         />
91                         <Tool
92                                 Name="VCAppVerifierTool"
93                         />
94                         <Tool
95                                 Name="VCPostBuildEventTool"
96                         />
97                 </Configuration>
98                 <Configuration
99                         Name="Debug|x64"
100                         OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
101                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
102                         ConfigurationType="1"
103                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
104                         UseOfMFC="0"
105                         ATLMinimizesCRunTimeLibraryUsage="false"
106                         >
107                         <Tool
108                                 Name="VCPreBuildEventTool"
109                         />
110                         <Tool
111                                 Name="VCCustomBuildTool"
112                         />
113                         <Tool
114                                 Name="VCXMLDataGeneratorTool"
115                         />
116                         <Tool
117                                 Name="VCWebServiceProxyGeneratorTool"
118                         />
119                         <Tool
120                                 Name="VCMIDLTool"
121                                 PreprocessorDefinitions="_DEBUG"
122                                 MkTypLibCompatible="true"
123                                 SuppressStartupBanner="true"
124                                 TargetEnvironment="3"
125                                 TypeLibraryName=".\Debug/testautomation.tlb"
126                         />
127                         <Tool
128                                 Name="VCCLCompilerTool"
129                                 Optimization="0"
130                                 AdditionalIncludeDirectories="$(SolutionDir)/../include"
131                                 AdditionalUsingDirectories=""
132                                 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
133                                 RuntimeLibrary="3"
134                                 WarningLevel="3"
135                                 DebugInformationFormat="1"
136                         />
137                         <Tool
138                                 Name="VCManagedResourceCompilerTool"
139                         />
140                         <Tool
141                                 Name="VCResourceCompilerTool"
142                                 PreprocessorDefinitions="_DEBUG"
143                                 Culture="1033"
144                         />
145                         <Tool
146                                 Name="VCPreLinkEventTool"
147                         />
148                         <Tool
149                                 Name="VCLinkerTool"
150                                 GenerateDebugInformation="true"
151                                 SubSystem="2"
152                         />
153                         <Tool
154                                 Name="VCALinkTool"
155                         />
156                         <Tool
157                                 Name="VCManifestTool"
158                         />
159                         <Tool
160                                 Name="VCXDCMakeTool"
161                         />
162                         <Tool
163                                 Name="VCBscMakeTool"
164                         />
165                         <Tool
166                                 Name="VCFxCopTool"
167                         />
168                         <Tool
169                                 Name="VCAppVerifierTool"
170                         />
171                         <Tool
172                                 Name="VCPostBuildEventTool"
173                         />
174                 </Configuration>
175                 <Configuration
176                         Name="Release|Win32"
177                         OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
178                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
179                         ConfigurationType="1"
180                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
181                         UseOfMFC="0"
182                         ATLMinimizesCRunTimeLibraryUsage="false"
183                         >
184                         <Tool
185                                 Name="VCPreBuildEventTool"
186                         />
187                         <Tool
188                                 Name="VCCustomBuildTool"
189                         />
190                         <Tool
191                                 Name="VCXMLDataGeneratorTool"
192                         />
193                         <Tool
194                                 Name="VCWebServiceProxyGeneratorTool"
195                         />
196                         <Tool
197                                 Name="VCMIDLTool"
198                                 PreprocessorDefinitions="NDEBUG"
199                                 MkTypLibCompatible="true"
200                                 SuppressStartupBanner="true"
201                                 TargetEnvironment="1"
202                                 TypeLibraryName=".\Release/testautomation.tlb"
203                         />
204                         <Tool
205                                 Name="VCCLCompilerTool"
206                                 AdditionalIncludeDirectories="$(SolutionDir)/../include"
207                                 AdditionalUsingDirectories=""
208                                 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
209                                 RuntimeLibrary="2"
210                                 WarningLevel="3"
211                         />
212                         <Tool
213                                 Name="VCManagedResourceCompilerTool"
214                         />
215                         <Tool
216                                 Name="VCResourceCompilerTool"
217                                 PreprocessorDefinitions="NDEBUG"
218                                 Culture="1033"
219                         />
220                         <Tool
221                                 Name="VCPreLinkEventTool"
222                         />
223                         <Tool
224                                 Name="VCLinkerTool"
225                                 SubSystem="2"
226                         />
227                         <Tool
228                                 Name="VCALinkTool"
229                         />
230                         <Tool
231                                 Name="VCManifestTool"
232                         />
233                         <Tool
234                                 Name="VCXDCMakeTool"
235                         />
236                         <Tool
237                                 Name="VCBscMakeTool"
238                         />
239                         <Tool
240                                 Name="VCFxCopTool"
241                         />
242                         <Tool
243                                 Name="VCAppVerifierTool"
244                         />
245                         <Tool
246                                 Name="VCPostBuildEventTool"
247                         />
248                 </Configuration>
249                 <Configuration
250                         Name="Release|x64"
251                         OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
252                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
253                         ConfigurationType="1"
254                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
255                         UseOfMFC="0"
256                         ATLMinimizesCRunTimeLibraryUsage="false"
257                         >
258                         <Tool
259                                 Name="VCPreBuildEventTool"
260                         />
261                         <Tool
262                                 Name="VCCustomBuildTool"
263                         />
264                         <Tool
265                                 Name="VCXMLDataGeneratorTool"
266                         />
267                         <Tool
268                                 Name="VCWebServiceProxyGeneratorTool"
269                         />
270                         <Tool
271                                 Name="VCMIDLTool"
272                                 PreprocessorDefinitions="NDEBUG"
273                                 MkTypLibCompatible="true"
274                                 SuppressStartupBanner="true"
275                                 TargetEnvironment="3"
276                                 TypeLibraryName=".\Release/testautomation.tlb"
277                         />
278                         <Tool
279                                 Name="VCCLCompilerTool"
280                                 AdditionalIncludeDirectories="$(SolutionDir)/../include"
281                                 AdditionalUsingDirectories=""
282                                 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
283                                 RuntimeLibrary="2"
284                                 WarningLevel="3"
285                         />
286                         <Tool
287                                 Name="VCManagedResourceCompilerTool"
288                         />
289                         <Tool
290                                 Name="VCResourceCompilerTool"
291                                 PreprocessorDefinitions="NDEBUG"
292                                 Culture="1033"
293                         />
294                         <Tool
295                                 Name="VCPreLinkEventTool"
296                         />
297                         <Tool
298                                 Name="VCLinkerTool"
299                                 SubSystem="2"
300                         />
301                         <Tool
302                                 Name="VCALinkTool"
303                         />
304                         <Tool
305                                 Name="VCManifestTool"
306                         />
307                         <Tool
308                                 Name="VCXDCMakeTool"
309                         />
310                         <Tool
311                                 Name="VCBscMakeTool"
312                         />
313                         <Tool
314                                 Name="VCFxCopTool"
315                         />
316                         <Tool
317                                 Name="VCAppVerifierTool"
318                         />
319                         <Tool
320                                 Name="VCPostBuildEventTool"
321                         />
322                 </Configuration>
323         </Configurations>
324         <References>
325                 <ProjectReference
326                         ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
327                         CopyLocal="false"
328                         CopyLocalDependencies="false"
329                         CopyLocalSatelliteAssemblies="false"
330                         RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
331                 />
332                 <ProjectReference
333                         ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
334                         CopyLocal="false"
335                         CopyLocalDependencies="false"
336                         CopyLocalSatelliteAssemblies="false"
337                         RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
338                 />
339                 <ProjectReference
340                         ReferencedProjectIdentifier="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
341                         CopyLocal="false"
342                         CopyLocalDependencies="false"
343                         CopyLocalSatelliteAssemblies="false"
344                         RelativePathToProject=".\SDLtest\SDLtest_VS2008.vcproj"
345                 />
346         </References>
347         <Files>
348                 <File
349                         RelativePath="..\..\..\Test\testautomation.c"
350                         >
351                 </File>
352                 <File
353                         RelativePath="..\..\..\test\testautomation_audio.c"
354                         >
355                 </File>
356                 <File
357                         RelativePath="..\..\..\test\testautomation_clipboard.c"
358                         >
359                 </File>
360                 <File
361                         RelativePath="..\..\..\test\testautomation_events.c"
362                         >
363                 </File>
364                 <File
365                         RelativePath="..\..\..\test\testautomation_hints.c"
366                         >
367                 </File>
368                 <File
369                         RelativePath="..\..\..\test\testautomation_keyboard.c"
370                         >
371                 </File>
372                 <File
373                         RelativePath="..\..\..\test\testautomation_main.c"
374                         >
375                 </File>
376                 <File
377                         RelativePath="..\..\..\test\testautomation_mouse.c"
378                         >
379                 </File>
380                 <File
381                         RelativePath="..\..\..\test\testautomation_pixels.c"
382                         >
383                 </File>
384                 <File
385                         RelativePath="..\..\..\test\testautomation_platform.c"
386                         >
387                 </File>
388                 <File
389                         RelativePath="..\..\..\test\testautomation_rect.c"
390                         >
391                 </File>
392                 <File
393                         RelativePath="..\..\..\test\testautomation_render.c"
394                         >
395                 </File>
396                 <File
397                         RelativePath="..\..\..\test\testautomation_rwops.c"
398                         >
399                 </File>
400                 <File
401                         RelativePath="..\..\..\test\testautomation_sdltest.c"
402                         >
403                 </File>
404                 <File
405                         RelativePath="..\..\..\test\testautomation_stdlib.c"
406                         >
407                 </File>
408                 <File
409                         RelativePath="..\..\..\test\testautomation_suites.h"
410                         >
411                 </File>
412                 <File
413                         RelativePath="..\..\..\test\testautomation_surface.c"
414                         >
415                 </File>
416                 <File
417                         RelativePath="..\..\..\test\testautomation_syswm.c"
418                         >
419                 </File>
420                 <File
421                         RelativePath="..\..\..\test\testautomation_timer.c"
422                         >
423                 </File>
424                 <File
425                         RelativePath="..\..\..\test\testautomation_video.c"
426                         >
427                 </File>
428         </Files>
429         <Globals>
430         </Globals>
431 </VisualStudioProject>