You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
183 lines
24 KiB
183 lines
24 KiB
<?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>{15C10B06-C768-3521-965B-826711BB8686}</ProjectGuid> |
|
<Keyword>Win32Proj</Keyword> |
|
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion> |
|
<Platform>x64</Platform> |
|
<ProjectName>ZERO_CHECK</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> |
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
<ConfigurationType>Utility</ConfigurationType> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
<PlatformToolset>v143</PlatformToolset> |
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration"> |
|
<ConfigurationType>Utility</ConfigurationType> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
<PlatformToolset>v143</PlatformToolset> |
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
</PropertyGroup> |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration"> |
|
<ConfigurationType>Utility</ConfigurationType> |
|
<CharacterSet>MultiByte</CharacterSet> |
|
<PlatformToolset>v143</PlatformToolset> |
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
</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>D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\glfw\include;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Include;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\assimp\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> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
<Midl> |
|
<AdditionalIncludeDirectories>D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\glfw\include;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Include;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\assimp\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> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> |
|
<Midl> |
|
<AdditionalIncludeDirectories>D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\glfw\include;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Include;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\assimp\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> |
|
</ItemDefinitionGroup> |
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> |
|
<Midl> |
|
<AdditionalIncludeDirectories>D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\glfw\include;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Include;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\assimp\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> |
|
</ItemDefinitionGroup> |
|
<ItemGroup> |
|
<CustomBuild Include="D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\33b2e4a756458339f78771b8deb8d81e\generate.stamp.rule"> |
|
<UseUtf8Encoding>Always</UseUtf8Encoding> |
|
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BuildInParallel> |
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Checking Build System</Message> |
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal |
|
D:\CMake\bin\cmake.exe -SD:/aigc/manta/uft_dev_server/third_party/RCCPP -BD:/aigc/manta/uft_dev_server/third_party/RCCPP/build --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file D:/aigc/manta/uft_dev_server/third_party/RCCPP/build/RuntimeCompiledCPlusPlus.sln |
|
if %errorlevel% neq 0 goto :cmEnd |
|
:cmEnd |
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
|
:cmErrorLevel |
|
exit /b %1 |
|
:cmDone |
|
if %errorlevel% neq 0 goto :VCEnd</Command> |
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\CMake\share\cmake-4.0\Modules\CMakeCInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeCXXInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeCommonLanguageInclude.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeDependentOption.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeGenericSystem.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeInitializeConfigs.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeLanguageInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeRCInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeSystemSpecificInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeSystemSpecificInitialize.cmake;D:\CMake\share\cmake-4.0\Modules\CheckIncludeFileCXX.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\FindFreetype.cmake;D:\CMake\share\cmake-4.0\Modules\FindOpenGL.cmake;D:\CMake\share\cmake-4.0\Modules\FindPackageHandleStandardArgs.cmake;D:\CMake\share\cmake-4.0\Modules\FindPackageMessage.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-Initialize.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\WindowsPaths.cmake;D:\CMake\share\cmake-4.0\Modules\TestForANSIForScope.cmake;D:\CMake\share\cmake-4.0\Modules\TestForANSIStreamHeaders.cmake;D:\CMake\share\cmake-4.0\Modules\TestForSTDNamespace.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\glfw\projects\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Build\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Build\cmake\FileList.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeCCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeCXXCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeRCCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeSystem.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\cmake\ProjectFiles.cmake;D:\aigc\vcpkg\scripts\buildsystems\vcpkg.cmake;%(AdditionalInputs)</AdditionalInputs> |
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\generate.stamp;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\External\glfw\projects\CMakeFiles\generate.stamp;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\External\libRocket\Build\CMakeFiles\generate.stamp</Outputs> |
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects> |
|
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</BuildInParallel> |
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Checking Build System</Message> |
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal |
|
D:\CMake\bin\cmake.exe -SD:/aigc/manta/uft_dev_server/third_party/RCCPP -BD:/aigc/manta/uft_dev_server/third_party/RCCPP/build --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file D:/aigc/manta/uft_dev_server/third_party/RCCPP/build/RuntimeCompiledCPlusPlus.sln |
|
if %errorlevel% neq 0 goto :cmEnd |
|
:cmEnd |
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone |
|
:cmErrorLevel |
|
exit /b %1 |
|
:cmDone |
|
if %errorlevel% neq 0 goto :VCEnd</Command> |
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\CMake\share\cmake-4.0\Modules\CMakeCInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeCXXInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeCommonLanguageInclude.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeDependentOption.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeGenericSystem.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeInitializeConfigs.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeLanguageInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeRCInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeSystemSpecificInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeSystemSpecificInitialize.cmake;D:\CMake\share\cmake-4.0\Modules\CheckIncludeFileCXX.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\FindFreetype.cmake;D:\CMake\share\cmake-4.0\Modules\FindOpenGL.cmake;D:\CMake\share\cmake-4.0\Modules\FindPackageHandleStandardArgs.cmake;D:\CMake\share\cmake-4.0\Modules\FindPackageMessage.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-Initialize.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\WindowsPaths.cmake;D:\CMake\share\cmake-4.0\Modules\TestForANSIForScope.cmake;D:\CMake\share\cmake-4.0\Modules\TestForANSIStreamHeaders.cmake;D:\CMake\share\cmake-4.0\Modules\TestForSTDNamespace.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\glfw\projects\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Build\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Build\cmake\FileList.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeCCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeCXXCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeRCCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeSystem.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\cmake\ProjectFiles.cmake;D:\aigc\vcpkg\scripts\buildsystems\vcpkg.cmake;%(AdditionalInputs)</AdditionalInputs> |
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\generate.stamp;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\External\glfw\projects\CMakeFiles\generate.stamp;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\External\libRocket\Build\CMakeFiles\generate.stamp</Outputs> |
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects> |
|
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</BuildInParallel> |
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Checking Build System</Message> |
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal |
|
D:\CMake\bin\cmake.exe -SD:/aigc/manta/uft_dev_server/third_party/RCCPP -BD:/aigc/manta/uft_dev_server/third_party/RCCPP/build --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file D:/aigc/manta/uft_dev_server/third_party/RCCPP/build/RuntimeCompiledCPlusPlus.sln |
|
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'">D:\CMake\share\cmake-4.0\Modules\CMakeCInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeCXXInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeCommonLanguageInclude.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeDependentOption.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeGenericSystem.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeInitializeConfigs.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeLanguageInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeRCInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeSystemSpecificInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeSystemSpecificInitialize.cmake;D:\CMake\share\cmake-4.0\Modules\CheckIncludeFileCXX.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\FindFreetype.cmake;D:\CMake\share\cmake-4.0\Modules\FindOpenGL.cmake;D:\CMake\share\cmake-4.0\Modules\FindPackageHandleStandardArgs.cmake;D:\CMake\share\cmake-4.0\Modules\FindPackageMessage.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-Initialize.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\WindowsPaths.cmake;D:\CMake\share\cmake-4.0\Modules\TestForANSIForScope.cmake;D:\CMake\share\cmake-4.0\Modules\TestForANSIStreamHeaders.cmake;D:\CMake\share\cmake-4.0\Modules\TestForSTDNamespace.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\glfw\projects\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Build\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Build\cmake\FileList.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeCCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeCXXCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeRCCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeSystem.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\cmake\ProjectFiles.cmake;D:\aigc\vcpkg\scripts\buildsystems\vcpkg.cmake;%(AdditionalInputs)</AdditionalInputs> |
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\generate.stamp;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\External\glfw\projects\CMakeFiles\generate.stamp;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\External\libRocket\Build\CMakeFiles\generate.stamp</Outputs> |
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects> |
|
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</BuildInParallel> |
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Checking Build System</Message> |
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal |
|
D:\CMake\bin\cmake.exe -SD:/aigc/manta/uft_dev_server/third_party/RCCPP -BD:/aigc/manta/uft_dev_server/third_party/RCCPP/build --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file D:/aigc/manta/uft_dev_server/third_party/RCCPP/build/RuntimeCompiledCPlusPlus.sln |
|
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'">D:\CMake\share\cmake-4.0\Modules\CMakeCInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeCXXInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeCommonLanguageInclude.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeDependentOption.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeGenericSystem.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeInitializeConfigs.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeLanguageInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeRCInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeSystemSpecificInformation.cmake;D:\CMake\share\cmake-4.0\Modules\CMakeSystemSpecificInitialize.cmake;D:\CMake\share\cmake-4.0\Modules\CheckIncludeFileCXX.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Compiler\MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\FindFreetype.cmake;D:\CMake\share\cmake-4.0\Modules\FindOpenGL.cmake;D:\CMake\share\cmake-4.0\Modules\FindPackageHandleStandardArgs.cmake;D:\CMake\share\cmake-4.0\Modules\FindPackageMessage.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Linker\MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Linker\Windows-MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-Initialize.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC-C.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC-CXX.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows-MSVC.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\Windows.cmake;D:\CMake\share\cmake-4.0\Modules\Platform\WindowsPaths.cmake;D:\CMake\share\cmake-4.0\Modules\TestForANSIForScope.cmake;D:\CMake\share\cmake-4.0\Modules\TestForANSIStreamHeaders.cmake;D:\CMake\share\cmake-4.0\Modules\TestForSTDNamespace.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\glfw\projects\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Build\CMakeLists.txt;D:\aigc\manta\uft_dev_server\third_party\RCCPP\External\libRocket\Build\cmake\FileList.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeCCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeCXXCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeRCCompiler.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\4.0.2\CMakeSystem.cmake;D:\aigc\manta\uft_dev_server\third_party\RCCPP\cmake\ProjectFiles.cmake;D:\aigc\vcpkg\scripts\buildsystems\vcpkg.cmake;%(AdditionalInputs)</AdditionalInputs> |
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\CMakeFiles\generate.stamp;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\External\glfw\projects\CMakeFiles\generate.stamp;D:\aigc\manta\uft_dev_server\third_party\RCCPP\build\External\libRocket\Build\CMakeFiles\generate.stamp</Outputs> |
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects> |
|
</CustomBuild> |
|
</ItemGroup> |
|
<ItemGroup> |
|
</ItemGroup> |
|
<ItemGroup /> |
|
<ItemGroup> |
|
</ItemGroup> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
<ImportGroup Label="ExtensionTargets"> |
|
</ImportGroup> |
|
</Project> |