Added setup and minor fixes

This commit is contained in:
Vova
2024-01-30 18:35:11 +02:00
parent 9b8e8a835a
commit 3dfeea71f0
6 changed files with 13963 additions and 4 deletions
+6
View File
@@ -7,12 +7,18 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<ApplicationIcon>icon.ico</ApplicationIcon>
<AssemblyName>TV Player</AssemblyName>
</PropertyGroup>
<ItemGroup>
<None Remove="Assets\bkGround.jpg" />
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="LibVLCSharp" Version="3.8.2">