Skip to content

Commit

Permalink
Moved samples unit for samples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez committed Jun 22, 2019
1 parent 56e8388 commit f4ae834
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ViaCEP.dpr → samples/ViaCEP.dpr
Expand Up @@ -2,10 +2,10 @@ program ViaCEP;

uses
Vcl.Forms,
ViaCEP.Core in 'src\ViaCEP.Core.pas',
ViaCEP.Intf in 'src\ViaCEP.Intf.pas',
ViaCEP.Model in 'src\ViaCEP.Model.pas',
ViaCEP.Samples in 'samples\ViaCEP.Samples.pas' {FrmMain};
ViaCEP.Core in '..\src\ViaCEP.Core.pas',
ViaCEP.Intf in '..\src\ViaCEP.Intf.pas',
ViaCEP.Model in '..\src\ViaCEP.Model.pas',
ViaCEP.Samples in 'src\ViaCEP.Samples.pas' {FrmMain};

{$R *.res}

Expand Down
8 changes: 4 additions & 4 deletions ViaCEP.dproj → samples/ViaCEP.dproj
Expand Up @@ -98,10 +98,10 @@
<DelphiCompile Include="$(MainSource)">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="src\ViaCEP.Core.pas"/>
<DCCReference Include="src\ViaCEP.Intf.pas"/>
<DCCReference Include="src\ViaCEP.Model.pas"/>
<DCCReference Include="samples\ViaCEP.Samples.pas">
<DCCReference Include="..\src\ViaCEP.Core.pas"/>
<DCCReference Include="..\src\ViaCEP.Intf.pas"/>
<DCCReference Include="..\src\ViaCEP.Model.pas"/>
<DCCReference Include="src\ViaCEP.Samples.pas">
<Form>FrmMain</Form>
<FormType>dfm</FormType>
</DCCReference>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f4ae834

Please sign in to comment.