Browse Source

Another android workaround

Nikita Tsukanov 6 years ago
parent
commit
01e728fb42
1 changed files with 3 additions and 0 deletions
  1. 3 0
      build/AndroidWorkarounds.props

+ 3 - 0
build/AndroidWorkarounds.props

@@ -10,4 +10,7 @@
       <Compile Remove="$(AndroidResgenFile)"/>
     </ItemGroup>
   </Target>
+  <PropertyGroup>
+    <DesignTimeBuild>false</DesignTimeBuild>
+  </PropertyGroup>
 </Project>