diff options
| author | George Hazan <ghazan@miranda.im> | 2022-08-19 17:55:12 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-08-19 17:55:12 +0300 |
| commit | 96f34ff28a65710520816b32a87ab6752c32c02f (patch) | |
| tree | 4a9c80b8d45531bb05a7dacc97a5bddab58968f1 /plugins/VoiceService/VoiceService.vcxproj | |
| parent | 2fc7cab6c488e18f3178b9311418234851f81e7b (diff) | |
fixes #3167 (VoiceService: problems with frame) - no frame, no pain
Diffstat (limited to 'plugins/VoiceService/VoiceService.vcxproj')
| -rw-r--r-- | plugins/VoiceService/VoiceService.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/VoiceService/VoiceService.vcxproj b/plugins/VoiceService/VoiceService.vcxproj index 45ec92d4df..0816a9cc42 100644 --- a/plugins/VoiceService/VoiceService.vcxproj +++ b/plugins/VoiceService/VoiceService.vcxproj @@ -26,7 +26,6 @@ <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" /> @@ -44,7 +43,6 @@ </ClCompile> </ItemGroup> <ItemGroup> - <ClInclude Include="src\frame.h" /> <ClInclude Include="src\options.h" /> <ClInclude Include="src\popup.h" /> <ClInclude Include="src\resource.h" /> |
