Skip to content

Commit c7fae19

Browse files
Merge pull request #271 from CodebreakerApp/270-cleanup
cleanup
2 parents 23a7744 + 90f90d0 commit c7fae19

File tree

79 files changed

+13
-1814
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+13
-1814
lines changed

.github/workflows/codebreaker-lib-client-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
solutionfile-path: src/Codebreaker.GameAPIs.Client.sln
13-
projectfile-path: src/clients/common/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
13+
projectfile-path: src/clients/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
1414
artifact-name: codebreaker-client-stable
1515

1616
steps:

.github/workflows/codebreaker-lib-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
branches:
88
[ main ]
99
paths:
10-
- 'src/clients/common/Codebreaker.GameAPIs.Client/**'
11-
- 'src/clients/common/Codebreaker.GameAPIs.Client.Tests/**'
10+
- 'src/clients/Codebreaker.GameAPIs.Client/**'
11+
- 'src/clients/Codebreaker.GameAPIs.Client.Tests/**'
1212
- 'src/Codebreaker.GameA.sln'
1313
- '.github/workflows/codebreaker-lib-client.yml'
1414
- '.github/workflows/createnuget-withbuildnumber.yml'

src/CodeBreaker.Bot.sln

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/CodeBreaker.Live.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/CodeBreaker.Shared.sln

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/CodeBreaker.UserService.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/Codebreaker.GameAPIs.Client.sln

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.7.33913.275
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codebreaker.GameAPIs.Client", "clients\common\Codebreaker.GameAPIs.Client\Codebreaker.GameAPIs.Client.csproj", "{87B3D527-0BB4-4B7E-9A29-525F86836FBD}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codebreaker.GameAPIs.Client", "clients\Codebreaker.GameAPIs.Client\Codebreaker.GameAPIs.Client.csproj", "{11AEC509-CB22-441A-B6A0-19732DA0F0F8}"
77
EndProject
8-
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}"
8+
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}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212
Debug|Any CPU = Debug|Any CPU
1313
Release|Any CPU = Release|Any CPU
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{87B3D527-0BB4-4B7E-9A29-525F86836FBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{87B3D527-0BB4-4B7E-9A29-525F86836FBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
18-
{87B3D527-0BB4-4B7E-9A29-525F86836FBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
19-
{87B3D527-0BB4-4B7E-9A29-525F86836FBD}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{D6A22A41-9853-4EDE-8B25-033308390292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{D6A22A41-9853-4EDE-8B25-033308390292}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{D6A22A41-9853-4EDE-8B25-033308390292}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{D6A22A41-9853-4EDE-8B25-033308390292}.Release|Any CPU.Build.0 = Release|Any CPU
16+
{11AEC509-CB22-441A-B6A0-19732DA0F0F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{11AEC509-CB22-441A-B6A0-19732DA0F0F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{11AEC509-CB22-441A-B6A0-19732DA0F0F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{11AEC509-CB22-441A-B6A0-19732DA0F0F8}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{EF2D1638-A6FA-4FF1-88BD-CFAADDE80E37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{EF2D1638-A6FA-4FF1-88BD-CFAADDE80E37}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{EF2D1638-A6FA-4FF1-88BD-CFAADDE80E37}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{EF2D1638-A6FA-4FF1-88BD-CFAADDE80E37}.Release|Any CPU.Build.0 = Release|Any CPU
2424
EndGlobalSection
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE

src/Codebreaker.GameApis.sln

Lines changed: 0 additions & 67 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)