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

Commit

Permalink
Revert "[Nuget]Fix condition to import DefaultItems.targes (#1146)"
Browse files Browse the repository at this point in the history
This reverts commit 0092456.
  • Loading branch information
rmarinho committed Sep 26, 2017
1 parent 210df5f commit c34cfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nuspec/Xamarin.Forms.targets
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<_DefaultXamlItemsEnabled>False</_DefaultXamlItemsEnabled>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)Xamarin.Forms.DefaultItems.targets" Condition="'$(MSBuildSDKsPath)'!='' And '$(EnableDefaultItems)'=='true' " />
<Import Project="$(MSBuildThisFileDirectory)Xamarin.Forms.DefaultItems.targets" Condition="'$(MSBuildSDKsPath)'!=''" />

<PropertyGroup>
<CoreCompileDependsOn>
Expand Down

0 comments on commit c34cfef

Please sign in to comment.