Просмотр исходного кода

Quick.Config.Yaml sample updated

Unknown 6 лет назад
Родитель
Сommit
ca47d8f942

+ 1 - 4
samples/delphi/QuickConfig/ConfigToYAML/ConfigToYAML.dpr

@@ -2,10 +2,7 @@ program ConfigToYAML;
 
 
 uses
 uses
   Vcl.Forms,
   Vcl.Forms,
-  Main in 'Main.pas' {MainForm},
-  Quick.Config.YAML in '..\..\..\..\Quick.Config.YAML.pas',
-  Quick.YAML.Serializer in '..\..\..\..\Quick.YAML.Serializer.pas',
-  Quick.YAML in '..\..\..\..\Quick.YAML.pas';
+  Main in 'Main.pas' {MainForm};
 
 
 {$R *.res}
 {$R *.res}
 
 

+ 0 - 3
samples/delphi/QuickConfig/ConfigToYAML/ConfigToYAML.dproj

@@ -133,9 +133,6 @@
             <Form>MainForm</Form>
             <Form>MainForm</Form>
             <FormType>dfm</FormType>
             <FormType>dfm</FormType>
         </DCCReference>
         </DCCReference>
-        <DCCReference Include="..\..\..\..\Quick.Config.YAML.pas"/>
-        <DCCReference Include="..\..\..\..\Quick.YAML.Serializer.pas"/>
-        <DCCReference Include="..\..\..\..\Quick.YAML.pas"/>
         <BuildConfiguration Include="Release">
         <BuildConfiguration Include="Release">
             <Key>Cfg_2</Key>
             <Key>Cfg_2</Key>
             <CfgParent>Base</CfgParent>
             <CfgParent>Base</CfgParent>

BIN
samples/firemonkey/QuickAutoMapper/AutoMapperObjects.res


+ 1 - 1
samples/fpc/QuickConfig/ConfigToYAML/umain.lfm

@@ -1,5 +1,5 @@
 object Form1: TForm1
 object Form1: TForm1
-  Left = 379
+  Left = -1541
   Height = 457
   Height = 457
   Top = 208
   Top = 208
   Width = 592
   Width = 592