17 lines
614 B
XML
17 lines
614 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
<Name>AyCode.Core.targets</Name>
|
|
|
|
<_ProjectName>FruitBank</_ProjectName>
|
|
<!--<GitBranch>$([System.IO.File]::ReadAlltext('$(MsBuildThisFileDirectory)\.git\HEAD').Replace('ref: refs/heads/', '').Trim())</GitBranch>
|
|
<_ProjectName>$(GitBranch)</_ProjectName>-->
|
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Configurations>Debug;Release;Product</Configurations>
|
|
|
|
<BaseOutputPath>bin\$(_ProjectName)</BaseOutputPath>
|
|
</PropertyGroup>
|
|
</Project> |