File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11<Project >
22
3+ <!-- Roslyn 4.4 variant output paths must be set here (before Microsoft.Common.props)
4+ to avoid MSB3539 warning. See: https://go.microsoft.com/fwlink/?linkid=869650 -->
5+ <PropertyGroup Condition =" '$(RoslynVersion)' == '4.4'" >
6+ <BaseOutputPath >$(MSBuildProjectDirectory)/bin/roslyn4.4/</BaseOutputPath >
7+ <BaseIntermediateOutputPath >$(MSBuildProjectDirectory)/obj/roslyn4.4/</BaseIntermediateOutputPath >
8+ </PropertyGroup >
9+
310 <PropertyGroup >
411 <LangVersion >14</LangVersion >
512 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <PropertyGroup Condition =" '$(RoslynVersion)' == '4.4'" >
8- <BaseOutputPath >$(_Roslyn44AnalyzerDir)</BaseOutputPath >
9- <BaseIntermediateOutputPath >$(MSBuildProjectDirectory)/obj/roslyn4.4/</BaseIntermediateOutputPath >
108 <DefaultItemExcludes >$(DefaultItemExcludes);$(MSBuildProjectDirectory)/obj/**</DefaultItemExcludes >
119 <DefineConstants >$(DefineConstants);ROSLYN4_4</DefineConstants >
1210 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments