delver-se/delver-se.csproj

25 lines
709 B
XML
Raw Permalink Normal View History

2021-02-04 00:04:05 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>delver_se</RootNamespace>
2021-02-04 11:53:40 +03:00
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<BuildDir>Build</BuildDir>
<PlatformTarget>x64</PlatformTarget>
2021-02-04 19:12:52 +03:00
<DebugType>none</DebugType>
<Optimize>true</Optimize>
2021-02-04 11:53:40 +03:00
<Version>0.1.0</Version>
<Company>Turn Around</Company>
<Authors>Alexander Popov</Authors>
<Product>Delver SE</Product>
2021-02-04 19:12:52 +03:00
<!-- <ApplicationIcon>application.ico</ApplicationIcon> -->
2021-02-04 00:04:05 +03:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Terminal.Gui" Version="0.90.3" />
</ItemGroup>
</Project>