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/MimCmd/MimCmd.vcxproj | |
parent | 0a206851b86dee002ffa3467d9dbfd35eb0c9128 (diff) |
fix for broken project file compatibility in VS2019 16.6.0
Diffstat (limited to 'plugins/MimCmd/MimCmd.vcxproj')
-rw-r--r-- | plugins/MimCmd/MimCmd.vcxproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/MimCmd/MimCmd.vcxproj b/plugins/MimCmd/MimCmd.vcxproj index 99832bb4a5..d2884d1e83 100644 --- a/plugins/MimCmd/MimCmd.vcxproj +++ b/plugins/MimCmd/MimCmd.vcxproj @@ -26,8 +26,22 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\app.props" />
</ImportGroup>
<ItemGroup>
+ <ClCompile Include="src\commands.cpp" />
+ <ClCompile Include="src\MimCmd.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClInclude Include="src\commands.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
<ClCompile Include="..\CmdLine\src\mimcmd_ipc.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\version.rc" />
+ </ItemGroup>
<ItemDefinitionGroup>
<Link>
<SubSystem>Console</SubSystem>
|