Reconfigured project references

This commit is contained in:
Daniel Wathen 2023-01-05 11:45:37 -07:00
parent 0bad914be4
commit 5b43483e82
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,9 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ReportingServices.Shared\ReportingServices.Shared.csproj" />
<ProjectReference Include="..\ReportingServices.UI\ReportingServices.UI.csproj" />
<ProjectReference Include="..\ReportingServicesAPIs\ReportingServices.API.csproj" />
</ItemGroup>
</Project>

View File

@ -19,7 +19,6 @@
<ItemGroup>
<ProjectReference Include="..\ReportingServices.Shared\ReportingServices.Shared.csproj" />
<ProjectReference Include="..\ReportingServicesAPIs\ReportingServices.API.csproj" />
</ItemGroup>
</Project>