mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
13 lines
473 B
XML
13 lines
473 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<!-- Version numbers are automatically updated by gitversion when a release is released -->
|
|
<!-- Do not modify these. -->
|
|
<FileVersion>1.0.0.0</FileVersion>
|
|
<Version>1.0.0</Version>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
|
|
</ItemGroup>
|
|
</Project> |