Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Fix missing shared project reference in portable template
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 26, 2015
1 parent cdfd789 commit 31d52f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/LIBNAME/LIBNAME.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<Name>Windows.Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="..\LIBNAME.Shared\LIBNAME.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))\EnlistmentInfo.targets" Condition=" '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), EnlistmentInfo.targets))' != '' " />
</Project>

0 comments on commit 31d52f8

Please sign in to comment.