1
0
GlaxArguments/Test/Test.csproj

16 lines
409 B
XML
Raw Permalink Normal View History

2024-06-01 23:33:47 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2024-06-01 23:51:38 +02:00
<TargetFramework>net8.0</TargetFramework>
<LangVersion>11</LangVersion>
2024-06-01 23:33:47 +02:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\GlaxArguments\GlaxArguments.csproj" />
</ItemGroup>
</Project>