forked from ph7n2ofui/SysyCompiler_Arm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.2 KiB
21 lines
1.2 KiB
<?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> |