mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
127 lines
6.3 KiB
XML
127 lines
6.3 KiB
XML
|
<?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|x64">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|x64">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGUID>{D2E52B9D-6550-43F1-9825-9C62C06B11DA}</ProjectGUID>
|
|||
|
<Keyword>Win32Proj</Keyword>
|
|||
|
<Platform>x64</Platform>
|
|||
|
<ProjectName>INSTALL</ProjectName>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|||
|
<ConfigurationType></ConfigurationType>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
<PlatformToolset>v120</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|||
|
<ConfigurationType></ConfigurationType>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
<PlatformToolset>v120</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<ImportGroup Label="ExtensionSettings">
|
|||
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|||
|
</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|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|||
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<Midl>
|
|||
|
<AdditionalIncludeDirectories>D:\Projects\rpcs3\llvm_build\lib\LTO;D:\Projects\rpcs3\llvm\lib\LTO;D:\Projects\rpcs3\llvm_build\include;D:\Projects\rpcs3\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
|
|||
|
"C:\Program Files (x86)\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.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|x64'">
|
|||
|
<Midl>
|
|||
|
<AdditionalIncludeDirectories>D:\Projects\rpcs3\llvm_build\lib\LTO;D:\Projects\rpcs3\llvm\lib\LTO;D:\Projects\rpcs3\llvm_build\include;D:\Projects\rpcs3\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
|
|||
|
"C:\Program Files (x86)\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.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\4614bc75f72f9be93b6f2b192f0ebb02\INSTALL_force.rule">
|
|||
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
|
|||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">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|x64'">D:/Projects/rpcs3/llvm_build/CMakeFiles/4614bc75f72f9be93b6f2b192f0ebb02/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
|
|||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\Projects\rpcs3\llvm_build\lib\LTO\CMakeFiles\INSTALL_force</Outputs>
|
|||
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|||
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
|
|||
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">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|x64'">D:/Projects/rpcs3/llvm_build/CMakeFiles/4614bc75f72f9be93b6f2b192f0ebb02/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
|
|||
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\Projects\rpcs3\llvm_build\lib\LTO\CMakeFiles\INSTALL_force</Outputs>
|
|||
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|||
|
</CustomBuild>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="D:/Projects/rpcs3/llvm_build/ALL_BUILD.vcxproj">
|
|||
|
<Project>681ACAC2-256D-48A1-BCAD-BD607D22BDB4</Project>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|