summaryrefslogtreecommitdiff
path: root/plugins/FloatingContacts/FltCont.vcxproj
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/FloatingContacts/FltCont.vcxproj
parent0a206851b86dee002ffa3467d9dbfd35eb0c9128 (diff)
fix for broken project file compatibility in VS2019 16.6.0
Diffstat (limited to 'plugins/FloatingContacts/FltCont.vcxproj')
-rw-r--r--plugins/FloatingContacts/FltCont.vcxproj21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/FloatingContacts/FltCont.vcxproj b/plugins/FloatingContacts/FltCont.vcxproj
index a89ced2abe..ec5281e433 100644
--- a/plugins/FloatingContacts/FltCont.vcxproj
+++ b/plugins/FloatingContacts/FltCont.vcxproj
@@ -26,8 +26,29 @@
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
+ <ClCompile Include="src\bitmap_funcs.cpp" />
+ <ClCompile Include="src\filedrop.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\options.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\thumbs.cpp" />
+ <ClInclude Include="src\bitmap_funcs.h" />
+ <ClInclude Include="src\filedrop.h" />
+ <ClInclude Include="src\fltcont.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\thumbs.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
<ClCompile Include="..\..\utils\mir_fonts.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\fltcnt.rc" />
+ <ResourceCompile Include="res\version.rc" />
+ </ItemGroup>
</Project> \ No newline at end of file