|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 5 | <Configuration>Debug</Configuration> |
|
19 | 19 | </ProjectConfiguration> |
20 | 20 | </ItemGroup> |
21 | 21 | <ItemGroup> |
22 | | - <ClCompile Include="..\..\src\FileIncoming.cpp" /> |
| 22 | + <ClCompile Include="..\..\src\application\Test.cpp" /> |
| 23 | + <ClCompile Include="..\..\src\client\protocol\ClientHttp1.cpp" /> |
| 24 | + <ClCompile Include="..\..\src\client\protocol\ClientHttp2.cpp" /> |
| 25 | + <ClCompile Include="..\..\src\client\protocol\ClientProtocol.cpp" /> |
| 26 | + <ClCompile Include="..\..\src\client\Request.cpp" /> |
| 27 | + <ClCompile Include="..\..\src\client\Response.cpp" /> |
| 28 | + <ClCompile Include="..\..\src\Init.cpp" /> |
23 | 29 | <ClCompile Include="..\..\src\Main.cpp" /> |
24 | | - <ClCompile Include="..\..\src\Socket.cpp" /> |
25 | | - <ClCompile Include="..\..\src\SocketAdapter.cpp" /> |
26 | | - <ClCompile Include="..\..\src\SocketAdapterDefault.cpp" /> |
27 | | - <ClCompile Include="..\..\src\SocketAdapterTls.cpp" /> |
28 | | - <ClCompile Include="..\..\src\System.cpp" /> |
29 | | - <ClCompile Include="..\..\src\Test.cpp" /> |
30 | | - <ClCompile Include="..\..\src\Utils.cpp" /> |
| 30 | + <ClCompile Include="..\..\src\socket\Adapter.cpp" /> |
| 31 | + <ClCompile Include="..\..\src\socket\AdapterDefault.cpp" /> |
| 32 | + <ClCompile Include="..\..\src\socket\AdapterTls.cpp" /> |
| 33 | + <ClCompile Include="..\..\src\socket\List.cpp" /> |
| 34 | + <ClCompile Include="..\..\src\socket\Socket.cpp" /> |
| 35 | + <ClCompile Include="..\..\src\system\System.cpp" /> |
| 36 | + <ClCompile Include="..\..\src\transfer\FileIncoming.cpp" /> |
| 37 | + <ClCompile Include="..\..\src\transfer\http2\HPack.cpp" /> |
| 38 | + <ClCompile Include="..\..\src\transfer\http2\Http2.cpp" /> |
| 39 | + <ClCompile Include="..\..\src\utils\Event.cpp" /> |
| 40 | + <ClCompile Include="..\..\src\utils\Utils.cpp" /> |
31 | 41 | </ItemGroup> |
32 | 42 | <ItemGroup> |
33 | | - <ClInclude Include="..\..\src\FileIncoming.h" /> |
| 43 | + <ClInclude Include="..\..\src\application\Test.h" /> |
| 44 | + <ClInclude Include="..\..\src\client\protocol\ClientHttp1.h" /> |
| 45 | + <ClInclude Include="..\..\src\client\protocol\ClientHttp2.h" /> |
| 46 | + <ClInclude Include="..\..\src\client\protocol\ClientProtocol.h" /> |
| 47 | + <ClInclude Include="..\..\src\client\Request.h" /> |
| 48 | + <ClInclude Include="..\..\src\client\Response.h" /> |
| 49 | + <ClInclude Include="..\..\src\Init.h" /> |
34 | 50 | <ClInclude Include="..\..\src\Main.h" /> |
35 | | - <ClInclude Include="..\..\src\RawData.h" /> |
36 | | - <ClInclude Include="..\..\src\ServerRequest.h" /> |
37 | | - <ClInclude Include="..\..\src\ServerResponse.h" /> |
38 | | - <ClInclude Include="..\..\src\Socket.h" /> |
39 | | - <ClInclude Include="..\..\src\SocketAdapter.h" /> |
40 | | - <ClInclude Include="..\..\src\SocketAdapterDefault.h" /> |
41 | | - <ClInclude Include="..\..\src\SocketAdapterTls.h" /> |
42 | | - <ClInclude Include="..\..\src\System.h" /> |
43 | | - <ClInclude Include="..\..\src\Test.h" /> |
44 | | - <ClInclude Include="..\..\src\Utils.h" /> |
| 51 | + <ClInclude Include="..\..\src\socket\Adapter.h" /> |
| 52 | + <ClInclude Include="..\..\src\socket\AdapterDefault.h" /> |
| 53 | + <ClInclude Include="..\..\src\socket\AdapterTls.h" /> |
| 54 | + <ClInclude Include="..\..\src\socket\List.h" /> |
| 55 | + <ClInclude Include="..\..\src\socket\Socket.h" /> |
| 56 | + <ClInclude Include="..\..\src\system\System.h" /> |
| 57 | + <ClInclude Include="..\..\src\transfer\AppRequest.h" /> |
| 58 | + <ClInclude Include="..\..\src\transfer\AppResponse.h" /> |
| 59 | + <ClInclude Include="..\..\src\transfer\FileIncoming.h" /> |
| 60 | + <ClInclude Include="..\..\src\transfer\http2\HPack.h" /> |
| 61 | + <ClInclude Include="..\..\src\transfer\http2\Http2.h" /> |
| 62 | + <ClInclude Include="..\..\src\transfer\HttpStatusCode.h" /> |
| 63 | + <ClInclude Include="..\..\src\transfer\ProtocolVariant.h" /> |
| 64 | + <ClInclude Include="..\..\src\utils\Event.h" /> |
| 65 | + <ClInclude Include="..\..\src\utils\Utils.h" /> |
45 | 66 | </ItemGroup> |
46 | 67 | <PropertyGroup Label="Globals"> |
47 | 68 | <ProjectGuid>{D1565609-DDDE-4521-8AD9-0D1AD7D18525}</ProjectGuid> |
|
52 | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
53 | 74 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
54 | 75 | <UseDebugLibraries>true</UseDebugLibraries> |
55 | | - <PlatformToolset>v140</PlatformToolset> |
| 76 | + <PlatformToolset>v141</PlatformToolset> |
56 | 77 | <CharacterSet>MultiByte</CharacterSet> |
57 | 78 | </PropertyGroup> |
58 | 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
59 | 80 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
60 | 81 | <UseDebugLibraries>true</UseDebugLibraries> |
61 | | - <PlatformToolset>v140</PlatformToolset> |
| 82 | + <PlatformToolset>v141</PlatformToolset> |
62 | 83 | <CharacterSet>MultiByte</CharacterSet> |
63 | 84 | </PropertyGroup> |
64 | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
65 | 86 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
66 | 87 | <UseDebugLibraries>false</UseDebugLibraries> |
67 | | - <PlatformToolset>v140</PlatformToolset> |
| 88 | + <PlatformToolset>v141</PlatformToolset> |
68 | 89 | <WholeProgramOptimization>true</WholeProgramOptimization> |
69 | 90 | <CharacterSet>MultiByte</CharacterSet> |
70 | 91 | </PropertyGroup> |
71 | 92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
72 | 93 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
73 | 94 | <UseDebugLibraries>false</UseDebugLibraries> |
74 | | - <PlatformToolset>v140</PlatformToolset> |
| 95 | + <PlatformToolset>v141</PlatformToolset> |
75 | 96 | <WholeProgramOptimization>true</WholeProgramOptimization> |
76 | 97 | <CharacterSet>MultiByte</CharacterSet> |
77 | 98 | </PropertyGroup> |
|
124 | 145 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
125 | 146 | <WarningLevel>Level3</WarningLevel> |
126 | 147 | <Optimization>Disabled</Optimization> |
127 | | - <PreprocessorDefinitions>WIN32;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 148 | + <PreprocessorDefinitions>WIN32;NOMINMAX;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
128 | 149 | <AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation> |
129 | 150 | <ObjectFileName>$(IntDir)obj\</ObjectFileName> |
130 | 151 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
141 | 162 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
142 | 163 | <WarningLevel>Level3</WarningLevel> |
143 | 164 | <Optimization>Disabled</Optimization> |
144 | | - <PreprocessorDefinitions>WIN32;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 165 | + <PreprocessorDefinitions>WIN32;NOMINMAX;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
145 | 166 | <AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation> |
146 | 167 | <ObjectFileName>$(IntDir)obj\</ObjectFileName> |
147 | 168 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
160 | 181 | <Optimization>MaxSpeed</Optimization> |
161 | 182 | <FunctionLevelLinking>true</FunctionLevelLinking> |
162 | 183 | <IntrinsicFunctions>true</IntrinsicFunctions> |
163 | | - <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 184 | + <PreprocessorDefinitions>WIN32;NOMINMAX;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
164 | 185 | <AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation> |
165 | 186 | <ObjectFileName>$(IntDir)obj\</ObjectFileName> |
166 | 187 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
181 | 202 | <Optimization>MaxSpeed</Optimization> |
182 | 203 | <FunctionLevelLinking>true</FunctionLevelLinking> |
183 | 204 | <IntrinsicFunctions>true</IntrinsicFunctions> |
184 | | - <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 205 | + <PreprocessorDefinitions>WIN32;NOMINMAX;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
185 | 206 | <AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation> |
186 | 207 | <ObjectFileName>$(IntDir)obj\</ObjectFileName> |
187 | 208 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
0 commit comments