Skip to content

Commit 05e0ef4

Browse files
committed
Use new solution file format
1 parent c6a0725 commit 05e0ef4

3 files changed

Lines changed: 17 additions & 54 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"dotnet.defaultSolution": "TinyHotKey.sln"
2+
"dotnet.defaultSolution": "TinyHotKey.slnx"
33
}

TinyHotKey.sln

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

TinyHotKey.slnx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Solution>
2+
<Folder Name="/config/">
3+
<File Path=".editorconfig" />
4+
<File Path=".gitignore" />
5+
<File Path="global.json" />
6+
</Folder>
7+
<Folder Name="/samples/">
8+
<File Path="samples/Directory.Build.props" />
9+
<Project Path="samples/ConsoleApp/ConsoleApp.csproj" />
10+
</Folder>
11+
<Folder Name="/src/">
12+
<File Path="src/Directory.Build.props" />
13+
<File Path="src/Directory.Packages.props" />
14+
<Project Path="src/TinyHotKey/TinyHotKey.csproj" />
15+
</Folder>
16+
</Solution>

0 commit comments

Comments
 (0)