Skip to content

Commit

Permalink
Project reference cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jezzsantos committed Mar 10, 2024
1 parent 378c64a commit 50831de
Show file tree
Hide file tree
Showing 27 changed files with 19 additions and 34 deletions.
2 changes: 1 addition & 1 deletion src/AncillaryApplication/AncillaryApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProjectReference Include="..\Application.Common\Application.Common.csproj" />
<ProjectReference Include="..\Application.Persistence.Common\Application.Persistence.Common.csproj" />
<ProjectReference Include="..\Application.Persistence.Shared\Application.Persistence.Shared.csproj" />
<ProjectReference Include="..\Application.Services.Shared\Application.Services.Shared.csproj" />
<ProjectReference Include="..\Application.Resources.Shared\Application.Resources.Shared.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/AncillaryInfrastructure/AncillaryInfrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<ItemGroup>
<ProjectReference Include="..\AncillaryApplication\AncillaryApplication.csproj" />
<ProjectReference Include="..\Application.Persistence.Shared\Application.Persistence.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Shared\Infrastructure.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Common\Infrastructure.Web.Api.Common.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Interfaces\Infrastructure.Web.Api.Interfaces.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Operations.Shared\Infrastructure.Web.Api.Operations.Shared.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/ApiHost1/ApiHost1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<ProjectReference Include="..\BookingsInfrastructure\BookingsInfrastructure.csproj" />
<ProjectReference Include="..\CarsInfrastructure\CarsInfrastructure.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Hosting.Common\Infrastructure.Web.Hosting.Common.csproj" />
<ProjectReference Include="..\OrganizationsInfrastructure\OrganizationsInfrastructure.csproj" />
</ItemGroup>

<!-- Runs the source generator (in memory) on build -->
<ItemGroup>
<ProjectReference Include="..\OrganizationsInfrastructure\OrganizationsInfrastructure.csproj" />
<ProjectReference Include="..\Tools.Generators.Web.Api\Tools.Generators.Web.Api.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/BookingsDomain/BookingsDomain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Domain.Shared\Domain.Shared.csproj" />
<ProjectReference Include="..\Domain.Common\Domain.Common.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Interfaces\Application.Interfaces.csproj" />
<ProjectReference Include="..\EndUsersDomain\EndUsersDomain.csproj" />
<ProjectReference Include="..\UnitTesting.Common\UnitTesting.Common.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Interfaces\Application.Interfaces.csproj" />
<ProjectReference Include="..\EndUsersInfrastructure\EndUsersInfrastructure.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Operations.Shared\Infrastructure.Web.Api.Operations.Shared.csproj" />
<ProjectReference Include="..\UnitTesting.Common\UnitTesting.Common.csproj" />
Expand Down
1 change: 0 additions & 1 deletion src/EndUsersInfrastructure/EndUsersInfrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Persistence.Shared\Application.Persistence.Shared.csproj" />
<ProjectReference Include="..\Application.Services.Shared\Application.Services.Shared.csproj" />
<ProjectReference Include="..\EndUsersApplication\EndUsersApplication.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Common\Infrastructure.Web.Api.Common.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<ItemGroup>
<ProjectReference Include="..\Application.Interfaces\Application.Interfaces.csproj" />
<ProjectReference Include="..\IdentityApplication\IdentityApplication.csproj" />
<ProjectReference Include="..\Infrastructure.Interfaces\Infrastructure.Interfaces.csproj" />
<ProjectReference Include="..\UnitTesting.Common\UnitTesting.Common.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Interfaces\Application.Interfaces.csproj" />
<ProjectReference Include="..\IdentityDomain\IdentityDomain.csproj" />
<ProjectReference Include="..\UnitTesting.Common\UnitTesting.Common.csproj" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/IdentityInfrastructure/IdentityInfrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Persistence.Shared\Application.Persistence.Shared.csproj" />
<ProjectReference Include="..\IdentityApplication\IdentityApplication.csproj" />
<ProjectReference Include="..\Infrastructure.Shared\Infrastructure.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Common\Infrastructure.Web.Api.Common.csproj" />
Expand Down
6 changes: 2 additions & 4 deletions src/Infrastructure.Common/Infrastructure.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Common\Application.Common.csproj" />
<ProjectReference Include="..\Application.Persistence.Shared\Application.Persistence.Shared.csproj" />
<ProjectReference Include="..\Application.Resources.Shared\Application.Resources.Shared.csproj" />
<ProjectReference Include="..\Domain.Services.Shared\Domain.Services.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Interfaces\Infrastructure.Interfaces.csproj" />
<ProjectReference Include="..\Infrastructure.Persistence.Azure\Infrastructure.Persistence.Azure.csproj" Condition="'$(HostingPlatform)' == 'HOSTEDONAZURE'" />
<ProjectReference Include="..\Infrastructure.Persistence.AWS\Infrastructure.Persistence.AWS.csproj" Condition="'$(HostingPlatform)' == 'HOSTEDONAWS'" />
<ProjectReference Include="..\Infrastructure.Persistence.Shared\Infrastructure.Persistence.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Common\Infrastructure.Web.Common.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Operations.Shared\Infrastructure.Web.Api.Operations.Shared.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Infrastructure.Common\Infrastructure.Common.csproj" />
<ProjectReference Include="..\Infrastructure.Hosting.Common\Infrastructure.Hosting.Common.csproj" />
Expand All @@ -17,6 +13,11 @@
<ProjectReference Include="..\IntegrationTesting.Persistence.Common\IntegrationTesting.Persistence.Common.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
</ItemGroup>

<ItemGroup>
<Content Include="appsettings.Testing.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\ApiHost1\ApiHost1.csproj" />
<ProjectReference Include="..\Infrastructure.Shared\Infrastructure.Shared.csproj" />
<ProjectReference Include="..\IntegrationTesting.WebApi.Common\IntegrationTesting.WebApi.Common.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Interfaces\Application.Interfaces.csproj" />
<ProjectReference Include="..\Infrastructure.Shared\Infrastructure.Shared.csproj" />
<ProjectReference Include="..\UnitTesting.Common\UnitTesting.Common.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

<ItemGroup>
<ProjectReference Include="..\Application.Common\Application.Common.csproj" />
<ProjectReference Include="..\Application.Services.Shared\Application.Services.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Eventing.Interfaces\Infrastructure.Eventing.Interfaces.csproj" />
<ProjectReference Include="..\Infrastructure.Interfaces\Infrastructure.Interfaces.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Interfaces\Infrastructure.Web.Api.Interfaces.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Operations.Shared\Infrastructure.Web.Api.Operations.Shared.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<ItemGroup>
<ProjectReference Include="..\Application.Common\Application.Common.csproj" />
<ProjectReference Include="..\Domain.Services.Shared\Domain.Services.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Common\Infrastructure.Web.Api.Common.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Interfaces\Infrastructure.Web.Interfaces.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<ItemGroup>
<ProjectReference Include="..\Application.Interfaces\Application.Interfaces.csproj" />
<ProjectReference Include="..\Infrastructure.Shared\Infrastructure.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Hosting.Common\Infrastructure.Web.Hosting.Common.csproj" />
<ProjectReference Include="..\UnitTesting.Common\UnitTesting.Common.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Persistence.Interfaces\Application.Persistence.Interfaces.csproj" />
<ProjectReference Include="..\Application.Common\Application.Common.csproj" />
<ProjectReference Include="..\Application.Persistence.Shared\Application.Persistence.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Hosting.Common\Infrastructure.Hosting.Common.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Common\Infrastructure.Web.Api.Common.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Operations.Shared\Infrastructure.Web.Api.Operations.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Common\Infrastructure.Web.Common.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Interfaces\Application.Interfaces.csproj" />
<ProjectReference Include="..\OrganizationsDomain\OrganizationsDomain.csproj" />
<ProjectReference Include="..\UnitTesting.Common\UnitTesting.Common.csproj" />
</ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions src/OrganizationsDomain/OrganizationsDomain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

<ItemGroup>
<ProjectReference Include="..\Domain.Common\Domain.Common.csproj" />
<ProjectReference Include="..\Domain.Services.Shared\Domain.Services.Shared.csproj" />
<ProjectReference Include="..\Domain.Shared\Domain.Shared.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Interfaces\Application.Interfaces.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Operations.Shared\Infrastructure.Web.Api.Operations.Shared.csproj" />
<ProjectReference Include="..\OrganizationsInfrastructure\OrganizationsInfrastructure.csproj" />
<ProjectReference Include="..\UnitTesting.Common\UnitTesting.Common.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Persistence.Shared\Application.Persistence.Shared.csproj" />
<ProjectReference Include="..\Application.Services.Shared\Application.Services.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Common\Infrastructure.Web.Api.Common.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Api.Operations.Shared\Infrastructure.Web.Api.Operations.Shared.csproj" />
Expand All @@ -24,6 +23,7 @@
<ItemGroup>
<ProjectReference Include="..\Tools.Generators.Web.Api\Tools.Generators.Web.Api.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
Expand Down
2 changes: 1 addition & 1 deletion src/TestingStubApiHost/TestingStubApiHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<ItemGroup>
<ProjectReference Include="..\Infrastructure.Web.Api.Operations.Shared\Infrastructure.Web.Api.Operations.Shared.csproj" />
<ProjectReference Include="..\Infrastructure.Web.Hosting.Common\Infrastructure.Web.Hosting.Common.csproj" />
</ItemGroup>

<ItemGroup>
Expand All @@ -21,7 +22,6 @@

<!-- Runs the source generator (in memory) on build -->
<ItemGroup>
<ProjectReference Include="..\Infrastructure.Web.Hosting.Common\Infrastructure.Web.Hosting.Common.csproj" />
<ProjectReference Include="..\Tools.Generators.Web.Api\Tools.Generators.Web.Api.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Interfaces\Application.Interfaces.csproj" />
<ProjectReference Include="..\Tools.Generators.Common\Tools.Generators.Common.csproj" />
<ProjectReference Include="..\UnitTesting.Common\UnitTesting.Common.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Application.Interfaces\Application.Interfaces.csproj" />
<ProjectReference Include="..\Tools.Generators.Web.Api.Authorization\Tools.Generators.Web.Api.Authorization.csproj" />
<ProjectReference Include="..\UnitTesting.Common\UnitTesting.Common.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 50831de

Please sign in to comment.