Skip to content

Commit

Permalink
housekeeping: Temporarily add back android compile hack
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Sep 20, 2019
1 parent e07b108 commit b1c41db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Splat.Drawing/Splat.Drawing.csproj
Expand Up @@ -11,6 +11,12 @@
<LangVersion>preview</LangVersion>
</PropertyGroup>

<Target Name="_RemoveNonExistingResgenFile" BeforeTargets="CoreCompile" Condition="'$(_SdkSetAndroidResgenFile)' == 'true' And '$(AndroidResgenFile)' != '' And !Exists('$(AndroidResgenFile)')">
<ItemGroup>
<Compile Remove="$(AndroidResgenFile)"/>
</ItemGroup>
</Target>

<PropertyGroup Condition=" $(TargetFramework.StartsWith('netcoreapp3')) and '$(OS)' == 'Windows_NT' ">
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit b1c41db

Please sign in to comment.