Initial commit from sysy-main

This commit is contained in:
Lixuanwang
2025-02-27 23:14:53 +08:00
commit cc523fd30b
1125 changed files with 257793 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<?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>