Skip to content

Commit

Permalink
Merge pull request #271 from CodebreakerApp/270-cleanup
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
christiannagel authored Oct 13, 2024
2 parents 23a7744 + 90f90d0 commit c7fae19
Show file tree
Hide file tree
Showing 79 changed files with 13 additions and 1,814 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codebreaker-lib-client-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
solutionfile-path: src/Codebreaker.GameAPIs.Client.sln
projectfile-path: src/clients/common/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
projectfile-path: src/clients/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
artifact-name: codebreaker-client-stable

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codebreaker-lib-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches:
[ main ]
paths:
- 'src/clients/common/Codebreaker.GameAPIs.Client/**'
- 'src/clients/common/Codebreaker.GameAPIs.Client.Tests/**'
- 'src/clients/Codebreaker.GameAPIs.Client/**'
- 'src/clients/Codebreaker.GameAPIs.Client.Tests/**'
- 'src/Codebreaker.GameA.sln'
- '.github/workflows/codebreaker-lib-client.yml'
- '.github/workflows/createnuget-withbuildnumber.yml'
Expand Down
31 changes: 0 additions & 31 deletions src/CodeBreaker.Bot.sln

This file was deleted.

25 changes: 0 additions & 25 deletions src/CodeBreaker.Live.sln

This file was deleted.

27 changes: 0 additions & 27 deletions src/CodeBreaker.Shared.sln

This file was deleted.

25 changes: 0 additions & 25 deletions src/CodeBreaker.UserService.sln

This file was deleted.

20 changes: 10 additions & 10 deletions src/Codebreaker.GameAPIs.Client.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33913.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codebreaker.GameAPIs.Client", "clients\common\Codebreaker.GameAPIs.Client\Codebreaker.GameAPIs.Client.csproj", "{87B3D527-0BB4-4B7E-9A29-525F86836FBD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codebreaker.GameAPIs.Client", "clients\Codebreaker.GameAPIs.Client\Codebreaker.GameAPIs.Client.csproj", "{11AEC509-CB22-441A-B6A0-19732DA0F0F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codebreaker.GameAPIs.Client.Tests", "clients\common\Codebreaker.GameAPIs.Client.Tests\Codebreaker.GameAPIs.Client.Tests.csproj", "{D6A22A41-9853-4EDE-8B25-033308390292}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codebreaker.GameAPIs.Client.Tests", "clients\Codebreaker.GameAPIs.Client.Tests\Codebreaker.GameAPIs.Client.Tests.csproj", "{EF2D1638-A6FA-4FF1-88BD-CFAADDE80E37}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87B3D527-0BB4-4B7E-9A29-525F86836FBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87B3D527-0BB4-4B7E-9A29-525F86836FBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87B3D527-0BB4-4B7E-9A29-525F86836FBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87B3D527-0BB4-4B7E-9A29-525F86836FBD}.Release|Any CPU.Build.0 = Release|Any CPU
{D6A22A41-9853-4EDE-8B25-033308390292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6A22A41-9853-4EDE-8B25-033308390292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6A22A41-9853-4EDE-8B25-033308390292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6A22A41-9853-4EDE-8B25-033308390292}.Release|Any CPU.Build.0 = Release|Any CPU
{11AEC509-CB22-441A-B6A0-19732DA0F0F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11AEC509-CB22-441A-B6A0-19732DA0F0F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11AEC509-CB22-441A-B6A0-19732DA0F0F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11AEC509-CB22-441A-B6A0-19732DA0F0F8}.Release|Any CPU.Build.0 = Release|Any CPU
{EF2D1638-A6FA-4FF1-88BD-CFAADDE80E37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF2D1638-A6FA-4FF1-88BD-CFAADDE80E37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF2D1638-A6FA-4FF1-88BD-CFAADDE80E37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF2D1638-A6FA-4FF1-88BD-CFAADDE80E37}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
67 changes: 0 additions & 67 deletions src/Codebreaker.GameApis.sln

This file was deleted.

148 changes: 0 additions & 148 deletions src/clients/shared/CodeBreaker.Services/Authentication/AuthService.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit c7fae19

Please sign in to comment.