Skip to content

Commit 8cd95ab

Browse files
committed
Migrate to new (slnx) solution format
1 parent 127f4d0 commit 8cd95ab

2 files changed

Lines changed: 28 additions & 72 deletions

File tree

Chisel.sln

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

Chisel.slnx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<Solution>
2+
<Folder Name="/meta/">
3+
<File Path=".github/dependabot.yml" />
4+
<File Path=".github/workflows/continuous-integration.yml" />
5+
<File Path="CHANGELOG.md" />
6+
<File Path="CODE_OF_CONDUCT.md" />
7+
<File Path="global.json" />
8+
<File Path="LICENSE" />
9+
<File Path="MAINTENANCE.md" />
10+
<File Path="NuGet.config" />
11+
<File Path="README.md" />
12+
<File Path="src/Chisel/packages.lock.json" />
13+
</Folder>
14+
<Folder Name="/samples/">
15+
<Project Path="samples/Microsoft.Identity.Client/Microsoft.Identity.Client.csproj" />
16+
<Project Path="samples/MongoDbSample/MongoDbSample.csproj" />
17+
<Project Path="samples/SqlClientSample/SqlClientSample.csproj" />
18+
</Folder>
19+
<Folder Name="/src/">
20+
<Project Path="src/Chisel/Chisel.csproj" />
21+
</Folder>
22+
<Folder Name="/tests/">
23+
<Project Path="tests/Chisel.Tests/Chisel.Tests.csproj" />
24+
<Project Path="tests/TestApp/TestApp.csproj">
25+
<Build Project="false" />
26+
</Project>
27+
</Folder>
28+
</Solution>

0 commit comments

Comments
 (0)