summaryrefslogtreecommitdiff
path: root/plugins/Ping/ping.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/Ping/ping.vcxproj
parent0a206851b86dee002ffa3467d9dbfd35eb0c9128 (diff)
fix for broken project file compatibility in VS2019 16.6.0
Diffstat (limited to 'plugins/Ping/ping.vcxproj')
-rw-r--r--plugins/Ping/ping.vcxproj32
1 files changed, 32 insertions, 0 deletions
diff --git a/plugins/Ping/ping.vcxproj b/plugins/Ping/ping.vcxproj
index 9991b22d97..3d0c4138b4 100644
--- a/plugins/Ping/ping.vcxproj
+++ b/plugins/Ping/ping.vcxproj
@@ -25,4 +25,36 @@
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\icmp.cpp" />
+ <ClCompile Include="src\log.cpp" />
+ <ClCompile Include="src\menu.cpp" />
+ <ClCompile Include="src\options.cpp" />
+ <ClCompile Include="src\ping.cpp" />
+ <ClCompile Include="src\pinggraph.cpp" />
+ <ClCompile Include="src\pinglist.cpp" />
+ <ClCompile Include="src\pingthread.cpp" />
+ <ClCompile Include="src\rawping.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\utils.cpp" />
+ <ClInclude Include="src\collection.h" />
+ <ClInclude Include="src\icmp.h" />
+ <ClInclude Include="src\log.h" />
+ <ClInclude Include="src\menu.h" />
+ <ClInclude Include="src\options.h" />
+ <ClInclude Include="src\pinggraph.h" />
+ <ClInclude Include="src\pinglist.h" />
+ <ClInclude Include="src\pingthread.h" />
+ <ClInclude Include="src\rawping.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\utils.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\ping.rc" />
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
</Project> \ No newline at end of file