aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-04 07:22:39 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-04 07:22:39 +0000
commitbe5de380b53ff8d5a7758f816610f5fefc58ad72 (patch)
tree0e2b528b9baf412cdedd84844fe3f99759b29757
parent7043a9e864e9a72da6bb7902b8b66c72f2367891 (diff)
downloadnewsaggregator-be5de380b53ff8d5a7758f816610f5fefc58ad72.tar.gz
newsaggregator-be5de380b53ff8d5a7758f816610f5fefc58ad72.tar.bz2
newsaggregator-be5de380b53ff8d5a7758f816610f5fefc58ad72.zip
Added references to Classes and Parser
-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>