1<?xml version="1.0" encoding="gb2312"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="decConsole" 6 ProjectGUID="{71973A8E-103D-4FB7-951F-55E35E7F60FA}" 7 RootNamespace="decConsole" 8 TargetFrameworkVersion="0" 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="Release|Win32" 23 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 24 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 25 ConfigurationType="1" 26 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 27 UseOfMFC="0" 28 ATLMinimizesCRunTimeLibraryUsage="false" 29 CharacterSet="2" 30 > 31 <Tool 32 Name="VCPreBuildEventTool" 33 /> 34 <Tool 35 Name="VCCustomBuildTool" 36 /> 37 <Tool 38 Name="VCXMLDataGeneratorTool" 39 /> 40 <Tool 41 Name="VCWebServiceProxyGeneratorTool" 42 /> 43 <Tool 44 Name="VCMIDLTool" 45 /> 46 <Tool 47 Name="VCCLCompilerTool" 48 Optimization="2" 49 InlineFunctionExpansion="1" 50 AdditionalIncludeDirectories="..\..\..\console\dec\inc,..\..\..\console\common\inc,..\..\..\api\wels,..\..\..\common\inc" 51 PreprocessorDefinitions="NDEBUG;_CONSOLE" 52 StringPooling="true" 53 RuntimeLibrary="0" 54 EnableFunctionLevelLinking="true" 55 WarningLevel="3" 56 DebugInformationFormat="3" 57 /> 58 <Tool 59 Name="VCManagedResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCResourceCompilerTool" 63 PreprocessorDefinitions="NDEBUG" 64 Culture="2052" 65 /> 66 <Tool 67 Name="VCPreLinkEventTool" 68 /> 69 <Tool 70 Name="VCLinkerTool" 71 AdditionalDependencies="$(OutDir)\welsdec.lib" 72 OutputFile="$(OutDir)\decConsole.exe" 73 LinkIncremental="1" 74 GenerateDebugInformation="true" 75 SubSystem="1" 76 RandomizedBaseAddress="1" 77 DataExecutionPrevention="2" 78 TargetMachine="1" 79 /> 80 <Tool 81 Name="VCALinkTool" 82 /> 83 <Tool 84 Name="VCManifestTool" 85 /> 86 <Tool 87 Name="VCXDCMakeTool" 88 /> 89 <Tool 90 Name="VCBscMakeTool" 91 OutputFile="$(OutDir)\decConsole.bsc" 92 /> 93 <Tool 94 Name="VCFxCopTool" 95 /> 96 <Tool 97 Name="VCAppVerifierTool" 98 /> 99 <Tool 100 Name="VCPostBuildEventTool" 101 /> 102 </Configuration> 103 <Configuration 104 Name="Release|x64" 105 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 106 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 107 ConfigurationType="1" 108 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 109 UseOfMFC="0" 110 ATLMinimizesCRunTimeLibraryUsage="false" 111 CharacterSet="2" 112 > 113 <Tool 114 Name="VCPreBuildEventTool" 115 /> 116 <Tool 117 Name="VCCustomBuildTool" 118 /> 119 <Tool 120 Name="VCXMLDataGeneratorTool" 121 /> 122 <Tool 123 Name="VCWebServiceProxyGeneratorTool" 124 /> 125 <Tool 126 Name="VCMIDLTool" 127 /> 128 <Tool 129 Name="VCCLCompilerTool" 130 Optimization="2" 131 InlineFunctionExpansion="1" 132 AdditionalIncludeDirectories="..\..\..\console\dec\inc,..\..\..\console\common\inc,..\..\..\api\wels,..\..\..\common\inc" 133 PreprocessorDefinitions="NDEBUG;_CONSOLE" 134 StringPooling="true" 135 RuntimeLibrary="0" 136 EnableFunctionLevelLinking="true" 137 WarningLevel="3" 138 DebugInformationFormat="3" 139 /> 140 <Tool 141 Name="VCManagedResourceCompilerTool" 142 /> 143 <Tool 144 Name="VCResourceCompilerTool" 145 PreprocessorDefinitions="NDEBUG" 146 Culture="2052" 147 /> 148 <Tool 149 Name="VCPreLinkEventTool" 150 /> 151 <Tool 152 Name="VCLinkerTool" 153 AdditionalDependencies="$(OutDir)\welsdec.lib" 154 OutputFile="$(OutDir)\decConsole.exe" 155 LinkIncremental="1" 156 GenerateDebugInformation="true" 157 SubSystem="1" 158 RandomizedBaseAddress="1" 159 DataExecutionPrevention="2" 160 TargetMachine="17" 161 /> 162 <Tool 163 Name="VCALinkTool" 164 /> 165 <Tool 166 Name="VCManifestTool" 167 /> 168 <Tool 169 Name="VCXDCMakeTool" 170 /> 171 <Tool 172 Name="VCBscMakeTool" 173 OutputFile="$(OutDir)\decConsole.bsc" 174 /> 175 <Tool 176 Name="VCFxCopTool" 177 /> 178 <Tool 179 Name="VCAppVerifierTool" 180 /> 181 <Tool 182 Name="VCPostBuildEventTool" 183 /> 184 </Configuration> 185 <Configuration 186 Name="Debug|Win32" 187 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 188 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 189 ConfigurationType="1" 190 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 191 UseOfMFC="0" 192 ATLMinimizesCRunTimeLibraryUsage="false" 193 CharacterSet="2" 194 > 195 <Tool 196 Name="VCPreBuildEventTool" 197 /> 198 <Tool 199 Name="VCCustomBuildTool" 200 /> 201 <Tool 202 Name="VCXMLDataGeneratorTool" 203 /> 204 <Tool 205 Name="VCWebServiceProxyGeneratorTool" 206 /> 207 <Tool 208 Name="VCMIDLTool" 209 /> 210 <Tool 211 Name="VCCLCompilerTool" 212 Optimization="0" 213 AdditionalIncludeDirectories="..\..\..\console\dec\inc,..\..\..\console\common\inc,..\..\..\api\wels,..\..\..\common\inc" 214 PreprocessorDefinitions="_DEBUG;_CONSOLE" 215 MinimalRebuild="true" 216 BasicRuntimeChecks="3" 217 RuntimeLibrary="1" 218 WarningLevel="3" 219 DebugInformationFormat="4" 220 /> 221 <Tool 222 Name="VCManagedResourceCompilerTool" 223 /> 224 <Tool 225 Name="VCResourceCompilerTool" 226 PreprocessorDefinitions="_DEBUG" 227 Culture="2052" 228 /> 229 <Tool 230 Name="VCPreLinkEventTool" 231 /> 232 <Tool 233 Name="VCLinkerTool" 234 AdditionalDependencies="$(OutDir)\welsdec.lib" 235 OutputFile="$(OutDir)\decConsoled.exe" 236 LinkIncremental="2" 237 GenerateDebugInformation="true" 238 SubSystem="1" 239 RandomizedBaseAddress="1" 240 DataExecutionPrevention="2" 241 TargetMachine="1" 242 /> 243 <Tool 244 Name="VCALinkTool" 245 /> 246 <Tool 247 Name="VCManifestTool" 248 /> 249 <Tool 250 Name="VCXDCMakeTool" 251 /> 252 <Tool 253 Name="VCBscMakeTool" 254 OutputFile="$(OutDir)\decConsole.bsc" 255 /> 256 <Tool 257 Name="VCFxCopTool" 258 /> 259 <Tool 260 Name="VCAppVerifierTool" 261 /> 262 <Tool 263 Name="VCPostBuildEventTool" 264 /> 265 </Configuration> 266 <Configuration 267 Name="Debug|x64" 268 OutputDirectory=".\..\..\..\..\bin\$(PlatformName)\$(ConfigurationName)" 269 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 270 ConfigurationType="1" 271 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 272 UseOfMFC="0" 273 ATLMinimizesCRunTimeLibraryUsage="false" 274 CharacterSet="2" 275 > 276 <Tool 277 Name="VCPreBuildEventTool" 278 /> 279 <Tool 280 Name="VCCustomBuildTool" 281 /> 282 <Tool 283 Name="VCXMLDataGeneratorTool" 284 /> 285 <Tool 286 Name="VCWebServiceProxyGeneratorTool" 287 /> 288 <Tool 289 Name="VCMIDLTool" 290 /> 291 <Tool 292 Name="VCCLCompilerTool" 293 Optimization="0" 294 AdditionalIncludeDirectories="..\..\..\console\dec\inc,..\..\..\console\common\inc,..\..\..\api\wels,..\..\..\common\inc" 295 PreprocessorDefinitions="_DEBUG;_CONSOLE" 296 MinimalRebuild="true" 297 BasicRuntimeChecks="3" 298 RuntimeLibrary="1" 299 WarningLevel="3" 300 DebugInformationFormat="3" 301 /> 302 <Tool 303 Name="VCManagedResourceCompilerTool" 304 /> 305 <Tool 306 Name="VCResourceCompilerTool" 307 PreprocessorDefinitions="_DEBUG" 308 Culture="2052" 309 /> 310 <Tool 311 Name="VCPreLinkEventTool" 312 /> 313 <Tool 314 Name="VCLinkerTool" 315 AdditionalDependencies="$(OutDir)\welsdec.lib" 316 OutputFile="$(OutDir)\decConsoled.exe" 317 LinkIncremental="2" 318 GenerateDebugInformation="true" 319 SubSystem="1" 320 RandomizedBaseAddress="1" 321 DataExecutionPrevention="2" 322 TargetMachine="17" 323 /> 324 <Tool 325 Name="VCALinkTool" 326 /> 327 <Tool 328 Name="VCManifestTool" 329 /> 330 <Tool 331 Name="VCXDCMakeTool" 332 /> 333 <Tool 334 Name="VCBscMakeTool" 335 OutputFile="$(OutDir)\decConsole.bsc" 336 /> 337 <Tool 338 Name="VCFxCopTool" 339 /> 340 <Tool 341 Name="VCAppVerifierTool" 342 /> 343 <Tool 344 Name="VCPostBuildEventTool" 345 /> 346 </Configuration> 347 </Configurations> 348 <References> 349 </References> 350 <Files> 351 <Filter 352 Name="Source Files" 353 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 354 > 355 <File 356 RelativePath="..\..\..\console\dec\src\d3d9_utils.cpp" 357 > 358 </File> 359 <File 360 RelativePath="..\..\..\console\dec\src\h264dec.cpp" 361 > 362 </File> 363 <File 364 RelativePath="..\..\..\console\common\src\read_config.cpp" 365 > 366 </File> 367 </Filter> 368 <Filter 369 Name="Header Files" 370 Filter="h;hpp;hxx;hm;inl" 371 > 372 <File 373 RelativePath="..\..\..\console\dec\inc\d3d9_utils.h" 374 > 375 </File> 376 <File 377 RelativePath="..\..\..\console\common\inc\read_config.h" 378 > 379 </File> 380 </Filter> 381 <Filter 382 Name="Resource Files" 383 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 384 > 385 </Filter> 386 </Files> 387 <Globals> 388 </Globals> 389</VisualStudioProject> 390