mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 22:55:42 +00:00
b16e5a9de9
For a full list of changes, see [CHANGELOG.md](CHANGELOG.md)
15 lines
351 B
XML
15 lines
351 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\X10D\X10D.csproj"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|