|
| 1 | +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | + <ItemGroup> |
| 3 | + <ProjectConfiguration Include="Release|x64"> |
| 4 | + <Configuration>Release</Configuration> |
| 5 | + <Platform>x64</Platform> |
| 6 | + </ProjectConfiguration> |
| 7 | + <ProjectConfiguration Include="Debug|x64"> |
| 8 | + <Configuration>Debug</Configuration> |
| 9 | + <Platform>x64</Platform> |
| 10 | + </ProjectConfiguration> |
| 11 | + <ProjectConfiguration Include="Release|Win32"> |
| 12 | + <Configuration>Release</Configuration> |
| 13 | + <Platform>Win32</Platform> |
| 14 | + </ProjectConfiguration> |
| 15 | + <ProjectConfiguration Include="Debug|Win32"> |
| 16 | + <Configuration>Debug</Configuration> |
| 17 | + <Platform>Win32</Platform> |
| 18 | + </ProjectConfiguration> |
| 19 | + </ItemGroup> |
| 20 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.default.props" /> |
| 21 | + <PropertyGroup> |
| 22 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 23 | + <PlatformToolset>v140</PlatformToolset> |
| 24 | + <ProjectName>uWS</ProjectName> |
| 25 | + </PropertyGroup> |
| 26 | + <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> |
| 27 | + <ClCompile> |
| 28 | + <Optimization>MaxSpeed</Optimization> |
| 29 | + </ClCompile> |
| 30 | + </ItemDefinitionGroup> |
| 31 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 32 | + <ItemGroup> |
| 33 | + <ClCompile Include="src\Epoll.cpp" /> |
| 34 | + <ClCompile Include="src\Extensions.cpp" /> |
| 35 | + <ClCompile Include="src\Group.cpp" /> |
| 36 | + <ClCompile Include="src\HTTPSocket.cpp" /> |
| 37 | + <ClCompile Include="src\Hub.cpp" /> |
| 38 | + <ClCompile Include="src\Networking.cpp" /> |
| 39 | + <ClCompile Include="src\Node.cpp" /> |
| 40 | + <ClCompile Include="src\Socket.cpp" /> |
| 41 | + <ClCompile Include="src\WebSocket.cpp" /> |
| 42 | + </ItemGroup> |
| 43 | + <ItemGroup> |
| 44 | + <ClInclude Include="src\Asio.h" /> |
| 45 | + <ClInclude Include="src\Backend.h" /> |
| 46 | + <ClInclude Include="src\Epoll.h" /> |
| 47 | + <ClInclude Include="src\Extensions.h" /> |
| 48 | + <ClInclude Include="src\Group.h" /> |
| 49 | + <ClInclude Include="src\HTTPSocket.h" /> |
| 50 | + <ClInclude Include="src\Hub.h" /> |
| 51 | + <ClInclude Include="src\Libuv.h" /> |
| 52 | + <ClInclude Include="src\Networking.h" /> |
| 53 | + <ClInclude Include="src\Node.h" /> |
| 54 | + <ClInclude Include="src\Socket.h" /> |
| 55 | + <ClInclude Include="src\uWS.h" /> |
| 56 | + <ClInclude Include="src\WebSocket.h" /> |
| 57 | + <ClInclude Include="src\WebSocketProtocol.h" /> |
| 58 | + </ItemGroup> |
| 59 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Targets" /> |
| 60 | +</Project> |
0 commit comments