优化文件上传速度,增加请求头预校验功能
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{ED6162DC-A103-3F7D-AF76-C567571A3433}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>INSTALL</ProjectName>
|
||||
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
||||
@@ -69,7 +69,7 @@
|
||||
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
D:\Qt\Tools\CMake_64\bin\cmake.exe -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
||||
"D:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -84,7 +84,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
D:\Qt\Tools\CMake_64\bin\cmake.exe -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
||||
"D:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -99,7 +99,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
D:\Qt\Tools\CMake_64\bin\cmake.exe -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
||||
"D:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -114,7 +114,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
D:\Qt\Tools\CMake_64\bin\cmake.exe -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
||||
"D:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -126,6 +126,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="F:\WebCC\webcc\build\CMakeFiles\b9c0cc35a1d412ae8e27101196f778f0\INSTALL_force.rule">
|
||||
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BuildInParallel>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
||||
cd .
|
||||
@@ -140,6 +141,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">F:\WebCC\webcc\build\examples\book_server\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
|
||||
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</BuildInParallel>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
||||
cd .
|
||||
@@ -154,6 +156,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">F:\WebCC\webcc\build\examples\book_server\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
|
||||
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</BuildInParallel>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
||||
cd .
|
||||
@@ -168,6 +171,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">F:\WebCC\webcc\build\examples\book_server\CMakeFiles\INSTALL_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
|
||||
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</BuildInParallel>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
||||
cd .
|
||||
@@ -184,6 +188,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="F:\WebCC\webcc\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{6EE1ED59-2EF0-32D9-847A-BCC5E516656E}</Project>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{28618F1D-9767-3909-9A2E-1E65B584483B}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>RUN_TESTS</ProjectName>
|
||||
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
||||
@@ -68,7 +68,7 @@
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
D:\Qt\Tools\CMake_64\bin\ctest.exe --force-new-ctest-process -C $(Configuration)
|
||||
"D:\Program Files\CMake\bin\ctest.exe" --force-new-ctest-process -C $(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -82,7 +82,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
D:\Qt\Tools\CMake_64\bin\ctest.exe --force-new-ctest-process -C $(Configuration)
|
||||
"D:\Program Files\CMake\bin\ctest.exe" --force-new-ctest-process -C $(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -96,7 +96,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
D:\Qt\Tools\CMake_64\bin\ctest.exe --force-new-ctest-process -C $(Configuration)
|
||||
"D:\Program Files\CMake\bin\ctest.exe" --force-new-ctest-process -C $(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -110,7 +110,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<PostBuildEvent>
|
||||
<Message></Message>
|
||||
<Command>setlocal
|
||||
D:\Qt\Tools\CMake_64\bin\ctest.exe --force-new-ctest-process -C $(Configuration)
|
||||
"D:\Program Files\CMake\bin\ctest.exe" --force-new-ctest-process -C $(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -122,6 +122,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="F:\WebCC\webcc\build\CMakeFiles\b9c0cc35a1d412ae8e27101196f778f0\RUN_TESTS_force.rule">
|
||||
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BuildInParallel>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
||||
cd .
|
||||
@@ -136,6 +137,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">F:\WebCC\webcc\build\examples\book_server\CMakeFiles\RUN_TESTS_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</VerifyInputsAndOutputsExist>
|
||||
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</BuildInParallel>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
||||
cd .
|
||||
@@ -150,6 +152,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">F:\WebCC\webcc\build\examples\book_server\CMakeFiles\RUN_TESTS_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</VerifyInputsAndOutputsExist>
|
||||
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</BuildInParallel>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'"> </Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
||||
cd .
|
||||
@@ -164,6 +167,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">F:\WebCC\webcc\build\examples\book_server\CMakeFiles\RUN_TESTS_force</Outputs>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</VerifyInputsAndOutputsExist>
|
||||
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</BuildInParallel>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'"> </Message>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
||||
cd .
|
||||
@@ -180,6 +184,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</VerifyInputsAndOutputsExist>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="F:\WebCC\webcc\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{6EE1ED59-2EF0-32D9-847A-BCC5E516656E}</Project>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
f:\webcc\webcc\build\bin\debug\jsoncpp.dll
|
||||
f:\webcc\webcc\build\bin\debug\zlib1.dll
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\vc143.pdb
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\main.obj
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\views.obj
|
||||
@@ -6,11 +6,12 @@ f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_json.obj
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_db.obj
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book.obj
|
||||
f:\webcc\webcc\build\examples\book_server\cmakefiles\generate.stamp
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.ilk
|
||||
f:\webcc\webcc\build\bin\debug\book_server.exe
|
||||
f:\webcc\webcc\build\bin\debug\book_server.pdb
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.ilk
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog\book_server.write.1u.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog\cl.command.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog\cl.items.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog\cl.read.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog\cl.write.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog\custombuild.command.1.tlog
|
||||
@@ -18,4 +19,5 @@ f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog\custombuild.write.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog\link.command.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog\link.read.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog\link.secondary.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\debug\book_server.tlog\link.write.1.tlog
|
||||
|
||||
Binary file not shown.
@@ -1,8 +1,7 @@
|
||||
Building Custom Rule F:/WebCC/webcc/examples/book_server/CMakeLists.txt
|
||||
book.cc
|
||||
book_db.cc
|
||||
book_json.cc
|
||||
main.cc
|
||||
views.cc
|
||||
main.cc
|
||||
正在生成代码...
|
||||
book_server.vcxproj -> F:\WebCC\webcc\build\bin\debug\book_server.exe
|
||||
F:\WebCC\webcc\build\bin\debug\book_server.exe: message: 正在部署依赖项
|
||||
F:\vcpkg\installed\x64-windows\bin\zlib1.dll -> F:\WebCC\webcc\build\bin\debug\zlib1.dll 已跳过,为最新
|
||||
F:\WebCC\webcc\build\bin\debug\zlib1.dll: message: 正在部署依赖项
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
F:\WebCC\webcc\examples\book_server\book.cc;F:\WebCC\webcc\build\examples\book_server\book_server.dir\Debug\book.obj
|
||||
F:\WebCC\webcc\examples\book_server\book_db.cc;F:\WebCC\webcc\build\examples\book_server\book_server.dir\Debug\book_db.obj
|
||||
F:\WebCC\webcc\examples\book_server\book_json.cc;F:\WebCC\webcc\build\examples\book_server\book_server.dir\Debug\book_json.obj
|
||||
F:\WebCC\webcc\examples\book_server\views.cc;F:\WebCC\webcc\build\examples\book_server\book_server.dir\Debug\views.obj
|
||||
F:\WebCC\webcc\examples\book_server\main.cc;F:\WebCC\webcc\build\examples\book_server\book_server.dir\Debug\main.obj
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
^F:\WEBCC\WEBCC\EXAMPLES\BOOK_SERVER\CMAKELISTS.TXT
|
||||
setlocal
|
||||
D:\Qt\Tools\CMake_64\bin\cmake.exe -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/examples/book_server/CMakeFiles/generate.stamp
|
||||
"D:\Program Files\CMake\bin\cmake.exe" -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/examples/book_server/CMakeFiles/generate.stamp
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.34.31933:TargetPlatformVersion=10.0.22621.0:VcpkgTriplet=x64-windows:
|
||||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.44.35207:TargetPlatformVersion=10.0.26100.0:VcpkgTriplet=x64-windows:
|
||||
Debug|x64|F:\WebCC\webcc\build\|
|
||||
|
||||
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
@@ -0,0 +1,2 @@
|
||||
^F:\WEBCC\WEBCC\BUILD\EXAMPLES\BOOK_SERVER\BOOK_SERVER.DIR\DEBUG\BOOK.OBJ|F:\WEBCC\WEBCC\BUILD\EXAMPLES\BOOK_SERVER\BOOK_SERVER.DIR\DEBUG\BOOK_DB.OBJ|F:\WEBCC\WEBCC\BUILD\EXAMPLES\BOOK_SERVER\BOOK_SERVER.DIR\DEBUG\BOOK_JSON.OBJ|F:\WEBCC\WEBCC\BUILD\EXAMPLES\BOOK_SERVER\BOOK_SERVER.DIR\DEBUG\MAIN.OBJ|F:\WEBCC\WEBCC\BUILD\EXAMPLES\BOOK_SERVER\BOOK_SERVER.DIR\DEBUG\VIEWS.OBJ
|
||||
F:\WebCC\webcc\build\examples\book_server\book_server.dir\Debug\book_server.ilk
|
||||
Binary file not shown.
+2
-1
@@ -1 +1,2 @@
|
||||
F:\WebCC\webcc\build\examples\book_server\book_server.dir\Debug\book_server.vcxproj.CopyComplete
|
||||
F:\WebCC\webcc\build\examples\book_server\book_server.dir\Debug\book_ser.895BF001.Up2Date
|
||||
F:\WebCC\webcc\build\bin\debug\zlib1.dll
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,2 +1 @@
|
||||
|
||||
F:\WebCC\webcc\build\bin\debug\jsoncpp.dll
|
||||
F:\vcpkg\installed\x64-windows\bin\zlib1.dll
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,5 @@
|
||||
f:\webcc\webcc\build\bin\release\jsoncpp.dll
|
||||
f:\webcc\webcc\build\bin\release\zlib1.dll
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\main.obj
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\views.obj
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_json.obj
|
||||
@@ -8,6 +9,7 @@ f:\webcc\webcc\build\examples\book_server\cmakefiles\generate.stamp
|
||||
f:\webcc\webcc\build\bin\release\book_server.exe
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tlog\book_server.write.1u.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tlog\cl.command.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tlog\cl.items.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tlog\cl.read.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tlog\cl.write.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tlog\custombuild.command.1.tlog
|
||||
@@ -15,4 +17,5 @@ f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tl
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tlog\custombuild.write.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tlog\link.command.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tlog\link.read.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tlog\link.secondary.1.tlog
|
||||
f:\webcc\webcc\build\examples\book_server\book_server.dir\release\book_server.tlog\link.write.1.tlog
|
||||
|
||||
@@ -1,8 +1 @@
|
||||
Building Custom Rule F:/WebCC/webcc/examples/book_server/CMakeLists.txt
|
||||
book.cc
|
||||
book_db.cc
|
||||
book_json.cc
|
||||
views.cc
|
||||
main.cc
|
||||
正在生成代码...
|
||||
book_server.vcxproj -> F:\WebCC\webcc\build\bin\release\book_server.exe
|
||||
book_server.vcxproj -> F:\WebCC\webcc\build\bin\release\book_server.exe
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
F:\WebCC\webcc\examples\book_server\book.cc;F:\WebCC\webcc\build\examples\book_server\book_server.dir\Release\book.obj
|
||||
F:\WebCC\webcc\examples\book_server\book_db.cc;F:\WebCC\webcc\build\examples\book_server\book_server.dir\Release\book_db.obj
|
||||
F:\WebCC\webcc\examples\book_server\book_json.cc;F:\WebCC\webcc\build\examples\book_server\book_server.dir\Release\book_json.obj
|
||||
F:\WebCC\webcc\examples\book_server\views.cc;F:\WebCC\webcc\build\examples\book_server\book_server.dir\Release\views.obj
|
||||
F:\WebCC\webcc\examples\book_server\main.cc;F:\WebCC\webcc\build\examples\book_server\book_server.dir\Release\main.obj
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
^F:\WEBCC\WEBCC\EXAMPLES\BOOK_SERVER\CMAKELISTS.TXT
|
||||
setlocal
|
||||
D:\Qt\Tools\CMake_64\bin\cmake.exe -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/examples/book_server/CMakeFiles/generate.stamp
|
||||
"D:\Program Files\CMake\bin\cmake.exe" -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/examples/book_server/CMakeFiles/generate.stamp
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.34.31933:TargetPlatformVersion=10.0.22621.0:VcpkgTriplet=x64-windows:
|
||||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.44.35207:TargetPlatformVersion=10.0.26100.0:VcpkgTriplet=x64-windows:
|
||||
Release|x64|F:\WebCC\webcc\build\|
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
^F:\WEBCC\WEBCC\BUILD\EXAMPLES\BOOK_SERVER\BOOK_SERVER.DIR\RELEASE\BOOK.OBJ|F:\WEBCC\WEBCC\BUILD\EXAMPLES\BOOK_SERVER\BOOK_SERVER.DIR\RELEASE\BOOK_DB.OBJ|F:\WEBCC\WEBCC\BUILD\EXAMPLES\BOOK_SERVER\BOOK_SERVER.DIR\RELEASE\BOOK_JSON.OBJ|F:\WEBCC\WEBCC\BUILD\EXAMPLES\BOOK_SERVER\BOOK_SERVER.DIR\RELEASE\MAIN.OBJ|F:\WEBCC\WEBCC\BUILD\EXAMPLES\BOOK_SERVER\BOOK_SERVER.DIR\RELEASE\VIEWS.OBJ
|
||||
+1
-1
@@ -1 +1 @@
|
||||
F:\WebCC\webcc\build\examples\book_server\book_server.dir\Release\book_server.vcxproj.CopyComplete
|
||||
F:\WebCC\webcc\build\bin\release\zlib1.dll
|
||||
|
||||
Binary file not shown.
@@ -1,2 +1 @@
|
||||
|
||||
F:\WebCC\webcc\build\bin\release\jsoncpp.dll
|
||||
F:\vcpkg\installed\x64-windows\bin\zlib1.dll
|
||||
|
||||
Binary file not shown.
@@ -24,7 +24,7 @@
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{50EC0364-4619-3F6C-8ECF-CE80A092A021}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||
<Platform>x64</Platform>
|
||||
<ProjectName>book_server</ProjectName>
|
||||
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
||||
@@ -86,28 +86,33 @@
|
||||
</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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /external:I "F:/vcpkg/installed/x64-windows/include"</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
|
||||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<MinimalRebuild></MinimalRebuild>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||
<SupportJustMyCode></SupportJustMyCode>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;BOOST_DATE_TIME_NO_LIB;BOOST_DATE_TIME_DYN_LINK;BOOST_CONTAINER_NO_LIB;BOOST_CONTAINER_DYN_LINK;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;BOOST_DATE_TIME_NO_LIB;BOOST_DATE_TIME_DYN_LINK;BOOST_CONTAINER_NO_LIB;BOOST_CONTAINER_DYN_LINK;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;F:\vcpkg\installed\x64-windows\include;%(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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;F:\vcpkg\installed\x64-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
||||
@@ -115,7 +120,7 @@
|
||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
||||
</Midl>
|
||||
<Link>
|
||||
<AdditionalDependencies>..\..\bin\debug\webccd.lib;..\..\bin\debug\jsoncppd.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_system-vc140-mt-gd.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_date_time-vc140-mt-gd.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libssl.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libcrypto.lib;crypt32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
||||
<AdditionalDependencies>..\..\bin\debug\webccd.lib;..\..\bin\debug\jsoncppd.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_system-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_date_time-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_container-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_regex-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\lib\zlib.lib;F:\vcpkg\installed\x64-windows\lib\libssl.lib;F:\vcpkg\installed\x64-windows\lib\libcrypto.lib;crypt32.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>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
@@ -130,28 +135,34 @@
|
||||
</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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /external:I "F:/vcpkg/installed/x64-windows/include"</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
|
||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<MinimalRebuild></MinimalRebuild>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||
<SupportJustMyCode></SupportJustMyCode>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;BOOST_DATE_TIME_NO_LIB;BOOST_DATE_TIME_DYN_LINK;BOOST_CONTAINER_NO_LIB;BOOST_CONTAINER_DYN_LINK;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
<DebugInformationFormat>
|
||||
</DebugInformationFormat>
|
||||
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;BOOST_DATE_TIME_NO_LIB;BOOST_DATE_TIME_DYN_LINK;BOOST_CONTAINER_NO_LIB;BOOST_CONTAINER_DYN_LINK;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;F:\vcpkg\installed\x64-windows\include;%(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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;F:\vcpkg\installed\x64-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
||||
@@ -159,7 +170,7 @@
|
||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
||||
</Midl>
|
||||
<Link>
|
||||
<AdditionalDependencies>..\..\bin\release\webcc.lib;..\..\bin\release\jsoncpp.lib;F:\vcpkg\installed\x64-windows\lib\boost_system-vc140-mt.lib;F:\vcpkg\installed\x64-windows\lib\boost_date_time-vc140-mt.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libssl.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libcrypto.lib;crypt32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
||||
<AdditionalDependencies>..\..\bin\release\webcc.lib;..\..\bin\release\jsoncpp.lib;F:\vcpkg\installed\x64-windows\lib\boost_system-vc143-mt-x64-1_86.lib;F:\vcpkg\installed\x64-windows\lib\boost_date_time-vc143-mt-x64-1_86.lib;F:\vcpkg\installed\x64-windows\lib\boost_container-vc143-mt-x64-1_86.lib;F:\vcpkg\installed\x64-windows\lib\boost_regex-vc143-mt-x64-1_86.lib;F:\vcpkg\installed\x64-windows\lib\zlib.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libssl.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libcrypto.lib;crypt32.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>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
@@ -174,28 +185,34 @@
|
||||
</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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /external:I "F:/vcpkg/installed/x64-windows/include"</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
|
||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<MinimalRebuild></MinimalRebuild>
|
||||
<Optimization>MinSpace</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||
<SupportJustMyCode></SupportJustMyCode>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;BOOST_DATE_TIME_NO_LIB;BOOST_DATE_TIME_DYN_LINK;BOOST_CONTAINER_NO_LIB;BOOST_CONTAINER_DYN_LINK;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
<DebugInformationFormat>
|
||||
</DebugInformationFormat>
|
||||
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;BOOST_DATE_TIME_NO_LIB;BOOST_DATE_TIME_DYN_LINK;BOOST_CONTAINER_NO_LIB;BOOST_CONTAINER_DYN_LINK;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;F:\vcpkg\installed\x64-windows\include;%(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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;F:\vcpkg\installed\x64-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
||||
@@ -203,7 +220,7 @@
|
||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
||||
</Midl>
|
||||
<Link>
|
||||
<AdditionalDependencies>..\..\bin\MinSizeRel\webcc.lib;..\..\bin\MinSizeRel\jsoncpp.lib;F:\vcpkg\installed\x64-windows\lib\boost_system-vc140-mt.lib;F:\vcpkg\installed\x64-windows\lib\boost_date_time-vc140-mt.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libssl.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libcrypto.lib;crypt32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
||||
<AdditionalDependencies>..\..\bin\MinSizeRel\webcc.lib;..\..\bin\MinSizeRel\jsoncpp.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_system-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_date_time-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_container-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_regex-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\lib\zlib.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libssl.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libcrypto.lib;crypt32.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>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
@@ -218,27 +235,33 @@
|
||||
</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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>%(AdditionalOptions) /external:I "F:/vcpkg/installed/x64-windows/include"</AdditionalOptions>
|
||||
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
||||
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<ExceptionHandling>Sync</ExceptionHandling>
|
||||
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
|
||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<MinimalRebuild></MinimalRebuild>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
||||
<SupportJustMyCode></SupportJustMyCode>
|
||||
<UseFullPaths>false</UseFullPaths>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;BOOST_DATE_TIME_NO_LIB;BOOST_DATE_TIME_DYN_LINK;BOOST_CONTAINER_NO_LIB;BOOST_CONTAINER_DYN_LINK;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;_WIN32_WINNT=0x0601;GTEST_LANG_CXX11=1;BOOST_DATE_TIME_NO_LIB;BOOST_DATE_TIME_DYN_LINK;BOOST_CONTAINER_NO_LIB;BOOST_CONTAINER_DYN_LINK;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;F:\vcpkg\installed\x64-windows\include;%(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;F:\WebCC\webcc\third_party\src\jsoncpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>F:\vcpkg\installed\x64-windows\include\openssl;D:\Strawberry\c\include;F:\WebCC\webcc;F:\WebCC\webcc\build;F:\WebCC\webcc\third_party\src;F:\WebCC\webcc\third_party\src\jsoncpp;F:\vcpkg\installed\x64-windows\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
||||
@@ -246,7 +269,7 @@
|
||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
||||
</Midl>
|
||||
<Link>
|
||||
<AdditionalDependencies>..\..\bin\RelWithDebInfo\webcc.lib;..\..\bin\RelWithDebInfo\jsoncpp.lib;F:\vcpkg\installed\x64-windows\lib\boost_system-vc140-mt.lib;F:\vcpkg\installed\x64-windows\lib\boost_date_time-vc140-mt.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libssl.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libcrypto.lib;crypt32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
||||
<AdditionalDependencies>..\..\bin\RelWithDebInfo\webcc.lib;..\..\bin\RelWithDebInfo\jsoncpp.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_system-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_date_time-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_container-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\debug\lib\boost_regex-vc143-mt-gd-x64-1_86.lib;F:\vcpkg\installed\x64-windows\lib\zlib.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libssl.lib;D:\Program Files\MySQL\MySQL Connector C++ 8.0\lib64\vs14\libcrypto.lib;crypt32.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>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
@@ -264,7 +287,7 @@
|
||||
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule F:/WebCC/webcc/examples/book_server/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/examples/book_server/CMakeFiles/generate.stamp
|
||||
"D:\Program Files\CMake\bin\cmake.exe" -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/examples/book_server/CMakeFiles/generate.stamp
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -277,7 +300,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule F:/WebCC/webcc/examples/book_server/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/examples/book_server/CMakeFiles/generate.stamp
|
||||
"D:\Program Files\CMake\bin\cmake.exe" -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/examples/book_server/CMakeFiles/generate.stamp
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -290,7 +313,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule F:/WebCC/webcc/examples/book_server/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/examples/book_server/CMakeFiles/generate.stamp
|
||||
"D:\Program Files\CMake\bin\cmake.exe" -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/examples/book_server/CMakeFiles/generate.stamp
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -303,7 +326,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
||||
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule F:/WebCC/webcc/examples/book_server/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/examples/book_server/CMakeFiles/generate.stamp
|
||||
"D:\Program Files\CMake\bin\cmake.exe" -SF:/WebCC/webcc -BF:/WebCC/webcc/build --check-stamp-file F:/WebCC/webcc/build/examples/book_server/CMakeFiles/generate.stamp
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
@@ -327,6 +350,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
<ClInclude Include="F:\WebCC\webcc\examples\book_server\views.h" />
|
||||
<ClCompile Include="F:\WebCC\webcc\examples\book_server\main.cc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="F:\WebCC\webcc\build\ZERO_CHECK.vcxproj">
|
||||
<Project>{6EE1ED59-2EF0-32D9-847A-BCC5E516656E}</Project>
|
||||
|
||||
@@ -32,3 +32,9 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "F:/WebCC/webcc/build/examples/book_server/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user