Mercurial > sdl-ios-xcode
comparison VisualC/tests/testpower/testpower_VS2005.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 | VisualC/tests/testpower/testpower.vcproj@fefe74ca604d |
children | 7dafe21ca5d4 |
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="8.00" | |
5 Name="testpower" | |
6 ProjectGUID="{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}" | |
7 RootNamespace="testpower" | |
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\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="_DEBUG" | |
41 MkTypLibCompatible="true" | |
42 SuppressStartupBanner="true" | |
43 TargetEnvironment="1" | |
44 TypeLibraryName=".\Debug/testwm.tlb" | |
45 /> | |
46 <Tool | |
47 Name="VCCLCompilerTool" | |
48 Optimization="0" | |
49 AdditionalIncludeDirectories="..\..\..\include" | |
50 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" | |
51 RuntimeLibrary="2" | |
52 UsePrecompiledHeader="0" | |
53 PrecompiledHeaderFile=".\Debug/testwm.pch" | |
54 AssemblerListingLocation=".\Debug/" | |
55 ObjectFile=".\Debug/" | |
56 ProgramDataBaseFileName=".\Debug/" | |
57 WarningLevel="3" | |
58 SuppressStartupBanner="true" | |
59 DebugInformationFormat="4" | |
60 CompileAs="0" | |
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 AdditionalOptions="/MACHINE:I386" | |
76 OutputFile=".\Debug/testwm.exe" | |
77 LinkIncremental="2" | |
78 SuppressStartupBanner="true" | |
79 GenerateDebugInformation="true" | |
80 ProgramDatabaseFile=".\Debug/testpower.pdb" | |
81 SubSystem="2" | |
82 /> | |
83 <Tool | |
84 Name="VCALinkTool" | |
85 /> | |
86 <Tool | |
87 Name="VCManifestTool" | |
88 /> | |
89 <Tool | |
90 Name="VCXDCMakeTool" | |
91 /> | |
92 <Tool | |
93 Name="VCBscMakeTool" | |
94 /> | |
95 <Tool | |
96 Name="VCFxCopTool" | |
97 /> | |
98 <Tool | |
99 Name="VCAppVerifierTool" | |
100 /> | |
101 <Tool | |
102 Name="VCWebDeploymentTool" | |
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 /> | |
174 <Tool | |
175 Name="VCALinkTool" | |
176 /> | |
177 <Tool | |
178 Name="VCManifestTool" | |
179 /> | |
180 <Tool | |
181 Name="VCXDCMakeTool" | |
182 /> | |
183 <Tool | |
184 Name="VCBscMakeTool" | |
185 /> | |
186 <Tool | |
187 Name="VCFxCopTool" | |
188 /> | |
189 <Tool | |
190 Name="VCAppVerifierTool" | |
191 /> | |
192 <Tool | |
193 Name="VCWebDeploymentTool" | |
194 /> | |
195 <Tool | |
196 Name="VCPostBuildEventTool" | |
197 /> | |
198 </Configuration> | |
199 </Configurations> | |
200 <References> | |
201 </References> | |
202 <Files> | |
203 <File | |
204 RelativePath="..\..\Sdl\Debug\SDL.lib" | |
205 > | |
206 </File> | |
207 <File | |
208 RelativePath="..\..\SDLmain\Debug\SDLmain.lib" | |
209 > | |
210 </File> | |
211 <File | |
212 RelativePath="..\..\..\test\testpower.c" | |
213 > | |
214 <FileConfiguration | |
215 Name="Debug|Win32" | |
216 > | |
217 <Tool | |
218 Name="VCCLCompilerTool" | |
219 PrecompiledHeaderFile=".\Debug/testpower.pch" | |
220 /> | |
221 </FileConfiguration> | |
222 </File> | |
223 </Files> | |
224 <Globals> | |
225 </Globals> | |
226 </VisualStudioProject> |