Skip to content

Commit 841af8f

Browse files
committed
[edit] migrated to slnx
1 parent 0225c76 commit 841af8f

3 files changed

Lines changed: 15 additions & 89 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"**/lcov*": true
2626
},
2727
"dotrush.roslyn.projectOrSolutionFiles": [
28-
"./src/Simplify.Web.sln"
28+
"./src/Simplify.Web.slnx"
2929
]
3030
}

src/Simplify.Web.sln

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

src/Simplify.Web.slnx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Solution>
2+
<Folder Name="/SampleApps/">
3+
<Project Path="SampleApps/SampleApp.Angular/SampleApp.Angular.csproj" />
4+
<Project Path="SampleApps/SampleApp.Api/SampleApp.Api.csproj" />
5+
<Project Path="SampleApps/SampleApp.Classic.Tests/SampleApp.Classic.Tests.csproj" />
6+
<Project Path="SampleApps/SampleApp.Classic/SampleApp.Classic.csproj" />
7+
<Project Path="SampleApps/SampleApp.WindowsServiceHosted/SampleApp.WindowsServiceHosted.csproj" />
8+
</Folder>
9+
<Project Path="Simplify.Web.Benchmark/Simplify.Web.Benchmark.csproj" />
10+
<Project Path="Simplify.Web.Meta.Tests/Simplify.Web.Meta.Tests.csproj" />
11+
<Project Path="Simplify.Web.RegistrationsTests/Simplify.Web.RegistrationsTests.csproj" />
12+
<Project Path="Simplify.Web.Tests/Simplify.Web.Tests.csproj" />
13+
<Project Path="Simplify.Web/Simplify.Web.csproj" />
14+
</Solution>

0 commit comments

Comments
 (0)