-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathSourceKit.slnx
More file actions
59 lines (59 loc) · 3.3 KB
/
Copy pathSourceKit.slnx
File metadata and controls
59 lines (59 loc) · 3.3 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<Solution>
<Folder Name="/common/">
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="NuGet.config" />
</Folder>
<Folder Name="/common/workflows/">
<File Path=".github/workflows/dotnet-build.yml" />
<File Path=".github/workflows/publish.yml" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/SourceKit.RestoreSentinel/SourceKit.RestoreSentinel.csproj" />
</Folder>
<Folder Name="/samples/analyzers/">
<Project Path="samples/analyzers/SourceKit.Analyzers.Collections.Samples/SourceKit.Analyzers.Collections.Samples.csproj" />
<Project Path="samples/analyzers/SourceKit.Analyzers.Enumerable.Samples/SourceKit.Analyzers.Enumerable.Samples.csproj" />
<Project Path="samples/analyzers/SourceKit.Analyzers.MemberAccessibility.Samples/SourceKit.Analyzers.MemberAccessibility.Samples.csproj" />
<Project Path="samples/analyzers/SourceKit.Analyzers.MustBePartial.Samples/SourceKit.Analyzers.MustBePartial.Samples.csproj" />
<Project Path="samples/analyzers/SourceKit.Analyzers.Nullable.Samples/SourceKit.Analyzers.Nullable.Samples.csproj" />
<Project Path="samples/analyzers/SourceKit.Analyzers.Properties.Samples/SourceKit.Analyzers.Properties.Samples.csproj" />
</Folder>
<Folder Name="/samples/generators/">
<Project Path="samples/generators/SourceKit.Generators.Builder.Samples/SourceKit.Generators.Builder.Samples.csproj" />
<Project Path="samples/generators/SourceKit.Generators.Grpc.Samples.Transitive/SourceKit.Generators.Grpc.Samples.Transitive.csproj" />
<Project Path="samples/generators/SourceKit.Generators.Grpc.Samples/SourceKit.Generators.Grpc.Samples.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/SourceKit.Runtime/SourceKit.Runtime.csproj" />
<Project Path="src/SourceKit.Sdk/SourceKit.Sdk.csproj" />
<Project Path="src/SourceKit/SourceKit.csproj" />
</Folder>
<Folder Name="/src/analyzers/">
<Project Path="src/analyzers/SourceKit.Analyzers.Annotations/SourceKit.Analyzers.Annotations.csproj" />
<Project Path="src/analyzers/SourceKit.Analyzers/SourceKit.Analyzers.csproj" />
</Folder>
<Folder Name="/src/generators/">
<Project Path="src/generators/SourceKit.Generators.Builder.Annotations/SourceKit.Generators.Builder.Annotations.csproj" />
<Project Path="src/generators/SourceKit.Generators.Builder/SourceKit.Generators.Builder.csproj" />
<Project Path="src/generators/SourceKit.Generators.Grpc.Annotations/SourceKit.Generators.Grpc.Annotations.csproj" />
<Project Path="src/generators/SourceKit.Generators.Grpc/SourceKit.Generators.Grpc.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/SourceKit.Analyzers.Tests/SourceKit.Analyzers.Tests.csproj">
<BuildType Project="Debug" />
</Project>
<Project Path="tests/SourceKit.Tests.Common/SourceKit.Tests.Common.csproj">
<BuildType Project="Debug" />
</Project>
</Folder>
<Folder Name="/tests/generators/">
<Project Path="tests/SourceKit.Generators.Builder.Tests/SourceKit.Generators.Builder.Tests.csproj">
<BuildType Project="Debug" />
</Project>
<Project Path="tests/SourceKit.Generators.Grpc.Tests/SourceKit.Generators.Grpc.Tests.csproj">
<BuildType Project="Debug" />
</Project>
</Folder>
</Solution>