comparison VisualC/tests/testplatform/testplatform.vcproj @ 2207:d63e9f5944ae

Unpacked project archives to get individual file history in subversion
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Jul 2007 17:09:01 +0000
parents
children
comparison
equal deleted inserted replaced
2206:ca7d2227d630 2207:d63e9f5944ae
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="testplatform"
6 ProjectGUID="{26932B24-EFC6-4E3A-B277-ED653DA37968}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Debug|Win32"
18 OutputDirectory=".\Debug"
19 IntermediateDirectory=".\Debug"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 PreprocessorDefinitions="_DEBUG"
40 MkTypLibCompatible="true"
41 SuppressStartupBanner="true"
42 TargetEnvironment="1"
43 TypeLibraryName=".\Debug/testplatform.tlb"
44 HeaderFileName=""
45 />
46 <Tool
47 Name="VCCLCompilerTool"
48 Optimization="0"
49 AdditionalIncludeDirectories="..\..\..\include"
50 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
51 MinimalRebuild="true"
52 RuntimeLibrary="2"
53 PrecompiledHeaderFile=".\Debug/testplatform.pch"
54 AssemblerListingLocation=".\Debug/"
55 ObjectFile=".\Debug/"
56 ProgramDataBaseFileName=".\Debug/"
57 WarningLevel="3"
58 SuppressStartupBanner="true"
59 DebugInformationFormat="4"
60 />
61 <Tool
62 Name="VCManagedResourceCompilerTool"
63 />
64 <Tool
65 Name="VCResourceCompilerTool"
66 PreprocessorDefinitions="_DEBUG"
67 Culture="1033"
68 />
69 <Tool
70 Name="VCPreLinkEventTool"
71 />
72 <Tool
73 Name="VCLinkerTool"
74 OutputFile=".\Debug/testplatform.exe"
75 LinkIncremental="2"
76 SuppressStartupBanner="true"
77 GenerateDebugInformation="true"
78 ProgramDatabaseFile=".\Debug/testplatform.pdb"
79 SubSystem="2"
80 TargetMachine="1"
81 />
82 <Tool
83 Name="VCALinkTool"
84 />
85 <Tool
86 Name="VCManifestTool"
87 />
88 <Tool
89 Name="VCXDCMakeTool"
90 />
91 <Tool
92 Name="VCBscMakeTool"
93 SuppressStartupBanner="true"
94 OutputFile=".\Debug/testplatform.bsc"
95 />
96 <Tool
97 Name="VCFxCopTool"
98 />
99 <Tool
100 Name="VCAppVerifierTool"
101 />
102 <Tool
103 Name="VCWebDeploymentTool"
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 TargetMachine="1"
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 SuppressStartupBanner="true"
187 OutputFile=".\Release/testplatform.bsc"
188 />
189 <Tool
190 Name="VCFxCopTool"
191 />
192 <Tool
193 Name="VCAppVerifierTool"
194 />
195 <Tool
196 Name="VCWebDeploymentTool"
197 />
198 <Tool
199 Name="VCPostBuildEventTool"
200 />
201 </Configuration>
202 </Configurations>
203 <References>
204 </References>
205 <Files>
206 <File
207 RelativePath="..\..\Sdl\Debug\SDL.lib"
208 >
209 </File>
210 <File
211 RelativePath="..\..\SDLmain\Debug\SDLmain.lib"
212 >
213 </File>
214 <File
215 RelativePath="..\..\..\Test\testplatform.c"
216 >
217 <FileConfiguration
218 Name="Debug|Win32"
219 >
220 <Tool
221 Name="VCCLCompilerTool"
222 AdditionalIncludeDirectories=""
223 PreprocessorDefinitions=""
224 />
225 </FileConfiguration>
226 <FileConfiguration
227 Name="Release|Win32"
228 >
229 <Tool
230 Name="VCCLCompilerTool"
231 AdditionalIncludeDirectories=""
232 PreprocessorDefinitions=""
233 />
234 </FileConfiguration>
235 </File>
236 </Files>
237 <Globals>
238 </Globals>
239 </VisualStudioProject>