packages for D15

git-svn-id: http://code.remobjects.com/svn/pascalscript@223 5c9d2617-0215-0410-a2ee-e80e04d1c6d8
This commit is contained in:
evgenyk 2010-05-11 15:08:04 +00:00
parent 00c20b1bb5
commit a4670a3342
3 changed files with 153 additions and 39 deletions

View 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>

View File

@ -1,29 +1,54 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{634be604-b73a-4b3d-bc81-719c905199e6}</ProjectGuid>
<ProjectGuid>{EA463298-00FA-42B3-87EB-DD289B924EA0}</ProjectGuid>
<MainSource>PascalScript_Core_D15.dpk</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>..\Dcu\D12\PascalScript_Core_D12.bpl</DCC_DependencyCheckOutputName>
<ProjectVersion>11.1</ProjectVersion>
<Config Condition="'$(Config)'==''">Base</Config>
<ProjectVersion>12.1</ProjectVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
</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)'!=''">
<DCC_Description>RemObjects Pascal Script - Core Package</DCC_Description>
<DCC_DependencyCheckOutputName>..\Dcu\D15\PascalScript_Core_D15.bpl</DCC_DependencyCheckOutputName>
<DCC_UnitSearchPath>..\Dcu\D15;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DesignOnlyPackage>true</DesignOnlyPackage>
<DCC_ImageBase>00400000</DCC_ImageBase>
<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_UnitSearchPath>..\Dcu\D15;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_Description>RemObjects Pascal Script - Core Package</DCC_Description>
<DCC_DcuOutput>..\Dcu\D15</DCC_DcuOutput>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<DCC_S>false</DCC_S>
<GenDll>true</GenDll>
<DCC_DcpOutput>..\Dcu\D15</DCC_DcpOutput>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DesignOnlyPackage>true</DesignOnlyPackage>
<GenPackage>true</GenPackage>
<DCC_F>false</DCC_F>
<DCC_E>false</DCC_E>
<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>
</PropertyGroup>
<ItemGroup>
@ -73,9 +98,17 @@
<DCCReference Include="uPSC_DB.pas"/>
<DCCReference Include="uPSC_dll.pas"/>
<DCCReference Include="PascalScript_Core_Reg.pas"/>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
<ProjectExtensions>
@ -83,6 +116,9 @@
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">PascalScript_Core_D15.dpk</Source>
</Source>
<Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
@ -113,13 +149,13 @@
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Pascal Script</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="Compile Date">Monday, February 28, 2005 3:33 PM</VersionInfoKeys>
</VersionInfoKeys>
<Source>
<Source Name="MainSource">PascalScript_Core_D15.dpk</Source>
</Source>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>

View File

@ -1,30 +1,53 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{0eefdf9b-7853-40e5-9b29-b631f51beeda}</ProjectGuid>
<ProjectGuid>{5DF52809-FD88-4459-9EE6-7D9C833B66C6}</ProjectGuid>
<MainSource>PascalScript_RO_D15.dpk</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>..\Dcu\D12\PascalScript_RO_D12.bpl</DCC_DependencyCheckOutputName>
<ProjectVersion>11.1</ProjectVersion>
<Config Condition="'$(Config)'==''">Base</Config>
<ProjectVersion>12.1</ProjectVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
</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)'!=''">
<DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
<DCC_Description>RemObjects Pascal Script - RemObjects SDK 5.0 Integration</DCC_Description>
<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_GenerateStackFrames>true</DCC_GenerateStackFrames>
<DCC_ImageBase>00400000</DCC_ImageBase>
<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_S>false</DCC_S>
<GenDll>true</GenDll>
<DCC_DcpOutput>..\Dcu\D15</DCC_DcpOutput>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DesignOnlyPackage>false</DesignOnlyPackage>
<GenPackage>true</GenPackage>
<DCC_F>false</DCC_F>
<DCC_E>false</DCC_E>
<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>
</PropertyGroup>
<ItemGroup>
@ -37,21 +60,24 @@
<DCCReference Include="IndyProtocols.dcp"/>
<DCCReference Include="PascalScript_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="vcl.dcp"/>
<DCCReference Include="vclx.dcp"/>
<DCCReference Include="PascalScript_RO_Reg.pas"/>
<DCCReference Include="uROPSServerLink.pas"/>
<DCCReference Include="uROPSImports.pas"/>
<DCCReference Include="RemObjects_Indy_D12.dcp"/>
<DCCReference Include="RemObjects_Core_D1.dcp"/>
<DCCReference Include="RemObjects_Core_D12.dcp"/>
<DCCReference Include="PascalScript_Core_D1.dcp"/>
<DCCReference Include="PascalScript_Core_D12.dcp"/>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
<ProjectExtensions>
@ -59,6 +85,9 @@
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">PascalScript_RO_D15.dpk</Source>
</Source>
<Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
@ -89,12 +118,13 @@
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Pascal Script</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">3.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
<VersionInfoKeys Name="CompileDate">Tuesday, March 21, 2006 1:32 PM</VersionInfoKeys>
</VersionInfoKeys>
<Source>
<Source Name="MainSource">PascalScript_RO_D15.dpk</Source>
</Source>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>