diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-22 14:11:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-22 14:11:15 +0300 |
commit | 9f75de77d912d11d49d36a9c87b3b94fe43209f1 (patch) | |
tree | 28c98e19d9ab4189f2926399aeac3b8ced554809 /plugins/ClientChangeNotify/ClientChangeNotify.vcxproj | |
parent | 0a206851b86dee002ffa3467d9dbfd35eb0c9128 (diff) |
fix for broken project file compatibility in VS2019 16.6.0
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify.vcxproj')
-rw-r--r-- | plugins/ClientChangeNotify/ClientChangeNotify.vcxproj | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj index e9ee42c0f3..548dba941b 100644 --- a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj +++ b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj @@ -26,8 +26,30 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
+ <ClCompile Include="src\ClientChangeNotify.cpp" />
+ <ClCompile Include="src\CString.cpp" />
+ <ClCompile Include="src\OptDlg.cpp" />
+ <ClCompile Include="src\Options.cpp" />
+ <ClCompile Include="src\pcre.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClInclude Include="src\CString.h" />
+ <ClInclude Include="src\Misc.h" />
+ <ClInclude Include="src\Options.h" />
+ <ClInclude Include="src\pcre.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\TMyArray.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
<ProjectReference Include="..\..\libs\Pcre16\pcre16.vcxproj">
<Project>{6124e997-426e-4a0b-9617-d6d577d5e7d7}</Project>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Resources.rc" />
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
</Project>
\ No newline at end of file |