packages for D15
git-svn-id: http://code.remobjects.com/svn/pascalscript@223 5c9d2617-0215-0410-a2ee-e80e04d1c6d8
This commit is contained in:
parent
00c20b1bb5
commit
a4670a3342
48
Source/BuildPackages_D15.groupproj
Normal file
48
Source/BuildPackages_D15.groupproj
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectGuid>{EB482A50-3627-4F5E-8890-2151D4C8BFBD}</ProjectGuid>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Projects Include="PascalScript_Core_D15.dproj">
|
||||||
|
<Dependencies/>
|
||||||
|
</Projects>
|
||||||
|
<Projects Include="PascalScript_RO_D15.dproj">
|
||||||
|
<Dependencies/>
|
||||||
|
</Projects>
|
||||||
|
</ItemGroup>
|
||||||
|
<ProjectExtensions>
|
||||||
|
<Borland.Personality>Default.Personality.12</Borland.Personality>
|
||||||
|
<Borland.ProjectType/>
|
||||||
|
<BorlandProject>
|
||||||
|
<Default.Personality/>
|
||||||
|
</BorlandProject>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<Target Name="PascalScript_Core_D15">
|
||||||
|
<MSBuild Projects="PascalScript_Core_D15.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="PascalScript_Core_D15:Clean">
|
||||||
|
<MSBuild Targets="Clean" Projects="PascalScript_Core_D15.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="PascalScript_Core_D15:Make">
|
||||||
|
<MSBuild Targets="Make" Projects="PascalScript_Core_D15.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="PascalScript_RO_D15">
|
||||||
|
<MSBuild Projects="PascalScript_RO_D15.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="PascalScript_RO_D15:Clean">
|
||||||
|
<MSBuild Targets="Clean" Projects="PascalScript_RO_D15.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="PascalScript_RO_D15:Make">
|
||||||
|
<MSBuild Targets="Make" Projects="PascalScript_RO_D15.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="Build">
|
||||||
|
<CallTarget Targets="PascalScript_Core_D15;PascalScript_RO_D15"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="Clean">
|
||||||
|
<CallTarget Targets="PascalScript_Core_D15:Clean;PascalScript_RO_D15:Clean"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="Make">
|
||||||
|
<CallTarget Targets="PascalScript_Core_D15:Make;PascalScript_RO_D15:Make"/>
|
||||||
|
</Target>
|
||||||
|
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
|
||||||
|
</Project>
|
@ -1,29 +1,54 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ProjectGuid>{634be604-b73a-4b3d-bc81-719c905199e6}</ProjectGuid>
|
<ProjectGuid>{EA463298-00FA-42B3-87EB-DD289B924EA0}</ProjectGuid>
|
||||||
<MainSource>PascalScript_Core_D15.dpk</MainSource>
|
<MainSource>PascalScript_Core_D15.dpk</MainSource>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Base>True</Base>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||||
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||||
<DCC_DependencyCheckOutputName>..\Dcu\D12\PascalScript_Core_D12.bpl</DCC_DependencyCheckOutputName>
|
<ProjectVersion>12.1</ProjectVersion>
|
||||||
<ProjectVersion>11.1</ProjectVersion>
|
|
||||||
<Config Condition="'$(Config)'==''">Base</Config>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||||
<Base>true</Base>
|
<Base>true</Base>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||||
|
<Cfg_1>true</Cfg_1>
|
||||||
|
<CfgParent>Base</CfgParent>
|
||||||
|
<Base>true</Base>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||||
|
<Cfg_2>true</Cfg_2>
|
||||||
|
<CfgParent>Base</CfgParent>
|
||||||
|
<Base>true</Base>
|
||||||
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Base)'!=''">
|
<PropertyGroup Condition="'$(Base)'!=''">
|
||||||
<DCC_Description>RemObjects Pascal Script - Core Package</DCC_Description>
|
<DesignOnlyPackage>true</DesignOnlyPackage>
|
||||||
<DCC_DependencyCheckOutputName>..\Dcu\D15\PascalScript_Core_D15.bpl</DCC_DependencyCheckOutputName>
|
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||||
<DCC_UnitSearchPath>..\Dcu\D15;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
<GenPackage>true</GenPackage>
|
||||||
|
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||||
|
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>
|
||||||
<DCC_BplOutput>..\Dcu\D15</DCC_BplOutput>
|
<DCC_BplOutput>..\Dcu\D15</DCC_BplOutput>
|
||||||
|
<DCC_UnitSearchPath>..\Dcu\D15;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||||
|
<DCC_Description>RemObjects Pascal Script - Core Package</DCC_Description>
|
||||||
<DCC_DcuOutput>..\Dcu\D15</DCC_DcuOutput>
|
<DCC_DcuOutput>..\Dcu\D15</DCC_DcuOutput>
|
||||||
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||||
|
<DCC_S>false</DCC_S>
|
||||||
<GenDll>true</GenDll>
|
<GenDll>true</GenDll>
|
||||||
<DCC_DcpOutput>..\Dcu\D15</DCC_DcpOutput>
|
<DCC_DcpOutput>..\Dcu\D15</DCC_DcpOutput>
|
||||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
<DCC_F>false</DCC_F>
|
||||||
<DesignOnlyPackage>true</DesignOnlyPackage>
|
<DCC_E>false</DCC_E>
|
||||||
<GenPackage>true</GenPackage>
|
<DCC_N>false</DCC_N>
|
||||||
|
<DCC_K>false</DCC_K>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||||
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||||
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<DCC_DebugInformation>false</DCC_DebugInformation>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||||
|
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||||
|
<DCC_Optimize>false</DCC_Optimize>
|
||||||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@ -73,9 +98,17 @@
|
|||||||
<DCCReference Include="uPSC_DB.pas"/>
|
<DCCReference Include="uPSC_DB.pas"/>
|
||||||
<DCCReference Include="uPSC_dll.pas"/>
|
<DCCReference Include="uPSC_dll.pas"/>
|
||||||
<DCCReference Include="PascalScript_Core_Reg.pas"/>
|
<DCCReference Include="PascalScript_Core_Reg.pas"/>
|
||||||
|
<BuildConfiguration Include="Debug">
|
||||||
|
<Key>Cfg_2</Key>
|
||||||
|
<CfgParent>Base</CfgParent>
|
||||||
|
</BuildConfiguration>
|
||||||
<BuildConfiguration Include="Base">
|
<BuildConfiguration Include="Base">
|
||||||
<Key>Base</Key>
|
<Key>Base</Key>
|
||||||
</BuildConfiguration>
|
</BuildConfiguration>
|
||||||
|
<BuildConfiguration Include="Release">
|
||||||
|
<Key>Cfg_1</Key>
|
||||||
|
<CfgParent>Base</CfgParent>
|
||||||
|
</BuildConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||||
<ProjectExtensions>
|
<ProjectExtensions>
|
||||||
@ -83,6 +116,9 @@
|
|||||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||||
<BorlandProject>
|
<BorlandProject>
|
||||||
<Delphi.Personality>
|
<Delphi.Personality>
|
||||||
|
<Source>
|
||||||
|
<Source Name="MainSource">PascalScript_Core_D15.dpk</Source>
|
||||||
|
</Source>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameters Name="UseLauncher">False</Parameters>
|
<Parameters Name="UseLauncher">False</Parameters>
|
||||||
<Parameters Name="LoadAllSymbols">True</Parameters>
|
<Parameters Name="LoadAllSymbols">True</Parameters>
|
||||||
@ -113,13 +149,13 @@
|
|||||||
<VersionInfoKeys Name="OriginalFilename"/>
|
<VersionInfoKeys Name="OriginalFilename"/>
|
||||||
<VersionInfoKeys Name="ProductName">Pascal Script</VersionInfoKeys>
|
<VersionInfoKeys Name="ProductName">Pascal Script</VersionInfoKeys>
|
||||||
<VersionInfoKeys Name="ProductVersion">3.0.0.0</VersionInfoKeys>
|
<VersionInfoKeys Name="ProductVersion">3.0.0.0</VersionInfoKeys>
|
||||||
|
<VersionInfoKeys Name="Comments"/>
|
||||||
<VersionInfoKeys Name="CompileDate">Friday, March 21, 2008 1:24 PM</VersionInfoKeys>
|
<VersionInfoKeys Name="CompileDate">Friday, March 21, 2008 1:24 PM</VersionInfoKeys>
|
||||||
<VersionInfoKeys Name="Compile Date">Monday, February 28, 2005 3:33 PM</VersionInfoKeys>
|
|
||||||
</VersionInfoKeys>
|
</VersionInfoKeys>
|
||||||
<Source>
|
|
||||||
<Source Name="MainSource">PascalScript_Core_D15.dpk</Source>
|
|
||||||
</Source>
|
|
||||||
</Delphi.Personality>
|
</Delphi.Personality>
|
||||||
|
<Platforms>
|
||||||
|
<Platform value="Win32">True</Platform>
|
||||||
|
</Platforms>
|
||||||
</BorlandProject>
|
</BorlandProject>
|
||||||
<ProjectFileVersion>12</ProjectFileVersion>
|
<ProjectFileVersion>12</ProjectFileVersion>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
|
@ -1,30 +1,53 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ProjectGuid>{0eefdf9b-7853-40e5-9b29-b631f51beeda}</ProjectGuid>
|
<ProjectGuid>{5DF52809-FD88-4459-9EE6-7D9C833B66C6}</ProjectGuid>
|
||||||
<MainSource>PascalScript_RO_D15.dpk</MainSource>
|
<MainSource>PascalScript_RO_D15.dpk</MainSource>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Base>True</Base>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||||
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||||
<DCC_DependencyCheckOutputName>..\Dcu\D12\PascalScript_RO_D12.bpl</DCC_DependencyCheckOutputName>
|
<ProjectVersion>12.1</ProjectVersion>
|
||||||
<ProjectVersion>11.1</ProjectVersion>
|
|
||||||
<Config Condition="'$(Config)'==''">Base</Config>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||||
<Base>true</Base>
|
<Base>true</Base>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||||
|
<Cfg_1>true</Cfg_1>
|
||||||
|
<CfgParent>Base</CfgParent>
|
||||||
|
<Base>true</Base>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||||
|
<Cfg_2>true</Cfg_2>
|
||||||
|
<CfgParent>Base</CfgParent>
|
||||||
|
<Base>true</Base>
|
||||||
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Base)'!=''">
|
<PropertyGroup Condition="'$(Base)'!=''">
|
||||||
<DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
|
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||||
<DCC_Description>RemObjects Pascal Script - RemObjects SDK 5.0 Integration</DCC_Description>
|
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||||
<DCC_DependencyCheckOutputName>..\Dcu\D15\PascalScript_RO_D15.bpl</DCC_DependencyCheckOutputName>
|
|
||||||
<DCC_UnitSearchPath>..\Dcu\D15;..\..\RemObjects SDK for Dephi\Dcu\D15;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
|
||||||
<DCC_BplOutput>..\Dcu\D15</DCC_BplOutput>
|
|
||||||
<DCC_DcuOutput>..\Dcu\D15</DCC_DcuOutput>
|
<DCC_DcuOutput>..\Dcu\D15</DCC_DcuOutput>
|
||||||
|
<GenPackage>true</GenPackage>
|
||||||
|
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>
|
||||||
|
<DCC_BplOutput>..\Dcu\D15</DCC_BplOutput>
|
||||||
|
<DCC_UnitSearchPath>..\Dcu\D15;..\..\RemObjects SDK for Delphi\Dcu\D15;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||||
|
<DCC_Description>RemObjects Pascal Script - RemObjects SDK 5.0 Integration</DCC_Description>
|
||||||
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||||
|
<DCC_S>false</DCC_S>
|
||||||
<GenDll>true</GenDll>
|
<GenDll>true</GenDll>
|
||||||
<DCC_DcpOutput>..\Dcu\D15</DCC_DcpOutput>
|
<DCC_DcpOutput>..\Dcu\D15</DCC_DcpOutput>
|
||||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
<DCC_F>false</DCC_F>
|
||||||
<DesignOnlyPackage>false</DesignOnlyPackage>
|
<DCC_E>false</DCC_E>
|
||||||
<GenPackage>true</GenPackage>
|
<DCC_N>false</DCC_N>
|
||||||
|
<DCC_K>false</DCC_K>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||||
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||||
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<DCC_DebugInformation>false</DCC_DebugInformation>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||||
|
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||||
|
<DCC_Optimize>false</DCC_Optimize>
|
||||||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@ -37,21 +60,24 @@
|
|||||||
<DCCReference Include="IndyProtocols.dcp"/>
|
<DCCReference Include="IndyProtocols.dcp"/>
|
||||||
<DCCReference Include="PascalScript_Core_D15.dcp"/>
|
<DCCReference Include="PascalScript_Core_D15.dcp"/>
|
||||||
<DCCReference Include="RemObjects_Core_D15.dcp"/>
|
<DCCReference Include="RemObjects_Core_D15.dcp"/>
|
||||||
<DCCReference Include="RemObjects_Indy_D1.dcp"/>
|
<DCCReference Include="RemObjects_Indy_D15.dcp"/>
|
||||||
<DCCReference Include="dbrtl.dcp"/>
|
<DCCReference Include="dbrtl.dcp"/>
|
||||||
<DCCReference Include="vcl.dcp"/>
|
<DCCReference Include="vcl.dcp"/>
|
||||||
<DCCReference Include="vclx.dcp"/>
|
<DCCReference Include="vclx.dcp"/>
|
||||||
<DCCReference Include="PascalScript_RO_Reg.pas"/>
|
<DCCReference Include="PascalScript_RO_Reg.pas"/>
|
||||||
<DCCReference Include="uROPSServerLink.pas"/>
|
<DCCReference Include="uROPSServerLink.pas"/>
|
||||||
<DCCReference Include="uROPSImports.pas"/>
|
<DCCReference Include="uROPSImports.pas"/>
|
||||||
<DCCReference Include="RemObjects_Indy_D12.dcp"/>
|
<BuildConfiguration Include="Debug">
|
||||||
<DCCReference Include="RemObjects_Core_D1.dcp"/>
|
<Key>Cfg_2</Key>
|
||||||
<DCCReference Include="RemObjects_Core_D12.dcp"/>
|
<CfgParent>Base</CfgParent>
|
||||||
<DCCReference Include="PascalScript_Core_D1.dcp"/>
|
</BuildConfiguration>
|
||||||
<DCCReference Include="PascalScript_Core_D12.dcp"/>
|
|
||||||
<BuildConfiguration Include="Base">
|
<BuildConfiguration Include="Base">
|
||||||
<Key>Base</Key>
|
<Key>Base</Key>
|
||||||
</BuildConfiguration>
|
</BuildConfiguration>
|
||||||
|
<BuildConfiguration Include="Release">
|
||||||
|
<Key>Cfg_1</Key>
|
||||||
|
<CfgParent>Base</CfgParent>
|
||||||
|
</BuildConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||||
<ProjectExtensions>
|
<ProjectExtensions>
|
||||||
@ -59,6 +85,9 @@
|
|||||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||||
<BorlandProject>
|
<BorlandProject>
|
||||||
<Delphi.Personality>
|
<Delphi.Personality>
|
||||||
|
<Source>
|
||||||
|
<Source Name="MainSource">PascalScript_RO_D15.dpk</Source>
|
||||||
|
</Source>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameters Name="UseLauncher">False</Parameters>
|
<Parameters Name="UseLauncher">False</Parameters>
|
||||||
<Parameters Name="LoadAllSymbols">True</Parameters>
|
<Parameters Name="LoadAllSymbols">True</Parameters>
|
||||||
@ -89,12 +118,13 @@
|
|||||||
<VersionInfoKeys Name="OriginalFilename"/>
|
<VersionInfoKeys Name="OriginalFilename"/>
|
||||||
<VersionInfoKeys Name="ProductName">Pascal Script</VersionInfoKeys>
|
<VersionInfoKeys Name="ProductName">Pascal Script</VersionInfoKeys>
|
||||||
<VersionInfoKeys Name="ProductVersion">3.0.0.0</VersionInfoKeys>
|
<VersionInfoKeys Name="ProductVersion">3.0.0.0</VersionInfoKeys>
|
||||||
|
<VersionInfoKeys Name="Comments"/>
|
||||||
<VersionInfoKeys Name="CompileDate">Tuesday, March 21, 2006 1:32 PM</VersionInfoKeys>
|
<VersionInfoKeys Name="CompileDate">Tuesday, March 21, 2006 1:32 PM</VersionInfoKeys>
|
||||||
</VersionInfoKeys>
|
</VersionInfoKeys>
|
||||||
<Source>
|
|
||||||
<Source Name="MainSource">PascalScript_RO_D15.dpk</Source>
|
|
||||||
</Source>
|
|
||||||
</Delphi.Personality>
|
</Delphi.Personality>
|
||||||
|
<Platforms>
|
||||||
|
<Platform value="Win32">True</Platform>
|
||||||
|
</Platforms>
|
||||||
</BorlandProject>
|
</BorlandProject>
|
||||||
<ProjectFileVersion>12</ProjectFileVersion>
|
<ProjectFileVersion>12</ProjectFileVersion>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
|
Loading…
Reference in New Issue
Block a user