aboutsummaryrefslogtreecommitdiff
path: root/src/CSharp.Build.props
blob: bcd47a0cea0e8f2a363c6187bc5fe4626dabbe65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<!--
  Do NOT modify this file. Update the canonical version in Home\repo-template\src\CSharp.Build.props
  then update all of the repos.
-->
<Project>
  <PropertyGroup>
    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
    <SignAssembly>true</SignAssembly>
    <AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk))</AssemblyOriginatorKeyFile>
  </PropertyGroup>
</Project>