Migrate to slnx

This commit is contained in:
2025-09-12 11:15:33 +02:00
parent 90579d4cd9
commit 3c1621c6e9
3 changed files with 34 additions and 42 deletions
+20
View File
@@ -0,0 +1,20 @@
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 }}
-42
View File
@@ -1,42 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Net.Maui.Extensions", "Net.Maui.Extensions\Net.Maui.Extensions.csproj", "{518D6700-2583-4743-A015-C142E33AF3AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{617BD830-6D10-4FE9-82FB-9880CEC683D4}"
ProjectSection(SolutionItems) = preProject
.github\CODEOWNERS = .github\CODEOWNERS
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{FBF28286-4693-460F-A13B-59EA80B1F98F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\cd.yaml = .github\workflows\cd.yaml
.github\workflows\ci.yaml = .github\workflows\ci.yaml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{518D6700-2583-4743-A015-C142E33AF3AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{518D6700-2583-4743-A015-C142E33AF3AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{518D6700-2583-4743-A015-C142E33AF3AC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{518D6700-2583-4743-A015-C142E33AF3AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{518D6700-2583-4743-A015-C142E33AF3AC}.Release|Any CPU.Build.0 = Release|Any CPU
{518D6700-2583-4743-A015-C142E33AF3AC}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FBF28286-4693-460F-A13B-59EA80B1F98F} = {617BD830-6D10-4FE9-82FB-9880CEC683D4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FDFE725F-2E85-450E-9A22-39587AE90B13}
EndGlobalSection
EndGlobal
+14
View File
@@ -0,0 +1,14 @@
<Solution>
<Folder Name="/.github/">
<File Path=".github/CODEOWNERS" />
<File Path=".github/dependabot.yml" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/cd.yaml" />
<File Path=".github/workflows/ci.yaml" />
<File Path=".github/workflows/gitlab-mirror.yaml" />
</Folder>
<Project Path="Net.Maui.Extensions/Net.Maui.Extensions.csproj">
<Deploy />
</Project>
</Solution>