Skip to content

Commit 22a1203

Browse files
authored
Merge pull request #353 from microsoft/dev/andarno/slnx
Switch from sln to slnx
2 parents e85e485 + 7a90d55 commit 22a1203

File tree

2 files changed

+40
-134
lines changed

2 files changed

+40
-134
lines changed

Microsoft.ServiceBroker.sln

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

Microsoft.ServiceBroker.slnx

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path=".github/renovate.json" />
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="README.md" />
11+
<File Path="stylecop.json" />
12+
<File Path="version.json" />
13+
</Folder>
14+
<Folder Name="/Solution Items/src/">
15+
<File Path="src/.editorconfig" />
16+
<File Path="src/Directory.Build.props" />
17+
<File Path="src/Directory.Build.targets" />
18+
</Folder>
19+
<Folder Name="/Solution Items/test/">
20+
<File Path="test/.editorconfig" />
21+
<File Path="test/Directory.Build.props" />
22+
<File Path="test/Directory.Build.targets" />
23+
</Folder>
24+
<Folder Name="/src/">
25+
<File Path="src/OptProf.targets" />
26+
<Project Path="src/Microsoft.ServiceHub.Analyzers.CodeFixes/Microsoft.ServiceHub.Analyzers.CodeFixes.csproj" />
27+
<Project Path="src/Microsoft.ServiceHub.Analyzers.CSharp/Microsoft.ServiceHub.Analyzers.CSharp.csproj" />
28+
<Project Path="src/Microsoft.ServiceHub.Analyzers.VisualBasic/Microsoft.ServiceHub.Analyzers.VisualBasic.csproj" />
29+
<Project Path="src/Microsoft.ServiceHub.Analyzers/Microsoft.ServiceHub.Analyzers.csproj" />
30+
<Project Path="src/Microsoft.ServiceHub.Framework.Testing/Microsoft.ServiceHub.Framework.Testing.csproj" />
31+
<Project Path="src/Microsoft.ServiceHub.Framework/Microsoft.ServiceHub.Framework.csproj" />
32+
</Folder>
33+
<Folder Name="/test/">
34+
<Project Path="test/ExternalTestAssembly/ExternalTestAssembly.csproj" />
35+
<Project Path="test/Microsoft.ServiceHub.Analyzers.Tests/Microsoft.ServiceHub.Analyzers.Tests.csproj" />
36+
<Project Path="test/Microsoft.ServiceHub.Framework.Testing.Tests/Microsoft.ServiceHub.Framework.Testing.Tests.csproj" />
37+
<Project Path="test/Microsoft.ServiceHub.Framework.Tests/Microsoft.ServiceHub.Framework.Tests.csproj" />
38+
<Project Path="test/ServiceBrokerTest/ServiceBrokerTest.csproj" />
39+
</Folder>
40+
</Solution>

0 commit comments

Comments
 (0)