Skip to content

Commit

Permalink
Merge pull request #14 from royalapplications/switch-to-slnx
Browse files Browse the repository at this point in the history
Switch to `.slnx` format
  • Loading branch information
StefanKoell authored Feb 12, 2025
2 parents 14ddcd6 + 893eed6 commit 95ee85e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on

env:
Solution_Name: RoyalApps.Community.Rdp.sln # Replace with your solution name, i.e. MyWpfApp.sln.
Solution_Name: RoyalApps.Community.Rdp.slnx # Replace with your solution name, i.e. MyWpfApp.sln.
# Test_Project_Path: your-test-project-path # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
# Wap_Project_Directory: your-wap-project-directory-name # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
# Wap_Project_Path: your-wap-project-path # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0'
dotnet-version: '9.0.x'

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand Down
27 changes: 0 additions & 27 deletions src/RoyalApps.Community.Rdp.sln

This file was deleted.

7 changes: 7 additions & 0 deletions src/RoyalApps.Community.Rdp.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Solution>
<Folder Name="/Solution Items/">
<File Path="..\README.md" />
</Folder>
<Project Path="RoyalApps.Community.Rdp.WinForms.Demo\RoyalApps.Community.Rdp.WinForms.Demo.csproj" />
<Project Path="RoyalApps.Community.Rdp.WinForms\RoyalApps.Community.Rdp.WinForms.csproj" />
</Solution>

0 comments on commit 95ee85e

Please sign in to comment.