Skip to content

Commit b130a30

Browse files
committed
Migrate to .slnx.
1 parent 47ab1a6 commit b130a30

3 files changed

Lines changed: 20 additions & 53 deletions

File tree

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
# Path to the solution file relative to the root of the project.
11-
SOLUTION_FILE_PATH: EditorConfigGuidelines.sln
11+
SOLUTION_FILE_PATH: EditorConfigGuidelines.slnx
1212

1313
# Configuration type to build.
1414
# You can convert this to a build matrix if you need coverage of multiple configuration types.

EditorConfigGuidelines.sln

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

EditorConfigGuidelines.slnx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path="README.md" />
5+
</Folder>
6+
<Folder Name="/Solution Items/.github/" />
7+
<Folder Name="/Solution Items/.github/workflows/">
8+
<File Path=".github/workflows/msbuild.yml" />
9+
</Folder>
10+
<Folder Name="/Solution Items/art/">
11+
<File Path="art/icon.svg" />
12+
<File Path="art/options-1.png" />
13+
<File Path="art/preview-1.png" />
14+
<File Path="art/preview-2.png" />
15+
</Folder>
16+
<Project Path="EditorConfigGuidelines/EditorConfigGuidelines.csproj">
17+
<Deploy Solution="Debug|*" />
18+
</Project>
19+
</Solution>

0 commit comments

Comments
 (0)