Skip to content
Snippets Groups Projects
Main.csproj 340 B
Newer Older
Michal Ondrejička's avatar
Michal Ondrejička committed
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net5.0</TargetFramework>
Michal Ondrejička's avatar
Michal Ondrejička committed
    <AssemblyVersion>2021.6.17.4</AssemblyVersion>
    <FileVersion>2021.6.17.4</FileVersion>
Michal Ondrejička's avatar
Michal Ondrejička committed
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\SDK\SDK.csproj" />
  </ItemGroup>

</Project>