aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Main
diff options
context:
space:
mode:
Diffstat (limited to 'Aggregator/Main')
-rw-r--r--Aggregator/Main/Main.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/Aggregator/Main/Main.csproj b/Aggregator/Main/Main.csproj
index e5e0e16..9563120 100644
--- a/Aggregator/Main/Main.csproj
+++ b/Aggregator/Main/Main.csproj
@@ -1,5 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
+ <ItemGroup>
+ <ProjectReference Include="..\Classes\Classes.csproj" />
+ <ProjectReference Include="..\Parser\Parser.csproj" />
+ </ItemGroup>
+
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>