Skip to content

Commit

Permalink
- Removed AsyncCalls demo project as it is not supported anymore by t…
Browse files Browse the repository at this point in the history
…he author (Andreas Hausladen).
  • Loading branch information
beNative committed Nov 9, 2015
1 parent 9b48078 commit 5bcdee9
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 4,406 deletions.
4 changes: 0 additions & 4 deletions Concepts.Registration.pas
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ implementation
Concepts.Spring.Utils.Form,
{$ENDIF}

{$IFDEF ASYNCCALLS}
Concepts.AsyncCalls.Form,
{$ENDIF}

{$IFDEF BTMEMORYMODULE}
Concepts.BTMemoryModule.Form,
{$ENDIF}
Expand Down
2 changes: 0 additions & 2 deletions Concepts.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ uses
Forms,
Vcl.Themes,
Vcl.Styles,
AsyncCalls in 'Libraries\AsyncCalls\AsyncCalls.pas',
BTMemoryModule in 'Libraries\BTMemoryModule\BTMemoryModule.pas',
ChromeTabs in 'Libraries\TChromeTabs\Lib\ChromeTabs.pas',
ChromeTabsClasses in 'Libraries\TChromeTabs\Lib\ChromeTabsClasses.pas',
Expand All @@ -16,7 +15,6 @@ uses
ChromeTabsThreadTimer in 'Libraries\TChromeTabs\Lib\ChromeTabsThreadTimer.pas',
ChromeTabsTypes in 'Libraries\TChromeTabs\Lib\ChromeTabsTypes.pas',
ChromeTabsUtils in 'Libraries\TChromeTabs\Lib\ChromeTabsUtils.pas',
Concepts.AsyncCalls.Form in 'Forms\Concepts.AsyncCalls.Form.pas' {frmAsyncCalls},
Concepts.BTMemoryModule.Form in 'Forms\Concepts.BTMemoryModule.Form.pas' {frmBTMemoryModule},
Concepts.ChromeTabs.Form in 'Forms\Concepts.ChromeTabs.Form.pas' {frmChromeTabs},
Concepts.ComponentInspectorTemplate.Form in 'Forms\Concepts.ComponentInspectorTemplate.Form.pas' {frmPropertyInspector},
Expand Down
30 changes: 19 additions & 11 deletions Concepts.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
<DelphiCompile Include="$(MainSource)">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="Libraries\AsyncCalls\AsyncCalls.pas"/>
<DCCReference Include="Libraries\BTMemoryModule\BTMemoryModule.pas"/>
<DCCReference Include="Libraries\TChromeTabs\Lib\ChromeTabs.pas"/>
<DCCReference Include="Libraries\TChromeTabs\Lib\ChromeTabsClasses.pas"/>
Expand All @@ -143,9 +142,6 @@
<DCCReference Include="Libraries\TChromeTabs\Lib\ChromeTabsThreadTimer.pas"/>
<DCCReference Include="Libraries\TChromeTabs\Lib\ChromeTabsTypes.pas"/>
<DCCReference Include="Libraries\TChromeTabs\Lib\ChromeTabsUtils.pas"/>
<DCCReference Include="Forms\Concepts.AsyncCalls.Form.pas">
<Form>frmAsyncCalls</Form>
</DCCReference>
<DCCReference Include="Forms\Concepts.BTMemoryModule.Form.pas">
<Form>frmBTMemoryModule</Form>
</DCCReference>
Expand Down Expand Up @@ -578,30 +574,42 @@
<Platform value="Win64">True</Platform>
</Platforms>
<Deployment Version="1">
<DeployFile LocalName="Library\Win32\Debug\Concepts.exe" Configuration="Debug" Class="ProjectOutput">
<DeployFile LocalName="Libraries\DDuce\DDuce.inc" Configuration="Debug" Class="ProjectFile">
<Platform Name="Win32">
<RemoteName>Concepts.exe</RemoteName>
<RemoteDir>.\</RemoteDir>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="Library\Win64\Debug\Concepts.exe" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win64">
<DeployFile LocalName="Library\Win32\Release\Concepts.exe" Configuration="Release" Class="ProjectOutput">
<Platform Name="Win32">
<RemoteName>Concepts.exe</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="Library\Win32\Release\Concepts.exe" Configuration="Release" Class="ProjectOutput">
<DeployFile LocalName="Libraries\DDuce\jedi.inc" Configuration="Release" Class="ProjectFile">
<Platform Name="Win32">
<RemoteName>Concepts.exe</RemoteName>
<RemoteDir>.\</RemoteDir>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="Libraries\DDuce\DDuce.inc" Configuration="Debug" Class="ProjectFile">
<DeployFile LocalName="Libraries\DDuce\DDuce.inc" Configuration="Release" Class="ProjectFile">
<Platform Name="Win32">
<RemoteDir>.\</RemoteDir>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="Library\Win32\Debug\Concepts.exe" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win32">
<RemoteName>Concepts.exe</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="Library\Win64\Debug\Concepts.exe" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win64">
<RemoteName>Concepts.exe</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="Libraries\DDuce\jedi.inc" Configuration="Debug" Class="ProjectFile">
<Platform Name="Win32">
<RemoteDir>.\</RemoteDir>
Expand Down
2 changes: 0 additions & 2 deletions Concepts.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
{$DEFINE DDUCE}
{ DevExpress - http://www.devexpress.com/Products/VCL/ }
{$DEFINE DEVEXPRESS}
{ AsyncCalls.pas }
{.$DEFINE ASYNCCALLS}
{ RTTEye }
{$DEFINE RTTEYE}
{ BTMemoryModule.pas }
Expand Down
80 changes: 0 additions & 80 deletions Forms/Concepts.AsyncCalls.Form.dfm

This file was deleted.

121 changes: 0 additions & 121 deletions Forms/Concepts.AsyncCalls.Form.pas

This file was deleted.

Loading

0 comments on commit 5bcdee9

Please sign in to comment.