Map various .NET file extensions to XML syntax

This commit is contained in:
Keith Hall
2025-02-23 20:20:52 +02:00
parent adfb951e51
commit d31bc4347a
8 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>SomeNamespace</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>