vpr/ShadowStream/ShadowStream.csproj

25 lines
838 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<AssemblyName>ShadowStream</AssemblyName>
<RootNamespace>ShadowStream</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\file finder test\file finder test.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.9.3" />
<PackageReference Include="LibVLCSharp.WPF" Version="3.9.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.21" />
</ItemGroup>
</Project>