You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
341 lines
22 KiB
XML
341 lines
22 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>{8CCC5B15-515A-3549-9E36-CFAB6A2E727E}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
|
|
<Platform>x64</Platform>
|
|
<ProjectName>webcc</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'">F:\WebCC\webcc\build\bin\debug\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">webcc.dir\Debug\</IntDir>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">webccd</TargetName>
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">F:\WebCC\webcc\build\bin\release\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">webcc.dir\Release\</IntDir>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">webcc</TargetName>
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.lib</TargetExt>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">F:\WebCC\webcc\build\bin\MinSizeRel\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">webcc.dir\MinSizeRel\</IntDir>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">webcc</TargetName>
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.lib</TargetExt>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">F:\WebCC\webcc\build\bin\RelWithDebInfo\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">webcc.dir\RelWithDebInfo\</IntDir>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">webcc</TargetName>
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.lib</TargetExt>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<Optimization>Disabled</Optimization>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<UseFullPaths>false</UseFullPaths>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;_WIN32_WINNT=0x0601;BOOST_ASIO_NO_DEPRECATED;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0601;BOOST_ASIO_NO_DEPRECATED;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<Midl>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
</Midl>
|
|
<Lib>
|
|
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<UseFullPaths>false</UseFullPaths>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;BOOST_ASIO_NO_DEPRECATED;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
<DebugInformationFormat>
|
|
</DebugInformationFormat>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;BOOST_ASIO_NO_DEPRECATED;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<Midl>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
</Midl>
|
|
<Lib>
|
|
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<Optimization>MinSpace</Optimization>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<UseFullPaths>false</UseFullPaths>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;BOOST_ASIO_NO_DEPRECATED;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions>
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
<DebugInformationFormat>
|
|
</DebugInformationFormat>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;BOOST_ASIO_NO_DEPRECATED;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<Midl>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
</Midl>
|
|
<Lib>
|
|
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<UseFullPaths>false</UseFullPaths>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;BOOST_ASIO_NO_DEPRECATED;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions>
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;BOOST_ASIO_NO_DEPRECATED;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<Midl>
|
|
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include;F:\vcpkg\installed\x64-windows\include\openssl;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
</Midl>
|
|
<Lib>
|
|
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<CustomBuild Include="F:\WebCC\webcc\webcc\CMakeLists.txt">
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule F:/WebCC/webcc/webcc/CMakeLists.txt</Message>
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
D:\Qt\Tools\CMake_64\bin\cmake.exe -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/webcc/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'">D:\Qt\Tools\CMake_64\share\cmake-3.23\Modules\GNUInstallDirs.cmake;F:\WebCC\webcc\webcc\config.h.in;%(AdditionalInputs)</AdditionalInputs>
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">F:\WebCC\webcc\build\webcc\CMakeFiles\generate.stamp</Outputs>
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule F:/WebCC/webcc/webcc/CMakeLists.txt</Message>
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
D:\Qt\Tools\CMake_64\bin\cmake.exe -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/webcc/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'">D:\Qt\Tools\CMake_64\share\cmake-3.23\Modules\GNUInstallDirs.cmake;F:\WebCC\webcc\webcc\config.h.in;%(AdditionalInputs)</AdditionalInputs>
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">F:\WebCC\webcc\build\webcc\CMakeFiles\generate.stamp</Outputs>
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule F:/WebCC/webcc/webcc/CMakeLists.txt</Message>
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
D:\Qt\Tools\CMake_64\bin\cmake.exe -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/webcc/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'">D:\Qt\Tools\CMake_64\share\cmake-3.23\Modules\GNUInstallDirs.cmake;F:\WebCC\webcc\webcc\config.h.in;%(AdditionalInputs)</AdditionalInputs>
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">F:\WebCC\webcc\build\webcc\CMakeFiles\generate.stamp</Outputs>
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule F:/WebCC/webcc/webcc/CMakeLists.txt</Message>
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
D:\Qt\Tools\CMake_64\bin\cmake.exe -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/webcc/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'">D:\Qt\Tools\CMake_64\share\cmake-3.23\Modules\GNUInstallDirs.cmake;F:\WebCC\webcc\webcc\config.h.in;%(AdditionalInputs)</AdditionalInputs>
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">F:\WebCC\webcc\build\webcc\CMakeFiles\generate.stamp</Outputs>
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
</CustomBuild>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\base64.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\body.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\client_base.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\client_pool.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\client_session.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\common.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\connection.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\connection_pool.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\globals.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\logger.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\message.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\parser.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\request.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\request_builder.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\request_parser.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\response.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\response_builder.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\response_parser.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\router.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\server.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\socket.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\string.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\url.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\utility.cc" />
|
|
<ClCompile Include="F:\WebCC\webcc\webcc\ssl_socket.cc" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\base64.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\body.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\client_base.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\client.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\client_pool.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\client_session.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\common.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\connection.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\connection_pool.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\fs.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\globals.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\logger.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\message.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\parser.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\queue.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\request.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\request_builder.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\request_parser.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\response.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\response_builder.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\response_parser.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\router.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\server.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\socket_base.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\socket.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\string.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\url.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\utility.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\version.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\view.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\ssl_socket.h" />
|
|
<ClInclude Include="F:\WebCC\webcc\webcc\ssl_client.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="F:\WebCC\webcc\build\ZERO_CHECK.vcxproj">
|
|
<Project>{6EE1ED59-2EF0-32D9-847A-BCC5E516656E}</Project>
|
|
<Name>ZERO_CHECK</Name>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |