diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-07 08:31:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-07 08:31:52 +0000 |
commit | 60a0063d2acab0b8f5bdc6c469037744d482a613 (patch) | |
tree | 4b5e141adf0f4e9bf549246407d41e9f6107ce8b | |
parent | 5729d38c81bc2e3b21a2bb7a80a8cde384fc7b7b (diff) |
remove the win32 tree, it's stale and confusing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86358 91177308-0d34-0410-b5e6-96231b3b80d8
37 files changed, 0 insertions, 14954 deletions
diff --git a/win32/Analysis/Analysis.vcproj b/win32/Analysis/Analysis.vcproj deleted file mode 100644 index e116aa384d..0000000000 --- a/win32/Analysis/Analysis.vcproj +++ /dev/null @@ -1,573 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="Analysis" - ProjectGUID="{0622E827-8464-489D-8B1C-B0B496F35C08}" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - <Platform - Name="x64" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\include;.." - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" - StringPooling="true" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - ForceConformanceInForLoopScope="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="0" - ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" - BrowseInformation="1" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="3" - DisableSpecificWarnings="4355,4146,4800" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/Analysis.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Debug|x64" - OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\include;.." - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" - StringPooling="true" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - ForceConformanceInForLoopScope="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="0" - ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" - BrowseInformation="1" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="3" - DisableSpecificWarnings="4355,4146,4800" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/Analysis.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\include;.." - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" - StringPooling="true" - RuntimeLibrary="2" - ForceConformanceInForLoopScope="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="0" - ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="3" - DisableSpecificWarnings="4355,4146,4800" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/Analysis.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|x64" - OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\include;.." - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" - StringPooling="true" - RuntimeLibrary="2" - ForceConformanceInForLoopScope="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="0" - ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="3" - DisableSpecificWarnings="4355,4146,4800" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/Analysis.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath="..\..\lib\Analysis\AliasAnalysis.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\AliasAnalysisCounter.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\AliasAnalysisEvaluator.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\AliasDebugger.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\AliasSetTracker.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\Analysis.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\BasicAliasAnalysis.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\CFGPrinter.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\ConstantFolding.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\DbgInfoPrinter.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\DebugInfo.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\InstCount.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\Interval.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\IntervalPartition.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\LibCallAliasAnalysis.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\LibCallSemantics.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\LoopInfo.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\LoopPass.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\LoopVR.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\MemoryDependenceAnalysis.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\PostDominators.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\ProfileInfo.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\ProfileInfoLoader.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\ProfileInfoLoaderPass.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\ScalarEvolution.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\ScalarEvolutionExpander.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\SparsePropagation.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\Trace.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\ValueTracking.cpp" - > - </File> - <Filter - Name="IPA" - > - <File - RelativePath="..\..\lib\Analysis\Ipa\Andersens.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\Ipa\CallGraph.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\Ipa\CallGraphSCCPass.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\CaptureTracking.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\Ipa\FindUsedTypes.cpp" - > - </File> - <File - RelativePath="..\..\lib\Analysis\Ipa\GlobalsModRef.cpp" - > - </File> - </Filter> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath="..\..\include\llvm\Analysis\AliasAnalysis.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\AliasSetTracker.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\CallGraph.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\CFGPrinter.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\ConstantFolding.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\ConstantsScanner.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\DominatorInternals.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\Dominators.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\ET-Forest.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\FindUsedTypes.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\Interval.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\IntervalIterator.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\IntervalPartition.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\LoadValueNumbering.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\LoopInfo.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\LoopPass.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\LoopVR.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\Passes.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\PostDominators.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\ProfileInfo.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\ProfileInfoLoader.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\ProfileInfoTypes.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\ScalarEvolution.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpander.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpressions.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\Trace.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\ValueNumbering.h" - > - </File> - <File - RelativePath="..\..\include\llvm\Analysis\Verifier.h" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/win32/Archive/Archive.vcproj b/win32/Archive/Archive.vcproj deleted file mode 100644 index efd2f37876..0000000000 --- a/win32/Archive/Archive.vcproj +++ /dev/null @@ -1,337 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="Archive" - ProjectGUID="{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - <Platform - Name="x64" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\include;.." - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" - StringPooling="true" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - ForceConformanceInForLoopScope="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="0" - ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" - BrowseInformation="1" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="3" - DisableSpecificWarnings="4355,4146,4800" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/Archive.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\include;.." - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" - StringPooling="true" - RuntimeLibrary="2" - ForceConformanceInForLoopScope="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="0" - ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="3" - DisableSpecificWarnings="4355,4146,4800" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/Archive.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Debug|x64" - OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\include;.." - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" - StringPooling="true" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - ForceConformanceInForLoopScope="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="0" - ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" - BrowseInformation="1" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="3" - DisableSpecificWarnings="4355,4146,4800" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/Archive.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|x64" - OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\include;.." - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" - StringPooling="true" - RuntimeLibrary="2" - ForceConformanceInForLoopScope="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="0" - ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="3" - DisableSpecificWarnings="4355,4146,4800" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/Archive.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath="..\..\lib\Archive\Archive.cpp" - > - </File> - <File - RelativePath="..\..\lib\Archive\ArchiveInternals.h" - > - </File> - <File - RelativePath="..\..\lib\Archive\ArchiveReader.cpp" - > - </File> |