delver-se/delver-se.csproj

24 lines
706 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>delver_se</RootNamespace>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<BuildDir>Build</BuildDir>
<PlatformTarget>x64</PlatformTarget>
<Version>0.1.0</Version>
<Company>Turn Around</Company>
<Authors>Alexander Popov</Authors>
<Product>Delver SE</Product>
<ApplicationIcon>application.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Terminal.Gui" Version="0.90.3" />
</ItemGroup>
</Project>