aboutsummaryrefslogtreecommitdiff
path: root/src/ext/DirectX/CSharp.Build.props
blob: b12f4c6e77e1e155bd8c31f99a5676c409488a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- 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>
    <SignAssembly>true</SignAssembly>
    <AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk))</AssemblyOriginatorKeyFile>
  </PropertyGroup>
</Project>