|
|
|
|
<?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>{CC963984-4384-3CCA-8B91-8A023E4392E9}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
<ProjectName>copy_data</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'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<AdditionalIncludeDirectories>C:\Users\sigon\source\repos\hamster\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
|
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
|
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
|
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
|
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<AdditionalIncludeDirectories>C:\Users\sigon\source\repos\hamster\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
|
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
|
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
|
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
|
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<AdditionalIncludeDirectories>C:\Users\sigon\source\repos\hamster\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
|
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
|
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
|
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
|
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<AdditionalIncludeDirectories>C:\Users\sigon\source\repos\hamster\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
|
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
|
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
|
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
|
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CustomBuild Include="C:\Users\sigon\source\repos\hamster\assets\.keepme">
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating bin/assets/.keepme</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/.keepme C:/Users/sigon/source/repos/hamster/bin/assets/.keepme
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\.keepme</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating bin/assets/.keepme</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/.keepme C:/Users/sigon/source/repos/hamster/bin/assets/.keepme
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\.keepme</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Generating bin/assets/.keepme</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/.keepme C:/Users/sigon/source/repos/hamster/bin/assets/.keepme
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\.keepme</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Generating bin/assets/.keepme</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/.keepme C:/Users/sigon/source/repos/hamster/bin/assets/.keepme
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\.keepme</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CustomBuild Include="C:\Users\sigon\source\repos\hamster\assets\border.png">
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating bin/assets/border.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/border.png C:/Users/sigon/source/repos/hamster/bin/assets/border.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\border.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating bin/assets/border.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/border.png C:/Users/sigon/source/repos/hamster/bin/assets/border.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\border.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Generating bin/assets/border.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/border.png C:/Users/sigon/source/repos/hamster/bin/assets/border.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\border.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Generating bin/assets/border.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/border.png C:/Users/sigon/source/repos/hamster/bin/assets/border.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\border.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CustomBuild Include="C:\Users\sigon\source\repos\hamster\assets\border.xcf">
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating bin/assets/border.xcf</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/border.xcf C:/Users/sigon/source/repos/hamster/bin/assets/border.xcf
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\border.xcf</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating bin/assets/border.xcf</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/border.xcf C:/Users/sigon/source/repos/hamster/bin/assets/border.xcf
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\border.xcf</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Generating bin/assets/border.xcf</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/border.xcf C:/Users/sigon/source/repos/hamster/bin/assets/border.xcf
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\border.xcf</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Generating bin/assets/border.xcf</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/border.xcf C:/Users/sigon/source/repos/hamster/bin/assets/border.xcf
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\border.xcf</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CustomBuild Include="C:\Users\sigon\source\repos\hamster\assets\gametiles.png">
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating bin/assets/gametiles.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/gametiles.png C:/Users/sigon/source/repos/hamster/bin/assets/gametiles.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\gametiles.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating bin/assets/gametiles.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/gametiles.png C:/Users/sigon/source/repos/hamster/bin/assets/gametiles.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\gametiles.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Generating bin/assets/gametiles.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/gametiles.png C:/Users/sigon/source/repos/hamster/bin/assets/gametiles.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\gametiles.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Generating bin/assets/gametiles.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/gametiles.png C:/Users/sigon/source/repos/hamster/bin/assets/gametiles.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\gametiles.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CustomBuild Include="C:\Users\sigon\source\repos\hamster\assets\toybox32-1x.png">
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generating bin/assets/toybox32-1x.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/toybox32-1x.png C:/Users/sigon/source/repos/hamster/bin/assets/toybox32-1x.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\toybox32-1x.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generating bin/assets/toybox32-1x.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/toybox32-1x.png C:/Users/sigon/source/repos/hamster/bin/assets/toybox32-1x.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\toybox32-1x.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Generating bin/assets/toybox32-1x.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/toybox32-1x.png C:/Users/sigon/source/repos/hamster/bin/assets/toybox32-1x.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\toybox32-1x.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Generating bin/assets/toybox32-1x.png</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Users/sigon/source/repos/hamster/assets/toybox32-1x.png C:/Users/sigon/source/repos/hamster/bin/assets/toybox32-1x.png
|
|
|
|
|
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'">C:\Users\sigon\source\repos\hamster\bin\assets\toybox32-1x.png</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CustomBuild Include="C:\Users\sigon\source\repos\hamster\CMakeFiles\842494a5b997e5d0cebd893a59fb5c26\copy_data.rule">
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"></Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
|
|
|
: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'">C:\Users\sigon\source\repos\hamster\bin\assets\.keepme;C:\Users\sigon\source\repos\hamster\bin\assets\border.png;C:\Users\sigon\source\repos\hamster\bin\assets\border.xcf;C:\Users\sigon\source\repos\hamster\bin\assets\gametiles.png;C:\Users\sigon\source\repos\hamster\bin\assets\toybox32-1x.png;%(AdditionalInputs)</AdditionalInputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Users\sigon\source\repos\hamster\CMakeFiles\copy_data</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
|
|
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"></Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
|
|
|
: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'">C:\Users\sigon\source\repos\hamster\bin\assets\.keepme;C:\Users\sigon\source\repos\hamster\bin\assets\border.png;C:\Users\sigon\source\repos\hamster\bin\assets\border.xcf;C:\Users\sigon\source\repos\hamster\bin\assets\gametiles.png;C:\Users\sigon\source\repos\hamster\bin\assets\toybox32-1x.png;%(AdditionalInputs)</AdditionalInputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Users\sigon\source\repos\hamster\CMakeFiles\copy_data</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
|
|
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"></Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
|
|
|
: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'">C:\Users\sigon\source\repos\hamster\bin\assets\.keepme;C:\Users\sigon\source\repos\hamster\bin\assets\border.png;C:\Users\sigon\source\repos\hamster\bin\assets\border.xcf;C:\Users\sigon\source\repos\hamster\bin\assets\gametiles.png;C:\Users\sigon\source\repos\hamster\bin\assets\toybox32-1x.png;%(AdditionalInputs)</AdditionalInputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\Users\sigon\source\repos\hamster\CMakeFiles\copy_data</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
|
|
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"></Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
|
|
|
: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'">C:\Users\sigon\source\repos\hamster\bin\assets\.keepme;C:\Users\sigon\source\repos\hamster\bin\assets\border.png;C:\Users\sigon\source\repos\hamster\bin\assets\border.xcf;C:\Users\sigon\source\repos\hamster\bin\assets\gametiles.png;C:\Users\sigon\source\repos\hamster\bin\assets\toybox32-1x.png;%(AdditionalInputs)</AdditionalInputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\Users\sigon\source\repos\hamster\CMakeFiles\copy_data</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
|
|
|
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CustomBuild Include="C:\Users\sigon\source\repos\hamster\CMakeLists.txt">
|
|
|
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule C:/Users/sigon/source/repos/hamster/CMakeLists.txt</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/sigon/source/repos/hamster -BC:/Users/sigon/source/repos/hamster --check-stamp-file C:/Users/sigon/source/repos/hamster/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|x64'">C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindOpenGL.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-Initialize.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\WindowsPaths.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeCCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeCXXCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeRCCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Users\sigon\source\repos\hamster\CMakeFiles\generate.stamp</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule C:/Users/sigon/source/repos/hamster/CMakeLists.txt</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/sigon/source/repos/hamster -BC:/Users/sigon/source/repos/hamster --check-stamp-file C:/Users/sigon/source/repos/hamster/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|x64'">C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindOpenGL.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-Initialize.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\WindowsPaths.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeCCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeCXXCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeRCCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Users\sigon\source\repos\hamster\CMakeFiles\generate.stamp</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule C:/Users/sigon/source/repos/hamster/CMakeLists.txt</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/sigon/source/repos/hamster -BC:/Users/sigon/source/repos/hamster --check-stamp-file C:/Users/sigon/source/repos/hamster/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|x64'">C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindOpenGL.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-Initialize.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\WindowsPaths.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeCCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeCXXCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeRCCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\Users\sigon\source\repos\hamster\CMakeFiles\generate.stamp</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule C:/Users/sigon/source/repos/hamster/CMakeLists.txt</Message>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
|
|
|
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/sigon/source/repos/hamster -BC:/Users/sigon/source/repos/hamster --check-stamp-file C:/Users/sigon/source/repos/hamster/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|x64'">C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Compiler\MSVC.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindOpenGL.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-Initialize.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.27\Modules\Platform\WindowsPaths.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeCCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeCXXCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeRCCompiler.cmake;C:\Users\sigon\source\repos\hamster\CMakeFiles\3.27.9\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\Users\sigon\source\repos\hamster\CMakeFiles\generate.stamp</Outputs>
|
|
|
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="C:\Users\sigon\source\repos\hamster\CMakeFiles\copy_data">
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="C:\Users\sigon\source\repos\hamster\ZERO_CHECK.vcxproj">
|
|
|
|
|
<Project>{A1B2CDDF-E4C4-3CD3-ABD9-9EB877441F5B}</Project>
|
|
|
|
|
<Name>ZERO_CHECK</Name>
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|