UnlinkPSN/UnlinkPSN/UnlinkPSN.csproj

30 lines
1.0 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Globals">
<WebView2UseWinRT>False</WebView2UseWinRT>
<WebView2LoaderPreference>Static</WebView2LoaderPreference>
<WV2WinRTPlatformReferencesLevel>explicit</WV2WinRTPlatformReferencesLevel>
<WebView2WinRTWrapSystemTypes>False</WebView2WinRTWrapSystemTypes>
<WV2WinRTVerbosity>low</WV2WinRTVerbosity>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>unlink.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="unlink.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1293.44" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="OpenXbox.XboxWebApi" Version="0.3.1" />
</ItemGroup>
</Project>