Skip to content

Commit

Permalink
remove the client library project from the solution
Browse files Browse the repository at this point in the history
removes the warning when debugging

as the nuget package is used instead
  • Loading branch information
christiannagel committed Sep 18, 2024
1 parent 7507119 commit be75aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
20 changes: 2 additions & 18 deletions ch11/Chapter11.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codebreaker.GameAPIs.Tests"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeBreaker.Bot.Tests", "CodeBreaker.Bot.Tests\CodeBreaker.Bot.Tests.csproj", "{6F24F509-90E2-4EF4-BD3D-04ECE970340E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codebreaker.GameAPIs.Client", "Codebreaker.GameAPIs.Client\Codebreaker.GameAPIs.Client.csproj", "{E8F4F2D2-6365-479C-9270-C5BB07B379AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codebreaker.GameAPIs.Client.Tests", "Codebreaker.GameAPIs.Client.Tests\Codebreaker.GameAPIs.Client.Tests.csproj", "{DDED1556-3395-4FE8-A15B-E3897B2351C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GamesAPI", "GamesAPI", "{77EEE74A-99C6-4CD5-96B0-BF9AD39DF075}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "grafana", "grafana", "{5F6717A8-03CF-4A25-83F1-5809B7E373C1}"
Expand Down Expand Up @@ -57,8 +53,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "datasources", "datasources"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Bot", "Bot", "{5E463302-4888-4F18-BB3E-6192B576A4FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Clients", "Clients", "{B09C78CD-2B70-4ED8-B04C-DED361DE7CB6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -89,30 +83,20 @@ Global
{6F24F509-90E2-4EF4-BD3D-04ECE970340E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F24F509-90E2-4EF4-BD3D-04ECE970340E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F24F509-90E2-4EF4-BD3D-04ECE970340E}.Release|Any CPU.Build.0 = Release|Any CPU
{E8F4F2D2-6365-479C-9270-C5BB07B379AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8F4F2D2-6365-479C-9270-C5BB07B379AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8F4F2D2-6365-479C-9270-C5BB07B379AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8F4F2D2-6365-479C-9270-C5BB07B379AD}.Release|Any CPU.Build.0 = Release|Any CPU
{DDED1556-3395-4FE8-A15B-E3897B2351C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDED1556-3395-4FE8-A15B-E3897B2351C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDED1556-3395-4FE8-A15B-E3897B2351C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDED1556-3395-4FE8-A15B-E3897B2351C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{288B3955-47C4-47D4-8B2B-D87D0E7E303B} = {77EEE74A-99C6-4CD5-96B0-BF9AD39DF075}
{DFA6264C-D06B-4A3C-B195-88A0E61E2A8F} = {5E463302-4888-4F18-BB3E-6192B576A4FD}
{3F67AC70-DBD4-46FC-91D3-671CFB6C51F9} = {77EEE74A-99C6-4CD5-96B0-BF9AD39DF075}
{6F24F509-90E2-4EF4-BD3D-04ECE970340E} = {5E463302-4888-4F18-BB3E-6192B576A4FD}
{63E66D67-72F4-4B2D-A45F-B45A86AACB2B} = {5F6717A8-03CF-4A25-83F1-5809B7E373C1}
{495095E0-3696-4E53-AB77-1147201B9EBD} = {5F6717A8-03CF-4A25-83F1-5809B7E373C1}
{6F24F509-90E2-4EF4-BD3D-04ECE970340E} = {5E463302-4888-4F18-BB3E-6192B576A4FD}
{71AA58F9-8633-4166-80E1-5187347B9675} = {495095E0-3696-4E53-AB77-1147201B9EBD}
{6D3BA9A0-FD83-4796-B11D-AE35EB7AADE2} = {71AA58F9-8633-4166-80E1-5187347B9675}
{3D542520-A5A9-4D96-84C1-0935F581BE18} = {71AA58F9-8633-4166-80E1-5187347B9675}
{DDED1556-3395-4FE8-A15B-E3897B2351C6} = {B09C78CD-2B70-4ED8-B04C-DED361DE7CB6}
{DFA6264C-D06B-4A3C-B195-88A0E61E2A8F} = {5E463302-4888-4F18-BB3E-6192B576A4FD}
{E8F4F2D2-6365-479C-9270-C5BB07B379AD} = {B09C78CD-2B70-4ED8-B04C-DED361DE7CB6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB3739EB-14D4-4A4A-A6DC-44E1D103FE67}
Expand Down
1 change: 0 additions & 1 deletion ch11/CodeBreaker.Bot/CodeBreaker.Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit be75aaf

Please sign in to comment.