Skip to content

Commit

Permalink
Replace WPF with the new WinUI3 project
Browse files Browse the repository at this point in the history
  • Loading branch information
roryclaasen committed Jul 12, 2023
1 parent f7c623f commit 84e7244
Show file tree
Hide file tree
Showing 27 changed files with 3,801 additions and 4,152 deletions.
15 changes: 11 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>

<ItemGroup Label="nuget.org">
<PackageVersion Include="LibVLCSharp" Version="3.7.0" />
<PackageVersion Include="LibVLCSharp.WPF" Version="3.7.0" />

<ItemGroup Label="WinUI 3">
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.3.230502000" />
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
</ItemGroup>


<ItemGroup Label="Quality">
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.128" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.354" />
</ItemGroup>

<ItemGroup Label="nuget.org">
<PackageVersion Include="LibVLCSharp" Version="3.7.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="VideoLAN.LibVLC.Windows" Version="3.0.18" />
</ItemGroup>

Expand Down
16 changes: 0 additions & 16 deletions Mosaic.WinUI/App.xaml

This file was deleted.

60 changes: 0 additions & 60 deletions Mosaic.WinUI/App.xaml.cs

This file was deleted.

19 changes: 0 additions & 19 deletions Mosaic.WinUI/Infrastructure/Config/MosaicApplicationConfig.cs

This file was deleted.

45 changes: 0 additions & 45 deletions Mosaic.WinUI/Mosaic.WinUI.csproj

This file was deleted.

47 changes: 0 additions & 47 deletions Mosaic.WinUI/MosaicWindow.xaml

This file was deleted.

0 comments on commit 84e7244

Please sign in to comment.