[ARM64] Main PT Solution configuration and props addition (#17563)

* Added ARM64 Platform to Directory.Build.props

* Added ARM64 project configuration for Cpp.Build.props

* Added ARM64 configuration to solution. Keeping at x64 for now
This commit is contained in:
Jeremy Sinclair
2022-04-07 05:48:05 -04:00
committed by GitHub
parent 75e966ce19
commit 529bccc0bf
3 changed files with 473 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<AssemblyProduct>PowerToys</AssemblyProduct>
<Company>Microsoft Corporation</Company>
<NeutralLanguage>en-US</NeutralLanguage>
<Platforms>x64</Platforms>
<Platforms>x64;ARM64</Platforms>
<PackageTags>PowerToys</PackageTags>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisMode>Recommended</AnalysisMode>