Files
Aaru/Aaru.Tui/Aaru.Tui.csproj

22 lines
500 B
XML
Raw Normal View History

2025-10-15 20:18:57 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Consolonia"/>
</ItemGroup>
2025-10-15 21:25:05 +01:00
<ItemGroup>
<Compile Update="Views\Windows\MainWindow.axaml.cs">
<DependentUpon>MainWindow.axaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
2025-10-15 20:18:57 +01:00
</Project>