diff options
Diffstat (limited to 'Server/Server.csproj')
-rw-r--r-- | Server/Server.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Server/Server.csproj b/Server/Server.csproj index ed02613..488c2a4 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -9,4 +9,10 @@ <PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" PrivateAssets="All" />
</ItemGroup>
+ <ItemGroup> + <ProjectReference Include="..\Classes\Classes.csproj" /> + <ProjectReference Include="..\Aggregator\Parser\Parser.csproj" /> + <ProjectReference Include="..\Database\Database.csproj" /> + </ItemGroup>
+
</Project>
|