12 lines
371 B
XML
12 lines
371 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\Master</BaseOutputPath>
|
|
</PropertyGroup>
|
|
</Project> |