ThiefLightmapper/KeepersCompound.Lightmapper/KeepersCompound.Lightmapper...

25 lines
727 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.3.0</Version>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed>
<!-- <PublishSingleFile>true</PublishSingleFile>-->
<!-- <PublishAot>true</PublishAot>-->
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotMake.CommandLine" Version="1.8.8" />
<PackageReference Include="TinyEmbree" Version="1.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KeepersCompound.LGS\KeepersCompound.LGS.csproj" />
</ItemGroup>
</Project>