12 lines
372 B
XML
12 lines
372 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Name>TourIAm.targets</Name>
|
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Configurations>Debug;Release;Product</Configurations>
|
|
|
|
<!--<BaseOutputPath>bin\TIAM</BaseOutputPath>-->
|
|
</PropertyGroup>
|
|
</Project> |