| 1 |
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 |
<PropertyGroup> |
| 3 |
<ProjectGuid>{D132DCCB-2FE7-4F47-A19E-85F38B28A596}</ProjectGuid> |
| 4 |
<MainSource>Cell.dpr</MainSource> |
| 5 |
<Base>True</Base> |
| 6 |
<Config Condition="'$(Config)'==''">Debug</Config> |
| 7 |
<TargetedPlatforms>1</TargetedPlatforms> |
| 8 |
<AppType>Console</AppType> |
| 9 |
<FrameworkType>None</FrameworkType> |
| 10 |
<ProjectVersion>16.1</ProjectVersion> |
| 11 |
<Platform Condition="'$(Platform)'==''">Win32</Platform> |
| 12 |
</PropertyGroup> |
| 13 |
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
| 14 |
<Base>true</Base> |
| 15 |
</PropertyGroup> |
| 16 |
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
| 17 |
<Base_Win32>true</Base_Win32> |
| 18 |
<CfgParent>Base</CfgParent> |
| 19 |
<Base>true</Base> |
| 20 |
</PropertyGroup> |
| 21 |
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> |
| 22 |
<Cfg_1>true</Cfg_1> |
| 23 |
<CfgParent>Base</CfgParent> |
| 24 |
<Base>true</Base> |
| 25 |
</PropertyGroup> |
| 26 |
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''"> |
| 27 |
<Cfg_2>true</Cfg_2> |
| 28 |
<CfgParent>Base</CfgParent> |
| 29 |
<Base>true</Base> |
| 30 |
</PropertyGroup> |
| 31 |
<PropertyGroup Condition="'$(Base)'!=''"> |
| 32 |
<DCC_F>false</DCC_F> |
| 33 |
<DCC_N>false</DCC_N> |
| 34 |
<VerInfo_Locale>1041</VerInfo_Locale> |
| 35 |
<DCC_K>false</DCC_K> |
| 36 |
<DCC_S>false</DCC_S> |
| 37 |
<DCC_E>false</DCC_E> |
| 38 |
<SanitizedProjectName>Cell</SanitizedProjectName> |
| 39 |
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys> |
| 40 |
<DCC_ImageBase>00400000</DCC_ImageBase> |
| 41 |
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace> |
| 42 |
</PropertyGroup> |
| 43 |
<PropertyGroup Condition="'$(Base_Win32)'!=''"> |
| 44 |
<VerInfo_Locale>1033</VerInfo_Locale> |
| 45 |
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
| 46 |
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> |
| 47 |
</PropertyGroup> |
| 48 |
<PropertyGroup Condition="'$(Cfg_1)'!=''"> |
| 49 |
<DCC_DebugInformation>0</DCC_DebugInformation> |
| 50 |
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
| 51 |
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
| 52 |
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> |
| 53 |
</PropertyGroup> |
| 54 |
<PropertyGroup Condition="'$(Cfg_2)'!=''"> |
| 55 |
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames> |
| 56 |
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
| 57 |
<DCC_Optimize>false</DCC_Optimize> |
| 58 |
</PropertyGroup> |
| 59 |
<ItemGroup> |
| 60 |
<DelphiCompile Include="$(MainSource)"> |
| 61 |
<MainSource>MainSource</MainSource> |
| 62 |
</DelphiCompile> |
| 63 |
<DCCReference Include="CellG.pas"/> |
| 64 |
<DCCReference Include="CellK.pas"/> |
| 65 |
<DCCReference Include="CellV.pas"/> |
| 66 |
<BuildConfiguration Include="Debug"> |
| 67 |
<Key>Cfg_2</Key> |
| 68 |
<CfgParent>Base</CfgParent> |
| 69 |
</BuildConfiguration> |
| 70 |
<BuildConfiguration Include="Base"> |
| 71 |
<Key>Base</Key> |
| 72 |
</BuildConfiguration> |
| 73 |
<BuildConfiguration Include="Release"> |
| 74 |
<Key>Cfg_1</Key> |
| 75 |
<CfgParent>Base</CfgParent> |
| 76 |
</BuildConfiguration> |
| 77 |
</ItemGroup> |
| 78 |
<ProjectExtensions> |
| 79 |
<Borland.Personality>Delphi.Personality.12</Borland.Personality> |
| 80 |
<Borland.ProjectType/> |
| 81 |
<BorlandProject> |
| 82 |
<Delphi.Personality> |
| 83 |
<Source> |
| 84 |
<Source Name="MainSource">Cell.dpr</Source> |
| 85 |
</Source> |
| 86 |
</Delphi.Personality> |
| 87 |
<Platforms> |
| 88 |
<Platform value="OSX32">False</Platform> |
| 89 |
<Platform value="Win32">True</Platform> |
| 90 |
<Platform value="Win64">False</Platform> |
| 91 |
</Platforms> |
| 92 |
</BorlandProject> |
| 93 |
<ProjectFileVersion>12</ProjectFileVersion> |
| 94 |
</ProjectExtensions> |
| 95 |
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> |
| 96 |
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/> |
| 97 |
</Project> |