-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompilerPlatform.slnx
More file actions
35 lines (35 loc) · 1.83 KB
/
CompilerPlatform.slnx
File metadata and controls
35 lines (35 loc) · 1.83 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
<Solution>
<Configurations>
<BuildType Name="CSharp" />
<BuildType Name="VisualBasic" />
</Configurations>
<Folder Name="/src/" />
<Folder Name="/src/features/">
<Project Path="src/features/Riverside.CompilerPlatform.Features.DynamicCast/Riverside.CompilerPlatform.Features.DynamicCast.csproj">
<BuildType Project="CSharp" />
<Build Solution="VisualBasic|*" Project="false" />
</Project>
<Project Path="src/features/Riverside.CompilerPlatform.Features.Kiota/Riverside.CompilerPlatform.Features.Kiota.csproj">
<BuildType Project="CSharp" />
<Build Solution="VisualBasic|*" Project="false" />
</Project>
</Folder>
<Folder Name="/src/roslyn/">
<Project Path="src/roslyn/Riverside.CompilerPlatform.Analyzers/Riverside.CompilerPlatform.Analyzers.csproj" />
<Project Path="src/roslyn/Riverside.CompilerPlatform.CodeFixers/Riverside.CompilerPlatform.CodeFixers.csproj" />
<Project Path="src/roslyn/Riverside.CompilerPlatform.Extensions/Riverside.CompilerPlatform.Extensions.csproj" />
<Project Path="src/roslyn/Riverside.CompilerPlatform.HighPerformance/Riverside.CompilerPlatform.HighPerformance.csproj" />
<Project Path="src/roslyn/Riverside.CompilerPlatform.SourceGenerators/Riverside.CompilerPlatform.SourceGenerators.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Riverside.CompilerPlatform.CSharp.Tests/Riverside.CompilerPlatform.CSharp.Tests.csproj">
<BuildType Project="CSharp" />
<Build Solution="VisualBasic|*" Project="false" />
</Project>
<Project Path="tests/Riverside.CompilerPlatform.Features.Tests/Riverside.CompilerPlatform.Features.Tests.csproj" />
<Project Path="tests/Riverside.CompilerPlatform.VisualBasic.Tests/Riverside.CompilerPlatform.VisualBasic.Tests.vbproj">
<BuildType Project="VisualBasic" />
<Build Solution="CSharp|*" Project="false" />
</Project>
</Folder>
</Solution>