Skip to content

Commit

Permalink
64 versioninfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Allen committed Feb 8, 2024
1 parent a518096 commit 428b2db
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion src/docto.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<FrameworkType>None</FrameworkType>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>18.8</ProjectVersion>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<Platform Condition="'$(Platform)'==''">Win64</Platform>
<TargetedPlatforms>3</TargetedPlatforms>
<Platform>Win32</Platform>
</PropertyGroup>
Expand Down Expand Up @@ -92,6 +92,12 @@
<Cfg_3>true</Cfg_3>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_3)'=='true') or '$(Cfg_3_Win64)'!=''">
<Cfg_3_Win64>true</Cfg_3_Win64>
<CfgParent>Cfg_3</CfgParent>
<Cfg_3>true</Cfg_3>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<VerInfo_MinorVer>3</VerInfo_MinorVer>
<VerInfo_PreRelease>true</VerInfo_PreRelease>
Expand Down Expand Up @@ -221,6 +227,14 @@
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_3_Win64)'!=''">
<VerInfo_MajorVer>1</VerInfo_MajorVer>
<VerInfo_MinorVer>11</VerInfo_MinorVer>
<VerInfo_Release>46</VerInfo_Release>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.11.46.15;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<Manifest_File>(None)</Manifest_File>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
<MainSource>MainSource</MainSource>
Expand Down Expand Up @@ -417,6 +431,12 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="New1.txt" Configuration="TobyBuild" Class="ProjectFile">
<Platform Name="Win32">
<RemoteDir>.\</RemoteDir>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="res\wdEncoding.txt" Configuration="TobyBuild" Class="ProjectFile">
<Platform Name="Win32">
<RemoteDir>.\</RemoteDir>
Expand Down
2 changes: 1 addition & 1 deletion src/docto.dproj.local
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Transaction>2020/05/25 15:31:23.000.508,D:\Development\GitHub\DocTo\src\res\WdCompatibilityMode.txt=</Transaction>
<Transaction>2021/12/02 22:25:13.000.761,=D:\Development\GitHub\DocTo\src\New1.bat</Transaction>
<Transaction>2021/12/02 22:25:32.000.527,D:\Development\GitHub\DocTo\test\TestDocTo_Quiet.bat=D:\Development\GitHub\DocTo\src\New1.bat</Transaction>
<Transaction>2023/09/11 17:39:20.384,=C:\Development\github\docto\src\res\xlsFormats.txt</Transaction>
<Transaction>2023/09/11 17:39:20.000.384,=C:\Development\github\docto\src\res\xlsFormats.txt</Transaction>
</Transactions>
<ProjectSortOrder AutoSort="0" SortType="0">
<File Path="..\..\docto"/>
Expand Down

0 comments on commit 428b2db

Please sign in to comment.