208 lines
10 KiB
XML
208 lines
10 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<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>
|
|||
|
|
<ProjectConfiguration Include="MinSizeRel|x64">
|
|||
|
|
<Configuration>MinSizeRel</Configuration>
|
|||
|
|
<Platform>x64</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
<ProjectConfiguration Include="RelWithDebInfo|x64">
|
|||
|
|
<Configuration>RelWithDebInfo</Configuration>
|
|||
|
|
<Platform>x64</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<PropertyGroup Label="Globals">
|
|||
|
|
<ProjectGuid>{9C81D99F-9C3C-3280-8FB7-7865C58F7C7B}</ProjectGuid>
|
|||
|
|
<Keyword>Win32Proj</Keyword>
|
|||
|
|
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
|
|||
|
|
<Platform>x64</Platform>
|
|||
|
|
<ProjectName>INSTALL</ProjectName>
|
|||
|
|
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|||
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|||
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
|
<PlatformToolset>v143</PlatformToolset>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|||
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|||
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
|
<PlatformToolset>v143</PlatformToolset>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
|
|||
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|||
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
|
<PlatformToolset>v143</PlatformToolset>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
|||
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|||
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
|
<PlatformToolset>v143</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|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|||
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|||
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|||
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
|
<PostBuildEvent>
|
|||
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|||
|
|
<Message></Message>
|
|||
|
|
<Command>setlocal
|
|||
|
|
H:\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'">
|
|||
|
|
<PostBuildEvent>
|
|||
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|||
|
|
<Message></Message>
|
|||
|
|
<Command>setlocal
|
|||
|
|
H:\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)'=='MinSizeRel|x64'">
|
|||
|
|
<PostBuildEvent>
|
|||
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|||
|
|
<Message></Message>
|
|||
|
|
<Command>setlocal
|
|||
|
|
H:\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)'=='RelWithDebInfo|x64'">
|
|||
|
|
<PostBuildEvent>
|
|||
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|||
|
|
<Message></Message>
|
|||
|
|
<Command>setlocal
|
|||
|
|
H:\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="I:\Yosin_Game\MagicGame\m_packages\squirrel\build\CMakeFiles\1f99ab266e2b29e0bcffbf388af4aad8\INSTALL_force.rule">
|
|||
|
|
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BuildInParallel>
|
|||
|
|
<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'">%(AdditionalInputs)</AdditionalInputs>
|
|||
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">I:\Yosin_Game\MagicGame\m_packages\squirrel\build\sqstdlib\CMakeFiles\INSTALL_force</Outputs>
|
|||
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|||
|
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
|
|||
|
|
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</BuildInParallel>
|
|||
|
|
<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'">%(AdditionalInputs)</AdditionalInputs>
|
|||
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">I:\Yosin_Game\MagicGame\m_packages\squirrel\build\sqstdlib\CMakeFiles\INSTALL_force</Outputs>
|
|||
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|||
|
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
|
|||
|
|
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</BuildInParallel>
|
|||
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
|
|||
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|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)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|||
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">I:\Yosin_Game\MagicGame\m_packages\squirrel\build\sqstdlib\CMakeFiles\INSTALL_force</Outputs>
|
|||
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|||
|
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
|
|||
|
|
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</BuildInParallel>
|
|||
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
|
|||
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|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)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|||
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">I:\Yosin_Game\MagicGame\m_packages\squirrel\build\sqstdlib\CMakeFiles\INSTALL_force</Outputs>
|
|||
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|||
|
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
|||
|
|
</CustomBuild>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="I:\Yosin_Game\MagicGame\m_packages\squirrel\build\ZERO_CHECK.vcxproj">
|
|||
|
|
<Project>{5FF24EDA-CC2C-3A09-AC1E-494EA6B0BBAB}</Project>
|
|||
|
|
<Name>ZERO_CHECK</Name>
|
|||
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|||
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|||
|
|
</ProjectReference>
|
|||
|
|
<ProjectReference Include="I:\Yosin_Game\MagicGame\m_packages\squirrel\build\ALL_BUILD.vcxproj">
|
|||
|
|
<Project>{F2A0948E-27A6-395F-96E0-7276F26CA45C}</Project>
|
|||
|
|
<Name>ALL_BUILD</Name>
|
|||
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|||
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|||
|
|
</ProjectReference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
|
</ImportGroup>
|
|||
|
|
</Project>
|