Files
NebulaLauncher/Nebula.Runner/Nebula.Runner.csproj

18 lines
542 B
XML
Raw Permalink Normal View History

2025-01-05 17:05:23 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2025-01-07 17:01:00 +03:00
<OutputType>WinExe</OutputType>
2025-01-05 17:05:23 +03:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2025-01-14 22:10:16 +03:00
<ProjectReference Include="..\Nebula.Shared\Nebula.Shared.csproj"/>
2025-01-05 17:05:23 +03:00
</ItemGroup>
<ItemGroup>
2026-01-16 18:32:37 +03:00
<PackageReference Include="Lib.Harmony"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection"/>
<PackageReference Include="SharpZstd.Interop"/>
2025-01-05 17:05:23 +03:00
</ItemGroup>
</Project>