RTL refactoring
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -45,7 +45,10 @@ uses
|
||||
Myc.Ast.Script.Print in '..\Src\AST\Myc.Ast.Script.Print.pas',
|
||||
Myc.Ast.Json.Schema.Old in '..\Src\AST\Myc.Ast.Json.Schema.Old.pas',
|
||||
Myc.Ast.Attributes in 'Myc.Ast.Attributes.pas',
|
||||
Myc.Ast.Json.Schema in '..\Src\AST\Myc.Ast.Json.Schema.pas';
|
||||
Myc.Ast.Json.Schema in '..\Src\AST\Myc.Ast.Json.Schema.pas',
|
||||
Myc.Ast.RTL.Math in '..\Src\AST\Myc.Ast.RTL.Math.pas',
|
||||
Myc.Ast.RTL.DateTime in '..\Src\AST\Myc.Ast.RTL.DateTime.pas',
|
||||
Myc.Ast.RTL.Series in '..\Src\AST\Myc.Ast.RTL.Series.pas';
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
||||
@@ -176,6 +176,9 @@
|
||||
<DCCReference Include="..\Src\AST\Myc.Ast.Json.Schema.Old.pas"/>
|
||||
<DCCReference Include="Myc.Ast.Attributes.pas"/>
|
||||
<DCCReference Include="..\Src\AST\Myc.Ast.Json.Schema.pas"/>
|
||||
<DCCReference Include="..\Src\AST\Myc.Ast.RTL.Math.pas"/>
|
||||
<DCCReference Include="..\Src\AST\Myc.Ast.RTL.DateTime.pas"/>
|
||||
<DCCReference Include="..\Src\AST\Myc.Ast.RTL.Series.pas"/>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
|
||||
Reference in New Issue
Block a user