mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-11 17:31:29 -04:00
16 lines
637 B
XML
16 lines
637 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>WiiCompiled.Setup.Common</RootNamespace>
|
|
<AssemblyName>WiiCompiled.Setup.Common</AssemblyName>
|
|
<Version>0.2.31</Version>
|
|
<Authors>patchzy</Authors>
|
|
<Product>WiiCompiled</Product>
|
|
<Description>Shared nodtool/Retro-WFC-payload logic used by both the Windows and Linux installers</Description>
|
|
<DebugType>embedded</DebugType>
|
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
|
</PropertyGroup>
|
|
</Project>
|