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

Commit 4e5e83b

Browse files
author
Jeyaram Jeyaraj
committed
move package reference together
1 parent 3fa0f34 commit 4e5e83b

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

build/Tests/FunctionalTests/FunctionalTests.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
<Project>{48B2B4F1-50D5-4772-B4A4-8D2C23AB3B67}</Project>
8383
</ProjectReference>
8484
</ItemGroup>
85-
8685
<ItemGroup>
8786
<PackageReference Include="WinObjC.Frameworks.UWP" Version="*" />
8887
</ItemGroup>

build/Tests/UnitTests/Starboard/Starboard.UnitTests.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<ItemGroup>
224224
<ClInclude Include="..\..\..\..\tests\unittests\Starboard\LifetimeCounting.h" />
225225
</ItemGroup>
226-
<ItemGroup>
226+
<ItemGroup>
227227
<PackageReference Include="WinObjC.Frameworks.UWP" Version="*" />
228228
</ItemGroup>
229229
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

msvc/sdk-build.props

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
<IncludeInPackage Condition="'$(BuildingFrameworksCore)' != 'true'">false</IncludeInPackage>
2424
</ProjectReference>
2525
</ItemGroup>
26-
27-
<ItemGroup>
28-
<PackageReference Condition="'$(BuildingFrameworksCore)' != 'true'" Include="WinObjC.Frameworks.UWP" Version="*" />
29-
</ItemGroup>
30-
3126
<PropertyGroup Label="Globals">
3227
<DefaultLanguage Condition="'$(DefaultLanguage)'==''">en-US</DefaultLanguage>
3328
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)'==''">15.0</MinimumVisualStudioVersion>
@@ -46,6 +41,7 @@
4641
</PropertyGroup>
4742

4843
<ItemGroup>
44+
<PackageReference Condition="'$(BuildingFrameworksCore)' != 'true'" Include="WinObjC.Frameworks.UWP" Version="*" />
4945
<PackageReference Include="NuGet.Build.Packaging" Version="0.1.186" />
5046
<PackageReference Include="WinObjC.Language" Version="*" />
5147
<PackageReference Include="cppwinrt" Version="*">

0 commit comments

Comments
 (0)