Fix PreprocessToFile property

This commit is contained in:
Ion Gaztañaga
2020-11-13 23:42:42 +01:00
parent c98a5396c4
commit 0b59dadd8b

View File

@@ -154,8 +154,8 @@
<DebugInformationFormat />
<LanguageStandard>Default</LanguageStandard>
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
<PreprocessToFile>true</PreprocessToFile>
<PreprocessSuppressLineNumbers>true</PreprocessSuppressLineNumbers>
<PreprocessToFile>false</PreprocessToFile>
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
<Link>
@@ -182,8 +182,8 @@
</DebugInformationFormat>
<LanguageStandard>Default</LanguageStandard>
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
<PreprocessToFile>true</PreprocessToFile>
<PreprocessSuppressLineNumbers>true</PreprocessSuppressLineNumbers>
<PreprocessToFile>false</PreprocessToFile>
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
<Link>