|
| 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