Types-JSON
This commit is contained in:
+3
-1
@@ -35,7 +35,9 @@ uses
|
||||
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.Ast in '..\Src\AST\Myc.Ast.pas',
|
||||
TestAst in '..\Src\AST\TestAst.pas';
|
||||
TestAst in '..\Src\AST\TestAst.pas',
|
||||
Myc.Data.Types.JSON in '..\Src\Data\Myc.Data.Types.JSON.pas',
|
||||
TestDataTypes.JSON in '..\Src\Data\TestDataTypes.JSON.pas';
|
||||
|
||||
{ keep comment here to protect the following conditional from being removed by the IDE when adding a unit }
|
||||
{$IFNDEF TESTINSIGHT}
|
||||
|
||||
@@ -137,6 +137,8 @@ $(PreBuildEvent)]]></PreBuildEvent>
|
||||
<DCCReference Include="..\Src\Data\Myc.Data.Types.Decimal.pas"/>
|
||||
<DCCReference Include="..\Src\AST\Myc.Ast.pas"/>
|
||||
<DCCReference Include="..\Src\AST\TestAst.pas"/>
|
||||
<DCCReference Include="..\Src\Data\Myc.Data.Types.JSON.pas"/>
|
||||
<DCCReference Include="..\Src\Data\TestDataTypes.JSON.pas"/>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
|
||||
Reference in New Issue
Block a user