Skip to content

Commit

Permalink
move package reference together
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-Jeyaram committed Jun 1, 2017
1 parent 3fa0f34 commit 4e5e83b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion build/Tests/FunctionalTests/FunctionalTests.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
<Project>{48B2B4F1-50D5-4772-B4A4-8D2C23AB3B67}</Project>
</ProjectReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="WinObjC.Frameworks.UWP" Version="*" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<ItemGroup>
<ClInclude Include="..\..\..\..\tests\unittests\Starboard\LifetimeCounting.h" />
</ItemGroup>
<ItemGroup>
<ItemGroup>
<PackageReference Include="WinObjC.Frameworks.UWP" Version="*" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
6 changes: 1 addition & 5 deletions msvc/sdk-build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
<IncludeInPackage Condition="'$(BuildingFrameworksCore)' != 'true'">false</IncludeInPackage>
</ProjectReference>
</ItemGroup>

<ItemGroup>
<PackageReference Condition="'$(BuildingFrameworksCore)' != 'true'" Include="WinObjC.Frameworks.UWP" Version="*" />
</ItemGroup>

<PropertyGroup Label="Globals">
<DefaultLanguage Condition="'$(DefaultLanguage)'==''">en-US</DefaultLanguage>
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)'==''">15.0</MinimumVisualStudioVersion>
Expand All @@ -46,6 +41,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Condition="'$(BuildingFrameworksCore)' != 'true'" Include="WinObjC.Frameworks.UWP" Version="*" />
<PackageReference Include="NuGet.Build.Packaging" Version="0.1.186" />
<PackageReference Include="WinObjC.Language" Version="*" />
<PackageReference Include="cppwinrt" Version="*">
Expand Down

0 comments on commit 4e5e83b

Please sign in to comment.