Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
[Core] When building SLN Forms.Core dll doesn't generate dll
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Aug 17, 2018
1 parent 5e02ea6 commit d0e5ee5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
</ItemGroup>
<Import Project="..\Xamarin.Flex\Xamarin.Flex.projitems" Label="Shared" Condition="Exists('..\Xamarin.Flex\Xamarin.Flex.projitems')" />
<UsingTask TaskName="XFCorePostProcessor.Tasks.FixXFCoreAssembly" AssemblyFile="..\XFCorePostProcessor.Tasks\bin\Debug\netstandard2.0\XFCorePostProcessor.Tasks.dll" />
<Target AfterTargets="AfterCompile" Name="ShameHat">
<Target Name="ShameHatMSBuildHack" Condition="!Exists('$(IntermediateOutputPath)$(TargetFileName)')">
<MSBuild Projects="Xamarin.Forms.Core.csproj" Properties="Configuration=$(Configuration);Platform=$(Platform)" />
</Target>
<Target AfterTargets="AfterCompile" Name="ShameHat" DependsOnTargets="ShameHatMSBuildHack">
<FixXFCoreAssembly Assembly="$(IntermediateOutputPath)$(TargetFileName)" ReferencePath="@(ReferencePath)" />
</Target>
</Project>

0 comments on commit d0e5ee5

Please sign in to comment.