File tree Expand file tree Collapse file tree 6 files changed +3
-41
lines changed Expand file tree Collapse file tree 6 files changed +3
-41
lines changed Original file line number Diff line number Diff line change 41
41
<SubType >Designer</SubType >
42
42
</None >
43
43
</ItemGroup >
44
- <ItemGroup >
45
- <ClInclude Include =" resource.h" />
46
- </ItemGroup >
47
- <ItemGroup >
48
- <ResourceCompile Include =" Resource.rc" />
49
- </ItemGroup >
50
44
<ItemDefinitionGroup >
51
45
<ClCompile >
52
46
<PreprocessorDefinitions >_WINSOCK_DEPRECATED_NO_WARNINGS;_ASYNCRT_EXPORT;_PPLX_EXPORT;WIN32;_MBCS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
57
51
<RuntimeLibrary Condition =" '$(Configuration)'=='Debug'" >MultiThreadedDebugDLL</RuntimeLibrary >
58
52
<RuntimeLibrary Condition =" '$(Configuration)'=='Release'" >MultiThreadedDLL</RuntimeLibrary >
59
53
<WholeProgramOptimization Condition =" '$(Configuration)'=='Release'" >true</WholeProgramOptimization >
54
+
60
55
<!-- Disable warning about decorated name length exceeded, name was truncated. This is due to Boost.Asio and Websocket++ templates. -->
61
56
<DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
62
57
<DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 40
40
<SubType >Designer</SubType >
41
41
</None >
42
42
</ItemGroup >
43
- <ItemGroup >
44
- <ClInclude Include =" resource.h" />
45
- </ItemGroup >
46
- <ItemGroup >
47
- <ResourceCompile Include =" Resource.rc" />
48
- </ItemGroup >
49
43
<ItemDefinitionGroup >
50
44
<ClCompile >
51
45
<PreprocessorDefinitions >_ASYNCRT_EXPORT;_PPLX_EXPORT;WIN32;_MBCS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
56
50
<RuntimeLibrary Condition =" '$(Configuration)'=='Debug'" >MultiThreadedDebugDLL</RuntimeLibrary >
57
51
<RuntimeLibrary Condition =" '$(Configuration)'=='Release'" >MultiThreadedDLL</RuntimeLibrary >
58
52
<WholeProgramOptimization Condition =" '$(Configuration)'=='Release'" >true</WholeProgramOptimization >
59
- <!-- Disable warning about decorated name length exceeded, name was truncated. This is due to Boost.Asio and Websocket++ templates. -->
53
+
54
+ <!-- Disable warning about decorated name length exceeded, name was truncated. This is due to Boost.Asio and Websocket++ templates. -->
60
55
<DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
61
56
<DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
62
57
<DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments