AST
This commit is contained in:
+3
-1
@@ -33,7 +33,9 @@ uses
|
||||
TestDataTypes in '..\Src\Data\TestDataTypes.pas',
|
||||
Myc.Data.Types.Method in '..\Src\Data\Myc.Data.Types.Method.pas',
|
||||
Myc.Data.Types.Void in '..\Src\Data\Myc.Data.Types.Void.pas',
|
||||
Myc.Data.Types.Decimal in '..\Src\Data\Myc.Data.Types.Decimal.pas';
|
||||
Myc.Data.Types.Decimal in '..\Src\Data\Myc.Data.Types.Decimal.pas',
|
||||
Myc.Ast in '..\Src\AST\Myc.Ast.pas',
|
||||
TestAst in '..\Src\AST\TestAst.pas';
|
||||
|
||||
{ keep comment here to protect the following conditional from being removed by the IDE when adding a unit }
|
||||
{$IFNDEF TESTINSIGHT}
|
||||
|
||||
+3
-1
@@ -58,7 +58,7 @@
|
||||
<UsingDelphiRTL>true</UsingDelphiRTL>
|
||||
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
|
||||
<Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
|
||||
<DCC_UnitSearchPath>$(DUnitX);T:\Myc\Src;T:\Myc\Src\Data;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_UnitSearchPath>$(DUnitX);T:\Myc\Src;T:\Myc\Src\Data;T:\Myc\Src\Ast;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<SanitizedProjectName>MycTests</SanitizedProjectName>
|
||||
<VerInfo_Locale>1031</VerInfo_Locale>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
@@ -135,6 +135,8 @@ $(PreBuildEvent)]]></PreBuildEvent>
|
||||
<DCCReference Include="..\Src\Data\Myc.Data.Types.Method.pas"/>
|
||||
<DCCReference Include="..\Src\Data\Myc.Data.Types.Void.pas"/>
|
||||
<DCCReference Include="..\Src\Data\Myc.Data.Types.Decimal.pas"/>
|
||||
<DCCReference Include="..\Src\AST\Myc.Ast.pas"/>
|
||||
<DCCReference Include="..\Src\AST\TestAst.pas"/>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
|
||||
Reference in New Issue
Block a user