mirror of
https://github.com/tooll3/t3.git
synced 2026-03-13 09:42:20 +08:00
13 lines
487 B
XML
13 lines
487 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="$(SolutionDir)/Tixl.props" />
|
|
<PropertyGroup>
|
|
<TargetFramework>$(TixlNetCoreFrameworkVersion)</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>T3.Core.Logging</RootNamespace>
|
|
<Configurations>Debug;Release</Configurations>
|
|
<Platforms>AnyCPU</Platforms>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
|
|
</Project> |