diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml
index 8d5cf87..c5fcedb 100644
--- a/.github/workflows/cd.yaml
+++ b/.github/workflows/cd.yaml
@@ -17,7 +17,7 @@ jobs:
env:
Configuration: Release
- Solution_Path: WpfExtended.sln
+ Solution_Path: WpfExtended.slnx
Actions_Allow_Unsecure_Commands: true
steps:
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2c45a85..f805117 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
runs-on: windows-latest
env:
- Solution_Path: WpfExtended.sln
+ Solution_Path: WpfExtended.slnx
Actions_Allow_Unsecure_Commands: true
Test_Project_Path: WpfExtended.Test\WpfExtended.Tests.csproj
diff --git a/.github/workflows/gitlab-mirror.yaml b/.github/workflows/gitlab-mirror.yaml
deleted file mode 100644
index a9fc189..0000000
--- a/.github/workflows/gitlab-mirror.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Sync Repository to GitLab
-
-on:
- push
-
-jobs:
- sync:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout all history
- uses: actions/checkout@v4
- with:
- fetch-depth: 0
-
- - name: Sync to GitLab
- uses: keninkujovic/gitlab-sync@2.1.0
- with:
- gitlab_url: ${{ secrets.GITLAB_URL }}
- username: ${{ secrets.GITLAB_USERNAME }}
- gitlab_pat: ${{ secrets.GITLAB_PAT }}
\ No newline at end of file
diff --git a/WpfExtended.slnx b/WpfExtended.slnx
index 9a49184..aa73e12 100644
--- a/WpfExtended.slnx
+++ b/WpfExtended.slnx
@@ -2,7 +2,6 @@
-