优化文件上传速度,增加请求头预校验功能
This commit is contained in:
@@ -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\dd3c7c245c59bbc2b323b7ffc8842605\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\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\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\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>
|
||||
|
||||
Reference in New Issue
Block a user