<?xml version="1.0" encoding="Windows-1252"?> | |
<Project DefaultTargets="Build" ToolsVersion="12.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>{8BAEAFA4-80F0-4CD5-9EDB-4A231C8809E6}</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> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
<ConfigurationType></ConfigurationType> | |
<UseOfMfc>false</UseOfMfc> | |
<CharacterSet>MultiByte</CharacterSet> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> | |
<ConfigurationType></ConfigurationType> | |
<UseOfMfc>false</UseOfMfc> | |
<CharacterSet>MultiByte</CharacterSet> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> | |
<ConfigurationType></ConfigurationType> | |
<UseOfMfc>false</UseOfMfc> | |
<CharacterSet>MultiByte</CharacterSet> | |
<PlatformToolset>v120</PlatformToolset> | |
</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>C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\lib\Bitcode;C:\Users\nicolascapens\Development\SwiftShader\src\LLVM\lib\Bitcode;C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\include;C:\Users\nicolascapens\Development\SwiftShader\src\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 C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013 | |
if %errorlevel% neq 0 goto :cmEnd | |
C: | |
if %errorlevel% neq 0 goto :cmEnd | |
"C:\Program Files (x86)\CMake\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>C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\lib\Bitcode;C:\Users\nicolascapens\Development\SwiftShader\src\LLVM\lib\Bitcode;C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\include;C:\Users\nicolascapens\Development\SwiftShader\src\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 C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013 | |
if %errorlevel% neq 0 goto :cmEnd | |
C: | |
if %errorlevel% neq 0 goto :cmEnd | |
"C:\Program Files (x86)\CMake\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>C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\lib\Bitcode;C:\Users\nicolascapens\Development\SwiftShader\src\LLVM\lib\Bitcode;C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\include;C:\Users\nicolascapens\Development\SwiftShader\src\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 C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013 | |
if %errorlevel% neq 0 goto :cmEnd | |
C: | |
if %errorlevel% neq 0 goto :cmEnd | |
"C:\Program Files (x86)\CMake\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>C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\lib\Bitcode;C:\Users\nicolascapens\Development\SwiftShader\src\LLVM\lib\Bitcode;C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\include;C:\Users\nicolascapens\Development\SwiftShader\src\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 C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013 | |
if %errorlevel% neq 0 goto :cmEnd | |
C: | |
if %errorlevel% neq 0 goto :cmEnd | |
"C:\Program Files (x86)\CMake\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\527fe5d950a5397daba63fb73046622c\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'">C:/Users/nicolascapens/Development/SwiftShader/build/VisualStudio2013/CMakeFiles/527fe5d950a5397daba63fb73046622c/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs> | |
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\lib\Bitcode\CMakeFiles\PACKAGE_force</Outputs> | |
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> | |
<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'">C:/Users/nicolascapens/Development/SwiftShader/build/VisualStudio2013/CMakeFiles/527fe5d950a5397daba63fb73046622c/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs> | |
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\lib\Bitcode\CMakeFiles\PACKAGE_force</Outputs> | |
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> | |
<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'">C:/Users/nicolascapens/Development/SwiftShader/build/VisualStudio2013/CMakeFiles/527fe5d950a5397daba63fb73046622c/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs> | |
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\lib\Bitcode\CMakeFiles\PACKAGE_force</Outputs> | |
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> | |
<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'">C:/Users/nicolascapens/Development/SwiftShader/build/VisualStudio2013/CMakeFiles/527fe5d950a5397daba63fb73046622c/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs> | |
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\Users\nicolascapens\Development\SwiftShader\build\VisualStudio2013\lib\Bitcode\CMakeFiles\PACKAGE_force</Outputs> | |
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> | |
</CustomBuild> | |
</ItemGroup> | |
<ItemGroup> | |
<ProjectReference Include="C:/Users/nicolascapens/Development/SwiftShader/build/VisualStudio2013/ALL_BUILD.vcxproj"> | |
<Project>FD757941-43FE-486F-A89D-B92490290904</Project> | |
</ProjectReference> | |
</ItemGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
<ImportGroup Label="ExtensionTargets"> | |
</ImportGroup> | |
</Project> |