polserver/lib/antlr/runtime/nuget/ANTLR4.Runtime.cpp.shared.props
turleypol 5744049e26
Antlr4.13.1 (#582)
* remove windows headers from "public" headers, stlutil and pch.

* update antlr, regnerate EscriptGrammar

* CI antlr cache

* added now missing header
2023-12-26 11:15:15 +01:00

21 lines
No EOL
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">
<ANTLR4>$(MSBuildThisFileDirectory)x86\dbg</ANTLR4>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x86'">
<ANTLR4>$(MSBuildThisFileDirectory)x86\dbg</ANTLR4>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'">
<ANTLR4>$(MSBuildThisFileDirectory)x64\dbg</ANTLR4>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
<ANTLR4>$(MSBuildThisFileDirectory)x86\rel</ANTLR4>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)|$(Platform)'=='Release DLL|x86'">
<ANTLR4>$(MSBuildThisFileDirectory)x86\rel</ANTLR4>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'">
<ANTLR4>$(MSBuildThisFileDirectory)x64\rel</ANTLR4>
</PropertyGroup>
</Project>