vngspice.vcxproj, unify, <PrecompiledHeader> and <CompileAsManaged>

This commit is contained in:
rlar 2015-10-25 16:32:42 +01:00
parent f455d5b3fa
commit cee01b1d35
1 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,6 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<CompileAsManaged>false</CompileAsManaged>
</ClCompile>
<Link>
<AdditionalDependencies>psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
@ -641,7 +640,8 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<OpenMPSupport>true</OpenMPSupport>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>CompileAsC</CompileAs>