Skip to content

Commit

Permalink
Merge pull request #40 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 5575f05 + 7572889 commit f28f619
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 30 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.FreeRdp.sln # Replace with your solution name, i.e. MyWpfApp.sln.
Solution_Name: RoyalApps.Community.FreeRdp.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
28 changes: 0 additions & 28 deletions src/RoyalApps.Community.FreeRdp.sln

This file was deleted.

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

0 comments on commit f28f619

Please sign in to comment.