diff options
Diffstat (limited to 'Main/Main.csproj')
-rw-r--r-- | Main/Main.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Main/Main.csproj b/Main/Main.csproj index dd85bc5..7f39efb 100644 --- a/Main/Main.csproj +++ b/Main/Main.csproj @@ -1,8 +1,8 @@ <Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
- <ProjectReference Include="..\..\Classes\Classes.csproj" />
- <ProjectReference Include="..\Parser\Parser.csproj" />
+ <ProjectReference Include="..\Classes\Classes.csproj" />
+ <ProjectReference Include="..\Aggregator\Parser\Parser.csproj" />
</ItemGroup>
<PropertyGroup>
|