Skip to content

Commit

Permalink
Fixing broken Build: reorganise the source code arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
vaananart committed Jan 6, 2021
1 parent bec2981 commit 58ef72c
Show file tree
Hide file tree
Showing 26 changed files with 24 additions and 22 deletions.
28 changes: 14 additions & 14 deletions PokerHandSorterConsoleApp/PokerHandConsoleSolution.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameServices", "PokerHanderSorterService\GameServices.csproj", "{F69F2713-5791-42A6-B850-F40CE612738C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandSorterServiceTests", "PokerHandSorterServiceTests\PokerHandSorterServiceTests.csproj", "{199FF6FD-05A3-4046-BB78-4F72A84BFE9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandDomainModels", "PokerHandDomain\PokerHandDomainModels.csproj", "{0C1F6175-BC7D-43A4-8295-50B7355F92AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandLogicRuleHandlers", "PokerHandLogicHandler\PokerHandLogicRuleHandlers.csproj", "{ADE26051-852B-44EC-AAD3-9F7F689E0220}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F1697E6C-9248-4530-8CD6-97963E74A3B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandLogicHandlersTests", "PokerHandLogicHandlerTests\PokerHandLogicHandlersTests.csproj", "{17BB428B-CF9F-4180-B4F8-45523599E9EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandDomainModels.Extensions", "PokerHandDomainModels.Extensions\PokerHandDomainModels.Extensions.csproj", "{9AA5813D-9FDC-4157-9FCB-224DBCD8E7C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Interfaces", "Interfaces", "{28B1A074-245B-4D37-B269-88BCA51C84DF}"
Expand All @@ -35,6 +31,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameFramework", "GameFramew
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandConsole", "PokerHandConsoleApp\PokerHandConsole.csproj", "{33AA77B7-6070-4D3C-9D28-0A865918AEA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandLogicHandlersTests", "Tests\PokerHandLogicHandlerTests\PokerHandLogicHandlersTests.csproj", "{E42C5890-2CEF-40FE-9C23-DC34CB9E9E48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandSorterServiceTests", "Tests\PokerHandSorterServiceTests\PokerHandSorterServiceTests.csproj", "{3F6A6023-D23A-4081-8FF3-FF1E2211046C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -45,10 +45,6 @@ Global
{F69F2713-5791-42A6-B850-F40CE612738C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F69F2713-5791-42A6-B850-F40CE612738C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F69F2713-5791-42A6-B850-F40CE612738C}.Release|Any CPU.Build.0 = Release|Any CPU
{199FF6FD-05A3-4046-BB78-4F72A84BFE9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{199FF6FD-05A3-4046-BB78-4F72A84BFE9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{199FF6FD-05A3-4046-BB78-4F72A84BFE9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{199FF6FD-05A3-4046-BB78-4F72A84BFE9A}.Release|Any CPU.Build.0 = Release|Any CPU
{0C1F6175-BC7D-43A4-8295-50B7355F92AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C1F6175-BC7D-43A4-8295-50B7355F92AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C1F6175-BC7D-43A4-8295-50B7355F92AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -57,10 +53,6 @@ Global
{ADE26051-852B-44EC-AAD3-9F7F689E0220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADE26051-852B-44EC-AAD3-9F7F689E0220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADE26051-852B-44EC-AAD3-9F7F689E0220}.Release|Any CPU.Build.0 = Release|Any CPU
{17BB428B-CF9F-4180-B4F8-45523599E9EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17BB428B-CF9F-4180-B4F8-45523599E9EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17BB428B-CF9F-4180-B4F8-45523599E9EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17BB428B-CF9F-4180-B4F8-45523599E9EB}.Release|Any CPU.Build.0 = Release|Any CPU
{9AA5813D-9FDC-4157-9FCB-224DBCD8E7C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AA5813D-9FDC-4157-9FCB-224DBCD8E7C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AA5813D-9FDC-4157-9FCB-224DBCD8E7C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -73,21 +65,29 @@ Global
{33AA77B7-6070-4D3C-9D28-0A865918AEA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33AA77B7-6070-4D3C-9D28-0A865918AEA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33AA77B7-6070-4D3C-9D28-0A865918AEA7}.Release|Any CPU.Build.0 = Release|Any CPU
{E42C5890-2CEF-40FE-9C23-DC34CB9E9E48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E42C5890-2CEF-40FE-9C23-DC34CB9E9E48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E42C5890-2CEF-40FE-9C23-DC34CB9E9E48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E42C5890-2CEF-40FE-9C23-DC34CB9E9E48}.Release|Any CPU.Build.0 = Release|Any CPU
{3F6A6023-D23A-4081-8FF3-FF1E2211046C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F6A6023-D23A-4081-8FF3-FF1E2211046C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F6A6023-D23A-4081-8FF3-FF1E2211046C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F6A6023-D23A-4081-8FF3-FF1E2211046C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F69F2713-5791-42A6-B850-F40CE612738C} = {F19BAA81-46CD-4736-8AE3-2E62B93C723E}
{199FF6FD-05A3-4046-BB78-4F72A84BFE9A} = {B14EF8D3-E4CF-4296-B462-1B21B64DF1C6}
{0C1F6175-BC7D-43A4-8295-50B7355F92AF} = {BA5E61AE-7917-4AF8-9F56-505EBD8A44EF}
{ADE26051-852B-44EC-AAD3-9F7F689E0220} = {2240E6A7-3D12-45AD-9262-B2BA7AD8DEEE}
{17BB428B-CF9F-4180-B4F8-45523599E9EB} = {B14EF8D3-E4CF-4296-B462-1B21B64DF1C6}
{9AA5813D-9FDC-4157-9FCB-224DBCD8E7C4} = {BA5E61AE-7917-4AF8-9F56-505EBD8A44EF}
{BA5E61AE-7917-4AF8-9F56-505EBD8A44EF} = {D4555EBA-DE48-4BC2-A173-01F92CC09079}
{B14EF8D3-E4CF-4296-B462-1B21B64DF1C6} = {F1697E6C-9248-4530-8CD6-97963E74A3B4}
{2240E6A7-3D12-45AD-9262-B2BA7AD8DEEE} = {EABBA59C-09F4-48D1-9C37-8F20E0C93992}
{FCFBE5D4-8ADC-4498-AEB6-454FE4EE3B0E} = {28B1A074-245B-4D37-B269-88BCA51C84DF}
{E42C5890-2CEF-40FE-9C23-DC34CB9E9E48} = {B14EF8D3-E4CF-4296-B462-1B21B64DF1C6}
{3F6A6023-D23A-4081-8FF3-FF1E2211046C} = {B14EF8D3-E4CF-4296-B462-1B21B64DF1C6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DDA806A-1A88-432B-84BD-03C8200EF17C}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\AppFramework\GameFramework.csproj" />
<ProjectReference Include="..\GameFramework\GameFramework.csproj" />
<ProjectReference Include="..\PokerHandDomainModels.Extensions\PokerHandDomainModels.Extensions.csproj" />
<ProjectReference Include="..\PokerHandDomain\PokerHandDomainModels.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\PokerHandLogicHandler\PokerHandLogicRuleHandlers.csproj" />
<ProjectReference Include="..\..\PokerHandDomainModels.Extensions\PokerHandDomainModels.Extensions.csproj" />
<ProjectReference Include="..\..\PokerHandDomain\PokerHandDomainModels.csproj" />
<ProjectReference Include="..\..\PokerHandLogicHandler\PokerHandLogicRuleHandlers.csproj" />
<!--<ProjectReference Include="..\PokerHandLogicHandler\PokerHandLogicRuleHandlers.csproj" />-->
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Linq;

using GameService;

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

<ItemGroup>
<ProjectReference Include="..\PokerHanderSorterService\GameServices.csproj" />
<ProjectReference Include="..\..\GameFramework\GameFramework.csproj" />
<ProjectReference Include="..\..\PokerHandDomainModels.Extensions\PokerHandDomainModels.Extensions.csproj" />
<ProjectReference Include="..\..\PokerHandDomain\PokerHandDomainModels.csproj" />
<ProjectReference Include="..\..\PokerHanderSorterService\GameServices.csproj" />
<!--<ProjectReference Include="..\PokerHanderSorterService\GameServices.csproj" />-->
</ItemGroup>

</Project>

0 comments on commit 58ef72c

Please sign in to comment.