Skip to content

Commit 051cfc7

Browse files
committed
chore: Lowercase for Delphi baseline
1 parent 45458a8 commit 051cfc7

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

baseline/Delphi/src/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Platform Condition="'$(Platform)'==''">Linux64</Platform>
99
<TargetedPlatforms>130</TargetedPlatforms>
1010
<AppType>Console</AppType>
11-
<MainSource>Baseline.dpr</MainSource>
11+
<MainSource>baseline.dpr</MainSource>
1212
</PropertyGroup>
1313
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
1414
<Base>true</Base>
@@ -107,7 +107,7 @@
107107
<DCC_F>false</DCC_F>
108108
<DCC_K>false</DCC_K>
109109
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
110-
<SanitizedProjectName>Baseline</SanitizedProjectName>
110+
<SanitizedProjectName>baseline</SanitizedProjectName>
111111
</PropertyGroup>
112112
<PropertyGroup Condition="'$(Base_Android)'!=''">
113113
<DCC_UsePackage>FMXComponents;fmx;DbxCommonDriver;bindengine;IndyIPCommon;emsclient;FireDACCommonDriver;IndyProtocols;IndyIPClient;dbxcds;FmxTeeUI;bindcompfmx;FireDACSqliteDriver;DbxClientDriver;soapmidas;fmxFireDAC;dbexpress;inet;DataSnapCommon;fmxase;dbrtl;FireDACDBXDriver;CustomIPTransport;DBXInterBaseDriver;IndySystem;bindcomp;FireDACCommon;IndyCore;RESTBackendComponents;bindcompdbx;rtl;RESTComponents;DBXSqliteDriver;IndyIPServer;dsnapxml;DataSnapClient;DataSnapProviderClient;DataSnapFireDAC;emsclientfiredac;FireDAC;FireDACDSDriver;xmlrtl;tethering;dsnap;CloudService;DataSnapNativeClient;FMXTee;soaprtl;soapserver;FireDACIBDriver;$(DCC_UsePackage)</DCC_UsePackage>
@@ -257,7 +257,7 @@
257257
<BorlandProject>
258258
<Delphi.Personality>
259259
<Source>
260-
<Source Name="MainSource">Baseline.dpr</Source>
260+
<Source Name="MainSource">baseline.dpr</Source>
261261
</Source>
262262
<Excluded_Packages>
263263
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
@@ -282,9 +282,9 @@
282282
<Overwrite>true</Overwrite>
283283
</Platform>
284284
</DeployFile>
285-
<DeployFile LocalName="Win32\Debug\Baseline.exe" Configuration="Debug" Class="ProjectOutput">
285+
<DeployFile LocalName="Win32\Debug\baseline.exe" Configuration="Debug" Class="ProjectOutput">
286286
<Platform Name="Win32">
287-
<RemoteName>Baseline.exe</RemoteName>
287+
<RemoteName>baseline.exe</RemoteName>
288288
<Overwrite>true</Overwrite>
289289
</Platform>
290290
</DeployFile>

0 commit comments

Comments
 (0)