Skip to content

Commit

Permalink
Adjust package ids
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Feb 4, 2020
1 parent 1fbbc3d commit 4e466a5
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 4 deletions.
6 changes: 5 additions & 1 deletion Microsoft.Toolkit.Services/Microsoft.Toolkit.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@
<DebugType>Full</DebugType>
<NoWarn>CS8002;CS0618</NoWarn>
</PropertyGroup>

<PropertyGroup>
<PackageId>Uno.Microsoft.Toolkit.Services</PackageId>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'uap10.0.16299'">
<PropertyGroup Condition="'$(TargetFramework)' == 'uap10.0.16299'">
<DefineConstants Condition="'$(DisableImplicitFrameworkDefines)' != 'true'">$(DefineConstants);WINRT</DefineConstants>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
<ProjectName>Microsoft.Toolkit.Uwp.Input.GazeInteraction</ProjectName>
<TargetFrameworks>UAP,Version=v10.0</TargetFrameworks>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup>
<PackageId>Uno.Microsoft.Toolkit.Uwp.Input.GazeInteraction</PackageId>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@
<None Include="Microsoft.Toolkit.Uwp.Notifications.JavaScript.targets" PackagePath="build\Windows" Pack="true" />
<None Include="..\Microsoft.Toolkit.Uwp.Notifications\bin\$(Configuration)\native\*.*" PackagePath="lib\Windows" Pack="true" />
</ItemGroup>


<PropertyGroup>
<PackageId>Uno.Microsoft.Toolkit.Uwp.Notifications.JavaScript</PackageId>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,9 @@
<ImplicitFrameworkDefine Condition="'$(DisableImplicitFrameworkDefines)' != 'true'">UAP$(TargetPlatformMinVersion.Replace('.', '_'))</ImplicitFrameworkDefine>
<DisableImplicitFrameworkDefines Condition="'$(DisableImplicitFrameworkDefines)' != 'true'">true</DisableImplicitFrameworkDefines>
</PropertyGroup>

<PropertyGroup>
<PackageId>Uno.Microsoft.Toolkit.Uwp.Notifications</PackageId>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<!-- This is a temporary workaround for https://github.com/dotnet/sdk/issues/955 -->
<DebugType>Full</DebugType>
</PropertyGroup>

<PropertyGroup>
<PackageId>Uno.Microsoft.Toolkit.Uwp.PlatformSpecificAnalyzer</PackageId>
</PropertyGroup>

<ItemGroup>
<None Remove="Differences-6.0.0.0.gz" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@

<ProjectReference Include="..\Microsoft.Toolkit.Uwp\Microsoft.Toolkit.Uwp.csproj" />
</ItemGroup>

<PropertyGroup>
<PackageId>Uno.Microsoft.Toolkit.Uwp.Services</PackageId>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@

<UseUwpMetaPackage>true</UseUwpMetaPackage>
</PropertyGroup>

<PropertyGroup>
<PackageId>Uno.Microsoft.Toolkit.Uwp.UI.Media</PackageId>
</PropertyGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Win2D.uwp" Version="1.24.0" />
</ItemGroup>
</Project>

0 comments on commit 4e466a5

Please sign in to comment.