Skip to content

Commit daebbd5

Browse files
committed
Migrate to new XML-based solution file format
1 parent 25b7d4a commit daebbd5

3 files changed

Lines changed: 18 additions & 60 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<Import Project="$(MSBuildThisFileDirectory)\eng\LanguageInternals.props" Condition="!$(MSBuildProjectName.Contains('Tests'))" />
3-
<Import Project="$(MSBuildThisFileDirectory)\eng\PackageMetadata.props" />
3+
<Import Project="$(MSBuildThisFileDirectory)\eng\PackageMetadata.props" Condition="!$(MSBuildProjectName.Contains('Tests'))" />
44
<PropertyGroup>
55
<RootDirectory>$(MSBuildThisFileDirectory)</RootDirectory>
66
<SourceDirectory>$(RootDirectory)\src</SourceDirectory>

Riverside.CompilerPlatform.sln

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

Riverside.CompilerPlatform.slnx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<Solution>
2+
<Configurations>
3+
<BuildType Name="CSharp" />
4+
<BuildType Name="VisualBasic" />
5+
</Configurations>
6+
<Folder Name="/src/">
7+
<Project Path="src/Riverside.CompilerPlatform.Analyzers/Riverside.CompilerPlatform.Analyzers.csproj" />
8+
<Project Path="src/Riverside.CompilerPlatform.CodeFixers/Riverside.CompilerPlatform.CodeFixers.csproj" />
9+
<Project Path="src/Riverside.CompilerPlatform.HighPerformance/Riverside.CompilerPlatform.HighPerformance.csproj" />
10+
<Project Path="src/Riverside.CompilerPlatform.SourceGenerators/Riverside.CompilerPlatform.SourceGenerators.csproj" />
11+
</Folder>
12+
<Folder Name="/tests/">
13+
<Project Path="tests/Riverside.CompilerPlatform.CSharp.SourceGenerators.Tests/Riverside.CompilerPlatform.CSharp.Tests.csproj">
14+
<BuildType Project="Release" />
15+
</Project>
16+
</Folder>
17+
</Solution>

0 commit comments

Comments
 (0)