diff options
Diffstat (limited to 'protocols/Telegram/tdlib/build/tddb.vcxproj')
-rw-r--r-- | protocols/Telegram/tdlib/build/tddb.vcxproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/build/tddb.vcxproj b/protocols/Telegram/tdlib/build/tddb.vcxproj index 8abfb34618..f7d21a06b5 100644 --- a/protocols/Telegram/tdlib/build/tddb.vcxproj +++ b/protocols/Telegram/tdlib/build/tddb.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> @@ -153,4 +163,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 |