summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/VoiceService.vcxproj
diff options
context:
space:
mode:
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" />