Skip to content

Commit 2bdb90b

Browse files
committed
Lucene.Net.Expressions.csproj: Added custom path for Antlr4OutputPath to try to fix parallel build issues.
1 parent 23f6a65 commit 2bdb90b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Lucene.Net.Expressions/Lucene.Net.Expressions.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
<Antlr4ToolPath Condition="'$(PkgAntlr4_CodeGenerator)' != '' And '$(Antlr4ToolPath)' == ''">$(PkgAntlr4_CodeGenerator)\tools\antlr4-csharp-$(Antlr4CodeGeneratorVersion)-complete.jar</Antlr4ToolPath>
7373
</PropertyGroup>
7474

75+
<PropertyGroup>
76+
<Antlr4OutputPath>$(BaseIntermediateOutputPath)$(MSBuildProjectName)\$(Configuration)\$(TargetFramework)\Antlr4\</Antlr4OutputPath>
77+
</PropertyGroup>
78+
7579
<ItemGroup>
7680
<Antlr4 Include="JS\Javascript.g4">
7781
<Listener>true</Listener>

0 commit comments

Comments
 (0)