Skip to content

Commit

Permalink
refactor: re-create solution
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo committed Sep 7, 2023
1 parent 6199e9e commit ee31f6c
Show file tree
Hide file tree
Showing 9 changed files with 120 additions and 91 deletions.
8 changes: 6 additions & 2 deletions src/Application.Tests/Application.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@
<PackageReference Include="Moq" Version="4.18.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Application\Application.csproj" />
<ProjectReference Include="..\Domain\Domain.csproj" />
<ProjectReference Include="..\Application\Application.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
<ProjectReference Include="..\Domain\Domain.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion src/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
</ItemGroup>

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

</Project>
79 changes: 0 additions & 79 deletions src/CopetSystem.API.sln

This file was deleted.

4 changes: 3 additions & 1 deletion src/Domain.Tests/Domain.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
<PackageReference Include="Moq" Version="4.18.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Domain\Domain.csproj" />
<ProjectReference Include="..\Domain\Domain.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Remove="FluentAssertions" />
Expand Down
79 changes: 79 additions & 0 deletions src/GPIC.BackEnd.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{A5928034-02D5-427D-B83C-10F8F249CA1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{C7DC5551-8325-461D-9710-05EEC9EF8791}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{6CC50902-ECC4-4A3A-A03D-115DD1378038}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistence", "Infrastructure\Persistence\Persistence.csproj", "{03F5DBCF-08FA-46A4-ACBB-F933C3C1B520}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Infrastructure\Services\Services.csproj", "{3236030B-AD8F-4FAB-AAF6-3808D7B3F8E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoC", "Infrastructure\IoC\IoC.csproj", "{92667C72-14F6-44A5-9152-8B512ED249DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI", "Infrastructure\WebAPI\WebAPI.csproj", "{BE5B727D-878C-4E0E-AD3B-60B32781DFFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebFunctions", "Infrastructure\WebFunctions\WebFunctions.csproj", "{A994F6CD-1C40-4C27-8BDF-85AFF7543A03}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain.Tests", "Domain.Tests\Domain.Tests.csproj", "{4E50EC16-4163-4B66-BA9A-33BB45E99035}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application.Tests", "Application.Tests\Application.Tests.csproj", "{682499DF-F2AE-429A-B48D-CBE55C09F223}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5928034-02D5-427D-B83C-10F8F249CA1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5928034-02D5-427D-B83C-10F8F249CA1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5928034-02D5-427D-B83C-10F8F249CA1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5928034-02D5-427D-B83C-10F8F249CA1C}.Release|Any CPU.Build.0 = Release|Any CPU
{C7DC5551-8325-461D-9710-05EEC9EF8791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7DC5551-8325-461D-9710-05EEC9EF8791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7DC5551-8325-461D-9710-05EEC9EF8791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7DC5551-8325-461D-9710-05EEC9EF8791}.Release|Any CPU.Build.0 = Release|Any CPU
{03F5DBCF-08FA-46A4-ACBB-F933C3C1B520}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03F5DBCF-08FA-46A4-ACBB-F933C3C1B520}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03F5DBCF-08FA-46A4-ACBB-F933C3C1B520}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03F5DBCF-08FA-46A4-ACBB-F933C3C1B520}.Release|Any CPU.Build.0 = Release|Any CPU
{3236030B-AD8F-4FAB-AAF6-3808D7B3F8E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3236030B-AD8F-4FAB-AAF6-3808D7B3F8E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3236030B-AD8F-4FAB-AAF6-3808D7B3F8E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3236030B-AD8F-4FAB-AAF6-3808D7B3F8E8}.Release|Any CPU.Build.0 = Release|Any CPU
{92667C72-14F6-44A5-9152-8B512ED249DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92667C72-14F6-44A5-9152-8B512ED249DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92667C72-14F6-44A5-9152-8B512ED249DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92667C72-14F6-44A5-9152-8B512ED249DA}.Release|Any CPU.Build.0 = Release|Any CPU
{BE5B727D-878C-4E0E-AD3B-60B32781DFFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE5B727D-878C-4E0E-AD3B-60B32781DFFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE5B727D-878C-4E0E-AD3B-60B32781DFFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE5B727D-878C-4E0E-AD3B-60B32781DFFF}.Release|Any CPU.Build.0 = Release|Any CPU
{A994F6CD-1C40-4C27-8BDF-85AFF7543A03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A994F6CD-1C40-4C27-8BDF-85AFF7543A03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A994F6CD-1C40-4C27-8BDF-85AFF7543A03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A994F6CD-1C40-4C27-8BDF-85AFF7543A03}.Release|Any CPU.Build.0 = Release|Any CPU
{4E50EC16-4163-4B66-BA9A-33BB45E99035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E50EC16-4163-4B66-BA9A-33BB45E99035}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E50EC16-4163-4B66-BA9A-33BB45E99035}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E50EC16-4163-4B66-BA9A-33BB45E99035}.Release|Any CPU.Build.0 = Release|Any CPU
{682499DF-F2AE-429A-B48D-CBE55C09F223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{682499DF-F2AE-429A-B48D-CBE55C09F223}.Debug|Any CPU.Build.0 = Debug|Any CPU
{682499DF-F2AE-429A-B48D-CBE55C09F223}.Release|Any CPU.ActiveCfg = Release|Any CPU
{682499DF-F2AE-429A-B48D-CBE55C09F223}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{03F5DBCF-08FA-46A4-ACBB-F933C3C1B520} = {6CC50902-ECC4-4A3A-A03D-115DD1378038}
{3236030B-AD8F-4FAB-AAF6-3808D7B3F8E8} = {6CC50902-ECC4-4A3A-A03D-115DD1378038}
{92667C72-14F6-44A5-9152-8B512ED249DA} = {6CC50902-ECC4-4A3A-A03D-115DD1378038}
{BE5B727D-878C-4E0E-AD3B-60B32781DFFF} = {6CC50902-ECC4-4A3A-A03D-115DD1378038}
{A994F6CD-1C40-4C27-8BDF-85AFF7543A03} = {6CC50902-ECC4-4A3A-A03D-115DD1378038}
EndGlobalSection
EndGlobal
16 changes: 12 additions & 4 deletions src/Infrastructure/IoC/IoC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@
<Version>0.0.1</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Application\Application.csproj" />
<ProjectReference Include="..\..\Domain\Domain.csproj" />
<ProjectReference Include="..\Persistence\Persistence.csproj" />
<ProjectReference Include="..\Services\Services.csproj" />
<ProjectReference Include="..\..\Application\Application.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
<ProjectReference Include="..\..\Domain\Domain.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
<ProjectReference Include="..\Persistence\Persistence.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
<ProjectReference Include="..\Services\Services.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Remove="AutoMapper.Extensions.Microsoft.DependencyInjection" />
Expand Down
4 changes: 3 additions & 1 deletion src/Infrastructure/Persistence/Persistence.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
<Folder Include="Context\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Domain\Domain.csproj" />
<ProjectReference Include="..\..\Domain\Domain.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.9">
Expand Down
7 changes: 6 additions & 1 deletion src/Infrastructure/WebAPI/WebAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<DockerComposeProjectPath>../../docker-compose.dcproj</DockerComposeProjectPath>
<UserSecretsId>ef326666-1cfa-4625-aae3-41ea85c01828</UserSecretsId>
<Version>0.0.1</Version>
<BuildWithMSBuildOnMono>true</BuildWithMSBuildOnMono>
</PropertyGroup>

<PropertyGroup Condition=" '$(RunConfiguration)' == 'https' " />
Expand All @@ -27,8 +28,12 @@
<ItemGroup>
<ProjectReference Include="..\IoC\IoC.csproj">
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
<ProjectReference Include="..\..\Application\Application.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
</ProjectReference>
<ProjectReference Include="..\..\Application\Application.csproj" />
</ItemGroup>
<ItemGroup>
<None Remove="Microsoft.EntityFrameworkCore.Design" />
Expand Down
10 changes: 8 additions & 2 deletions src/Infrastructure/WebFunctions/WebFunctions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@
<Using Include="System.Threading.ExecutionContext" Alias="ExecutionContext" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IoC\IoC.csproj" />
<ProjectReference Include="..\..\Application\Application.csproj" />
<ProjectReference Include="..\IoC\IoC.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
</ProjectReference>
<ProjectReference Include="..\..\Application\Application.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
</ProjectReference>
</ItemGroup>
</Project>

0 comments on commit ee31f6c

Please sign in to comment.