mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 17:16:47 -04:00
20 lines
845 B
XML
20 lines
845 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>WiiCompiled.Setup.Common.Cli</RootNamespace>
|
|
<AssemblyName>WiiCompiled.Setup.Common.Cli</AssemblyName>
|
|
<Version>0.2.31</Version>
|
|
<Authors>patchzy</Authors>
|
|
<Product>WiiCompiled</Product>
|
|
<Description>Packaging-time helper: resolves (downloading if needed) the nodtool binary bundled by build-appimage.sh and Build-Installer.ps1</Description>
|
|
<DebugType>embedded</DebugType>
|
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\WiiCompiled.Setup.Common\WiiCompiled.Setup.Common.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|