aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Support/Support.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Support/Support.vcproj')
-rw-r--r--win32/Support/Support.vcproj410
1 files changed, 410 insertions, 0 deletions
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj
new file mode 100644
index 0000000..e7406d8
--- /dev/null
+++ b/win32/Support/Support.vcproj
@@ -0,0 +1,410 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="support"
+ ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ ReferencesPath="">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/support.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/support.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </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\Support\Allocator.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\Annotation.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\APInt.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\CommandLine.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\ConstantRange.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\Debug.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\Dwarf.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\FileUtilities.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\FoldingSet.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\GraphWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\IsInf.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\IsNAN.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\ManagedStatic.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\MemoryBuffer.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\PluginLoader.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\SlowOperationInformer.cpp">
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\SmallPtrSet.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\Statistic.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\Streams.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\StringExtras.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\StringMap.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\SystemUtils.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\Timer.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Allocator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Annotation.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\CallSite.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Casting.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\CFG.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\CommandLine.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Compiler.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\ConstantRange.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\DataTypes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Debug.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Dwarf.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\ELF.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\FileUtilities.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\GraphWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\InstIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\InstVisitor.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\LeakDetector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Linker.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\MallocAllocator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\ManagedStatic.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Mangler.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\MathExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\MemoryBuffer.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\OutputBuffer.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\PassNameParser.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\PatternMatch.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\PluginLoader.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Streams.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\SystemUtils.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Timer.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\type_traits.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\TypeInfo.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="ADT"
+ Filter="">
+ <File
+ RelativePath="..\..\include\llvm\ADT\APInt.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\APSInt.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\BitVector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\DenseMap.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\FoldingSet.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\GraphTraits.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\hash_map">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\hash_set">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\HashExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\ilist">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\IndexedMap.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\iterator">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\SCCIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\SetOperations.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\SetVector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\SmallSet.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\SmallString.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\SmallVector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\Statistic.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\STLExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\StringExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\StringMap.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\Tree.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\UniqueVector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\VectorExtras.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>