Skip to content

Commit 706f946

Browse files
committed
Migrate to slnx file
1 parent 98cdb24 commit 706f946

File tree

3 files changed

+12
-51
lines changed

3 files changed

+12
-51
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"dotnet-test-explorer.testProjectPath": "Tests/*/*Tests.csproj",
3-
"dotnet-test-explorer.treeMode": "flat"
3+
"dotnet-test-explorer.treeMode": "flat",
4+
"dotnet.defaultSolution": "App.slnx"
45
}

App.sln

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

App.slnx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Solution>
2+
<Folder Name="/App/">
3+
<Project Path="App/Api/Api.csproj" />
4+
<Project Path="App/Services/Services.csproj" />
5+
</Folder>
6+
<Folder Name="/Tests/">
7+
<Project Path="Tests/IntegrationTests/IntegrationTests.csproj" />
8+
<Project Path="Tests/UnitTests/UnitTests.csproj" />
9+
</Folder>
10+
</Solution>

0 commit comments

Comments
 (0)