Skip to content

Commit ea48001

Browse files
committed
Migrate Stride.VisualStudio.sln to .slnx format
1 parent ada13b8 commit ea48001

4 files changed

Lines changed: 10 additions & 52 deletions

File tree

.github/workflows/build-vs-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
paths:
66
- '.github/workflows/build-vs-package.yml'
7-
- 'build/Stride.VisualStudio.sln'
7+
- 'build/Stride.VisualStudio.slnx'
88
- 'sources/tools/Stride.VisualStudio.*/**'
99
- 'sources/sdk/**'
1010
- '!**/.all-contributorsrc'
@@ -53,7 +53,7 @@ jobs:
5353
- uses: ./.github/actions/build-sdk
5454
- name: Build
5555
run: |
56-
msbuild build\Stride.VisualStudio.sln `
56+
msbuild build\Stride.VisualStudio.slnx `
5757
-restore -m:1 -nr:false `
5858
-v:m -p:WarningLevel=0 `
5959
-p:Configuration=${{ github.event.inputs.build-type || inputs.build-type || 'Debug' }} `

build/Stride.VisualStudio.sln

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

build/Stride.VisualStudio.slnx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Solution>
2+
<Project Path="../sources/tools/Stride.VisualStudio.Commands.Interfaces/Stride.VisualStudio.Commands.Interfaces.csproj" />
3+
<Project Path="../sources/tools/Stride.VisualStudio.Commands/Stride.VisualStudio.Commands.csproj" />
4+
<Project Path="../sources/tools/Stride.VisualStudio.Package.Tests/Stride.VisualStudio.Package.Tests.csproj" />
5+
<Project Path="../sources/tools/Stride.VisualStudio.Package/Stride.VisualStudio.Package.csproj" />
6+
<Project Path="../sources/tools/Stride.VisualStudio.PackageInstall/Stride.VisualStudio.PackageInstall.csproj" />
7+
</Solution>

build/Stride.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Example of use:
88
<PropertyGroup>
99
<StrideRoot>$(MSBuildThisFileDirectory)..\</StrideRoot>
1010
<StrideSolution>$(StrideRoot)build\Stride.slnx</StrideSolution>
11-
<StrideVisualStudioSolution>$(StrideRoot)build\Stride.VisualStudio.sln</StrideVisualStudioSolution>
11+
<StrideVisualStudioSolution>$(StrideRoot)build\Stride.VisualStudio.slnx</StrideVisualStudioSolution>
1212
<StrideSolutionLauncher>$(StrideRoot)build\Stride.Launcher.sln</StrideSolutionLauncher>
1313
<StridePlatforms Condition="'$(StridePlatforms)' == ''">Windows</StridePlatforms>
1414
<BuildProperties>Configuration=Release;NoWarn=1591;DeployExtension=false;StridePlatforms=$([MSBuild]::Escape('$(StridePlatforms)'));StrideGraphicsApiDependentBuildAll=$(StrideGraphicsApiDependentBuildAll)</BuildProperties>

0 commit comments

Comments
 (0)