Skip to content

Commit

Permalink
buildv1705
Browse files Browse the repository at this point in the history
  • Loading branch information
Artanemus committed Mar 21, 2024
1 parent 134cc61 commit e9679a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion MEMBERS/dmManageMemberData.pas
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@ procedure TManageMemberData.qryMemberRoleLnkNewRecord(DataSet: TDataSet);

procedure TManageMemberData.ReadPreferences(aIniFileName: string);
var
i: Integer;
iFile: TIniFile;
begin
// ---------------------------------------------------------
Expand Down
7 changes: 3 additions & 4 deletions SwimClubMeet.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ProjectVersion>19.5</ProjectVersion>
<FrameworkType>VCL</FrameworkType>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType>
Expand Down Expand Up @@ -109,10 +109,9 @@
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_MinorVer>7</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=Artanemus;FileDescription=$(MSBuildProjectName) - Manage club members and run your club nights.;FileVersion=1.7.0.4;InternalName=SwimClubMeet;LegalCopyright=Copyright (C) 2019-2024 Artanemus. All rights reserved.;LegalTrademarks=;OriginalFilename=SwimClubMeet.exe;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.7;Comments=Manage club members and run your club nights.</VerInfo_Keys>
<VerInfo_Keys>CompanyName=Artanemus;FileDescription=$(MSBuildProjectName) - Manage club members and run your club nights.;FileVersion=1.7.0.5;InternalName=SwimClubMeet;LegalCopyright=Copyright (C) 2019-2024 Artanemus. All rights reserved.;LegalTrademarks=;OriginalFilename=SwimClubMeet.exe;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.7;Comments=Manage club members and run your club nights.</VerInfo_Keys>
<Icon_MainIcon>SwimClubMeet.ico</Icon_MainIcon>
<VerInfo_Build>4</VerInfo_Build>
<VerInfo_PreRelease>true</VerInfo_PreRelease>
<VerInfo_Build>5</VerInfo_Build>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
Expand Down
Binary file modified SwimClubMeet.res
Binary file not shown.

0 comments on commit e9679a6

Please sign in to comment.