We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a297bee commit 019dc58Copy full SHA for 019dc58
Files/Files.csproj
@@ -24,7 +24,7 @@
24
<GenerateTestArtifacts>False</GenerateTestArtifacts>
25
<AppxBundle>Always</AppxBundle>
26
<DisableXbfLineInfo>False</DisableXbfLineInfo>
27
- <AppxBundlePlatforms>x64</AppxBundlePlatforms>
+ <AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
28
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
29
</PropertyGroup>
30
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
@@ -555,4 +555,4 @@
555
<Target Name="AfterBuild">
556
</Target>
557
-->
558
-</Project>
+</Project>
0 commit comments