Files
2026-07-13 13:13:17 +08:00

18 lines
687 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(SolutionDir)/Tixl.props" />
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetFramework>$(TixlNetCoreFrameworkVersion)</TargetFramework>
<RootNamespace>T3.SystemUi</RootNamespace>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU</Platforms>
<DisableTransitiveProjectReferences>true</DisableTransitiveProjectReferences>
<Deterministic>true</Deterministic>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Logging\Logging.csproj" Private="false" />
</ItemGroup>
</Project>