调整类重载,修复部分BUG,增加请求头检查
This commit is contained in:
@@ -70,6 +70,9 @@
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<TargetName>$(ProjectName)d</TargetName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
@@ -174,6 +177,7 @@
|
||||
<ClInclude Include="ServerProcessor.h" />
|
||||
<ClInclude Include="SessionManager.h" />
|
||||
<ClInclude Include="SyncFileReceiver.h" />
|
||||
<ClInclude Include="TempFileManager.h" />
|
||||
<ClInclude Include="UNSResponseBuilder.h" />
|
||||
<ClInclude Include="WebFileInfo.h" />
|
||||
</ItemGroup>
|
||||
@@ -203,6 +207,7 @@
|
||||
<ClCompile Include="ServerProcessor.cpp" />
|
||||
<ClCompile Include="SessionManager.cpp" />
|
||||
<ClCompile Include="SyncFileReceiver.cpp" />
|
||||
<ClCompile Include="TempFileManager.cpp" />
|
||||
<ClCompile Include="UNSResponseBuilder.cpp" />
|
||||
<ClCompile Include="WebFileInfo.cpp" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user