diff options
author | Rob Mensching <rob@firegiant.com> | 2021-05-11 08:10:08 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 08:10:08 -0700 |
commit | aaae65d07ce2a78592fc533701975cc576341a46 (patch) | |
tree | 4d897a9e89c1c816c10f9166ec8b191b19beb7c0 /src/ext/VisualStudio/CSharp.Build.props | |
parent | 8035cadb06c0ca91387d839f3452191f7d33869a (diff) | |
parent | a8a1e0d6f99c2b902a8f81d3d7f3503c506e8171 (diff) | |
download | wix-aaae65d07ce2a78592fc533701975cc576341a46.tar.gz wix-aaae65d07ce2a78592fc533701975cc576341a46.tar.bz2 wix-aaae65d07ce2a78592fc533701975cc576341a46.zip |
Merge VisualStudio.wixext
Diffstat (limited to 'src/ext/VisualStudio/CSharp.Build.props')
-rw-r--r-- | src/ext/VisualStudio/CSharp.Build.props | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ext/VisualStudio/CSharp.Build.props b/src/ext/VisualStudio/CSharp.Build.props new file mode 100644 index 00000000..b12f4c6e --- /dev/null +++ b/src/ext/VisualStudio/CSharp.Build.props | |||
@@ -0,0 +1,11 @@ | |||
1 | <!-- 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. --> | ||
2 | <!-- | ||
3 | Do NOT modify this file. Update the canonical version in Home\repo-template\src\CSharp.Build.props | ||
4 | then update all of the repos. | ||
5 | --> | ||
6 | <Project> | ||
7 | <PropertyGroup> | ||
8 | <SignAssembly>true</SignAssembly> | ||
9 | <AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk))</AssemblyOriginatorKeyFile> | ||
10 | </PropertyGroup> | ||
11 | </Project> | ||