summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/VoiceService.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-19 19:47:29 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-19 19:47:29 +0300
commit53d8307e4f7912e7ad38c49d140f44b48b71ee72 (patch)
tree95bccf132c654629d4085b01372e7a0258e30add /plugins/VoiceService/VoiceService.vcxproj
parentdf0928b64c9b32e5c2becf657055d905869eb207 (diff)
fixes #3166 (VoiceService: настройки автоматических действий)
Diffstat (limited to 'plugins/VoiceService/VoiceService.vcxproj')
-rw-r--r--plugins/VoiceService/VoiceService.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/VoiceService/VoiceService.vcxproj b/plugins/VoiceService/VoiceService.vcxproj
index 0816a9cc42..3c37d1bfb9 100644
--- a/plugins/VoiceService/VoiceService.vcxproj
+++ b/plugins/VoiceService/VoiceService.vcxproj
@@ -25,6 +25,11 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemDefinitionGroup>
+ <ResourceCompile>
+ <PreprocessorDefinitions>WINVER=0x0501;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ResourceCompile>
+ </ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\hooks.cpp" />
<ClCompile Include="src\main.cpp" />
@@ -43,6 +48,7 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="res\resource.h" />
<ClInclude Include="src\options.h" />
<ClInclude Include="src\popup.h" />
<ClInclude Include="src\resource.h" />