|
25 | 25 | <ClCompile Include="..\..\src\DataVariantTextPlain.cpp" /> |
26 | 26 | <ClCompile Include="..\..\src\Event.cpp" /> |
27 | 27 | <ClCompile Include="..\..\src\FileIncoming.cpp" /> |
| 28 | + <ClCompile Include="..\..\src\GlobalMutex.cpp" /> |
28 | 29 | <ClCompile Include="..\..\src\Main.cpp" /> |
29 | 30 | <ClCompile Include="..\..\src\Module.cpp" /> |
30 | 31 | <ClCompile Include="..\..\src\RequestParameters.cpp" /> |
31 | 32 | <ClCompile Include="..\..\src\Server.cpp" /> |
32 | 33 | <ClCompile Include="..\..\src\ServerApplicationsTree.cpp" /> |
| 34 | + <ClCompile Include="..\..\src\SharedMemory.cpp" /> |
33 | 35 | <ClCompile Include="..\..\src\SignalHandlers.cpp" /> |
34 | 36 | <ClCompile Include="..\..\src\Socket.cpp" /> |
35 | 37 | <ClCompile Include="..\..\src\SocketAdapter.cpp" /> |
|
47 | 49 | <ClInclude Include="..\..\src\DataVariantTextPlain.h" /> |
48 | 50 | <ClInclude Include="..\..\src\Event.h" /> |
49 | 51 | <ClInclude Include="..\..\src\FileIncoming.h" /> |
| 52 | + <ClInclude Include="..\..\src\GlobalMutex.h" /> |
50 | 53 | <ClInclude Include="..\..\src\Main.h" /> |
51 | 54 | <ClInclude Include="..\..\src\Module.h" /> |
52 | 55 | <ClInclude Include="..\..\src\RawData.h" /> |
|
57 | 60 | <ClInclude Include="..\..\src\ServerApplicationsTree.h" /> |
58 | 61 | <ClInclude Include="..\..\src\ServerRequest.h" /> |
59 | 62 | <ClInclude Include="..\..\src\ServerResponse.h" /> |
| 63 | + <ClInclude Include="..\..\src\ServerStructuresArguments.h" /> |
| 64 | + <ClInclude Include="..\..\src\SharedMemory.h" /> |
60 | 65 | <ClInclude Include="..\..\src\SignalHandlers.h" /> |
61 | 66 | <ClInclude Include="..\..\src\Socket.h" /> |
62 | 67 | <ClInclude Include="..\..\src\SocketAdapter.h" /> |
|
70 | 75 | <ProjectGuid>{A7023B84-DA18-3E3E-A9AE-B87F45CAC37F}</ProjectGuid> |
71 | 76 | <RootNamespace>httpserver</RootNamespace> |
72 | 77 | <Keyword>Qt4VSv1.0</Keyword> |
| 78 | + <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
73 | 79 | </PropertyGroup> |
74 | 80 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
75 | 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
162 | 168 | <ExceptionHandling>Sync</ExceptionHandling> |
163 | 169 | <ObjectFileName>$(OutDir)obj\</ObjectFileName> |
164 | 170 | <Optimization>MaxSpeed</Optimization> |
165 | | - <PreprocessorDefinitions>_CONSOLE;WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 171 | + <PreprocessorDefinitions>_CONSOLE;WIN32;NDEBUG;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
166 | 172 | <PreprocessToFile>false</PreprocessToFile> |
167 | 173 | <ProgramDataBaseFileName>..\..\build\</ProgramDataBaseFileName> |
168 | 174 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
201 | 207 | <ExceptionHandling>Sync</ExceptionHandling> |
202 | 208 | <ObjectFileName>$(OutDir)obj\</ObjectFileName> |
203 | 209 | <Optimization>MaxSpeed</Optimization> |
204 | | - <PreprocessorDefinitions>_CONSOLE;WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 210 | + <PreprocessorDefinitions>_CONSOLE;WIN32;NDEBUG;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
205 | 211 | <PreprocessToFile>false</PreprocessToFile> |
206 | 212 | <ProgramDataBaseFileName>..\..\build\</ProgramDataBaseFileName> |
207 | 213 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
240 | 246 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
241 | 247 | <ExceptionHandling>Sync</ExceptionHandling> |
242 | 248 | <ObjectFileName>$(OutDir)obj\</ObjectFileName> |
243 | | - <PreprocessorDefinitions>_CONSOLE;WIN32;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 249 | + <PreprocessorDefinitions>_CONSOLE;WIN32;DEBUG;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
244 | 250 | <PreprocessToFile>false</PreprocessToFile> |
245 | 251 | <ProgramDataBaseFileName>..\..\build\</ProgramDataBaseFileName> |
246 | 252 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
278 | 284 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
279 | 285 | <ExceptionHandling>Sync</ExceptionHandling> |
280 | 286 | <ObjectFileName>$(OutDir)obj\</ObjectFileName> |
281 | | - <PreprocessorDefinitions>_CONSOLE;WIN32;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 287 | + <PreprocessorDefinitions>_CONSOLE;WIN32;DEBUG;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
282 | 288 | <PreprocessToFile>false</PreprocessToFile> |
283 | 289 | <ProgramDataBaseFileName>..\..\build\</ProgramDataBaseFileName> |
284 | 290 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
0 commit comments