|
|
@ -42,7 +42,7 @@ |
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis> |
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis> |
|
|
|
<IncludePath>$(ProjectDir)\..\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GnuPG\include;$(IncludePath);$(ProjectDir)\asn.1;%ASN1C%\share\asn1c</IncludePath> |
|
|
|
<LibraryPath>$(ProjectDir)\..\..\libetpan\build-windows\Debug;$(LibraryPath)</LibraryPath> |
|
|
|
<PreBuildEventUseInBuild>true</PreBuildEventUseInBuild> |
|
|
@ -58,7 +58,7 @@ |
|
|
|
<PreLinkEventUseInBuild>true</PreLinkEventUseInBuild> |
|
|
|
<PostBuildEventUseInBuild>true</PostBuildEventUseInBuild> |
|
|
|
<CodeAnalysisRuleSet>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis> |
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<ClCompile> |
|
|
@ -67,7 +67,7 @@ |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;PEPENGINE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<EnablePREfast>false</EnablePREfast> |
|
|
|
<EnablePREfast>true</EnablePREfast> |
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)Tools\asn1c\share\asn1c;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
</ClCompile> |
|
|
@ -98,7 +98,7 @@ |
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
<ControlFlowGuard>Guard</ControlFlowGuard> |
|
|
|
<EnablePREfast>false</EnablePREfast> |
|
|
|
<EnablePREfast>true</EnablePREfast> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Windows</SubSystem> |
|
|
|