diff options
Diffstat (limited to 'contrib/extractor/VC71_ad.vcproj')
-rw-r--r-- | contrib/extractor/VC71_ad.vcproj | 316 |
1 files changed, 316 insertions, 0 deletions
diff --git a/contrib/extractor/VC71_ad.vcproj b/contrib/extractor/VC71_ad.vcproj new file mode 100644 index 00000000000..b1154138251 --- /dev/null +++ b/contrib/extractor/VC71_ad.vcproj @@ -0,0 +1,316 @@ +<?xml version="1.0" encoding="windows-1251"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.10" + Name="ad" + ProjectGUID="{D7552D4F-408F-4F8E-859B-366659150CF4}" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="." + IntermediateDirectory=".\debug\" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName="./ad.tlb" + HeaderFileName="" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="libmpq" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + PrecompiledHeaderFile="c:\windows\temp/ad.pch" + AssemblerListingLocation="c:\windows\temp/" + ObjectFile="c:\windows\temp/" + ProgramDataBaseFileName="c:\windows\temp/" + BrowseInformation="1" + WarningLevel="3" + SuppressStartupBanner="true" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1049" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="zlib.lib" + OutputFile="ad debug.exe" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="./debug/" + IgnoreDefaultLibraryNames="LIBCD.lib" + GenerateDebugInformation="true" + ProgramDatabaseFile="./ad debug.pdb" + SubSystem="1" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="." + IntermediateDirectory=".\release" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName="./ad.tlb" + HeaderFileName="" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="3" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="libmpq" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" + RuntimeLibrary="0" + UsePrecompiledHeader="0" + PrecompiledHeaderFile="c:\windows\temp/ad.pch" + AssemblerListingLocation="c:\windows\temp/" + ObjectFile="c:\windows\temp/" + ProgramDataBaseFileName="c:\windows\temp/" + WarningLevel="3" + SuppressStartupBanner="true" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1049" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="zlib.lib" + OutputFile="./ad.exe" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="./release/" + IgnoreDefaultLibraryNames="LIBC.lib" + ProgramDatabaseFile="./ad.pdb" + SubSystem="1" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath=".\adt.cpp" + > + </File> + <File + RelativePath=".\libmpq\common.cpp" + > + </File> + <File + RelativePath=".\dbcfile.cpp" + > + </File> + <File + RelativePath=".\libmpq\explode.cpp" + > + </File> + <File + RelativePath=".\libmpq\extract.cpp" + > + </File> + <File + RelativePath=".\libmpq\huffman.cpp" + > + </File> + <File + RelativePath=".\libmpq\mpq.cpp" + > + </File> + <File + RelativePath=".\mpq_libmpq.cpp" + > + </File> + <File + RelativePath=".\libmpq\parser.cpp" + > + </File> + <File + RelativePath="system.cpp" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + Optimization="0" + PreprocessorDefinitions="" + BasicRuntimeChecks="3" + BrowseInformation="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + Optimization="3" + PreprocessorDefinitions="" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\libmpq\wave.cpp" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl" + > + <File + RelativePath=".\libmpq\common.h" + > + </File> + <File + RelativePath=".\dbcfile.h" + > + </File> + <File + RelativePath=".\libmpq\explode.h" + > + </File> + <File + RelativePath=".\libmpq\huffman.h" + > + </File> + <File + RelativePath=".\libmpq\mpq.h" + > + </File> + <File + RelativePath=".\mpq_libmpq.h" + > + </File> + <File + RelativePath=".\libmpq\wave.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |