File tree Expand file tree Collapse file tree 6 files changed +41
-3
lines changed Expand file tree Collapse file tree 6 files changed +41
-3
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 >
44
50
<ItemDefinitionGroup >
45
51
<ClCompile >
46
52
<PreprocessorDefinitions >_WINSOCK_DEPRECATED_NO_WARNINGS;_ASYNCRT_EXPORT;_PPLX_EXPORT;WIN32;_MBCS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
51
57
<RuntimeLibrary Condition =" '$(Configuration)'=='Debug'" >MultiThreadedDebugDLL</RuntimeLibrary >
52
58
<RuntimeLibrary Condition =" '$(Configuration)'=='Release'" >MultiThreadedDLL</RuntimeLibrary >
53
59
<WholeProgramOptimization Condition =" '$(Configuration)'=='Release'" >true</WholeProgramOptimization >
54
-
55
60
<!-- Disable warning about decorated name length exceeded, name was truncated. This is due to Boost.Asio and Websocket++ templates. -->
56
61
<DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
57
62
<DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
Original file line number Diff line number Diff line change
1
+ //{{NO_DEPENDENCIES}}
2
+ // Microsoft Visual C++ generated include file.
3
+ // Used by Resource.rc
4
+
5
+ // Next default values for new objects
6
+ //
7
+ #ifdef APSTUDIO_INVOKED
8
+ #ifndef APSTUDIO_READONLY_SYMBOLS
9
+ #define _APS_NEXT_RESOURCE_VALUE 101
10
+ #define _APS_NEXT_COMMAND_VALUE 40001
11
+ #define _APS_NEXT_CONTROL_VALUE 1001
12
+ #define _APS_NEXT_SYMED_VALUE 101
13
+ #endif
14
+ #endif
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 >
43
49
<ItemDefinitionGroup >
44
50
<ClCompile >
45
51
<PreprocessorDefinitions >_ASYNCRT_EXPORT;_PPLX_EXPORT;WIN32;_MBCS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
50
56
<RuntimeLibrary Condition =" '$(Configuration)'=='Debug'" >MultiThreadedDebugDLL</RuntimeLibrary >
51
57
<RuntimeLibrary Condition =" '$(Configuration)'=='Release'" >MultiThreadedDLL</RuntimeLibrary >
52
58
<WholeProgramOptimization Condition =" '$(Configuration)'=='Release'" >true</WholeProgramOptimization >
53
-
54
- <!-- Disable warning about decorated name length exceeded, name was truncated. This is due to Boost.Asio and Websocket++ templates. -->
59
+ <!-- Disable warning about decorated name length exceeded, name was truncated. This is due to Boost.Asio and Websocket++ templates. -->
55
60
<DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
56
61
<DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
57
62
<DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
Original file line number Diff line number Diff line change
1
+ //{{NO_DEPENDENCIES}}
2
+ // Microsoft Visual C++ generated include file.
3
+ // Used by Resource.rc
4
+
5
+ // Next default values for new objects
6
+ //
7
+ #ifdef APSTUDIO_INVOKED
8
+ #ifndef APSTUDIO_READONLY_SYMBOLS
9
+ #define _APS_NEXT_RESOURCE_VALUE 101
10
+ #define _APS_NEXT_COMMAND_VALUE 40001
11
+ #define _APS_NEXT_CONTROL_VALUE 1001
12
+ #define _APS_NEXT_SYMED_VALUE 101
13
+ #endif
14
+ #endif
You can’t perform that action at this time.
0 commit comments