Skip to content

Commit 8b718f7

Browse files
committed
fixup - removed duplicate property setting code
1 parent 543e1d0 commit 8b718f7

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,6 @@
6565
<EmbeddedResource Include="JS\JavascriptCompiler.properties" />
6666
</ItemGroup>
6767

68-
<PropertyGroup>
69-
<Antlr4CodeGeneratorVersion Condition="'$(PkgAntlr4_CodeGenerator)' != ''">$([System.IO.Path]::GetFileName('$(PkgAntlr4_CodeGenerator)'))</Antlr4CodeGeneratorVersion>
70-
71-
<Antlr4ToolPath Condition="'$(PkgAntlr4_CodeGenerator)' != '' And '$(Antlr4ToolPath)' == ''">$(PkgAntlr4_CodeGenerator)\tools\antlr4-csharp-$(Antlr4CodeGeneratorVersion)-complete.jar</Antlr4ToolPath>
72-
</PropertyGroup>
73-
74-
<PropertyGroup>
75-
<Antlr4OutputPath>$(BaseIntermediateOutputPath)$(MSBuildProjectName)\$(Configuration)\$(TargetFramework)\Antlr4\</Antlr4OutputPath>
76-
</PropertyGroup>
77-
7868
<Target Name="SetAntlr4ToolProperties" BeforeTargets="Antlr4">
7969
<PropertyGroup>
8070
<!-- Required for Antlr4BuildTasks to find the antlr4 .jar file. When missing,

0 commit comments

Comments
 (0)