701 lines
43 KiB
XML
701 lines
43 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="MinSizeRel|x64">
|
|
<Configuration>MinSizeRel</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="RelWithDebInfo|x64">
|
|
<Configuration>RelWithDebInfo</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{8E2A89D9-6F98-3BCC-A716-CFC48C71DDF6}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
|
<Platform>x64</Platform>
|
|
<ProjectName>app</ProjectName>
|
|
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<CharacterSet>Unicode</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'">I:\source\render\build\bin\Debug\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">app.dir\Debug\</IntDir>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">app</TargetName>
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.exe</TargetExt>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">I:\source\render\build\bin\Release\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">app.dir\Release\</IntDir>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">app</TargetName>
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.exe</TargetExt>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">I:\source\render\build\bin\MinSizeRel\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">app.dir\MinSizeRel\</IntDir>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">app</TargetName>
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.exe</TargetExt>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkIncremental>
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</GenerateManifest>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">I:\source\render\build\bin\RelWithDebInfo\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">app.dir\RelWithDebInfo\</IntDir>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">app</TargetName>
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.exe</TargetExt>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</LinkIncremental>
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</GenerateManifest>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_Debug;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<AdditionalOptions>%(AdditionalOptions) /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtCore" /external:I "C:/Qt/6.8.1/msvc2022_64/include" /external:I "C:/Qt/6.8.1/msvc2022_64/mkspecs/win32-msvc" /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtGui" /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtWidgets" /utf-8 -Zc:__cplusplus -utf-8</AdditionalOptions>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
|
|
<ForceConformanceInForLoopScope></ForceConformanceInForLoopScope>
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<MinimalRebuild></MinimalRebuild>
|
|
<Optimization>Disabled</Optimization>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<RemoveUnreferencedCodeData></RemoveUnreferencedCodeData>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<SupportJustMyCode></SupportJustMyCode>
|
|
<TreatWChar_tAsBuiltInType></TreatWChar_tAsBuiltInType>
|
|
<UseFullPaths>false</UseFullPaths>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;WIN32_LEAN_AND_MEAN;NOMINMAX;UNICODE;_UNICODE;QT_CORE_LIB;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;_WIN64;QT_GUI_LIB;QT_WIDGETS_LIB;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;NOMINMAX;UNICODE;_UNICODE;QT_CORE_LIB;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;_WIN64;QT_GUI_LIB;QT_WIDGETS_LIB;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_Debug;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;C:\Qt\6.8.1\msvc2022_64\include\QtCore;C:\Qt\6.8.1\msvc2022_64\include;C:\Qt\6.8.1\msvc2022_64\mkspecs\win32-msvc;C:\Qt\6.8.1\msvc2022_64\include\QtGui;C:\Qt\6.8.1\msvc2022_64\include\QtWidgets;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<Midl>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_Debug;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;C:\Qt\6.8.1\msvc2022_64\include\QtCore;C:\Qt\6.8.1\msvc2022_64\include;C:\Qt\6.8.1\msvc2022_64\mkspecs\win32-msvc;C:\Qt\6.8.1\msvc2022_64\include\QtGui;C:\Qt\6.8.1\msvc2022_64\include\QtWidgets;%(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>
|
|
<PreBuildEvent>
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
<Message>Automatic MOC and UIC for target app</Message>
|
|
<Command>setlocal
|
|
cd I:\source\render\build\app
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
I:
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen I:/source/render/build/app/CMakeFiles/app_autogen.dir/AutogenInfo.json Debug
|
|
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>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
<Message> </Message>
|
|
<Command>setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory I:/source/render/build/bin/Debug/plugins/platforms/
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/plugins/platforms/qwindowsd.dll I:/source/render/build/bin/Debug/plugins/platforms/
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Cored.dll I:/source/render/build/bin/Debug
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Guid.dll I:/source/render/build/bin/Debug
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Widgetsd.dll I:/source/render/build/bin/Debug
|
|
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>
|
|
<Link>
|
|
<AdditionalDependencies>C:\Qt\6.8.1\msvc2022_64\lib\Qt6Widgetsd.lib;..\render\Debug\render.lib;..\zassimp\Debug\zassimp.lib;..\tool\Debug\tool.lib;ole32.lib;windowscodecs.lib;C:\Qt\6.8.1\msvc2022_64\lib\Qt6Guid.lib;C:\Qt\6.8.1\msvc2022_64\lib\Qt6Cored.lib;mpr.lib;userenv.lib;d3d11.lib;dxgi.lib;dxguid.lib;d3d12.lib;I:\source\render\3rd\assimp\Debug\lib\assimp-vc143-mtd.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
<DataExecutionPrevention></DataExecutionPrevention>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<ImageHasSafeExceptionHandlers></ImageHasSafeExceptionHandlers>
|
|
<ImportLibrary>I:/source/render/build/app/Debug/app.lib</ImportLibrary>
|
|
<LinkErrorReporting></LinkErrorReporting>
|
|
<ProgramDataBaseFile>I:/source/render/build/bin/Debug/app.pdb</ProgramDataBaseFile>
|
|
<RandomizedBaseAddress></RandomizedBaseAddress>
|
|
<SubSystem>Console</SubSystem>
|
|
</Link>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_Release;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<AdditionalOptions>%(AdditionalOptions) /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtCore" /external:I "C:/Qt/6.8.1/msvc2022_64/include" /external:I "C:/Qt/6.8.1/msvc2022_64/mkspecs/win32-msvc" /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtGui" /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtWidgets" /utf-8 -Zc:__cplusplus -utf-8</AdditionalOptions>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
|
|
<ForceConformanceInForLoopScope></ForceConformanceInForLoopScope>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<MinimalRebuild></MinimalRebuild>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<RemoveUnreferencedCodeData></RemoveUnreferencedCodeData>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<SupportJustMyCode></SupportJustMyCode>
|
|
<TreatWChar_tAsBuiltInType></TreatWChar_tAsBuiltInType>
|
|
<UseFullPaths>false</UseFullPaths>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;NOMINMAX;UNICODE;_UNICODE;QT_CORE_LIB;QT_NO_DEBUG;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;_WIN64;QT_GUI_LIB;QT_WIDGETS_LIB;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
<DebugInformationFormat>
|
|
</DebugInformationFormat>
|
|
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;NOMINMAX;UNICODE;_UNICODE;QT_CORE_LIB;QT_NO_DEBUG;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;_WIN64;QT_GUI_LIB;QT_WIDGETS_LIB;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_Release;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;C:\Qt\6.8.1\msvc2022_64\include\QtCore;C:\Qt\6.8.1\msvc2022_64\include;C:\Qt\6.8.1\msvc2022_64\mkspecs\win32-msvc;C:\Qt\6.8.1\msvc2022_64\include\QtGui;C:\Qt\6.8.1\msvc2022_64\include\QtWidgets;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<Midl>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_Release;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;C:\Qt\6.8.1\msvc2022_64\include\QtCore;C:\Qt\6.8.1\msvc2022_64\include;C:\Qt\6.8.1\msvc2022_64\mkspecs\win32-msvc;C:\Qt\6.8.1\msvc2022_64\include\QtGui;C:\Qt\6.8.1\msvc2022_64\include\QtWidgets;%(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>
|
|
<PreBuildEvent>
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
<Message>Automatic MOC and UIC for target app</Message>
|
|
<Command>setlocal
|
|
cd I:\source\render\build\app
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
I:
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen I:/source/render/build/app/CMakeFiles/app_autogen.dir/AutogenInfo.json Release
|
|
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>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
<Message> </Message>
|
|
<Command>setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory I:/source/render/build/bin/Release/plugins/platforms/
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/plugins/platforms/qwindowsd.dll I:/source/render/build/bin/Release/plugins/platforms/
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Cored.dll I:/source/render/build/bin/Release
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Guid.dll I:/source/render/build/bin/Release
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Widgetsd.dll I:/source/render/build/bin/Release
|
|
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>
|
|
<Link>
|
|
<AdditionalDependencies>C:\Qt\6.8.1\msvc2022_64\lib\Qt6Widgets.lib;..\render\Release\render.lib;..\zassimp\Release\zassimp.lib;..\tool\Release\tool.lib;ole32.lib;windowscodecs.lib;C:\Qt\6.8.1\msvc2022_64\lib\Qt6Gui.lib;C:\Qt\6.8.1\msvc2022_64\lib\Qt6Core.lib;mpr.lib;userenv.lib;d3d11.lib;dxgi.lib;dxguid.lib;d3d12.lib;I:\source\render\3rd\assimp\Release\lib\assimp-vc143-mt.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
<DataExecutionPrevention></DataExecutionPrevention>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<ImageHasSafeExceptionHandlers></ImageHasSafeExceptionHandlers>
|
|
<ImportLibrary>I:/source/render/build/app/Release/app.lib</ImportLibrary>
|
|
<LinkErrorReporting></LinkErrorReporting>
|
|
<ProgramDataBaseFile>I:/source/render/build/bin/Release/app.pdb</ProgramDataBaseFile>
|
|
<RandomizedBaseAddress></RandomizedBaseAddress>
|
|
<SubSystem>Console</SubSystem>
|
|
</Link>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_MinSizeRel;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<AdditionalOptions>%(AdditionalOptions) /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtCore" /external:I "C:/Qt/6.8.1/msvc2022_64/include" /external:I "C:/Qt/6.8.1/msvc2022_64/mkspecs/win32-msvc" /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtGui" /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtWidgets" /utf-8 -Zc:__cplusplus -utf-8</AdditionalOptions>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
|
|
<ForceConformanceInForLoopScope></ForceConformanceInForLoopScope>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<MinimalRebuild></MinimalRebuild>
|
|
<Optimization>MinSpace</Optimization>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<RemoveUnreferencedCodeData></RemoveUnreferencedCodeData>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<SupportJustMyCode></SupportJustMyCode>
|
|
<TreatWChar_tAsBuiltInType></TreatWChar_tAsBuiltInType>
|
|
<UseFullPaths>false</UseFullPaths>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;NOMINMAX;UNICODE;_UNICODE;QT_CORE_LIB;QT_NO_DEBUG;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;_WIN64;QT_GUI_LIB;QT_WIDGETS_LIB;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions>
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
<DebugInformationFormat>
|
|
</DebugInformationFormat>
|
|
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;NOMINMAX;UNICODE;_UNICODE;QT_CORE_LIB;QT_NO_DEBUG;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;_WIN64;QT_GUI_LIB;QT_WIDGETS_LIB;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_MinSizeRel;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;C:\Qt\6.8.1\msvc2022_64\include\QtCore;C:\Qt\6.8.1\msvc2022_64\include;C:\Qt\6.8.1\msvc2022_64\mkspecs\win32-msvc;C:\Qt\6.8.1\msvc2022_64\include\QtGui;C:\Qt\6.8.1\msvc2022_64\include\QtWidgets;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<Midl>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_MinSizeRel;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;C:\Qt\6.8.1\msvc2022_64\include\QtCore;C:\Qt\6.8.1\msvc2022_64\include;C:\Qt\6.8.1\msvc2022_64\mkspecs\win32-msvc;C:\Qt\6.8.1\msvc2022_64\include\QtGui;C:\Qt\6.8.1\msvc2022_64\include\QtWidgets;%(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>
|
|
<PreBuildEvent>
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
<Message>Automatic MOC and UIC for target app</Message>
|
|
<Command>setlocal
|
|
cd I:\source\render\build\app
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
I:
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen I:/source/render/build/app/CMakeFiles/app_autogen.dir/AutogenInfo.json MinSizeRel
|
|
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>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
<Message> </Message>
|
|
<Command>setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory I:/source/render/build/bin/MinSizeRel/plugins/platforms/
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/plugins/platforms/qwindowsd.dll I:/source/render/build/bin/MinSizeRel/plugins/platforms/
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Cored.dll I:/source/render/build/bin/MinSizeRel
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Guid.dll I:/source/render/build/bin/MinSizeRel
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Widgetsd.dll I:/source/render/build/bin/MinSizeRel
|
|
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>
|
|
<Link>
|
|
<AdditionalDependencies>C:\Qt\6.8.1\msvc2022_64\lib\Qt6Widgets.lib;..\render\MinSizeRel\render.lib;..\zassimp\MinSizeRel\zassimp.lib;..\tool\MinSizeRel\tool.lib;ole32.lib;windowscodecs.lib;C:\Qt\6.8.1\msvc2022_64\lib\Qt6Gui.lib;C:\Qt\6.8.1\msvc2022_64\lib\Qt6Core.lib;mpr.lib;userenv.lib;d3d11.lib;dxgi.lib;dxguid.lib;d3d12.lib;I:\source\render\3rd\assimp\Release\lib\assimp-vc143-mt.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
<DataExecutionPrevention></DataExecutionPrevention>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<ImageHasSafeExceptionHandlers></ImageHasSafeExceptionHandlers>
|
|
<ImportLibrary>I:/source/render/build/app/MinSizeRel/app.lib</ImportLibrary>
|
|
<LinkErrorReporting></LinkErrorReporting>
|
|
<ProgramDataBaseFile>I:/source/render/build/bin/MinSizeRel/app.pdb</ProgramDataBaseFile>
|
|
<RandomizedBaseAddress></RandomizedBaseAddress>
|
|
<SubSystem>Console</SubSystem>
|
|
</Link>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_RelWithDebInfo;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<AdditionalOptions>%(AdditionalOptions) /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtCore" /external:I "C:/Qt/6.8.1/msvc2022_64/include" /external:I "C:/Qt/6.8.1/msvc2022_64/mkspecs/win32-msvc" /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtGui" /external:I "C:/Qt/6.8.1/msvc2022_64/include/QtWidgets" /utf-8 -Zc:__cplusplus -utf-8</AdditionalOptions>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
|
|
<ForceConformanceInForLoopScope></ForceConformanceInForLoopScope>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<MinimalRebuild></MinimalRebuild>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<RemoveUnreferencedCodeData></RemoveUnreferencedCodeData>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<SupportJustMyCode></SupportJustMyCode>
|
|
<TreatWChar_tAsBuiltInType></TreatWChar_tAsBuiltInType>
|
|
<UseFullPaths>false</UseFullPaths>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;NOMINMAX;UNICODE;_UNICODE;QT_CORE_LIB;QT_NO_DEBUG;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;_WIN64;QT_GUI_LIB;QT_WIDGETS_LIB;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions>
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;WIN32_LEAN_AND_MEAN;NOMINMAX;UNICODE;_UNICODE;QT_CORE_LIB;QT_NO_DEBUG;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;_WIN64;QT_GUI_LIB;QT_WIDGETS_LIB;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_RelWithDebInfo;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;C:\Qt\6.8.1\msvc2022_64\include\QtCore;C:\Qt\6.8.1\msvc2022_64\include;C:\Qt\6.8.1\msvc2022_64\mkspecs\win32-msvc;C:\Qt\6.8.1\msvc2022_64\include\QtGui;C:\Qt\6.8.1\msvc2022_64\include\QtWidgets;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<Midl>
|
|
<AdditionalIncludeDirectories>I:\source\render\build\app\app_autogen\include_RelWithDebInfo;I:\source\render\render\include;I:\source\render\template\include;I:\source\render\core\include;I:\source\render\zassimp\include;I:\source\render\tool\include;C:\Qt\6.8.1\msvc2022_64\include\QtCore;C:\Qt\6.8.1\msvc2022_64\include;C:\Qt\6.8.1\msvc2022_64\mkspecs\win32-msvc;C:\Qt\6.8.1\msvc2022_64\include\QtGui;C:\Qt\6.8.1\msvc2022_64\include\QtWidgets;%(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>
|
|
<PreBuildEvent>
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
<Message>Automatic MOC and UIC for target app</Message>
|
|
<Command>setlocal
|
|
cd I:\source\render\build\app
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
I:
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E cmake_autogen I:/source/render/build/app/CMakeFiles/app_autogen.dir/AutogenInfo.json RelWithDebInfo
|
|
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>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
<Message> </Message>
|
|
<Command>setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E make_directory I:/source/render/build/bin/RelWithDebInfo/plugins/platforms/
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/plugins/platforms/qwindowsd.dll I:/source/render/build/bin/RelWithDebInfo/plugins/platforms/
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Cored.dll I:/source/render/build/bin/RelWithDebInfo
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Guid.dll I:/source/render/build/bin/RelWithDebInfo
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd
|
|
setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -E copy C:/Qt/6.8.1/msvc2022_64/bin/Qt6Widgetsd.dll I:/source/render/build/bin/RelWithDebInfo
|
|
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>
|
|
<Link>
|
|
<AdditionalDependencies>C:\Qt\6.8.1\msvc2022_64\lib\Qt6Widgets.lib;..\render\RelWithDebInfo\render.lib;..\zassimp\RelWithDebInfo\zassimp.lib;..\tool\RelWithDebInfo\tool.lib;ole32.lib;windowscodecs.lib;C:\Qt\6.8.1\msvc2022_64\lib\Qt6Gui.lib;C:\Qt\6.8.1\msvc2022_64\lib\Qt6Core.lib;mpr.lib;userenv.lib;d3d11.lib;dxgi.lib;dxguid.lib;d3d12.lib;I:\source\render\3rd\assimp\Release\lib\assimp-vc143-mt.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
<DataExecutionPrevention></DataExecutionPrevention>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<ImageHasSafeExceptionHandlers></ImageHasSafeExceptionHandlers>
|
|
<ImportLibrary>I:/source/render/build/app/RelWithDebInfo/app.lib</ImportLibrary>
|
|
<LinkErrorReporting></LinkErrorReporting>
|
|
<ProgramDataBaseFile>I:/source/render/build/bin/RelWithDebInfo/app.pdb</ProgramDataBaseFile>
|
|
<RandomizedBaseAddress></RandomizedBaseAddress>
|
|
<SubSystem>Console</SubSystem>
|
|
</Link>
|
|
<ProjectReference>
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
</ProjectReference>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<CustomBuild Include="I:\source\render\app\CMakeLists.txt">
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule I:/source/render/app/CMakeLists.txt</Message>
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -SI:/source/render -BI:/source/render/build --check-stamp-file I:/source/render/build/app/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'">I:\source\render\build\CMakeFiles\cmake.verify_globs;%(AdditionalInputs)</AdditionalInputs>
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">I:\source\render\build\app\CMakeFiles\generate.stamp</Outputs>
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule I:/source/render/app/CMakeLists.txt</Message>
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -SI:/source/render -BI:/source/render/build --check-stamp-file I:/source/render/build/app/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'">I:\source\render\build\CMakeFiles\cmake.verify_globs;%(AdditionalInputs)</AdditionalInputs>
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">I:\source\render\build\app\CMakeFiles\generate.stamp</Outputs>
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule I:/source/render/app/CMakeLists.txt</Message>
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -SI:/source/render -BI:/source/render/build --check-stamp-file I:/source/render/build/app/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'">I:\source\render\build\CMakeFiles\cmake.verify_globs;%(AdditionalInputs)</AdditionalInputs>
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">I:\source\render\build\app\CMakeFiles\generate.stamp</Outputs>
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule I:/source/render/app/CMakeLists.txt</Message>
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
"C:\Program Files\CMake\bin\cmake.exe" -SI:/source/render -BI:/source/render/build --check-stamp-file I:/source/render/build/app/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'">I:\source\render\build\CMakeFiles\cmake.verify_globs;%(AdditionalInputs)</AdditionalInputs>
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">I:\source\render\build\app\CMakeFiles\generate.stamp</Outputs>
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
</CustomBuild>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="I:\source\render\build\app\app_autogen\mocs_compilation_Debug.cpp">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClCompile Include="I:\source\render\app\src\main.cpp" />
|
|
<ClCompile Include="I:\source\render\app\src\wnd_main.cpp" />
|
|
<ClInclude Include="I:\source\render\app\src\wnd_main.h" />
|
|
<ClCompile Include="I:\source\render\app\src\defs.cpp" />
|
|
<ClInclude Include="I:\source\render\app\src\defs.h" />
|
|
<ClCompile Include="I:\source\render\app\src\resource.cpp" />
|
|
<ClInclude Include="I:\source\render\app\src\resource.h" />
|
|
<ClCompile Include="I:\source\render\app\src\wnd_resource.cpp" />
|
|
<ClInclude Include="I:\source\render\app\src\wnd_resource.h" />
|
|
<ClCompile Include="I:\source\render\app\src\wnd_inspector.cpp" />
|
|
<ClInclude Include="I:\source\render\app\src\wnd_inspector.h" />
|
|
<ClCompile Include="I:\source\render\app\src\wnd_hierachy.cpp" />
|
|
<ClInclude Include="I:\source\render\app\src\wnd_hierachy.h" />
|
|
<ClCompile Include="I:\source\render\app\src\wnd_debug.cpp" />
|
|
<ClInclude Include="I:\source\render\app\src\wnd_debug.h" />
|
|
<ClInclude Include="I:\source\render\app\src\states.h" />
|
|
<ClCompile Include="I:\source\render\app\src\states.cpp" />
|
|
<ClCompile Include="I:\source\render\app\src\ListItemWidget.cpp" />
|
|
<ClInclude Include="I:\source\render\app\src\ListItemWidget.h" />
|
|
<ClCompile Include="I:\source\render\app\src\wnd_create_mat.cpp" />
|
|
<ClInclude Include="I:\source\render\app\src\wnd_create_mat.h" />
|
|
<ClCompile Include="I:\source\render\app\src\wgt_prop_input.cpp" />
|
|
<ClInclude Include="I:\source\render\app\src\wgt_prop_input.h" />
|
|
<ClCompile Include="I:\source\render\build\app\app_autogen\mocs_compilation_Release.cpp">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClCompile Include="I:\source\render\build\app\app_autogen\mocs_compilation_MinSizeRel.cpp">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClCompile Include="I:\source\render\build\app\app_autogen\mocs_compilation_RelWithDebInfo.cpp">
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<ProjectReference Include="I:\source\render\build\ZERO_CHECK.vcxproj">
|
|
<Project>{DE7B516C-33E5-3F61-9EF4-7603C10538A3}</Project>
|
|
<Name>ZERO_CHECK</Name>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</ProjectReference>
|
|
<ProjectReference Include="I:\source\render\build\core\core.vcxproj">
|
|
<Project>{47F61202-E67B-38A5-BE39-5FFBF0B2692F}</Project>
|
|
<Name>core</Name>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</ProjectReference>
|
|
<ProjectReference Include="I:\source\render\build\render\render.vcxproj">
|
|
<Project>{13E3C448-89D5-3FDD-8A6E-69AF324755AE}</Project>
|
|
<Name>render</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="I:\source\render\build\tool\tool.vcxproj">
|
|
<Project>{8B3B6F38-D3AA-3BEF-9F3C-2D08119E11DC}</Project>
|
|
<Name>tool</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="I:\source\render\build\zassimp\zassimp.vcxproj">
|
|
<Project>{7D9D50D5-41AC-3634-A283-95690EC6C4E5}</Project>
|
|
<Name>zassimp</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |