Skip to content

Commit

Permalink
tiered pgo
Browse files Browse the repository at this point in the history
  • Loading branch information
myblindy committed Nov 20, 2023
1 parent 27c1f5d commit 80f2c30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
11 changes: 6 additions & 5 deletions Uniquer/Uniquer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x86;x64;arm64</Platforms>
<PublishProfile>Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile>
<langversion>preview</langversion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWinUI>true</UseWinUI>
<langversion>preview</langversion>
<TieredPGO>true</TieredPGO>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<WindowsPackageType>None</WindowsPackageType>
Expand Down Expand Up @@ -40,7 +41,7 @@
<ItemGroup>
<ProjectReference Include="..\Uniquer.Core\Uniquer.Core.csproj" />
</ItemGroup>

<PropertyGroup Condition="'$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'">
<HasPackageAndPublishMenu>true</HasPackageAndPublishMenu>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion Uniquer/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using CommunityToolkit.Mvvm.ComponentModel;
using CommunityToolkit.Mvvm.Input;
using Microsoft.UI.Dispatching;
using System;
using System.Collections.Concurrent;
using System.Collections.ObjectModel;
using Uniquer.Core.Helpers;
Expand Down
1 change: 0 additions & 1 deletion Uniquer/Views/MainPage.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Microsoft.UI.Xaml.Controls;
using Uniquer.ViewModels;
using Windows.Storage.Pickers;

namespace Uniquer.Views;

Expand Down

0 comments on commit 80f2c30

Please sign in to comment.