We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52d1ff commit 3e83e4bCopy full SHA for 3e83e4b
Labs.Uwp.Base.props
@@ -9,6 +9,8 @@
9
</PropertyGroup>
10
11
<PropertyGroup>
12
+ <!-- PR #211, see article: https://dev.to/mhmd_azeez/solving-nutcdriver-exe-returned-code-1-error-while-building-uwp-app-in-release-mode-2mc6 -->
13
+ <Use64Bitcompiler>true</Use64Bitcompiler>
14
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
15
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
16
<OutputType>AppContainerExe</OutputType>
0 commit comments