2025-01-05 17:05:23 +03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-01-07 17:01:00 +03:00
|
|
|
|
<EmbeddedResource Include="Utils\runtime.json">
|
|
|
|
|
|
<LogicalName>Utility.runtime.json</LogicalName>
|
|
|
|
|
|
</EmbeddedResource>
|
2026-01-16 18:32:37 +03:00
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions"/>
|
|
|
|
|
|
<PackageReference Include="Robust.Natives"/>
|
|
|
|
|
|
<PackageReference Include="SharpZstd.Interop"/>
|
2025-01-05 17:05:23 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-04-29 21:56:21 +03:00
|
|
|
|
<ProjectReference Include="..\Nebula.SourceGenerators\Nebula.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
|
|
|
|
|
<ProjectReference Include="..\Robust.LoaderApi\Robust.LoaderApi\Robust.LoaderApi.csproj" />
|
2025-01-05 17:05:23 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|