mirror of
https://github.com/TheShadowEevee/libWiiSharp.git
synced 2025-01-11 15:38:51 -06:00
21 lines
No EOL
688 B
XML
21 lines
No EOL
688 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
<OutputType>Library</OutputType>
|
|
<ApplicationVersion>0.6.0.0</ApplicationVersion>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
<Nullable>annotations</Nullable>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include=".gitignore" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="Log.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="SkiaSharp" Version="2.80.3" />
|
|
</ItemGroup>
|
|
</Project> |