RCmd/RCmdC/RCmdC.csproj

13 lines
284 B
XML
Raw Normal View History

2023-08-31 19:20:41 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2023-02-15 01:00:50 +08:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-08-31 19:20:41 +08:00
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<!-- AOT -->
<PublishAot>true</PublishAot>
2023-02-15 01:00:50 +08:00
</PropertyGroup>
2023-08-31 19:20:41 +08:00
</Project>