Created
January 11, 2018 07:57
-
-
Save dpr-dev/9e61cb9d677fcc63a518feddcbf929eb to your computer and use it in GitHub Desktop.
Revisions
-
akishanin created this gist
Jan 11, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ => Add `AppxBundlePlatforms` section to .csproj ```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> ... <AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms> </PropertyGroup> ```