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/Telegram/tdlib/build/tdsqlite.vcxproj | |
| parent | 0a206851b86dee002ffa3467d9dbfd35eb0c9128 (diff) | |
fix for broken project file compatibility in VS2019 16.6.0
Diffstat (limited to 'protocols/Telegram/tdlib/build/tdsqlite.vcxproj')
| -rw-r--r-- | protocols/Telegram/tdlib/build/tdsqlite.vcxproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/build/tdsqlite.vcxproj b/protocols/Telegram/tdlib/build/tdsqlite.vcxproj index d3cbc8a975..2a3c25f0a7 100644 --- a/protocols/Telegram/tdlib/build/tdsqlite.vcxproj +++ b/protocols/Telegram/tdlib/build/tdsqlite.vcxproj @@ -42,9 +42,19 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> + <ItemGroup> + <ClCompile Include="src\stdafx.cxx"> + <PrecompiledHeader>Create</PrecompiledHeader> + </ClCompile> + </ItemGroup> <ImportGroup Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> + <ItemGroup> + <ClCompile Include="src\stdafx.cxx"> + <PrecompiledHeader>Create</PrecompiledHeader> + </ClCompile> + </ItemGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> @@ -114,4 +124,9 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> + <ItemGroup> + <ClCompile Include="src\stdafx.cxx"> + <PrecompiledHeader>Create</PrecompiledHeader> + </ClCompile> + </ItemGroup> </Project>
\ No newline at end of file |
