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