|
1 | 1 | <?xml version="1.0" encoding="windows-1251"?> |
2 | 2 | <VisualStudioProject |
3 | 3 | ProjectType="Visual C++" |
4 | | - Version="8.00" |
| 4 | + Version="9.00" |
5 | 5 | Name="BugTrap" |
6 | 6 | ProjectGUID="{E8CF1ADA-264A-4127-86C2-FD7057D3792C}" |
7 | 7 | RootNamespace="BugTrap" |
8 | 8 | Keyword="Win32Proj" |
| 9 | + TargetFrameworkVersion="131072" |
9 | 10 | > |
10 | 11 | <Platforms> |
11 | 12 | <Platform |
|
82 | 83 | MapExports="false" |
83 | 84 | SubSystem="2" |
84 | 85 | OptimizeForWindows98="0" |
| 86 | + RandomizedBaseAddress="1" |
| 87 | + DataExecutionPrevention="0" |
85 | 88 | ImportLibrary="..\..\..\..\..\libraries\$(ProjectName).lib" |
86 | 89 | TargetMachine="1" |
87 | 90 | /> |
|
103 | 106 | <Tool |
104 | 107 | Name="VCAppVerifierTool" |
105 | 108 | /> |
106 | | - <Tool |
107 | | - Name="VCWebDeploymentTool" |
108 | | - /> |
109 | 109 | <Tool |
110 | 110 | Name="VCPostBuildEventTool" |
111 | 111 | /> |
112 | 112 | </Configuration> |
113 | 113 | <Configuration |
114 | | - Name="Debug|Xbox 360" |
115 | | - OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
116 | | - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 114 | + Name="Release|Win32" |
| 115 | + OutputDirectory="..\..\..\..\..\binaries" |
| 116 | + IntermediateDirectory="..\..\..\..\..\intermediate\$(ConfigurationName)\$(ProjectName)" |
117 | 117 | ConfigurationType="2" |
118 | | - UseOfMFC="-1" |
119 | | - UseOfATL="0" |
120 | 118 | CharacterSet="2" |
121 | 119 | > |
122 | 120 | <Tool |
|
135 | 133 | Name="VCMIDLTool" |
136 | 134 | /> |
137 | 135 | <Tool |
138 | | - Name="VCCLX360CompilerTool" |
139 | | - Optimization="0" |
140 | | - PreprocessorDefinitions="WIN32;DEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS" |
141 | | - MinimalRebuild="true" |
| 136 | + Name="VCCLCompilerTool" |
| 137 | + Optimization="1" |
| 138 | + InlineFunctionExpansion="1" |
| 139 | + OmitFramePointers="true" |
| 140 | + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS" |
| 141 | + StringPooling="true" |
142 | 142 | ExceptionHandling="0" |
143 | | - BasicRuntimeChecks="3" |
144 | 143 | RuntimeLibrary="2" |
145 | 144 | BufferSecurityCheck="true" |
146 | 145 | EnableFunctionLevelLinking="false" |
147 | 146 | RuntimeTypeInfo="false" |
148 | 147 | UsePrecompiledHeader="2" |
149 | 148 | PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" |
150 | 149 | WarningLevel="4" |
| 150 | + Detect64BitPortabilityProblems="false" |
151 | 151 | DebugInformationFormat="3" |
152 | 152 | /> |
153 | 153 | <Tool |
|
162 | 162 | Name="VCPreLinkEventTool" |
163 | 163 | /> |
164 | 164 | <Tool |
165 | | - Name="VCX360LinkerTool" |
| 165 | + Name="VCLinkerTool" |
166 | 166 | AdditionalDependencies="ws2_32.lib comctl32.lib shlwapi.lib version.lib wininet.lib" |
167 | | - OutputFile="$(OutDir)/$(ProjectName)D.dll" |
168 | | - LinkIncremental="2" |
| 167 | + OutputFile="$(OutDir)/$(ProjectName).dll" |
| 168 | + LinkIncremental="1" |
169 | 169 | AdditionalLibraryDirectories="..\..\..\..\..\libraries" |
170 | 170 | ModuleDefinitionFile="BugTrap.def" |
171 | 171 | GenerateDebugInformation="true" |
172 | 172 | ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb" |
173 | 173 | GenerateMapFile="false" |
174 | 174 | MapFileName="" |
175 | 175 | MapExports="false" |
| 176 | + SubSystem="2" |
| 177 | + OptimizeReferences="2" |
| 178 | + EnableCOMDATFolding="2" |
| 179 | + OptimizeForWindows98="1" |
| 180 | + RandomizedBaseAddress="1" |
| 181 | + DataExecutionPrevention="0" |
176 | 182 | ImportLibrary="..\..\..\..\..\libraries\$(ProjectName).lib" |
| 183 | + TargetMachine="1" |
177 | 184 | /> |
178 | 185 | <Tool |
179 | 186 | Name="VCALinkTool" |
180 | 187 | /> |
181 | 188 | <Tool |
182 | | - Name="VCX360ImageTool" |
| 189 | + Name="VCManifestTool" |
| 190 | + /> |
| 191 | + <Tool |
| 192 | + Name="VCXDCMakeTool" |
183 | 193 | /> |
184 | 194 | <Tool |
185 | 195 | Name="VCBscMakeTool" |
186 | 196 | /> |
187 | 197 | <Tool |
188 | | - Name="VCX360DeploymentTool" |
| 198 | + Name="VCFxCopTool" |
189 | 199 | /> |
190 | 200 | <Tool |
191 | | - Name="VCPostBuildEventTool" |
| 201 | + Name="VCAppVerifierTool" |
192 | 202 | /> |
193 | | - <DebuggerTool |
| 203 | + <Tool |
| 204 | + Name="VCPostBuildEventTool" |
194 | 205 | /> |
195 | 206 | </Configuration> |
196 | 207 | <Configuration |
197 | | - Name="Release|Win32" |
198 | | - OutputDirectory="..\..\..\..\..\binaries" |
199 | | - IntermediateDirectory="..\..\..\..\..\intermediate\$(ConfigurationName)\$(ProjectName)" |
| 208 | + Name="Debug|Xbox 360" |
| 209 | + OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
| 210 | + IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
200 | 211 | ConfigurationType="2" |
| 212 | + UseOfMFC="-1" |
| 213 | + UseOfATL="0" |
201 | 214 | CharacterSet="2" |
202 | 215 | > |
203 | 216 | <Tool |
|
216 | 229 | Name="VCMIDLTool" |
217 | 230 | /> |
218 | 231 | <Tool |
219 | | - Name="VCCLCompilerTool" |
220 | | - Optimization="1" |
221 | | - InlineFunctionExpansion="1" |
222 | | - OmitFramePointers="true" |
223 | | - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS" |
224 | | - StringPooling="true" |
| 232 | + Name="VCCLX360CompilerTool" |
| 233 | + Optimization="0" |
| 234 | + PreprocessorDefinitions="WIN32;DEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS" |
| 235 | + MinimalRebuild="true" |
225 | 236 | ExceptionHandling="0" |
| 237 | + BasicRuntimeChecks="3" |
226 | 238 | RuntimeLibrary="2" |
227 | 239 | BufferSecurityCheck="true" |
228 | 240 | EnableFunctionLevelLinking="false" |
229 | 241 | RuntimeTypeInfo="false" |
230 | 242 | UsePrecompiledHeader="2" |
231 | 243 | PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" |
232 | 244 | WarningLevel="4" |
233 | | - Detect64BitPortabilityProblems="false" |
234 | 245 | DebugInformationFormat="3" |
235 | 246 | /> |
236 | 247 | <Tool |
|
245 | 256 | Name="VCPreLinkEventTool" |
246 | 257 | /> |
247 | 258 | <Tool |
248 | | - Name="VCLinkerTool" |
| 259 | + Name="VCX360LinkerTool" |
249 | 260 | AdditionalDependencies="ws2_32.lib comctl32.lib shlwapi.lib version.lib wininet.lib" |
250 | | - OutputFile="$(OutDir)/$(ProjectName).dll" |
251 | | - LinkIncremental="1" |
| 261 | + OutputFile="$(OutDir)/$(ProjectName)D.dll" |
| 262 | + LinkIncremental="2" |
252 | 263 | AdditionalLibraryDirectories="..\..\..\..\..\libraries" |
253 | 264 | ModuleDefinitionFile="BugTrap.def" |
254 | 265 | GenerateDebugInformation="true" |
255 | 266 | ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb" |
256 | 267 | GenerateMapFile="false" |
257 | 268 | MapFileName="" |
258 | 269 | MapExports="false" |
259 | | - SubSystem="2" |
260 | | - OptimizeReferences="2" |
261 | | - EnableCOMDATFolding="2" |
262 | | - OptimizeForWindows98="1" |
263 | 270 | ImportLibrary="..\..\..\..\..\libraries\$(ProjectName).lib" |
264 | | - TargetMachine="1" |
265 | 271 | /> |
266 | 272 | <Tool |
267 | 273 | Name="VCALinkTool" |
268 | 274 | /> |
269 | 275 | <Tool |
270 | | - Name="VCManifestTool" |
271 | | - /> |
272 | | - <Tool |
273 | | - Name="VCXDCMakeTool" |
| 276 | + Name="VCX360ImageTool" |
274 | 277 | /> |
275 | 278 | <Tool |
276 | 279 | Name="VCBscMakeTool" |
277 | 280 | /> |
278 | 281 | <Tool |
279 | | - Name="VCFxCopTool" |
280 | | - /> |
281 | | - <Tool |
282 | | - Name="VCAppVerifierTool" |
283 | | - /> |
284 | | - <Tool |
285 | | - Name="VCWebDeploymentTool" |
| 282 | + Name="VCX360DeploymentTool" |
286 | 283 | /> |
287 | 284 | <Tool |
288 | 285 | Name="VCPostBuildEventTool" |
289 | 286 | /> |
| 287 | + <DebuggerTool |
| 288 | + /> |
290 | 289 | </Configuration> |
291 | 290 | <Configuration |
292 | 291 | Name="Release|Xbox 360" |
|
378 | 377 | <AssemblyReference |
379 | 378 | RelativePath="System.dll" |
380 | 379 | AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" |
| 380 | + MinFrameworkVersion="131072" |
381 | 381 | /> |
382 | 382 | <AssemblyReference |
383 | 383 | RelativePath="System.Windows.Forms.dll" |
384 | 384 | AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" |
| 385 | + MinFrameworkVersion="131072" |
385 | 386 | /> |
386 | 387 | </References> |
387 | 388 | <Files> |
|
796 | 797 | /> |
797 | 798 | </FileConfiguration> |
798 | 799 | <FileConfiguration |
799 | | - Name="Debug|Xbox 360" |
| 800 | + Name="Release|Win32" |
800 | 801 | > |
801 | | - <Tool |
802 | | - Name="VCCLX360CompilerTool" |
803 | | - UsePrecompiledHeader="1" |
804 | | - /> |
| 802 | + <Tool |
| 803 | + Name="VCCLCompilerTool" |
| 804 | + UsePrecompiledHeader="1" |
| 805 | + /> |
805 | 806 | </FileConfiguration> |
806 | 807 | <FileConfiguration |
807 | | - Name="Release|Win32" |
| 808 | + Name="Debug|Xbox 360" |
808 | 809 | > |
809 | 810 | <Tool |
810 | | - Name="VCCLCompilerTool" |
| 811 | + Name="VCCLX360CompilerTool" |
811 | 812 | UsePrecompiledHeader="1" |
812 | 813 | /> |
813 | 814 | </FileConfiguration> |
814 | 815 | <FileConfiguration |
815 | 816 | Name="Release|Xbox 360" |
816 | 817 | > |
817 | | - <Tool |
818 | | - Name="VCCLX360CompilerTool" |
819 | | - UsePrecompiledHeader="1" |
820 | | - /> |
| 818 | + <Tool |
| 819 | + Name="VCCLX360CompilerTool" |
| 820 | + UsePrecompiledHeader="1" |
| 821 | + /> |
821 | 822 | </FileConfiguration> |
822 | 823 | </File> |
823 | 824 | </Filter> |
|
0 commit comments