summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/VoiceService.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-07-30 19:00:10 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-07-30 19:00:10 +0300
commitb47e4b4b32698470bf52c0dc1c2d1af56c46c9b5 (patch)
treecd373425b2a8946125b114a2f46eb7f8c4679594 /plugins/VoiceService/VoiceService.vcxproj
parent1a4f30d78b1986f3f79558de725c8f34dae3ee75 (diff)
project file fix
Diffstat (limited to 'plugins/VoiceService/VoiceService.vcxproj')
-rw-r--r--plugins/VoiceService/VoiceService.vcxproj20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/VoiceService/VoiceService.vcxproj b/plugins/VoiceService/VoiceService.vcxproj
index d7578bd289..45ec92d4df 100644
--- a/plugins/VoiceService/VoiceService.vcxproj
+++ b/plugins/VoiceService/VoiceService.vcxproj
@@ -26,13 +26,33 @@
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
+ <ClCompile Include="src\frame.cpp" />
+ <ClCompile Include="src\hooks.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\options.cpp" />
+ <ClCompile Include="src\popup.cpp" />
+ <ClCompile Include="src\services.cpp" />
<ClCompile Include="src\stdafx.cxx">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="src\VoiceCall.cpp" />
+ <ClCompile Include="src\VoiceProvider.cpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\utils\mir_options.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\frame.h" />
+ <ClInclude Include="src\options.h" />
+ <ClInclude Include="src\popup.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\resource.rc" />
+ <ResourceCompile Include="res\version.rc" />
+ </ItemGroup>
</Project> \ No newline at end of file