Skip to content

Commit

Permalink
Deafult DesignTimeBuild to false.
Browse files Browse the repository at this point in the history
Fixes #173
  • Loading branch information
Oren Novotny committed Aug 19, 2019
1 parent ede9692 commit e21ad8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<AdbTarget Condition="'$(AdbTarget)' == ''">none</AdbTarget>
<AndroidClassParser Condition="'$(AndroidClassParser)' == ''">class-parse</AndroidClassParser>
<AndroidUseIntermediateDesignerFile Condition=" '$(AndroidUseIntermediateDesignerFile)' == '' ">True</AndroidUseIntermediateDesignerFile>
<DesignTimeBuild Condition=" '$(DesignTimeBuild)' == '' ">false</DesignTimeBuild>
</PropertyGroup>

</Project>

0 comments on commit e21ad8b

Please sign in to comment.