.Net_Test/C#/C#Basic/C#Basic.csproj

12 lines
282 B
XML
Raw Normal View History

2023-08-31 19:26:24 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>C_Basic</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>