<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net6.0-windows</TargetFramework> <Nullable>enable</Nullable> <UseWPF>true</UseWPF> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> <AssemblyVersion>0.9.0.0</AssemblyVersion> <FileVersion>0.9.0.0</FileVersion> <Version>0.9.0.0</Version> </PropertyGroup> <ItemGroup> <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" /> <PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.6" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="protobuf-net" Version="3.2.30" /> <PackageReference Include="sqlite-net-pcl" Version="1.8.116" /> </ItemGroup> <ItemGroup> <None Update="libcrypto-1_1.dll"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> <None Update="libssl-1_1.dll"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> <None Update="Tools\ffmpeg.exe"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="Tools\silk_v3_decoder.exe"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="version.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> </ItemGroup> </Project>