Fix references.

This commit is contained in:
2020-02-26 19:19:26 +00:00
parent f717b207b7
commit 40d300039c
24 changed files with 456 additions and 107 deletions

View File

@@ -23,10 +23,10 @@
<NrtShowRevision>true</NrtShowRevision>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DiscImageChef.Core\DiscImageChef.Core.csproj" />
<ProjectReference Include="..\DiscImageChef.Database\DiscImageChef.Database.csproj" />
<ProjectReference Include="..\DiscImageChef.Gui\DiscImageChef.Gui.csproj" />
<ProjectReference Include="..\DiscImageChef.Settings\DiscImageChef.Settings.csproj" />
<ProjectReference Include="..\Aaru.Core\Aaru.Core.csproj" />
<ProjectReference Include="..\Aaru.Database\Aaru.Database.csproj" />
<ProjectReference Include="..\Aaru.Gui\Aaru.Gui.csproj" />
<ProjectReference Include="..\Aaru.Settings\Aaru.Settings.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Eto.Platform.Gtk" Version="2.5.0-rc.4" />