Skip to content

Commit 7c724bc

Browse files
authored
Merge pull request #1218 from microsoft/slnx
Switch from sln to slnx
2 parents c6a47d4 + 97b6cc9 commit 7c724bc

2 files changed

Lines changed: 28 additions & 83 deletions

File tree

StreamJsonRpc.sln

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

StreamJsonRpc.slnx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path="azure-pipelines.yml" />
5+
<File Path="Directory.Build.props" />
6+
<File Path="Directory.Build.targets" />
7+
<File Path="Directory.Packages.props" />
8+
<File Path="global.json" />
9+
<File Path="nuget.config" />
10+
<File Path="stylecop.json" />
11+
<File Path="version.json" />
12+
</Folder>
13+
<Folder Name="/src/">
14+
<File Path="src/.editorconfig" />
15+
<File Path="src/Directory.Build.props" />
16+
<File Path="src/Directory.Build.targets" />
17+
<Project Path="src/StreamJsonRpc/StreamJsonRpc.csproj" />
18+
</Folder>
19+
<Folder Name="/test/">
20+
<File Path="test/.editorconfig" />
21+
<File Path="test/Directory.Build.props" />
22+
<File Path="test/Directory.Build.targets" />
23+
<Project Path="test/Benchmarks/Benchmarks.csproj" />
24+
<Project Path="test/NativeAOTCompatibility.Test/NativeAOTCompatibility.Test.csproj" />
25+
<Project Path="test/StreamJsonRpc.Tests.ExternalAssembly/StreamJsonRpc.Tests.ExternalAssembly.csproj" />
26+
<Project Path="test/StreamJsonRpc.Tests/StreamJsonRpc.Tests.csproj" />
27+
</Folder>
28+
</Solution>

0 commit comments

Comments
 (0)