Skip to content

Commit 927bec3

Browse files
committed
Update to SLNX format
1 parent 91db8b8 commit 927bec3

File tree

2 files changed

+24
-115
lines changed

2 files changed

+24
-115
lines changed

TableStorage.sln

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

TableStorage.slnx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".github/workflows/build.yml" />
4+
<File Path=".github/workflows/publish.yml" />
5+
<File Path=".netconfig" />
6+
<File Path="readme.md" />
7+
<File Path="src/Directory.props" />
8+
</Folder>
9+
<Folder Name="/Source/">
10+
<Project Path="src/TableStorage.Bson.Source/TableStorage.Bson.Source.csproj" />
11+
<Project Path="src/TableStorage.MessagePack.Source/TableStorage.MessagePack.Source.csproj" />
12+
<Project Path="src/TableStorage.Newtonsoft.Source/TableStorage.Newtonsoft.Source.csproj" />
13+
<Project Path="src/TableStorage.Protobuf.Source/TableStorage.Protobuf.Source.csproj" />
14+
<Project Path="src/TableStorage.Source/TableStorage.Source.csproj" />
15+
</Folder>
16+
<Project Path="src/TableStorage.Bson/TableStorage.Bson.csproj" />
17+
<Project Path="src/TableStorage.CodeAnalysis/TableStorage.CodeAnalysis.csproj" />
18+
<Project Path="src/TableStorage.Memory/TableStorage.Memory.csproj" />
19+
<Project Path="src/TableStorage.MessagePack/TableStorage.MessagePack.csproj" />
20+
<Project Path="src/TableStorage.Newtonsoft/TableStorage.Newtonsoft.csproj" />
21+
<Project Path="src/TableStorage.Protobuf/TableStorage.Protobuf.csproj" />
22+
<Project Path="src/TableStorage/TableStorage.csproj" />
23+
<Project Path="src/Tests/Tests.csproj" />
24+
</Solution>

0 commit comments

Comments
 (0)