AyCode.Core/AyCode.Core.targets

12 lines
369 B
XML

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Name>AyCode.Core.targets</Name>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Configurations>Debug;Release;Product</Configurations>
<BaseOutputPath>bin\TIAM</BaseOutputPath>
</PropertyGroup>
</Project>