mirror of
https://github.com/boostorg/container.git
synced 2025-07-31 13:07:17 +02:00
Fix PreprocessToFile property
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user