diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-04 07:22:39 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-04 07:22:39 +0000 |
commit | be5de380b53ff8d5a7758f816610f5fefc58ad72 (patch) | |
tree | 0e2b528b9baf412cdedd84844fe3f99759b29757 /Aggregator | |
parent | 7043a9e864e9a72da6bb7902b8b66c72f2367891 (diff) | |
download | newsaggregator-be5de380b53ff8d5a7758f816610f5fefc58ad72.tar.gz newsaggregator-be5de380b53ff8d5a7758f816610f5fefc58ad72.tar.bz2 newsaggregator-be5de380b53ff8d5a7758f816610f5fefc58ad72.zip |
Added references to Classes and Parser
Diffstat (limited to 'Aggregator')
-rw-r--r-- | Aggregator/Main/Main.csproj | 5 |
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>
|