We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a0725 commit 05e0ef4Copy full SHA for 05e0ef4
3 files changed
.vscode/settings.json
@@ -1,3 +1,3 @@
1
{
2
- "dotnet.defaultSolution": "TinyHotKey.sln"
+ "dotnet.defaultSolution": "TinyHotKey.slnx"
3
}
TinyHotKey.sln
TinyHotKey.slnx
@@ -0,0 +1,16 @@
+<Solution>
+ <Folder Name="/config/">
+ <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
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
16
+</Solution>
0 commit comments