Add AppxBundlePlatform to remove warning (#6960)

This commit is contained in:
Arjun Balgovind
2020-10-02 13:42:47 -07:00
committed by GitHub
parent 3f25d7ccc8
commit 7c607ad540

View File

@@ -10,6 +10,7 @@
<AssemblyCopyright>Copyright (C) 2020 Microsoft Corp.</AssemblyCopyright>
<AssemblyProduct>PowerToys</AssemblyProduct>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
</PropertyGroup>
<ItemGroup>
<AssemblyVersionFiles Include="Generated Files\AssemblyInfo.cs" />