Skip to content

Commit db72dcb

Browse files
committed
chore: Clean up csproj
chore: Add global using
1 parent 5081f1d commit db72dcb

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

src/DevTKSS.Uno.Samples.MvuxGallery/DevTKSS.Uno.Samples.MvuxGallery.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,5 @@
5656
<Resource Include="Assets\Samples\*" CopyToOutputDirectory="PerserveNewest" />
5757
<UnoSplashScreen Include="Assets\SplashScreens\*" />
5858
</ItemGroup>
59-
<ItemGroup>
60-
<Resource Remove="Assets\Samples\Countable.cs.txt" />
61-
<Resource Remove="Assets\Samples\CounterModel.cs.txt" />
62-
<Resource Remove="Assets\Samples\CounterPage.xaml.cs" />
63-
<Resource Remove="Assets\Samples\CounterPage.xaml.txt" />
64-
<Resource Remove="assets\samples\Model-with-IRouteNotifyer.txt" />
65-
<Resource Remove="Assets\Samples\NavigationView-Sample.xaml.txt" />
66-
</ItemGroup>
6759

6860
</Project>
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
global using System.Collections.Immutable;
2+
global using System.Text.Json.Serialization;
3+
global using DevTKSS.Extensions.Uno.Storage;
4+
global using DevTKSS.Uno.Samples.MvuxGallery.Models;
5+
global using DevTKSS.Uno.Samples.MvuxGallery.Models.CodeSamples;
6+
global using DevTKSS.Uno.Samples.MvuxGallery.Models.GalleryImages;
7+
global using DevTKSS.Uno.Samples.MvuxGallery.Presentation;
8+
global using DevTKSS.Uno.Samples.MvuxGallery.Presentation.ViewModels;
9+
global using DevTKSS.Uno.Samples.MvuxGallery.Presentation.Views;
210
global using Microsoft.Extensions.DependencyInjection;
311
global using Microsoft.Extensions.Hosting;
412
global using Microsoft.Extensions.Localization;
513
global using Microsoft.Extensions.Logging;
614
global using Microsoft.Extensions.Options;
7-
global using DevTKSS.Uno.Samples.MvuxGallery.Models;
8-
global using DevTKSS.Uno.Samples.MvuxGallery.Presentation;
9-
global using DevTKSS.Uno.Samples.MvuxGallery.Presentation.ViewModels;
10-
global using DevTKSS.Uno.Samples.MvuxGallery.Presentation.Views;
11-
global using DevTKSS.Uno.Samples.MvuxGallery.Models.CodeSamples;
12-
global using DevTKSS.Uno.Samples.MvuxGallery.Models.GalleryImages;
1315
global using Microsoft.UI.Xaml.Data;
14-
global using System.Text.Json.Serialization;
15-
global using DevTKSS.Extensions.Uno.Storage;
16+
global using Uno.Extensions.Reactive.Commands;
1617
global using ApplicationExecutionState = Windows.ApplicationModel.Activation.ApplicationExecutionState;
1718
[assembly: Uno.Extensions.Reactive.Config.BindableGenerationTool(3)]

0 commit comments

Comments
 (0)