summaryrefslogtreecommitdiff
path: root/plugins/VoiceService
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-05-22 14:11:15 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-05-22 14:11:15 +0300
commit9f75de77d912d11d49d36a9c87b3b94fe43209f1 (patch)
tree28c98e19d9ab4189f2926399aeac3b8ced554809 /plugins/VoiceService
parent0a206851b86dee002ffa3467d9dbfd35eb0c9128 (diff)
fix for broken project file compatibility in VS2019 16.6.0
Diffstat (limited to 'plugins/VoiceService')
-rw-r--r--plugins/VoiceService/VoiceService.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/VoiceService/VoiceService.vcxproj b/plugins/VoiceService/VoiceService.vcxproj
index 8e1ec7eeff..d7578bd289 100644
--- a/plugins/VoiceService/VoiceService.vcxproj
+++ b/plugins/VoiceService/VoiceService.vcxproj
@@ -26,6 +26,11 @@
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
<ClCompile Include="..\..\utils\mir_options.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>