File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Load diff This file was deleted.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments