"Just a small update for the project files for adding a missing preprocessor
[oota-llvm.git] / win32 / AsmParser / AsmParser.vcproj
index 2f23030278acebdd4ff5e153dd09eef7e8e916d6..2b7cb40ed3fdc5c57cc11380a2d8fb0254d66031 100644 (file)
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
        ProjectType="Visual C++"
-       Version="7.10"
+       Version="8.00"
        Name="AsmParser"
        ProjectGUID="{3DC216F5-1DDD-478A-84F8-C124E5C31982}"
        RootNamespace="AsmParser"
-       Keyword="Win32Proj">
+       Keyword="Win32Proj"
+       >
        <Platforms>
                <Platform
-                       Name="Win32"/>
+                       Name="Win32"
+               />
+               <Platform
+                       Name="x64"
+               />
        </Platforms>
+       <ToolFiles>
+       </ToolFiles>
        <Configurations>
                <Configuration
                        Name="Debug|Win32"
-                       OutputDirectory="Debug"
-                       IntermediateDirectory="Debug"
+                       OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
+                       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
                        ConfigurationType="4"
-                       CharacterSet="2">
+                       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="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
-                               MinimalRebuild="TRUE"
+                               AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser"
+                               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"
+                               ForceConformanceInForLoopScope="true"
+                               RuntimeTypeInfo="true"
                                UsePrecompiledHeader="0"
+                               ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
                                BrowseInformation="1"
                                WarningLevel="3"
-                               Detect64BitPortabilityProblems="FALSE"
-                               DebugInformationFormat="4"
-                               DisableSpecificWarnings="4355,4146,4800"/>
+                               Detect64BitPortabilityProblems="false"
+                               DebugInformationFormat="3"
+                               DisableSpecificWarnings="4355,4146,4800"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
                        <Tool
-                               Name="VCCustomBuildTool"/>
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
                        <Tool
                                Name="VCLibrarianTool"
-                               OutputFile="$(OutDir)/AsmParser.lib"/>
+                               OutputFile="$(OutDir)/AsmParser.lib"
+                       />
                        <Tool
-                               Name="VCMIDLTool"/>
+                               Name="VCALinkTool"
+                       />
                        <Tool
-                               Name="VCPostBuildEventTool"/>
+                               Name="VCXDCMakeTool"
+                       />
                        <Tool
-                               Name="VCPreBuildEventTool"/>
+                               Name="VCBscMakeTool"
+                       />
                        <Tool
-                               Name="VCPreLinkEventTool"/>
+                               Name="VCFxCopTool"
+                       />
                        <Tool
-                               Name="VCResourceCompilerTool"/>
+                               Name="VCPostBuildEventTool"
+                       />
+               </Configuration>
+               <Configuration
+                       Name="Release|Win32"
+                       OutputDirectory="$(SolutionDir)\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="VCWebServiceProxyGeneratorTool"/>
+                               Name="VCXMLDataGeneratorTool"
+                       />
                        <Tool
-                               Name="VCXMLDataGeneratorTool"/>
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
                        <Tool
-                               Name="VCManagedWrapperGeneratorTool"/>
+                               Name="VCMIDLTool"
+                       />
                        <Tool
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+                               Name="VCCLCompilerTool"
+                               AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser"
+                               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)/AsmParser.lib"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
+                       <Tool
+                               Name="VCXDCMakeTool"
+                       />
+                       <Tool
+                               Name="VCBscMakeTool"
+                       />
+                       <Tool
+                               Name="VCFxCopTool"
+                       />
+                       <Tool
+                               Name="VCPostBuildEventTool"
+                       />
                </Configuration>
                <Configuration
-                       Name="Release|Win32"
-                       OutputDirectory="Release"
-                       IntermediateDirectory="Release"
+                       Name="Debug|x64"
+                       OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
+                       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
                        ConfigurationType="4"
-                       CharacterSet="2">
+                       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="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
-                               RuntimeLibrary="2"
-                               ForceConformanceInForLoopScope="TRUE"
-                               RuntimeTypeInfo="TRUE"
+                               Optimization="0"
+                               AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser"
+                               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"
+                               Detect64BitPortabilityProblems="false"
                                DebugInformationFormat="3"
-                               DisableSpecificWarnings="4355,4146,4800"/>
+                               DisableSpecificWarnings="4355,4146,4800"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
                        <Tool
-                               Name="VCCustomBuildTool"/>
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
                        <Tool
                                Name="VCLibrarianTool"
-                               OutputFile="$(OutDir)/AsmParser.lib"/>
+                               OutputFile="$(OutDir)/AsmParser.lib"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
+                       <Tool
+                               Name="VCXDCMakeTool"
+                       />
+                       <Tool
+                               Name="VCBscMakeTool"
+                       />
+                       <Tool
+                               Name="VCFxCopTool"
+                       />
+                       <Tool
+                               Name="VCPostBuildEventTool"
+                       />
+               </Configuration>
+               <Configuration
+                       Name="Release|x64"
+                       OutputDirectory="$(SolutionDir)\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"/>
+                               Name="VCMIDLTool"
+                               TargetEnvironment="3"
+                       />
                        <Tool
-                               Name="VCPostBuildEventTool"/>
+                               Name="VCCLCompilerTool"
+                               AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser"
+                               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="VCPreBuildEventTool"/>
+                               Name="VCManagedResourceCompilerTool"
+                       />
                        <Tool
-                               Name="VCPreLinkEventTool"/>
+                               Name="VCResourceCompilerTool"
+                       />
                        <Tool
-                               Name="VCResourceCompilerTool"/>
+                               Name="VCPreLinkEventTool"
+                       />
                        <Tool
-                               Name="VCWebServiceProxyGeneratorTool"/>
+                               Name="VCLibrarianTool"
+                               OutputFile="$(OutDir)/AsmParser.lib"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
                        <Tool
-                               Name="VCXMLDataGeneratorTool"/>
+                               Name="VCXDCMakeTool"
+                       />
                        <Tool
-                               Name="VCManagedWrapperGeneratorTool"/>
+                               Name="VCBscMakeTool"
+                       />
                        <Tool
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+                               Name="VCFxCopTool"
+                       />
+                       <Tool
+                               Name="VCPostBuildEventTool"
+                       />
                </Configuration>
        </Configurations>
        <References>
                <Filter
                        Name="Source Files"
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
-                       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+                       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+                       >
+                       <File
+                               RelativePath="..\..\lib\AsmParser\LLLexer.cpp"
+                               >
+                       </File>
                        <File
-                               RelativePath="..\..\lib\AsmParser\Lexer.l">
+                               RelativePath="..\..\lib\AsmParser\llvmAsmParser.y"
+                               >
                                <FileConfiguration
-                                       Name="Debug|Win32">
+                                       Name="Debug|Win32"
+                                       >
                                        <Tool
                                                Name="VCCustomBuildTool"
-                                               Description="Flexing $(InputFileName)"
-                                               CommandLine="..\tools\flex -t &gt;$(InputDir)$(InputName).cpp $(InputPath)"
-                                               Outputs="$(InputDir)$(InputName).cpp"/>
+                                               Description="Bisoning $(InputFileName)"
+                                               CommandLine="..\dobison.cmd llvmAsm debug $(InputName) $(InputPath) ..\..\lib\AsmParser&#x0D;&#x0A;"
+                                               Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output;..\..\lib\AsmParser\$(InputName).h"
+                                       />
                                </FileConfiguration>
                                <FileConfiguration
-                                       Name="Release|Win32">
+                                       Name="Release|Win32"
+                                       >
                                        <Tool
                                                Name="VCCustomBuildTool"
-                                               Description="Flexing $(InputFileName)"
-                                               CommandLine="..\tools\flex -t &gt;$(InputDir)$(InputName).cpp $(InputPath)"
-                                               Outputs="$(InputDir)$(InputName).cpp"/>
+                                               Description="Bisoning $(InputFileName)"
+                                               CommandLine="..\dobison.cmd llvmAsm release $(InputName) $(InputPath) ..\..\lib\AsmParser&#x0D;&#x0A;"
+                                               Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output;..\..\lib\AsmParser\$(InputName).h"
+                                       />
                                </FileConfiguration>
-                       </File>
-                       <File
-                               RelativePath="..\..\lib\AsmParser\llvmAsmParser.y">
                                <FileConfiguration
-                                       Name="Debug|Win32">
+                                       Name="Debug|x64"
+                                       >
                                        <Tool
                                                Name="VCCustomBuildTool"
                                                Description="Bisoning $(InputFileName)"
-                                               CommandLine="..\tools\bison -pllvmAsm -tvdo$(InputDir)$(InputName).cpp $(InputPath)
-move $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
-"
-                                               Outputs="$(InputDir)$(InputName).cpp;$(InputDir)$(InputName).h"/>
+                                               CommandLine="..\dobison.cmd llvmAsm debug $(InputName) $(InputPath) ..\..\lib\AsmParser&#x0D;&#x0A;"
+                                               Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output;..\..\lib\AsmParser\$(InputName).h"
+                                       />
                                </FileConfiguration>
                                <FileConfiguration
-                                       Name="Release|Win32">
+                                       Name="Release|x64"
+                                       >
                                        <Tool
                                                Name="VCCustomBuildTool"
                                                Description="Bisoning $(InputFileName)"
-                                               CommandLine="..\tools\bison -pllvmAsm -vdo$(InputDir)$(InputName).cpp $(InputPath)
-move $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
-"
-                                               Outputs="$(InputDir)$(InputName).cpp;$(InputDir)$(InputName).h"/>
+                                               CommandLine="..\dobison.cmd llvmAsm release $(InputName) $(InputPath) ..\..\lib\AsmParser&#x0D;&#x0A;"
+                                               Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output;..\..\lib\AsmParser\$(InputName).h"
+                                       />
                                </FileConfiguration>
                        </File>
                        <File
-                               RelativePath="..\..\lib\AsmParser\Parser.cpp">
+                               RelativePath="..\..\lib\AsmParser\Parser.cpp"
+                               >
                        </File>
                </Filter>
                <Filter
                        Name="Header Files"
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
-                       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+                       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+                       >
                        <File
-                               RelativePath="..\..\include\llvm\Assembly\Parser.h">
+                               RelativePath="..\..\lib\AsmParser\LLLexer.h"
+                               >
                        </File>
                        <File
-                               RelativePath="..\..\lib\AsmParser\ParserInternals.h">
+                               RelativePath="..\..\include\llvm\Assembly\Parser.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\lib\AsmParser\ParserInternals.h"
+                               >
                        </File>
                </Filter>
                <Filter
                        Name="Generated Files"
-                       Filter="">
-                       <File
-                               RelativePath="..\..\lib\AsmParser\Lexer.cpp">
-                       </File>
+                       >
                        <File
-                               RelativePath="..\..\lib\AsmParser\llvmAsmParser.cpp">
+                               RelativePath="..\..\lib\AsmParser\llvmAsmParser.cpp"
+                               >
                        </File>
                        <File
-                               RelativePath="..\..\lib\AsmParser\llvmAsmParser.h">
+                               RelativePath="..\..\lib\AsmParser\llvmAsmParser.h"
+                               >
                        </File>
                </Filter>
        </Files>