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 /protocols/EmLanProto/emlanproto.vcxproj | |
parent | 0a206851b86dee002ffa3467d9dbfd35eb0c9128 (diff) |
fix for broken project file compatibility in VS2019 16.6.0
Diffstat (limited to 'protocols/EmLanProto/emlanproto.vcxproj')
-rw-r--r-- | protocols/EmLanProto/emlanproto.vcxproj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/protocols/EmLanProto/emlanproto.vcxproj b/protocols/EmLanProto/emlanproto.vcxproj index 724615b0c2..edbf55c5cc 100644 --- a/protocols/EmLanProto/emlanproto.vcxproj +++ b/protocols/EmLanProto/emlanproto.vcxproj @@ -25,4 +25,23 @@ <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> </ImportGroup> + <ItemGroup> + <ClCompile Include="src\amdproto.cpp" /> + <ClCompile Include="src\get_time.cpp" /> + <ClCompile Include="src\lan.cpp" /> + <ClCompile Include="src\mlan.cpp" /> + <ClCompile Include="src\stdafx.cxx"> + <PrecompiledHeader>Create</PrecompiledHeader> + </ClCompile> + <ClInclude Include="src\get_time.h" /> + <ClInclude Include="src\lan.h" /> + <ClInclude Include="src\mlan.h" /> + <ClInclude Include="src\resource.h" /> + <ClInclude Include="src\stdafx.h" /> + <ClInclude Include="src\version.h" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="res\amdproto.rc" /> + <ResourceCompile Include="res\Version.rc" /> + </ItemGroup> </Project>
\ No newline at end of file |