Skip to content

Commit

Permalink
disable xml documentation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijeet Shah committed Apr 19, 2017
1 parent 2467032 commit 1186981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tools/buildTargets/common.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>$(LibraryToolsFolder)\MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<PropertyGroup Label="ReleaseBuildOptions" Condition=" '$(Configuration)|$(Platform)'=='Release|AnyCPU' ">
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>$(LibraryToolsFolder)\MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)'=='net452' ">
Expand Down
2 changes: 1 addition & 1 deletion tools/buildTargets/signing.targets
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
WindowsSdkPath="$(WindowsSdkPath)"
Assembly="%(DelaySignedAssembliesToValidate.Identity)"
ExpectedTokenSignature="$(StrongNameToken)"
ExpectedDelaySigned="true"
ExpectedDelaySigned="false"
ContinueOnError="false"
Condition="'@(DelaySignedAssembliesToValidate)' != ''"/>

Expand Down

0 comments on commit 1186981

Please sign in to comment.