Skip to content

Commit

Permalink
Ensure MainUnit is visible in the IDE form list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Wiert Pluimers committed Oct 19, 2015
1 parent 11effcb commit 47429ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ObservableDemo.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ program ObservableDemo;

uses
SysUtils,
MainUnit;
MainUnit in 'MainUnit.pas';

begin
try
Expand Down
1 change: 1 addition & 0 deletions ObservableDemo.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<DelphiCompile Include="$(MainSource)">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="MainUnit.pas"/>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
Expand Down

0 comments on commit 47429ce

Please sign in to comment.