1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-18 16:13:22 +00:00
Files
sharkdp--bat/tests/syntax-tests/highlighted/XML/console.csproj
T
2025-02-23 20:20:52 +02:00

12 lines
1.6 KiB
XML
Vendored

<Project Sdk="Microsoft.NET.Sdk">
 <PropertyGroup>
 <OutputType>Exe</OutputType>
 <TargetFramework>net9.0</TargetFramework>
 <RootNamespace>SomeNamespace</RootNamespace>
 <ImplicitUsings>enable</ImplicitUsings>
 <Nullable>enable</Nullable>
 </PropertyGroup>
</Project>