Merge branch 'release/2.2'

This commit is contained in:
Nate McMaster 2018-09-06 16:57:20 -07:00
commit 3d244ecb04
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
<!-- Targets for making .wixproj better. -->
<Project>
<ItemDefinitionGroup>
<SignMsi>
<!-- Override the MicroBuild default which still uses MicrosoftSHA1 -->
<Authenticode>Microsoft</Authenticode>
</SignMsi>
</ItemDefinitionGroup>
<ItemGroup>
<Compile Include="**\*.wxs" Exclude="obj\**\*;bin\**\*" />
<EmbeddedResource Include="**\*.wxl" Exclude="obj\**\*;bin**\*;" />