| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <ItemGroup Label="ProjectConfigurations"> | |
| <ProjectConfiguration Include="Debug|Win32"> | |
| <Configuration>Debug</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| <ProjectConfiguration Include="Release|Win32"> | |
| <Configuration>Release</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| <ProjectConfiguration Include="MinSizeRel|Win32"> | |
| <Configuration>MinSizeRel</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| <ProjectConfiguration Include="RelWithDebInfo|Win32"> | |
| <Configuration>RelWithDebInfo</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| </ItemGroup> | |
| <PropertyGroup Label="Globals"> | |
| <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID> | |
| <Keyword>Win32Proj</Keyword> | |
| <Platform>Win32</Platform> | |
| <ProjectName>PACKAGE</ProjectName> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| <ConfigurationType></ConfigurationType> | |
| <UseOfMfc>false</UseOfMfc> | |
| <CharacterSet>MultiByte</CharacterSet> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| <ConfigurationType></ConfigurationType> | |
| <UseOfMfc>false</UseOfMfc> | |
| <CharacterSet>MultiByte</CharacterSet> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> | |
| <ConfigurationType></ConfigurationType> | |
| <UseOfMfc>false</UseOfMfc> | |
| <CharacterSet>MultiByte</CharacterSet> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> | |
| <ConfigurationType></ConfigurationType> | |
| <UseOfMfc>false</UseOfMfc> | |
| <CharacterSet>MultiByte</CharacterSet> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| <ImportGroup Label="ExtensionSettings"> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> | |
| <PropertyGroup Label="UserMacros" /> | |
| <PropertyGroup> | |
| <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | |
| </PropertyGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <Midl> | |
| <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <OutputDirectory>$(IntDir)</OutputDirectory> | |
| <HeaderFileName>%(Filename).h</HeaderFileName> | |
| <TypeLibraryName>%(Filename).tlb</TypeLibraryName> | |
| <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> | |
| <ProxyFileName>%(Filename)_p.c</ProxyFileName> | |
| </Midl> | |
| <PostBuildEvent> | |
| <Message></Message> | |
| <Command>setlocal | |
| cd ..\LLVM | |
| if %errorlevel% neq 0 goto :cmEnd | |
| D: | |
| if %errorlevel% neq 0 goto :cmEnd | |
| "C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| </PostBuildEvent> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <Midl> | |
| <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <OutputDirectory>$(IntDir)</OutputDirectory> | |
| <HeaderFileName>%(Filename).h</HeaderFileName> | |
| <TypeLibraryName>%(Filename).tlb</TypeLibraryName> | |
| <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> | |
| <ProxyFileName>%(Filename)_p.c</ProxyFileName> | |
| </Midl> | |
| <PostBuildEvent> | |
| <Message></Message> | |
| <Command>setlocal | |
| cd ..\LLVM | |
| if %errorlevel% neq 0 goto :cmEnd | |
| D: | |
| if %errorlevel% neq 0 goto :cmEnd | |
| "C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| </PostBuildEvent> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> | |
| <Midl> | |
| <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <OutputDirectory>$(IntDir)</OutputDirectory> | |
| <HeaderFileName>%(Filename).h</HeaderFileName> | |
| <TypeLibraryName>%(Filename).tlb</TypeLibraryName> | |
| <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> | |
| <ProxyFileName>%(Filename)_p.c</ProxyFileName> | |
| </Midl> | |
| <PostBuildEvent> | |
| <Message></Message> | |
| <Command>setlocal | |
| cd ..\LLVM | |
| if %errorlevel% neq 0 goto :cmEnd | |
| D: | |
| if %errorlevel% neq 0 goto :cmEnd | |
| "C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| </PostBuildEvent> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> | |
| <Midl> | |
| <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| <OutputDirectory>$(IntDir)</OutputDirectory> | |
| <HeaderFileName>%(Filename).h</HeaderFileName> | |
| <TypeLibraryName>%(Filename).tlb</TypeLibraryName> | |
| <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> | |
| <ProxyFileName>%(Filename)_p.c</ProxyFileName> | |
| </Midl> | |
| <PostBuildEvent> | |
| <Message></Message> | |
| <Command>setlocal | |
| cd ..\LLVM | |
| if %errorlevel% neq 0 goto :cmEnd | |
| D: | |
| if %errorlevel% neq 0 goto :cmEnd | |
| "C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| </PostBuildEvent> | |
| </ItemDefinitionGroup> | |
| <ItemGroup> | |
| <CustomBuild Include="CMakeFiles\PACKAGE_force.rule"> | |
| <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message> | |
| <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal | |
| cd . | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs> | |
| <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs> | |
| <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message> | |
| <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal | |
| cd . | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs> | |
| <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs> | |
| <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message> | |
| <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal | |
| cd . | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs> | |
| <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs> | |
| <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message> | |
| <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal | |
| cd . | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs> | |
| <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs> | |
| </CustomBuild> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <CustomBuild Include="CMakeLists.txt"> | |
| <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message> | |
| <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal | |
| "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> | |
| <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs> | |
| <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message> | |
| <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal | |
| "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> | |
| <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs> | |
| <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message> | |
| <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal | |
| "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> | |
| <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs> | |
| <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message> | |
| <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal | |
| "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp | |
| if %errorlevel% neq 0 goto :cmEnd | |
| :cmEnd | |
| endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone | |
| :cmErrorLevel | |
| exit /b %1 | |
| :cmDone | |
| if %errorlevel% neq 0 goto :VCEnd</Command> | |
| <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> | |
| <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs> | |
| </CustomBuild> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="ALL_BUILD.vcxproj"> | |
| <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project> | |
| </ProjectReference> | |
| </ItemGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| <ImportGroup Label="ExtensionTargets"> | |
| </ImportGroup> | |
| </Project> |