aboutsummaryrefslogtreecommitdiff
path: root/Main/Main.csproj
blob: b5ce21e3439bf98a8a532f9dcf30d33f6c978079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk">

  <ItemGroup>
    <ProjectReference Include="..\Classes\Classes.csproj" />
    <ProjectReference Include="..\Aggregator\Parser\Parser.csproj" />
    <ProjectReference Include="..\Database\Database.csproj" />
  </ItemGroup>

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <LangVersion>Latest</LangVersion>
  </PropertyGroup>

</Project>