|
| 1 | + <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | + <PropertyGroup> |
| 3 | + <ProjectGuid>{3F30352C-4354-4995-BB1C-5965F73896A0}</ProjectGuid> |
| 4 | + <MainSource>PythonVCL_2010.dpk</MainSource> |
| 5 | + <Config Condition="'$(Config)'==''">Debug</Config> |
| 6 | + <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> |
| 7 | + <ProjectVersion>12.0</ProjectVersion> |
| 8 | + </PropertyGroup> |
| 9 | + <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
| 10 | + <Base>true</Base> |
| 11 | + </PropertyGroup> |
| 12 | + <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> |
| 13 | + <Cfg_1>true</Cfg_1> |
| 14 | + <CfgParent>Base</CfgParent> |
| 15 | + <Base>true</Base> |
| 16 | + </PropertyGroup> |
| 17 | + <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''"> |
| 18 | + <Cfg_2>true</Cfg_2> |
| 19 | + <CfgParent>Base</CfgParent> |
| 20 | + <Base>true</Base> |
| 21 | + </PropertyGroup> |
| 22 | + <PropertyGroup Condition="'$(Base)'!=''"> |
| 23 | + <DCC_DependencyCheckOutputName>C:\Users\Public\Documents\RAD Studio\7.0\Bpl\PythonVCL_2010.bpl</DCC_DependencyCheckOutputName> |
| 24 | + <DCC_ImageBase>00400000</DCC_ImageBase> |
| 25 | + <GenPackage>true</GenPackage> |
| 26 | + <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias> |
| 27 | + <DCC_Platform>x86</DCC_Platform> |
| 28 | + <DCC_Description>VCL Components for Python</DCC_Description> |
| 29 | + <DCC_E>false</DCC_E> |
| 30 | + <DCC_S>false</DCC_S> |
| 31 | + <DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps> |
| 32 | + <GenDll>true</GenDll> |
| 33 | + <DCC_F>false</DCC_F> |
| 34 | + <DCC_K>false</DCC_K> |
| 35 | + <DCC_N>true</DCC_N> |
| 36 | + </PropertyGroup> |
| 37 | + <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
| 38 | + <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
| 39 | + <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
| 40 | + <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
| 41 | + <DCC_DebugInformation>false</DCC_DebugInformation> |
| 42 | + </PropertyGroup> |
| 43 | + <PropertyGroup Condition="'$(Cfg_2)'!=''"> |
| 44 | + <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
| 45 | + </PropertyGroup> |
| 46 | + <ItemGroup> |
| 47 | + <DelphiCompile Include="PythonVCL_2010.dpk"> |
| 48 | + <MainSource>MainSource</MainSource> |
| 49 | + </DelphiCompile> |
| 50 | + <DCCReference Include="Sources\VCL\PythonDatabase.dcr"/> |
| 51 | + <DCCReference Include="rtl.dcp"/> |
| 52 | + <DCCReference Include="vcl.dcp"/> |
| 53 | + <DCCReference Include="dbrtl.dcp"/> |
| 54 | + <DCCReference Include="bdertl.dcp"/> |
| 55 | + <DCCReference Include="Python_2010.dcp"/> |
| 56 | + <DCCReference Include="Sources\VCL\PythonDatabase.pas"/> |
| 57 | + <DCCReference Include="Sources\VCL\pyDB.pas"/> |
| 58 | + <DCCReference Include="Sources\VCL\pyDBTables.pas"/> |
| 59 | + <BuildConfiguration Include="Base"> |
| 60 | + <Key>Base</Key> |
| 61 | + </BuildConfiguration> |
| 62 | + <BuildConfiguration Include="Debug"> |
| 63 | + <Key>Cfg_2</Key> |
| 64 | + <CfgParent>Base</CfgParent> |
| 65 | + </BuildConfiguration> |
| 66 | + <BuildConfiguration Include="Release"> |
| 67 | + <Key>Cfg_1</Key> |
| 68 | + <CfgParent>Base</CfgParent> |
| 69 | + </BuildConfiguration> |
| 70 | + </ItemGroup> |
| 71 | + <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> |
| 72 | + <ProjectExtensions> |
| 73 | + <Borland.Personality>Delphi.Personality.12</Borland.Personality> |
| 74 | + <Borland.ProjectType>Package</Borland.ProjectType> |
| 75 | + <BorlandProject> |
| 76 | + <Delphi.Personality> |
| 77 | + <Source> |
| 78 | + <Source Name="MainSource">PythonVCL_2010.dpk</Source> |
| 79 | + </Source> |
| 80 | + <Parameters> |
| 81 | + <Parameters Name="UseLauncher">False</Parameters> |
| 82 | + <Parameters Name="LoadAllSymbols">True</Parameters> |
| 83 | + <Parameters Name="LoadUnspecifiedSymbols">False</Parameters> |
| 84 | + </Parameters> |
| 85 | + <VersionInfo> |
| 86 | + <VersionInfo Name="IncludeVerInfo">True</VersionInfo> |
| 87 | + <VersionInfo Name="AutoIncBuild">False</VersionInfo> |
| 88 | + <VersionInfo Name="MajorVer">1</VersionInfo> |
| 89 | + <VersionInfo Name="MinorVer">0</VersionInfo> |
| 90 | + <VersionInfo Name="Release">0</VersionInfo> |
| 91 | + <VersionInfo Name="Build">0</VersionInfo> |
| 92 | + <VersionInfo Name="Debug">False</VersionInfo> |
| 93 | + <VersionInfo Name="PreRelease">False</VersionInfo> |
| 94 | + <VersionInfo Name="Special">False</VersionInfo> |
| 95 | + <VersionInfo Name="Private">False</VersionInfo> |
| 96 | + <VersionInfo Name="DLL">False</VersionInfo> |
| 97 | + <VersionInfo Name="Locale">4105</VersionInfo> |
| 98 | + <VersionInfo Name="CodePage">1252</VersionInfo> |
| 99 | + </VersionInfo> |
| 100 | + <VersionInfoKeys> |
| 101 | + <VersionInfoKeys Name="CompanyName"/> |
| 102 | + <VersionInfoKeys Name="FileDescription"/> |
| 103 | + <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> |
| 104 | + <VersionInfoKeys Name="InternalName"/> |
| 105 | + <VersionInfoKeys Name="LegalCopyright"/> |
| 106 | + <VersionInfoKeys Name="LegalTrademarks"/> |
| 107 | + <VersionInfoKeys Name="OriginalFilename"/> |
| 108 | + <VersionInfoKeys Name="ProductName"/> |
| 109 | + <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> |
| 110 | + <VersionInfoKeys Name="Comments"/> |
| 111 | + </VersionInfoKeys> |
| 112 | + </Delphi.Personality> |
| 113 | + </BorlandProject> |
| 114 | + <ProjectFileVersion>12</ProjectFileVersion> |
| 115 | + </ProjectExtensions> |
| 116 | + </Project> |
0 commit comments