-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathStreamJsonRpc.slnx
More file actions
41 lines (41 loc) · 1.88 KB
/
StreamJsonRpc.slnx
File metadata and controls
41 lines (41 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<Solution>
<Folder Name="/Solution Items/">
<File Path=".config/dotnet-tools.json" />
<File Path=".editorconfig" />
<File Path=".github/renovate.json" />
<File Path="azure-pipelines.yml" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="nuget.config" />
<File Path="stylecop.json" />
<File Path="tools/dirs.proj" />
<File Path="version.json" />
</Folder>
<Folder Name="/src/">
<File Path="src/.editorconfig" />
<File Path="src/dirs.proj" />
<File Path="src/Analyzers.props" />
<File Path="src/AnalyzerUser.targets" />
<File Path="src/Directory.Build.props" />
<File Path="src/Directory.Build.targets" />
<Project Path="src/StreamJsonRpc.Analyzers.CodeFixes/StreamJsonRpc.Analyzers.CodeFixes.csproj" />
<Project Path="src/StreamJsonRpc.Analyzers/StreamJsonRpc.Analyzers.csproj" />
<Project Path="src/StreamJsonRpc/StreamJsonRpc.csproj" />
</Folder>
<Folder Name="/test/">
<File Path="test/.editorconfig" />
<File Path="test/dirs.proj" />
<File Path="test/Directory.Build.props" />
<File Path="test/Directory.Build.targets" />
<Project Path="samples/Samples.csproj" />
<Project Path="test/Benchmarks/Benchmarks.csproj" />
<Project Path="test/NativeAOTCompatibility.Test/NativeAOTCompatibility.Test.csproj" />
<Project Path="test/StreamJsonRpc.Analyzer.Tests/StreamJsonRpc.Analyzer.Tests.csproj" />
<Project Path="test/StreamJsonRpc.Tests.ExternalAssembly/StreamJsonRpc.Tests.ExternalAssembly.csproj" />
<Project Path="test/StreamJsonRpc.Tests.NoInterceptors/StreamJsonRpc.Tests.NoInterceptors.csproj" />
<Project Path="test/StreamJsonRpc.Tests/StreamJsonRpc.Tests.csproj" />
<Project Path="test/UnreachableAssembly/UnreachableAssembly.csproj" />
</Folder>
</Solution>