Skip to content

Commit

Permalink
Reorganising the models in folders
Browse files Browse the repository at this point in the history
  • Loading branch information
vaananart committed Jan 6, 2021
1 parent 58ef72c commit 170de88
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 27 deletions.
3 changes: 2 additions & 1 deletion PokerHandSorterConsoleApp/GameFramework/GameFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\PokerHandDomain\PokerHandDomainModels.csproj" />
<ProjectReference Include="..\GameModels\PokerHands\PokerHandDomainModels.Extensions\PokerHandDomainModels.Extensions.csproj" />
<ProjectReference Include="..\GameModels\PokerHands\PokerHandDomain\PokerHandDomainModels.csproj" />
</ItemGroup>

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

using PokerHandDomainModels;

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

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

</Project>
28 changes: 14 additions & 14 deletions PokerHandSorterConsoleApp/PokerHandConsoleSolution.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ 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}") = "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}") = "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}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Implementations", "Implementations", "{F19BAA81-46CD-4736-8AE3-2E62B93C723E}"
Expand All @@ -35,6 +31,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandLogicHandlersTests
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandSorterServiceTests", "Tests\PokerHandSorterServiceTests\PokerHandSorterServiceTests.csproj", "{3F6A6023-D23A-4081-8FF3-FF1E2211046C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandDomainModels", "GameModels\PokerHands\PokerHandDomain\PokerHandDomainModels.csproj", "{861A40F5-6AE7-44FE-87F2-999E78020F76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerHandDomainModels.Extensions", "GameModels\PokerHands\PokerHandDomainModels.Extensions\PokerHandDomainModels.Extensions.csproj", "{6621CC38-90A6-459A-99A9-00AD20A261A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -45,18 +45,10 @@ 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
{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
{0C1F6175-BC7D-43A4-8295-50B7355F92AF}.Release|Any CPU.Build.0 = Release|Any CPU
{ADE26051-852B-44EC-AAD3-9F7F689E0220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{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
{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
{9AA5813D-9FDC-4157-9FCB-224DBCD8E7C4}.Release|Any CPU.Build.0 = Release|Any CPU
{FCFBE5D4-8ADC-4498-AEB6-454FE4EE3B0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCFBE5D4-8ADC-4498-AEB6-454FE4EE3B0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCFBE5D4-8ADC-4498-AEB6-454FE4EE3B0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -73,21 +65,29 @@ Global
{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
{861A40F5-6AE7-44FE-87F2-999E78020F76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{861A40F5-6AE7-44FE-87F2-999E78020F76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{861A40F5-6AE7-44FE-87F2-999E78020F76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{861A40F5-6AE7-44FE-87F2-999E78020F76}.Release|Any CPU.Build.0 = Release|Any CPU
{6621CC38-90A6-459A-99A9-00AD20A261A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6621CC38-90A6-459A-99A9-00AD20A261A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6621CC38-90A6-459A-99A9-00AD20A261A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6621CC38-90A6-459A-99A9-00AD20A261A0}.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}
{0C1F6175-BC7D-43A4-8295-50B7355F92AF} = {BA5E61AE-7917-4AF8-9F56-505EBD8A44EF}
{ADE26051-852B-44EC-AAD3-9F7F689E0220} = {2240E6A7-3D12-45AD-9262-B2BA7AD8DEEE}
{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}
{861A40F5-6AE7-44FE-87F2-999E78020F76} = {BA5E61AE-7917-4AF8-9F56-505EBD8A44EF}
{6621CC38-90A6-459A-99A9-00AD20A261A0} = {BA5E61AE-7917-4AF8-9F56-505EBD8A44EF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DDA806A-1A88-432B-84BD-03C8200EF17C}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Collections.Generic;

using PokerHandDomainModels;

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

<ItemGroup>
<ProjectReference Include="..\PokerHandDomain\PokerHandDomainModels.csproj" />
<ProjectReference Include="..\GameModels\PokerHands\PokerHandDomain\PokerHandDomainModels.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

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

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

<ItemGroup>
<ProjectReference Include="..\..\PokerHandDomainModels.Extensions\PokerHandDomainModels.Extensions.csproj" />
<ProjectReference Include="..\..\PokerHandDomain\PokerHandDomainModels.csproj" />
<ProjectReference Include="..\..\PokerHandLogicHandler\PokerHandLogicRuleHandlers.csproj" />
<!--<ProjectReference Include="..\PokerHandLogicHandler\PokerHandLogicRuleHandlers.csproj" />-->
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@

<ItemGroup>
<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>
Expand Down

0 comments on commit 170de88

Please sign in to comment.