Skip to content

Commit 73ffc2e

Browse files
committed
Proj VCL_Anthropic no apparence
1 parent 6c9a1f9 commit 73ffc2e

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

demos/VCL/pythia-anthropic/VCL_Anthropic.dpr

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@ uses
44
Vcl.Forms,
55
Main in 'Main.pas' {Form1},
66
Vcl.Themes,
7-
Vcl.Styles,
8-
Demo.Anthropic.AsyncUtils in 'Demo.Anthropic.AsyncUtils.pas',
9-
Demo.Anthropic.JsonResponse.Helper in 'Demo.Anthropic.JsonResponse.Helper.pas',
10-
Demo.Anthropic.Upload in 'Demo.Anthropic.Upload.pas',
11-
WVPythia.Clipboard.Vcl in '..\..\..\source\WVPythia.Clipboard.Vcl.pas',
12-
WVPythia.Clipboard.Fmx in '..\..\..\source\WVPythia.Clipboard.Fmx.pas';
7+
Vcl.Styles;
138

149
{$R *.res}
1510

1611
begin
1712
Application.Initialize;
1813
Application.MainFormOnTaskbar := True;
19-
TStyleManager.TrySetStyle('Windows11 MineShaft');
2014
Application.CreateForm(TForm1, Form1);
2115
Application.Run;
2216
end.

demos/VCL/pythia-anthropic/VCL_Anthropic.dproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
7272
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
7373
<SanitizedProjectName>VCL_Anthropic</SanitizedProjectName>
74-
<Custom_Styles>&quot;Windows11 MineShaft|VCLSTYLE|$(BDSCOMMONDIR)\Styles\Windows11_MineShaft.vsf&quot;</Custom_Styles>
7574
</PropertyGroup>
7675
<PropertyGroup Condition="'$(Base_Win32)'!=''">
7776
<DCC_UsePackage>vclwinx;fmx;vclie;DbxCommonDriver;bindengine;IndyIPCommon;VCLRESTComponents;FireDACCommonODBC;FireDACCommonDriver;appanalytics;IndyProtocols;vclx;Skia.Package.RTL;IndyIPClient;dbxcds;vcledge;bindcompvclwinx;bindcompfmx;inetdb;FireDACSqliteDriver;DbxClientDriver;WebView4DelphiVCLRTL;soapmidas;vclactnband;fmxFireDAC;dbexpress;DBXMySQLDriver;VclSmp;inet;vcltouch;fmxase;dbrtl;Skia.Package.FMX;fmxdae;FireDACMSAccDriver;CustomIPTransport;vcldsnap;DBXInterBaseDriver;IndySystem;Edge.Realtime.Design;Skia.Package.VCL;vcldb;SynEditDR;vclFireDAC;bindcomp;FireDACCommon;IndyCore;RESTBackendComponents;bindcompdbx;rtl;FireDACMySQLDriver;FireDACADSDriver;RESTComponents;DBXSqliteDriver;vcl;IndyIPServer;dsnapxml;dsnapcon;adortl;WebView4DelphiFMXRTL;vclimg;FireDACPgDriver;FireDAC;inetdbxpress;xmlrtl;tethering;bindcompvcl;dsnap;CloudService;fmxobj;bindcompvclsmp;soaprtl;soapserver;FireDACIBDriver;$(DCC_UsePackage)</DCC_UsePackage>
@@ -150,12 +149,6 @@
150149
<Form>Form1</Form>
151150
<FormType>dfm</FormType>
152151
</DCCReference>
153-
<DCCReference Include="Demo.Anthropic.AsyncUtils.pas"/>
154-
<DCCReference Include="Demo.Anthropic.JsonResponse.Helper.pas"/>
155-
<DCCReference Include="Demo.Anthropic.Upload.pas"/>
156-
<DCCReference Include="..\..\..\source\WVPythia.Clipboard.Vcl.pas"/>
157-
<DCCReference Include="..\..\..\source\WVPythia.Clipboard.Fmx.pas"/>
158-
<None Include="..\..\..\assets\scripts\ActivityLogo.js"/>
159152
<BuildConfiguration Include="Base">
160153
<Key>Base</Key>
161154
</BuildConfiguration>
@@ -182,12 +175,6 @@
182175
</Excluded_Packages>
183176
</Delphi.Personality>
184177
<Deployment Version="4">
185-
<DeployFile LocalName="..\..\..\assets\scripts\ActivityLogo.js" Configuration="Debug" Class="ProjectFile">
186-
<Platform Name="Win64">
187-
<RemoteDir>.\</RemoteDir>
188-
<Overwrite>true</Overwrite>
189-
</Platform>
190-
</DeployFile>
191178
<DeployFile LocalName="..\..\..\bin32\VCL_Anthropic.exe" Configuration="Debug" Class="ProjectOutput">
192179
<Platform Name="Win32">
193180
<RemoteName>VCL_Anthropic.exe</RemoteName>

0 commit comments

Comments
 (0)