Sample: RPG: Init
This commit is contained in:
189
build/Vendor/RmlUI/ALL_BUILD.vcxproj
vendored
Normal file
189
build/Vendor/RmlUI/ALL_BUILD.vcxproj
vendored
Normal file
@ -0,0 +1,189 @@
|
||||
<?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>
|
||||
<PropertyGroup>
|
||||
<ResolveNugetPackages>false</ResolveNugetPackages>
|
||||
</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>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>ALL_BUILD</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>%(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>%(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>%(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>%(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:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMakeLists.txt">
|
||||
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/IA/OSS/IAEngine/Dev -BC:/IA/OSS/IAEngine/Dev/build --check-stamp-file C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/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:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Dependencies.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Modules\Findlunasvg.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\OptionsLists.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\PackageUtilities.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\RmlUiConfig.cmake.in;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\RuntimeUtilities.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Utilities.cmake;C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\cmake.verify_globs;C:\Program Files\CMake\share\cmake-4.0\Modules\BasicConfigVersion-ExactVersion.cmake.in;C:\Program Files\CMake\share\cmake-4.0\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindFreetype.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\SelectLibraryConfigurations.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/IA/OSS/IAEngine/Dev -BC:/IA/OSS/IAEngine/Dev/build --check-stamp-file C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/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:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Dependencies.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Modules\Findlunasvg.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\OptionsLists.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\PackageUtilities.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\RmlUiConfig.cmake.in;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\RuntimeUtilities.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Utilities.cmake;C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\cmake.verify_globs;C:\Program Files\CMake\share\cmake-4.0\Modules\BasicConfigVersion-ExactVersion.cmake.in;C:\Program Files\CMake\share\cmake-4.0\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindFreetype.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\SelectLibraryConfigurations.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/IA/OSS/IAEngine/Dev -BC:/IA/OSS/IAEngine/Dev/build --check-stamp-file C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/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:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Dependencies.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Modules\Findlunasvg.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\OptionsLists.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\PackageUtilities.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\RmlUiConfig.cmake.in;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\RuntimeUtilities.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Utilities.cmake;C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\cmake.verify_globs;C:\Program Files\CMake\share\cmake-4.0\Modules\BasicConfigVersion-ExactVersion.cmake.in;C:\Program Files\CMake\share\cmake-4.0\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindFreetype.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\SelectLibraryConfigurations.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/IA/OSS/IAEngine/Dev -BC:/IA/OSS/IAEngine/Dev/build --check-stamp-file C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/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:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Dependencies.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Modules\Findlunasvg.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\OptionsLists.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\PackageUtilities.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\RmlUiConfig.cmake.in;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\RuntimeUtilities.cmake;C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMake\Utilities.cmake;C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\cmake.verify_globs;C:\Program Files\CMake\share\cmake-4.0\Modules\BasicConfigVersion-ExactVersion.cmake.in;C:\Program Files\CMake\share\cmake-4.0\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindFreetype.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\SelectLibraryConfigurations.cmake;C:\Program Files\CMake\share\cmake-4.0\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.vcxproj">
|
||||
<Project>{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}</Project>
|
||||
<Name>rmlui_core</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\rmlui_debugger.vcxproj">
|
||||
<Project>{F7114445-03EB-3D82-B957-498BE024DA26}</Project>
|
||||
<Name>rmlui_debugger</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
8
build/Vendor/RmlUI/ALL_BUILD.vcxproj.filters
vendored
Normal file
8
build/Vendor/RmlUI/ALL_BUILD.vcxproj.filters
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\CMakeLists.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
1
build/Vendor/RmlUI/CMakeFiles/generate.stamp
vendored
Normal file
1
build/Vendor/RmlUI/CMakeFiles/generate.stamp
vendored
Normal file
@ -0,0 +1 @@
|
||||
# CMake generation timestamp file for this directory.
|
||||
18
build/Vendor/RmlUI/CMakeFiles/generate.stamp.depend
vendored
Normal file
18
build/Vendor/RmlUI/CMakeFiles/generate.stamp.depend
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
# CMake generation dependency list for this directory.
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMake/Dependencies.cmake
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMake/Modules/Findlunasvg.cmake
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMake/OptionsLists.cmake
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMake/PackageUtilities.cmake
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMake/RmlUiConfig.cmake.in
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMake/RuntimeUtilities.cmake
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMake/Utilities.cmake
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMakeLists.txt
|
||||
C:/IA/OSS/IAEngine/Dev/build/CMakeFiles/cmake.verify_globs
|
||||
C:/Program Files/CMake/share/cmake-4.0/Modules/BasicConfigVersion-ExactVersion.cmake.in
|
||||
C:/Program Files/CMake/share/cmake-4.0/Modules/CMakePackageConfigHelpers.cmake
|
||||
C:/Program Files/CMake/share/cmake-4.0/Modules/FindFreetype.cmake
|
||||
C:/Program Files/CMake/share/cmake-4.0/Modules/FindPackageHandleStandardArgs.cmake
|
||||
C:/Program Files/CMake/share/cmake-4.0/Modules/FindPackageMessage.cmake
|
||||
C:/Program Files/CMake/share/cmake-4.0/Modules/GNUInstallDirs.cmake
|
||||
C:/Program Files/CMake/share/cmake-4.0/Modules/SelectLibraryConfigurations.cmake
|
||||
C:/Program Files/CMake/share/cmake-4.0/Modules/WriteBasicConfigVersionFile.cmake
|
||||
209
build/Vendor/RmlUI/INSTALL.vcxproj
vendored
Normal file
209
build/Vendor/RmlUI/INSTALL.vcxproj
vendored
Normal file
@ -0,0 +1,209 @@
|
||||
<?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>{23AFB290-4B70-347B-9268-63EF78C62880}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\815de0026326305e39eb229c32b6bc3c\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/INSTALL.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/INSTALL.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\815de0026326305e39eb229c32b6bc3c\INSTALL_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
224
build/Vendor/RmlUI/PACKAGE.vcxproj
vendored
Normal file
224
build/Vendor/RmlUI/PACKAGE.vcxproj
vendored
Normal file
@ -0,0 +1,224 @@
|
||||
<?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>
|
||||
<PropertyGroup>
|
||||
<ResolveNugetPackages>false</ResolveNugetPackages>
|
||||
</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>{B993A407-77A0-3A3D-9CEC-B485891654F1}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>PACKAGE</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>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\815de0026326305e39eb229c32b6bc3c\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\CMakeFiles\PACKAGE_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/PACKAGE.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/PACKAGE.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\815de0026326305e39eb229c32b6bc3c\PACKAGE_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
146
build/Vendor/RmlUI/RmlUi.sln
vendored
Normal file
146
build/Vendor/RmlUI/RmlUi.sln
vendored
Normal file
@ -0,0 +1,146 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMakePredefinedTargets", "CMakePredefinedTargets", "{B21FD7C1-AB2B-3E32-B780-DD92EC991B04}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8} = {5EBD8AB0-1436-32C8-88BF-45A10A0556A8}
|
||||
{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B} = {8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}
|
||||
{F7114445-03EB-3D82-B957-498BE024DA26} = {F7114445-03EB-3D82-B957-498BE024DA26}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "INSTALL", "INSTALL.vcxproj", "{23AFB290-4B70-347B-9268-63EF78C62880}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B} = {5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8} = {5EBD8AB0-1436-32C8-88BF-45A10A0556A8}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PACKAGE", "PACKAGE.vcxproj", "{B993A407-77A0-3A3D-9CEC-B485891654F1}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B} = {5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8} = {5EBD8AB0-1436-32C8-88BF-45A10A0556A8}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "..\..\\ZERO_CHECK.vcxproj", "{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "..\freetype\freetype.vcxproj", "{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8} = {5EBD8AB0-1436-32C8-88BF-45A10A0556A8}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lunasvg", "..\lunasvg\lunasvg.vcxproj", "{DB78330E-5E1F-3021-9C81-0EABC35F0010}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8} = {5EBD8AB0-1436-32C8-88BF-45A10A0556A8}
|
||||
{E3F69504-66F0-33E9-95DC-45CFE089C34E} = {E3F69504-66F0-33E9-95DC-45CFE089C34E}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plutovg", "..\lunasvg\plutovg\plutovg.vcxproj", "{E3F69504-66F0-33E9-95DC-45CFE089C34E}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8} = {5EBD8AB0-1436-32C8-88BF-45A10A0556A8}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rmlui_core", "Source\Core\rmlui_core.vcxproj", "{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8} = {5EBD8AB0-1436-32C8-88BF-45A10A0556A8}
|
||||
{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3} = {EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}
|
||||
{DB78330E-5E1F-3021-9C81-0EABC35F0010} = {DB78330E-5E1F-3021-9C81-0EABC35F0010}
|
||||
{E3F69504-66F0-33E9-95DC-45CFE089C34E} = {E3F69504-66F0-33E9-95DC-45CFE089C34E}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rmlui_debugger", "Source\Debugger\rmlui_debugger.vcxproj", "{F7114445-03EB-3D82-B957-498BE024DA26}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8} = {5EBD8AB0-1436-32C8-88BF-45A10A0556A8}
|
||||
{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3} = {EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}
|
||||
{DB78330E-5E1F-3021-9C81-0EABC35F0010} = {DB78330E-5E1F-3021-9C81-0EABC35F0010}
|
||||
{E3F69504-66F0-33E9-95DC-45CFE089C34E} = {E3F69504-66F0-33E9-95DC-45CFE089C34E}
|
||||
{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B} = {8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x64 = Debug|x64
|
||||
Release|x64 = Release|x64
|
||||
MinSizeRel|x64 = MinSizeRel|x64
|
||||
RelWithDebInfo|x64 = RelWithDebInfo|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}.Debug|x64.Build.0 = Debug|x64
|
||||
{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}.Release|x64.ActiveCfg = Release|x64
|
||||
{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}.Release|x64.Build.0 = Release|x64
|
||||
{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
||||
{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
||||
{23AFB290-4B70-347B-9268-63EF78C62880}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{23AFB290-4B70-347B-9268-63EF78C62880}.Release|x64.ActiveCfg = Release|x64
|
||||
{23AFB290-4B70-347B-9268-63EF78C62880}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{23AFB290-4B70-347B-9268-63EF78C62880}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{B993A407-77A0-3A3D-9CEC-B485891654F1}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{B993A407-77A0-3A3D-9CEC-B485891654F1}.Release|x64.ActiveCfg = Release|x64
|
||||
{B993A407-77A0-3A3D-9CEC-B485891654F1}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{B993A407-77A0-3A3D-9CEC-B485891654F1}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}.Debug|x64.Build.0 = Debug|x64
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}.Release|x64.ActiveCfg = Release|x64
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}.Release|x64.Build.0 = Release|x64
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
||||
{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}.Debug|x64.Build.0 = Debug|x64
|
||||
{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}.Release|x64.ActiveCfg = Release|x64
|
||||
{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}.Release|x64.Build.0 = Release|x64
|
||||
{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
||||
{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
||||
{DB78330E-5E1F-3021-9C81-0EABC35F0010}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{DB78330E-5E1F-3021-9C81-0EABC35F0010}.Debug|x64.Build.0 = Debug|x64
|
||||
{DB78330E-5E1F-3021-9C81-0EABC35F0010}.Release|x64.ActiveCfg = Release|x64
|
||||
{DB78330E-5E1F-3021-9C81-0EABC35F0010}.Release|x64.Build.0 = Release|x64
|
||||
{DB78330E-5E1F-3021-9C81-0EABC35F0010}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{DB78330E-5E1F-3021-9C81-0EABC35F0010}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
||||
{DB78330E-5E1F-3021-9C81-0EABC35F0010}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{DB78330E-5E1F-3021-9C81-0EABC35F0010}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
||||
{E3F69504-66F0-33E9-95DC-45CFE089C34E}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{E3F69504-66F0-33E9-95DC-45CFE089C34E}.Debug|x64.Build.0 = Debug|x64
|
||||
{E3F69504-66F0-33E9-95DC-45CFE089C34E}.Release|x64.ActiveCfg = Release|x64
|
||||
{E3F69504-66F0-33E9-95DC-45CFE089C34E}.Release|x64.Build.0 = Release|x64
|
||||
{E3F69504-66F0-33E9-95DC-45CFE089C34E}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{E3F69504-66F0-33E9-95DC-45CFE089C34E}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
||||
{E3F69504-66F0-33E9-95DC-45CFE089C34E}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{E3F69504-66F0-33E9-95DC-45CFE089C34E}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
||||
{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}.Debug|x64.Build.0 = Debug|x64
|
||||
{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}.Release|x64.ActiveCfg = Release|x64
|
||||
{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}.Release|x64.Build.0 = Release|x64
|
||||
{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
||||
{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
||||
{F7114445-03EB-3D82-B957-498BE024DA26}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{F7114445-03EB-3D82-B957-498BE024DA26}.Debug|x64.Build.0 = Debug|x64
|
||||
{F7114445-03EB-3D82-B957-498BE024DA26}.Release|x64.ActiveCfg = Release|x64
|
||||
{F7114445-03EB-3D82-B957-498BE024DA26}.Release|x64.Build.0 = Release|x64
|
||||
{F7114445-03EB-3D82-B957-498BE024DA26}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
||||
{F7114445-03EB-3D82-B957-498BE024DA26}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
||||
{F7114445-03EB-3D82-B957-498BE024DA26}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
||||
{F7114445-03EB-3D82-B957-498BE024DA26}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B} = {B21FD7C1-AB2B-3E32-B780-DD92EC991B04}
|
||||
{23AFB290-4B70-347B-9268-63EF78C62880} = {B21FD7C1-AB2B-3E32-B780-DD92EC991B04}
|
||||
{B993A407-77A0-3A3D-9CEC-B485891654F1} = {B21FD7C1-AB2B-3E32-B780-DD92EC991B04}
|
||||
{5EBD8AB0-1436-32C8-88BF-45A10A0556A8} = {B21FD7C1-AB2B-3E32-B780-DD92EC991B04}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {4C86F379-589D-3F33-AA9A-675646940E3F}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
1
build/Vendor/RmlUI/Samples/CMakeFiles/generate.stamp
vendored
Normal file
1
build/Vendor/RmlUI/Samples/CMakeFiles/generate.stamp
vendored
Normal file
@ -0,0 +1 @@
|
||||
# CMake generation timestamp file for this directory.
|
||||
3
build/Vendor/RmlUI/Samples/CMakeFiles/generate.stamp.depend
vendored
Normal file
3
build/Vendor/RmlUI/Samples/CMakeFiles/generate.stamp.depend
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# CMake generation dependency list for this directory.
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Samples/CMakeLists.txt
|
||||
C:/IA/OSS/IAEngine/Dev/build/CMakeFiles/cmake.verify_globs
|
||||
209
build/Vendor/RmlUI/Samples/INSTALL.vcxproj
vendored
Normal file
209
build/Vendor/RmlUI/Samples/INSTALL.vcxproj
vendored
Normal file
@ -0,0 +1,209 @@
|
||||
<?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>{23AFB290-4B70-347B-9268-63EF78C62880}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\aaf92efa14ae8d7aa8aa03de0781844c\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Samples\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Samples\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Samples\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Samples\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Samples/INSTALL.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Samples/INSTALL.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\aaf92efa14ae8d7aa8aa03de0781844c\INSTALL_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
224
build/Vendor/RmlUI/Samples/PACKAGE.vcxproj
vendored
Normal file
224
build/Vendor/RmlUI/Samples/PACKAGE.vcxproj
vendored
Normal file
@ -0,0 +1,224 @@
|
||||
<?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>
|
||||
<PropertyGroup>
|
||||
<ResolveNugetPackages>false</ResolveNugetPackages>
|
||||
</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>{B993A407-77A0-3A3D-9CEC-B485891654F1}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>PACKAGE</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>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\aaf92efa14ae8d7aa8aa03de0781844c\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Samples\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Samples\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Samples\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Samples\CMakeFiles\PACKAGE_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Samples/PACKAGE.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Samples/PACKAGE.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\aaf92efa14ae8d7aa8aa03de0781844c\PACKAGE_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
40
build/Vendor/RmlUI/Samples/cmake_install.cmake
vendored
Normal file
40
build/Vendor/RmlUI/Samples/cmake_install.cmake
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
# Install script for directory: C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Samples
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files/IAEngine")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Samples/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
1
build/Vendor/RmlUI/Source/CMakeFiles/generate.stamp
vendored
Normal file
1
build/Vendor/RmlUI/Source/CMakeFiles/generate.stamp
vendored
Normal file
@ -0,0 +1 @@
|
||||
# CMake generation timestamp file for this directory.
|
||||
3
build/Vendor/RmlUI/Source/CMakeFiles/generate.stamp.depend
vendored
Normal file
3
build/Vendor/RmlUI/Source/CMakeFiles/generate.stamp.depend
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# CMake generation dependency list for this directory.
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/CMakeLists.txt
|
||||
C:/IA/OSS/IAEngine/Dev/build/CMakeFiles/cmake.verify_globs
|
||||
1
build/Vendor/RmlUI/Source/Core/CMakeFiles/generate.stamp
vendored
Normal file
1
build/Vendor/RmlUI/Source/Core/CMakeFiles/generate.stamp
vendored
Normal file
@ -0,0 +1 @@
|
||||
# CMake generation timestamp file for this directory.
|
||||
3
build/Vendor/RmlUI/Source/Core/CMakeFiles/generate.stamp.depend
vendored
Normal file
3
build/Vendor/RmlUI/Source/Core/CMakeFiles/generate.stamp.depend
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# CMake generation dependency list for this directory.
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core/CMakeLists.txt
|
||||
C:/IA/OSS/IAEngine/Dev/build/CMakeFiles/cmake.verify_globs
|
||||
6
build/Vendor/RmlUI/Source/Core/CMakeFiles/rmlui_core.dir/Debug/cmake_pch.hxx
vendored
Normal file
6
build/Vendor/RmlUI/Source/Core/CMakeFiles/rmlui_core.dir/Debug/cmake_pch.hxx
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/* generated by CMake */
|
||||
|
||||
#pragma system_header
|
||||
#ifdef __cplusplus
|
||||
#include "C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core/precompiled.h"
|
||||
#endif // __cplusplus
|
||||
6
build/Vendor/RmlUI/Source/Core/CMakeFiles/rmlui_core.dir/MinSizeRel/cmake_pch.hxx
vendored
Normal file
6
build/Vendor/RmlUI/Source/Core/CMakeFiles/rmlui_core.dir/MinSizeRel/cmake_pch.hxx
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/* generated by CMake */
|
||||
|
||||
#pragma system_header
|
||||
#ifdef __cplusplus
|
||||
#include "C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core/precompiled.h"
|
||||
#endif // __cplusplus
|
||||
6
build/Vendor/RmlUI/Source/Core/CMakeFiles/rmlui_core.dir/RelWithDebInfo/cmake_pch.hxx
vendored
Normal file
6
build/Vendor/RmlUI/Source/Core/CMakeFiles/rmlui_core.dir/RelWithDebInfo/cmake_pch.hxx
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/* generated by CMake */
|
||||
|
||||
#pragma system_header
|
||||
#ifdef __cplusplus
|
||||
#include "C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core/precompiled.h"
|
||||
#endif // __cplusplus
|
||||
6
build/Vendor/RmlUI/Source/Core/CMakeFiles/rmlui_core.dir/Release/cmake_pch.hxx
vendored
Normal file
6
build/Vendor/RmlUI/Source/Core/CMakeFiles/rmlui_core.dir/Release/cmake_pch.hxx
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/* generated by CMake */
|
||||
|
||||
#pragma system_header
|
||||
#ifdef __cplusplus
|
||||
#include "C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core/precompiled.h"
|
||||
#endif // __cplusplus
|
||||
1
build/Vendor/RmlUI/Source/Core/CMakeFiles/rmlui_core.dir/cmake_pch.cxx
vendored
Normal file
1
build/Vendor/RmlUI/Source/Core/CMakeFiles/rmlui_core.dir/cmake_pch.cxx
vendored
Normal file
@ -0,0 +1 @@
|
||||
/* generated by CMake */
|
||||
1
build/Vendor/RmlUI/Source/Core/Elements/CMakeFiles/generate.stamp
vendored
Normal file
1
build/Vendor/RmlUI/Source/Core/Elements/CMakeFiles/generate.stamp
vendored
Normal file
@ -0,0 +1 @@
|
||||
# CMake generation timestamp file for this directory.
|
||||
3
build/Vendor/RmlUI/Source/Core/Elements/CMakeFiles/generate.stamp.depend
vendored
Normal file
3
build/Vendor/RmlUI/Source/Core/Elements/CMakeFiles/generate.stamp.depend
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# CMake generation dependency list for this directory.
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core/Elements/CMakeLists.txt
|
||||
C:/IA/OSS/IAEngine/Dev/build/CMakeFiles/cmake.verify_globs
|
||||
209
build/Vendor/RmlUI/Source/Core/Elements/INSTALL.vcxproj
vendored
Normal file
209
build/Vendor/RmlUI/Source/Core/Elements/INSTALL.vcxproj
vendored
Normal file
@ -0,0 +1,209 @@
|
||||
<?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>{23AFB290-4B70-347B-9268-63EF78C62880}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\77d162c9d4a562bc85c160865e987d41\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Elements\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Elements\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Elements\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Elements\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/Core/Elements/INSTALL.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/Core/Elements/INSTALL.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\77d162c9d4a562bc85c160865e987d41\INSTALL_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
224
build/Vendor/RmlUI/Source/Core/Elements/PACKAGE.vcxproj
vendored
Normal file
224
build/Vendor/RmlUI/Source/Core/Elements/PACKAGE.vcxproj
vendored
Normal file
@ -0,0 +1,224 @@
|
||||
<?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>
|
||||
<PropertyGroup>
|
||||
<ResolveNugetPackages>false</ResolveNugetPackages>
|
||||
</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>{B993A407-77A0-3A3D-9CEC-B485891654F1}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>PACKAGE</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>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\77d162c9d4a562bc85c160865e987d41\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Elements\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Elements\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Elements\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Elements\CMakeFiles\PACKAGE_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/Core/Elements/PACKAGE.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/Core/Elements/PACKAGE.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\77d162c9d4a562bc85c160865e987d41\PACKAGE_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
40
build/Vendor/RmlUI/Source/Core/Elements/cmake_install.cmake
vendored
Normal file
40
build/Vendor/RmlUI/Source/Core/Elements/cmake_install.cmake
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
# Install script for directory: C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core/Elements
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files/IAEngine")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Core/Elements/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
1
build/Vendor/RmlUI/Source/Core/FontEngineDefault/CMakeFiles/generate.stamp
vendored
Normal file
1
build/Vendor/RmlUI/Source/Core/FontEngineDefault/CMakeFiles/generate.stamp
vendored
Normal file
@ -0,0 +1 @@
|
||||
# CMake generation timestamp file for this directory.
|
||||
3
build/Vendor/RmlUI/Source/Core/FontEngineDefault/CMakeFiles/generate.stamp.depend
vendored
Normal file
3
build/Vendor/RmlUI/Source/Core/FontEngineDefault/CMakeFiles/generate.stamp.depend
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# CMake generation dependency list for this directory.
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core/FontEngineDefault/CMakeLists.txt
|
||||
C:/IA/OSS/IAEngine/Dev/build/CMakeFiles/cmake.verify_globs
|
||||
209
build/Vendor/RmlUI/Source/Core/FontEngineDefault/INSTALL.vcxproj
vendored
Normal file
209
build/Vendor/RmlUI/Source/Core/FontEngineDefault/INSTALL.vcxproj
vendored
Normal file
@ -0,0 +1,209 @@
|
||||
<?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>{23AFB290-4B70-347B-9268-63EF78C62880}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\d2c77187ce4db40de64fc94c875f643a\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\FontEngineDefault\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\FontEngineDefault\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\FontEngineDefault\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\FontEngineDefault\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/Core/FontEngineDefault/INSTALL.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/Core/FontEngineDefault/INSTALL.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\d2c77187ce4db40de64fc94c875f643a\INSTALL_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
224
build/Vendor/RmlUI/Source/Core/FontEngineDefault/PACKAGE.vcxproj
vendored
Normal file
224
build/Vendor/RmlUI/Source/Core/FontEngineDefault/PACKAGE.vcxproj
vendored
Normal file
@ -0,0 +1,224 @@
|
||||
<?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>
|
||||
<PropertyGroup>
|
||||
<ResolveNugetPackages>false</ResolveNugetPackages>
|
||||
</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>{B993A407-77A0-3A3D-9CEC-B485891654F1}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>PACKAGE</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>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\d2c77187ce4db40de64fc94c875f643a\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\FontEngineDefault\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\FontEngineDefault\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\FontEngineDefault\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\FontEngineDefault\CMakeFiles\PACKAGE_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/Core/FontEngineDefault/PACKAGE.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/Core/FontEngineDefault/PACKAGE.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\d2c77187ce4db40de64fc94c875f643a\PACKAGE_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
40
build/Vendor/RmlUI/Source/Core/FontEngineDefault/cmake_install.cmake
vendored
Normal file
40
build/Vendor/RmlUI/Source/Core/FontEngineDefault/cmake_install.cmake
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
# Install script for directory: C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core/FontEngineDefault
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files/IAEngine")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Core/FontEngineDefault/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
209
build/Vendor/RmlUI/Source/Core/INSTALL.vcxproj
vendored
Normal file
209
build/Vendor/RmlUI/Source/Core/INSTALL.vcxproj
vendored
Normal file
@ -0,0 +1,209 @@
|
||||
<?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>{23AFB290-4B70-347B-9268-63EF78C62880}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\0f93279db28b31e3c0de2064204007c6\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/Core/INSTALL.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/Core/INSTALL.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\0f93279db28b31e3c0de2064204007c6\INSTALL_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
1
build/Vendor/RmlUI/Source/Core/Layout/CMakeFiles/generate.stamp
vendored
Normal file
1
build/Vendor/RmlUI/Source/Core/Layout/CMakeFiles/generate.stamp
vendored
Normal file
@ -0,0 +1 @@
|
||||
# CMake generation timestamp file for this directory.
|
||||
3
build/Vendor/RmlUI/Source/Core/Layout/CMakeFiles/generate.stamp.depend
vendored
Normal file
3
build/Vendor/RmlUI/Source/Core/Layout/CMakeFiles/generate.stamp.depend
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# CMake generation dependency list for this directory.
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core/Layout/CMakeLists.txt
|
||||
C:/IA/OSS/IAEngine/Dev/build/CMakeFiles/cmake.verify_globs
|
||||
209
build/Vendor/RmlUI/Source/Core/Layout/INSTALL.vcxproj
vendored
Normal file
209
build/Vendor/RmlUI/Source/Core/Layout/INSTALL.vcxproj
vendored
Normal file
@ -0,0 +1,209 @@
|
||||
<?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>{23AFB290-4B70-347B-9268-63EF78C62880}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\4d4586c21db51b05d6ffb19d31e74504\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Layout\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Layout\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Layout\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Layout\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/Core/Layout/INSTALL.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/Core/Layout/INSTALL.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\4d4586c21db51b05d6ffb19d31e74504\INSTALL_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
224
build/Vendor/RmlUI/Source/Core/Layout/PACKAGE.vcxproj
vendored
Normal file
224
build/Vendor/RmlUI/Source/Core/Layout/PACKAGE.vcxproj
vendored
Normal file
@ -0,0 +1,224 @@
|
||||
<?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>
|
||||
<PropertyGroup>
|
||||
<ResolveNugetPackages>false</ResolveNugetPackages>
|
||||
</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>{B993A407-77A0-3A3D-9CEC-B485891654F1}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>PACKAGE</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>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\4d4586c21db51b05d6ffb19d31e74504\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Layout\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Layout\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Layout\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\Layout\CMakeFiles\PACKAGE_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/Core/Layout/PACKAGE.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/Core/Layout/PACKAGE.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\4d4586c21db51b05d6ffb19d31e74504\PACKAGE_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
40
build/Vendor/RmlUI/Source/Core/Layout/cmake_install.cmake
vendored
Normal file
40
build/Vendor/RmlUI/Source/Core/Layout/cmake_install.cmake
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
# Install script for directory: C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core/Layout
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files/IAEngine")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Core/Layout/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
224
build/Vendor/RmlUI/Source/Core/PACKAGE.vcxproj
vendored
Normal file
224
build/Vendor/RmlUI/Source/Core/PACKAGE.vcxproj
vendored
Normal file
@ -0,0 +1,224 @@
|
||||
<?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>
|
||||
<PropertyGroup>
|
||||
<ResolveNugetPackages>false</ResolveNugetPackages>
|
||||
</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>{B993A407-77A0-3A3D-9CEC-B485891654F1}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>PACKAGE</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>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\0f93279db28b31e3c0de2064204007c6\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\CMakeFiles\PACKAGE_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/Core/PACKAGE.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/Core/PACKAGE.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\0f93279db28b31e3c0de2064204007c6\PACKAGE_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
79
build/Vendor/RmlUI/Source/Core/cmake_install.cmake
vendored
Normal file
79
build/Vendor/RmlUI/Source/Core/cmake_install.cmake
vendored
Normal file
@ -0,0 +1,79 @@
|
||||
# Install script for directory: C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Core
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files/IAEngine")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Core/Elements/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Core/Layout/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Core/FontEngineDefault/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/IA/OSS/IAEngine/Dev/build/lib/Debug/rmlui.lib")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/IA/OSS/IAEngine/Dev/build/lib/Release/rmlui.lib")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/IA/OSS/IAEngine/Dev/build/lib/MinSizeRel/rmlui.lib")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/IA/OSS/IAEngine/Dev/build/lib/RelWithDebInfo/rmlui.lib")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/IA/OSS/IAEngine/Dev/build/lib/Debug/rmlui.pdb")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/IA/OSS/IAEngine/Dev/build/lib/Release/rmlui.pdb")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/IA/OSS/IAEngine/Dev/build/lib/MinSizeRel/rmlui.pdb")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/IA/OSS/IAEngine/Dev/build/lib/RelWithDebInfo/rmlui.pdb")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Core/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
11
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui.lib.recipe
vendored
Normal file
11
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui.lib.recipe
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project>
|
||||
<ProjectOutputs>
|
||||
<ProjectOutput>
|
||||
<FullPath>C:\IA\OSS\IAEngine\Dev\build\x64\Debug\ZERO_CHECK</FullPath>
|
||||
</ProjectOutput>
|
||||
</ProjectOutputs>
|
||||
<ContentFiles />
|
||||
<SatelliteDlls />
|
||||
<NonRecipeFileRefs />
|
||||
</Project>
|
||||
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CL.command.1.tlog
vendored
Normal file
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CL.command.1.tlog
vendored
Normal file
Binary file not shown.
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CL.read.1.tlog
vendored
Normal file
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CL.read.1.tlog
vendored
Normal file
Binary file not shown.
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CL.write.1.tlog
vendored
Normal file
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CL.write.1.tlog
vendored
Normal file
Binary file not shown.
194
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/Cl.items.tlog
vendored
Normal file
194
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/Cl.items.tlog
vendored
Normal file
@ -0,0 +1,194 @@
|
||||
C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\CMakeFiles\rmlui_core.dir\cmake_pch.cxx;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\cmake_pch.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\BaseXMLParser.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\BaseXMLParser.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Box.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Box.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\CallbackTexture.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\CallbackTexture.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Clock.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Clock.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\CompiledFilterShader.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\CompiledFilterShader.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ComputedValues.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ComputedValues.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ComputeProperty.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ComputeProperty.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Context.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Context.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ContextInstancer.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ContextInstancer.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ContextInstancerDefault.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ContextInstancerDefault.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ConvolutionFilter.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ConvolutionFilter.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Core.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Core.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DataController.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DataController.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DataControllerDefault.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DataControllerDefault.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DataExpression.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DataExpression.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DataModel.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DataModel.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DataModelHandle.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DataModelHandle.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DataTypeRegister.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DataTypeRegister.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DataVariable.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DataVariable.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DataView.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DataView.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DataViewDefault.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DataViewDefault.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Decorator.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Decorator.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DecoratorGradient.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DecoratorGradient.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DecoratorNinePatch.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DecoratorNinePatch.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DecoratorShader.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DecoratorShader.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DecoratorText.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DecoratorText.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DecoratorTiled.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DecoratorTiled.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DecoratorTiledBox.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DecoratorTiledBox.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DecoratorTiledHorizontal.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DecoratorTiledHorizontal.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DecoratorTiledImage.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DecoratorTiledImage.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DecoratorTiledVertical.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DecoratorTiledVertical.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DecoratorUtilities.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DecoratorUtilities.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\DocumentHeader.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DocumentHeader.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\EffectSpecification.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\EffectSpecification.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Element.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Element.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementAnimation.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementAnimation.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementBackgroundBorder.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementBackgroundBorder.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementDefinition.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementDefinition.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementDocument.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementDocument.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementEffects.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementEffects.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementHandle.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementHandle.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementInstancer.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementInstancer.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementMeta.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementMeta.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementScroll.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementScroll.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementStyle.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementStyle.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementText.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementText.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ElementUtilities.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementUtilities.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Event.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Event.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\EventDispatcher.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\EventDispatcher.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\EventInstancer.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\EventInstancer.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\EventInstancerDefault.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\EventInstancerDefault.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\EventListenerInstancer.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\EventListenerInstancer.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\EventSpecification.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\EventSpecification.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Factory.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Factory.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FileInterface.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FileInterface.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FileInterfaceDefault.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FileInterfaceDefault.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Filter.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Filter.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FilterBasic.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FilterBasic.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FilterBlur.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FilterBlur.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FilterDropShadow.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FilterDropShadow.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEffect.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontEffect.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEffectBlur.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontEffectBlur.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEffectGlow.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontEffectGlow.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEffectInstancer.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontEffectInstancer.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEffectOutline.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontEffectOutline.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEffectShadow.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontEffectShadow.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEngineInterface.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontEngineInterface.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Geometry.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Geometry.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\GeometryBackgroundBorder.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\GeometryBackgroundBorder.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\GeometryBoxShadow.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\GeometryBoxShadow.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Log.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Log.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\LogDefault.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\LogDefault.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Math.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Math.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Memory.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Memory.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\MeshUtilities.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\MeshUtilities.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ObserverPtr.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ObserverPtr.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Plugin.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Plugin.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PluginRegistry.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PluginRegistry.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Profiling.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Profiling.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertiesIteratorView.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertiesIteratorView.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Property.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Property.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyDefinition.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyDefinition.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyDictionary.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyDictionary.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserAnimation.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserAnimation.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserBoxShadow.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserBoxShadow.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserColorStopList.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserColorStopList.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserColour.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserColour.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserDecorator.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserDecorator.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserFilter.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserFilter.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserFontEffect.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserFontEffect.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserKeyword.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserKeyword.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserNumber.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserNumber.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserRatio.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserRatio.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserString.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserString.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertyParserTransform.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertyParserTransform.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\PropertySpecification.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\PropertySpecification.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\RenderInterface.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\RenderInterface.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\RenderInterfaceCompatibility.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\RenderInterfaceCompatibility.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\RenderManager.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\RenderManager.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\RenderManagerAccess.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\RenderManagerAccess.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\ScrollController.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ScrollController.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Spritesheet.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Spritesheet.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Stream.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Stream.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\StreamFile.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\StreamFile.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\StreamMemory.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\StreamMemory.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\StringUtilities.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\StringUtilities.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\StyleSheet.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\StyleSheet.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\StyleSheetContainer.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\StyleSheetContainer.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\StyleSheetFactory.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\StyleSheetFactory.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\StyleSheetNode.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\StyleSheetNode.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\StyleSheetParser.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\StyleSheetParser.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\StyleSheetSelector.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\StyleSheetSelector.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\StyleSheetSpecification.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\StyleSheetSpecification.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\SystemInterface.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\SystemInterface.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Template.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Template.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\TemplateCache.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TemplateCache.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Texture.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Texture.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\TextureDatabase.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TextureDatabase.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\TextureLayout.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TextureLayout.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\TextureLayoutRectangle.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TextureLayoutRectangle.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\TextureLayoutRow.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TextureLayoutRow.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\TextureLayoutTexture.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TextureLayoutTexture.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Traits.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Traits.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Transform.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Transform.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\TransformPrimitive.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TransformPrimitive.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\TransformState.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TransformState.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\TransformUtilities.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TransformUtilities.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Tween.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Tween.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\TypeConverter.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TypeConverter.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\URL.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\URL.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Variant.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\Variant.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\WidgetScroll.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\WidgetScroll.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\XMLNodeHandler.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\XMLNodeHandler.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\XMLNodeHandlerBody.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\XMLNodeHandlerBody.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\XMLNodeHandlerDefault.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\XMLNodeHandlerDefault.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\XMLNodeHandlerHead.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\XMLNodeHandlerHead.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\XMLNodeHandlerTemplate.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\XMLNodeHandlerTemplate.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\XMLParser.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\XMLParser.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\XMLParseTools.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\XMLParseTools.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\ElementFormControl.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementFormControl.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\ElementFormControlInput.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementFormControlInput.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\ElementFormControlSelect.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementFormControlSelect.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\ElementFormControlTextArea.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementFormControlTextArea.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\ElementForm.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementForm.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\ElementImage.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementImage.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\ElementLabel.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementLabel.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\ElementProgress.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementProgress.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\ElementTabSet.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementTabSet.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\ElementTextSelection.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementTextSelection.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\InputTypeButton.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\InputTypeButton.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\InputTypeCheckbox.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\InputTypeCheckbox.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\InputType.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\InputType.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\InputTypeRadio.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\InputTypeRadio.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\InputTypeRange.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\InputTypeRange.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\InputTypeSubmit.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\InputTypeSubmit.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\InputTypeText.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\InputTypeText.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\WidgetDropDown.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\WidgetDropDown.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\WidgetSlider.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\WidgetSlider.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\WidgetTextInput.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\WidgetTextInput.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\WidgetTextInputMultiLine.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\WidgetTextInputMultiLine.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\WidgetTextInputSingleLine.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\WidgetTextInputSingleLine.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\WidgetTextInputSingleLinePassword.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\WidgetTextInputSingleLinePassword.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\XMLNodeHandlerSelect.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\XMLNodeHandlerSelect.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\XMLNodeHandlerTabSet.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\XMLNodeHandlerTabSet.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Elements\XMLNodeHandlerTextArea.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\XMLNodeHandlerTextArea.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\BlockContainer.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\BlockContainer.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\BlockFormattingContext.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\BlockFormattingContext.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\ContainerBox.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ContainerBox.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\FlexFormattingContext.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FlexFormattingContext.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\FloatedBoxSpace.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FloatedBoxSpace.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\FormattingContext.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FormattingContext.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\InlineBox.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\InlineBox.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\InlineContainer.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\InlineContainer.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\InlineLevelBox.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\InlineLevelBox.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\LayoutBox.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\LayoutBox.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\LayoutDetails.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\LayoutDetails.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\LayoutEngine.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\LayoutEngine.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\LayoutPools.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\LayoutPools.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\LineBox.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\LineBox.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\ReplacedFormattingContext.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ReplacedFormattingContext.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\TableFormattingContext.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TableFormattingContext.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\Layout\TableFormattingDetails.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\TableFormattingDetails.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEngineDefault\FontEngineInterfaceDefault.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontEngineInterfaceDefault.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEngineDefault\FontFace.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontFace.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEngineDefault\FontFaceHandleDefault.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontFaceHandleDefault.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEngineDefault\FontFaceLayer.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontFaceLayer.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEngineDefault\FontFamily.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontFamily.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEngineDefault\FontProvider.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FontProvider.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Core\FontEngineDefault\FreeTypeInterface.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\FreeTypeInterface.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\SVG\DecoratorSVG.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\DecoratorSVG.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\SVG\ElementSVG.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\ElementSVG.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\SVG\SVGCache.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\SVGCache.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\SVG\SVGPlugin.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.dir\Debug\SVGPlugin.obj
|
||||
10
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CustomBuild.command.1.tlog
vendored
Normal file
10
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CustomBuild.command.1.tlog
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
^C:\IA\OSS\IAENGINE\DEV\VENDOR\RMLUI\SOURCE\CORE\CMAKELISTS.TXT
|
||||
setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/IA/OSS/IAEngine/Dev -BC:/IA/OSS/IAEngine/Dev/build --check-stamp-file C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Core/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
|
||||
2
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CustomBuild.read.1.tlog
vendored
Normal file
2
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CustomBuild.read.1.tlog
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
^C:\IA\OSS\IAENGINE\DEV\VENDOR\RMLUI\SOURCE\CORE\CMAKELISTS.TXT
|
||||
C:\IA\OSS\IAENGINE\DEV\BUILD\CMAKEFILES\CMAKE.VERIFY_GLOBS
|
||||
2
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CustomBuild.write.1.tlog
vendored
Normal file
2
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/CustomBuild.write.1.tlog
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
^C:\IA\OSS\IAENGINE\DEV\VENDOR\RMLUI\SOURCE\CORE\CMAKELISTS.TXT
|
||||
C:\IA\OSS\IAENGINE\DEV\BUILD\VENDOR\RMLUI\SOURCE\CORE\CMAKEFILES\GENERATE.STAMP
|
||||
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/Lib-link.read.1.tlog
vendored
Normal file
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/Lib-link.read.1.tlog
vendored
Normal file
Binary file not shown.
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/Lib-link.write.1.tlog
vendored
Normal file
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/Lib-link.write.1.tlog
vendored
Normal file
Binary file not shown.
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/Lib.command.1.tlog
vendored
Normal file
BIN
build/Vendor/RmlUI/Source/Core/rmlui_core.dir/Debug/rmlui_core.tlog/Lib.command.1.tlog
vendored
Normal file
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.44.35207:TargetPlatformVersion=10.0.26100.0:
|
||||
Debug|x64|C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\|
|
||||
1759
build/Vendor/RmlUI/Source/Core/rmlui_core.vcxproj
vendored
Normal file
1759
build/Vendor/RmlUI/Source/Core/rmlui_core.vcxproj
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1368
build/Vendor/RmlUI/Source/Core/rmlui_core.vcxproj.filters
vendored
Normal file
1368
build/Vendor/RmlUI/Source/Core/rmlui_core.vcxproj.filters
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
build/Vendor/RmlUI/Source/Debugger/CMakeFiles/generate.stamp
vendored
Normal file
1
build/Vendor/RmlUI/Source/Debugger/CMakeFiles/generate.stamp
vendored
Normal file
@ -0,0 +1 @@
|
||||
# CMake generation timestamp file for this directory.
|
||||
3
build/Vendor/RmlUI/Source/Debugger/CMakeFiles/generate.stamp.depend
vendored
Normal file
3
build/Vendor/RmlUI/Source/Debugger/CMakeFiles/generate.stamp.depend
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# CMake generation dependency list for this directory.
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Debugger/CMakeLists.txt
|
||||
C:/IA/OSS/IAEngine/Dev/build/CMakeFiles/cmake.verify_globs
|
||||
209
build/Vendor/RmlUI/Source/Debugger/INSTALL.vcxproj
vendored
Normal file
209
build/Vendor/RmlUI/Source/Debugger/INSTALL.vcxproj
vendored
Normal file
@ -0,0 +1,209 @@
|
||||
<?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>{23AFB290-4B70-347B-9268-63EF78C62880}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\82d73867cdce2e2b2bee423ea1e9cc78\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/Debugger/INSTALL.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/Debugger/INSTALL.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\82d73867cdce2e2b2bee423ea1e9cc78\INSTALL_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
224
build/Vendor/RmlUI/Source/Debugger/PACKAGE.vcxproj
vendored
Normal file
224
build/Vendor/RmlUI/Source/Debugger/PACKAGE.vcxproj
vendored
Normal file
@ -0,0 +1,224 @@
|
||||
<?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>
|
||||
<PropertyGroup>
|
||||
<ResolveNugetPackages>false</ResolveNugetPackages>
|
||||
</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>{B993A407-77A0-3A3D-9CEC-B485891654F1}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>PACKAGE</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>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\82d73867cdce2e2b2bee423ea1e9cc78\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\CMakeFiles\PACKAGE_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/Debugger/PACKAGE.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/Debugger/PACKAGE.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\82d73867cdce2e2b2bee423ea1e9cc78\PACKAGE_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
64
build/Vendor/RmlUI/Source/Debugger/cmake_install.cmake
vendored
Normal file
64
build/Vendor/RmlUI/Source/Debugger/cmake_install.cmake
vendored
Normal file
@ -0,0 +1,64 @@
|
||||
# Install script for directory: C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Debugger
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files/IAEngine")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/IA/OSS/IAEngine/Dev/build/lib/Debug/rmlui_debugger.lib")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/IA/OSS/IAEngine/Dev/build/lib/Release/rmlui_debugger.lib")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/IA/OSS/IAEngine/Dev/build/lib/MinSizeRel/rmlui_debugger.lib")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/IA/OSS/IAEngine/Dev/build/lib/RelWithDebInfo/rmlui_debugger.lib")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/IA/OSS/IAEngine/Dev/build/lib/Debug/.pdb")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/IA/OSS/IAEngine/Dev/build/lib/Release/.pdb")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/IA/OSS/IAEngine/Dev/build/lib/MinSizeRel/.pdb")
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "C:/IA/OSS/IAEngine/Dev/build/lib/RelWithDebInfo/.pdb")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Debugger/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
11
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.dir/Debug/rmlui_debugger.lib.recipe
vendored
Normal file
11
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.dir/Debug/rmlui_debugger.lib.recipe
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project>
|
||||
<ProjectOutputs>
|
||||
<ProjectOutput>
|
||||
<FullPath>C:\IA\OSS\IAEngine\Dev\build\x64\Debug\ZERO_CHECK</FullPath>
|
||||
</ProjectOutput>
|
||||
</ProjectOutputs>
|
||||
<ContentFiles />
|
||||
<SatelliteDlls />
|
||||
<NonRecipeFileRefs />
|
||||
</Project>
|
||||
Binary file not shown.
BIN
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.dir/Debug/rmlui_debugger.tlog/CL.command.1.tlog
vendored
Normal file
BIN
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.dir/Debug/rmlui_debugger.tlog/CL.command.1.tlog
vendored
Normal file
Binary file not shown.
BIN
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.dir/Debug/rmlui_debugger.tlog/CL.read.1.tlog
vendored
Normal file
BIN
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.dir/Debug/rmlui_debugger.tlog/CL.read.1.tlog
vendored
Normal file
Binary file not shown.
@ -0,0 +1,8 @@
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\Debugger.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\rmlui_debugger.dir\Debug\Debugger.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\DebuggerPlugin.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\rmlui_debugger.dir\Debug\DebuggerPlugin.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\DebuggerSystemInterface.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\rmlui_debugger.dir\Debug\DebuggerSystemInterface.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementContextHook.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\rmlui_debugger.dir\Debug\ElementContextHook.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementDebugDocument.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\rmlui_debugger.dir\Debug\ElementDebugDocument.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementInfo.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\rmlui_debugger.dir\Debug\ElementInfo.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementLog.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\rmlui_debugger.dir\Debug\ElementLog.obj
|
||||
C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\Geometry.cpp;C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\rmlui_debugger.dir\Debug\Geometry.obj
|
||||
@ -0,0 +1,10 @@
|
||||
^C:\IA\OSS\IAENGINE\DEV\VENDOR\RMLUI\SOURCE\DEBUGGER\CMAKELISTS.TXT
|
||||
setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/IA/OSS/IAEngine/Dev -BC:/IA/OSS/IAEngine/Dev/build --check-stamp-file C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Debugger/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
|
||||
@ -0,0 +1,2 @@
|
||||
^C:\IA\OSS\IAENGINE\DEV\VENDOR\RMLUI\SOURCE\DEBUGGER\CMAKELISTS.TXT
|
||||
C:\IA\OSS\IAENGINE\DEV\BUILD\CMAKEFILES\CMAKE.VERIFY_GLOBS
|
||||
@ -0,0 +1,2 @@
|
||||
^C:\IA\OSS\IAENGINE\DEV\VENDOR\RMLUI\SOURCE\DEBUGGER\CMAKELISTS.TXT
|
||||
C:\IA\OSS\IAENGINE\DEV\BUILD\VENDOR\RMLUI\SOURCE\DEBUGGER\CMAKEFILES\GENERATE.STAMP
|
||||
BIN
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.dir/Debug/rmlui_debugger.tlog/Lib-link.read.1.tlog
vendored
Normal file
BIN
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.dir/Debug/rmlui_debugger.tlog/Lib-link.read.1.tlog
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.dir/Debug/rmlui_debugger.tlog/Lib.command.1.tlog
vendored
Normal file
BIN
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.dir/Debug/rmlui_debugger.tlog/Lib.command.1.tlog
vendored
Normal file
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.44.35207:TargetPlatformVersion=10.0.26100.0:
|
||||
Debug|x64|C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\|
|
||||
348
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.vcxproj
vendored
Normal file
348
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.vcxproj
vendored
Normal file
@ -0,0 +1,348 @@
|
||||
<?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>{F7114445-03EB-3D82-B957-498BE024DA26}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>rmlui_debugger</ProjectName>
|
||||
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</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>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\IA\OSS\IAEngine\Dev\build\lib\Debug\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">rmlui_debugger.dir\Debug\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">rmlui_debugger</TargetName>
|
||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\IA\OSS\IAEngine\Dev\build\lib\Release\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">rmlui_debugger.dir\Release\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">rmlui_debugger</TargetName>
|
||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.lib</TargetExt>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\IA\OSS\IAEngine\Dev\build\lib\MinSizeRel\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">rmlui_debugger.dir\MinSizeRel\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">rmlui_debugger</TargetName>
|
||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.lib</TargetExt>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\IA\OSS\IAEngine\Dev\build\lib\RelWithDebInfo\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">rmlui_debugger.dir\RelWithDebInfo\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">rmlui_debugger</TargetName>
|
||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.lib</TargetExt>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /w44062</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
<MinimalRebuild></MinimalRebuild>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<SupportJustMyCode></SupportJustMyCode>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;__IA_DEBUG=1;RMLUI_STATIC_LIB;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;__IA_DEBUG=1;RMLUI_STATIC_LIB;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ResourceCompile>
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(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>
|
||||
<Lib>
|
||||
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /w44062</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
<MinimalRebuild></MinimalRebuild>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<SupportJustMyCode></SupportJustMyCode>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;__IA_DEBUG=1;RMLUI_STATIC_LIB;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
<DebugInformationFormat>
|
||||
</DebugInformationFormat>
|
||||
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;__IA_DEBUG=1;RMLUI_STATIC_LIB;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ResourceCompile>
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(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>
|
||||
<Lib>
|
||||
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /w44062</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
<MinimalRebuild></MinimalRebuild>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<Optimization>MinSpace</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<SupportJustMyCode></SupportJustMyCode>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;__IA_DEBUG=1;RMLUI_STATIC_LIB;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
<DebugInformationFormat>
|
||||
</DebugInformationFormat>
|
||||
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;__IA_DEBUG=1;RMLUI_STATIC_LIB;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ResourceCompile>
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(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>
|
||||
<Lib>
|
||||
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /w44062</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
<MinimalRebuild></MinimalRebuild>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<SupportJustMyCode></SupportJustMyCode>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;__IA_DEBUG=1;RMLUI_STATIC_LIB;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;__IA_DEBUG=1;RMLUI_STATIC_LIB;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ResourceCompile>
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include;%(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>
|
||||
<Lib>
|
||||
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\CMakeLists.txt">
|
||||
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Debugger/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/IA/OSS/IAEngine/Dev -BC:/IA/OSS/IAEngine/Dev/build --check-stamp-file C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Debugger/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:\IA\OSS\IAEngine\Dev\build\CMakeFiles\cmake.verify_globs;%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Debugger/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/IA/OSS/IAEngine/Dev -BC:/IA/OSS/IAEngine/Dev/build --check-stamp-file C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Debugger/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:\IA\OSS\IAEngine\Dev\build\CMakeFiles\cmake.verify_globs;%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Debugger/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/IA/OSS/IAEngine/Dev -BC:/IA/OSS/IAEngine/Dev/build --check-stamp-file C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Debugger/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:\IA\OSS\IAEngine\Dev\build\CMakeFiles\cmake.verify_globs;%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/Debugger/CMakeLists.txt</Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -SC:/IA/OSS/IAEngine/Dev -BC:/IA/OSS/IAEngine/Dev/build --check-stamp-file C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Debugger/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:\IA\OSS\IAEngine\Dev\build\CMakeFiles\cmake.verify_globs;%(AdditionalInputs)</AdditionalInputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Debugger\CMakeFiles\generate.stamp</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\BeaconSource.h" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\CommonSource.h" />
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\Debugger.cpp" />
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\DebuggerPlugin.cpp" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\DebuggerPlugin.h" />
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\DebuggerSystemInterface.cpp" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\DebuggerSystemInterface.h" />
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementContextHook.cpp" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementContextHook.h" />
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementDebugDocument.cpp" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementDebugDocument.h" />
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementInfo.cpp" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementInfo.h" />
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementLog.cpp" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementLog.h" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\FontSource.h" />
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\Geometry.cpp" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\Geometry.h" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\InfoSource.h" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\LogSource.h" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\MenuSource.h" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include\RmlUi\Debugger\Debugger.h" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include\RmlUi\Debugger\Header.h" />
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include\RmlUi\Debugger.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\freetype\freetype.vcxproj">
|
||||
<Project>{EC6A3317-C9A7-3DDF-8136-CDC8DC2C2BD3}</Project>
|
||||
<Name>freetype</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\lunasvg\lunasvg.vcxproj">
|
||||
<Project>{DB78330E-5E1F-3021-9C81-0EABC35F0010}</Project>
|
||||
<Name>lunasvg</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\lunasvg\plutovg\plutovg.vcxproj">
|
||||
<Project>{E3F69504-66F0-33E9-95DC-45CFE089C34E}</Project>
|
||||
<Name>plutovg</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\Core\rmlui_core.vcxproj">
|
||||
<Project>{8C9F821A-DEB9-393B-95C8-CABEA9BECA3B}</Project>
|
||||
<Name>rmlui_core</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
90
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.vcxproj.filters
vendored
Normal file
90
build/Vendor/RmlUI/Source/Debugger/rmlui_debugger.vcxproj.filters
vendored
Normal file
@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\Debugger.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\DebuggerPlugin.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\DebuggerSystemInterface.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementContextHook.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementDebugDocument.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementInfo.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementLog.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\Geometry.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\BeaconSource.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\CommonSource.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\DebuggerPlugin.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\DebuggerSystemInterface.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementContextHook.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementDebugDocument.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementInfo.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\ElementLog.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\FontSource.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\Geometry.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\InfoSource.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\LogSource.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\MenuSource.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include\RmlUi\Debugger\Debugger.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include\RmlUi\Debugger\Header.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Include\RmlUi\Debugger.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\Vendor\RmlUI\Source\Debugger\CMakeLists.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="Header Files">
|
||||
<UniqueIdentifier>{F747298C-C08B-39D3-B2E3-A28BFBE52DE2}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{E71CCED1-B259-3DA0-AEFC-D826A8701CC1}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
209
build/Vendor/RmlUI/Source/INSTALL.vcxproj
vendored
Normal file
209
build/Vendor/RmlUI/Source/INSTALL.vcxproj
vendored
Normal file
@ -0,0 +1,209 @@
|
||||
<?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>{23AFB290-4B70-347B-9268-63EF78C62880}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\930f2ed45b26642e8700ba792f956248\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/INSTALL.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/INSTALL.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\930f2ed45b26642e8700ba792f956248\INSTALL_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
224
build/Vendor/RmlUI/Source/PACKAGE.vcxproj
vendored
Normal file
224
build/Vendor/RmlUI/Source/PACKAGE.vcxproj
vendored
Normal file
@ -0,0 +1,224 @@
|
||||
<?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>
|
||||
<PropertyGroup>
|
||||
<ResolveNugetPackages>false</ResolveNugetPackages>
|
||||
</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>{B993A407-77A0-3A3D-9CEC-B485891654F1}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>PACKAGE</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>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\930f2ed45b26642e8700ba792f956248\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\CMakeFiles\PACKAGE_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/PACKAGE.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/PACKAGE.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\930f2ed45b26642e8700ba792f956248\PACKAGE_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
1
build/Vendor/RmlUI/Source/SVG/CMakeFiles/generate.stamp
vendored
Normal file
1
build/Vendor/RmlUI/Source/SVG/CMakeFiles/generate.stamp
vendored
Normal file
@ -0,0 +1 @@
|
||||
# CMake generation timestamp file for this directory.
|
||||
3
build/Vendor/RmlUI/Source/SVG/CMakeFiles/generate.stamp.depend
vendored
Normal file
3
build/Vendor/RmlUI/Source/SVG/CMakeFiles/generate.stamp.depend
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# CMake generation dependency list for this directory.
|
||||
C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/SVG/CMakeLists.txt
|
||||
C:/IA/OSS/IAEngine/Dev/build/CMakeFiles/cmake.verify_globs
|
||||
209
build/Vendor/RmlUI/Source/SVG/INSTALL.vcxproj
vendored
Normal file
209
build/Vendor/RmlUI/Source/SVG/INSTALL.vcxproj
vendored
Normal file
@ -0,0 +1,209 @@
|
||||
<?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>{23AFB290-4B70-347B-9268-63EF78C62880}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\c944f83ee8cd9d0f0ddd9637cf89e098\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\SVG\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\SVG\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\SVG\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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\SVG\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/SVG/INSTALL.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/SVG/INSTALL.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\c944f83ee8cd9d0f0ddd9637cf89e098\INSTALL_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
224
build/Vendor/RmlUI/Source/SVG/PACKAGE.vcxproj
vendored
Normal file
224
build/Vendor/RmlUI/Source/SVG/PACKAGE.vcxproj
vendored
Normal file
@ -0,0 +1,224 @@
|
||||
<?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>
|
||||
<PropertyGroup>
|
||||
<ResolveNugetPackages>false</ResolveNugetPackages>
|
||||
</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>{B993A407-77A0-3A3D-9CEC-B485891654F1}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>PACKAGE</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>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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|x64'">
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
cd C:\IA\OSS\IAEngine\Dev\build
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
C:
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
"C:\Program Files\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="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\c944f83ee8cd9d0f0ddd9637cf89e098\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\SVG\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\SVG\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\SVG\CMakeFiles\PACKAGE_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'">C:\IA\OSS\IAEngine\Dev\build\Vendor\RmlUI\Source\SVG\CMakeFiles\PACKAGE_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{5EBD8AB0-1436-32C8-88BF-45A10A0556A8}</Project>
|
||||
<Name>ZERO_CHECK</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="C:\IA\OSS\IAEngine\Dev\build\Vendor\zlib\ALL_BUILD.vcxproj">
|
||||
<Project>{5D2F8053-4156-341C-8AF6-DDE5F97ADD5B}</Project>
|
||||
<Name>ALL_BUILD</Name>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
13
build/Vendor/RmlUI/Source/SVG/PACKAGE.vcxproj.filters
vendored
Normal file
13
build/Vendor/RmlUI/Source/SVG/PACKAGE.vcxproj.filters
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="C:\IA\OSS\IAEngine\Dev\build\CMakeFiles\c944f83ee8cd9d0f0ddd9637cf89e098\PACKAGE_force.rule">
|
||||
<Filter>CMake Rules</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="CMake Rules">
|
||||
<UniqueIdentifier>{A71C269D-E435-3CB6-AFBC-B50CDAD67F89}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
40
build/Vendor/RmlUI/Source/SVG/cmake_install.cmake
vendored
Normal file
40
build/Vendor/RmlUI/Source/SVG/cmake_install.cmake
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
# Install script for directory: C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source/SVG
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files/IAEngine")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/SVG/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
55
build/Vendor/RmlUI/Source/cmake_install.cmake
vendored
Normal file
55
build/Vendor/RmlUI/Source/cmake_install.cmake
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
# Install script for directory: C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Source
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files/IAEngine")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Core/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/SVG/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/Debugger/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
130
build/Vendor/RmlUI/cmake_install.cmake
vendored
Normal file
130
build/Vendor/RmlUI/cmake_install.cmake
vendored
Normal file
@ -0,0 +1,130 @@
|
||||
# Install script for directory: C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "C:/Program Files/IAEngine")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Source/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/Samples/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/Include/RmlUi")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/RmlUi" TYPE FILE FILES
|
||||
"C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/install/RmlUiConfig.cmake"
|
||||
"C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/install/RmlUiConfigVersion.cmake"
|
||||
"C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMake/Dependencies.cmake"
|
||||
)
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/RmlUi" TYPE DIRECTORY FILES "C:/IA/OSS/IAEngine/Dev/Vendor/RmlUI/CMake/Modules")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||
file(GET_RUNTIME_DEPENDENCIES
|
||||
RESOLVED_DEPENDENCIES_VAR _CMAKE_DEPS
|
||||
PRE_EXCLUDE_REGEXES
|
||||
"api-ms-"
|
||||
"ext-ms-"
|
||||
POST_EXCLUDE_REGEXES
|
||||
".*system32/.*\\.dll"
|
||||
)
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||
file(GET_RUNTIME_DEPENDENCIES
|
||||
RESOLVED_DEPENDENCIES_VAR _CMAKE_DEPS
|
||||
PRE_EXCLUDE_REGEXES
|
||||
"api-ms-"
|
||||
"ext-ms-"
|
||||
POST_EXCLUDE_REGEXES
|
||||
".*system32/.*\\.dll"
|
||||
)
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||
file(GET_RUNTIME_DEPENDENCIES
|
||||
RESOLVED_DEPENDENCIES_VAR _CMAKE_DEPS
|
||||
PRE_EXCLUDE_REGEXES
|
||||
"api-ms-"
|
||||
"ext-ms-"
|
||||
POST_EXCLUDE_REGEXES
|
||||
".*system32/.*\\.dll"
|
||||
)
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||
file(GET_RUNTIME_DEPENDENCIES
|
||||
RESOLVED_DEPENDENCIES_VAR _CMAKE_DEPS
|
||||
PRE_EXCLUDE_REGEXES
|
||||
"api-ms-"
|
||||
"ext-ms-"
|
||||
POST_EXCLUDE_REGEXES
|
||||
".*system32/.*\\.dll"
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
|
||||
foreach(_CMAKE_TMP_dep IN LISTS _CMAKE_DEPS)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE SHARED_LIBRARY FILES ${_CMAKE_TMP_dep}
|
||||
FOLLOW_SYMLINK_CHAIN)
|
||||
endforeach()
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
||||
foreach(_CMAKE_TMP_dep IN LISTS _CMAKE_DEPS)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE SHARED_LIBRARY FILES ${_CMAKE_TMP_dep}
|
||||
FOLLOW_SYMLINK_CHAIN)
|
||||
endforeach()
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
|
||||
foreach(_CMAKE_TMP_dep IN LISTS _CMAKE_DEPS)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE SHARED_LIBRARY FILES ${_CMAKE_TMP_dep}
|
||||
FOLLOW_SYMLINK_CHAIN)
|
||||
endforeach()
|
||||
elseif(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
|
||||
foreach(_CMAKE_TMP_dep IN LISTS _CMAKE_DEPS)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE SHARED_LIBRARY FILES ${_CMAKE_TMP_dep}
|
||||
FOLLOW_SYMLINK_CHAIN)
|
||||
endforeach()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "C:/IA/OSS/IAEngine/Dev/build/Vendor/RmlUI/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
36
build/Vendor/RmlUI/install/RmlUiConfig.cmake
vendored
Normal file
36
build/Vendor/RmlUI/install/RmlUiConfig.cmake
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
set(RMLUI_IS_CONFIG_FILE TRUE)
|
||||
set(RMLUI_SVG_PLUGIN ON)
|
||||
set(RMLUI_LOTTIE_PLUGIN OFF)
|
||||
set(RMLUI_FONT_ENGINE "freetype")
|
||||
set(RMLUI_LUA_BINDINGS OFF)
|
||||
set(RMLUI_LUA_BINDINGS_LIBRARY "")
|
||||
set(RMLUI_TRACY_PROFILING "OFF")
|
||||
|
||||
macro(report_dependency_not_found friendly_name package_name target_name)
|
||||
if(RmlUi_FIND_REQUIRED)
|
||||
message(FATAL_ERROR
|
||||
"${friendly_name} could not be found.\n"
|
||||
"Please ensure that ${friendly_name} can be found by CMake, or linked to using \"${target_name}\" as its "
|
||||
"target name. The location of the build directory of the dependency can be provided by setting the "
|
||||
"\"${package_name}_ROOT\" CMake variable. If you are consuming RmlUi from another CMake project, you can "
|
||||
"create an ALIAS target to offer an alternative name for a CMake target."
|
||||
)
|
||||
endif()
|
||||
return()
|
||||
endmacro()
|
||||
macro(report_dependency_found_or_error friendly_name package_name target_name)
|
||||
if(NOT TARGET ${target_name})
|
||||
report_dependency_not_found(${friendly_name} ${package_name} ${target_name})
|
||||
endif()
|
||||
set(success_message "")
|
||||
if(${ARGC} GREATER 3)
|
||||
set(success_message " - ${ARGV3}")
|
||||
endif()
|
||||
message(STATUS "Found ${friendly_name} target ${target_name}${success_message}")
|
||||
endmacro()
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/Modules")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/Dependencies.cmake")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/RmlUiTargets.cmake")
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user