source: platform/trunk/LDPlatform.dproj

Last change on this file was 11, checked in by chronos, 10 years ago
  • Added: Some new concept forms and actions.
File size: 9.5 KB
Line 
1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{CF6A5952-A058-467F-8C9C-96757298FA10}</ProjectGuid>
4 <MainSource>LDPlatform.dpk</MainSource>
5 <ProjectVersion>14.6</ProjectVersion>
6 <FrameworkType>VCL</FrameworkType>
7 <Base>True</Base>
8 <Config Condition="'$(Config)'==''">Debug</Config>
9 <Platform Condition="'$(Platform)'==''">Win32</Platform>
10 <TargetedPlatforms>1</TargetedPlatforms>
11 <AppType>Package</AppType>
12 </PropertyGroup>
13 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14 <Base>true</Base>
15 </PropertyGroup>
16 <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
17 <Base_OSX32>true</Base_OSX32>
18 <CfgParent>Base</CfgParent>
19 <Base>true</Base>
20 </PropertyGroup>
21 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
22 <Base_Win32>true</Base_Win32>
23 <CfgParent>Base</CfgParent>
24 <Base>true</Base>
25 </PropertyGroup>
26 <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
27 <Base_Win64>true</Base_Win64>
28 <CfgParent>Base</CfgParent>
29 <Base>true</Base>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
32 <Cfg_1>true</Cfg_1>
33 <CfgParent>Base</CfgParent>
34 <Base>true</Base>
35 </PropertyGroup>
36 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
37 <Cfg_1_Win32>true</Cfg_1_Win32>
38 <CfgParent>Cfg_1</CfgParent>
39 <Cfg_1>true</Cfg_1>
40 <Base>true</Base>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
43 <Cfg_2>true</Cfg_2>
44 <CfgParent>Base</CfgParent>
45 <Base>true</Base>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Base)'!=''">
48 <DesignOnlyPackage>true</DesignOnlyPackage>
49 <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
50 <GenPackage>true</GenPackage>
51 <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
52 <GenDll>true</GenDll>
53 <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
54 <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Base_OSX32)'!=''">
57 <DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage>
58 </PropertyGroup>
59 <PropertyGroup Condition="'$(Base_Win32)'!=''">
60 <DCC_UsePackage>vcl;rtl;vclactnband;$(DCC_UsePackage)</DCC_UsePackage>
61 <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
62 <VerInfo_Locale>1033</VerInfo_Locale>
63 <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
64 <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
65 </PropertyGroup>
66 <PropertyGroup Condition="'$(Base_Win64)'!=''">
67 <DCC_UsePackage>vcl;rtl;vclactnband;$(DCC_UsePackage)</DCC_UsePackage>
68 </PropertyGroup>
69 <PropertyGroup Condition="'$(Cfg_1)'!=''">
70 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
71 <DCC_DebugDCUs>true</DCC_DebugDCUs>
72 <DCC_Optimize>false</DCC_Optimize>
73 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
74 <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
75 <DCC_RemoteDebug>true</DCC_RemoteDebug>
76 </PropertyGroup>
77 <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
78 <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
79 <VerInfo_Locale>1033</VerInfo_Locale>
80 <DCC_RemoteDebug>false</DCC_RemoteDebug>
81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Cfg_2)'!=''">
83 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
84 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
85 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
86 <DCC_DebugInformation>false</DCC_DebugInformation>
87 </PropertyGroup>
88 <ItemGroup>
89 <DelphiCompile Include="$(MainSource)">
90 <MainSource>MainSource</MainSource>
91 </DelphiCompile>
92 <DCCReference Include="rtl.dcp"/>
93 <DCCReference Include="vcl.dcp"/>
94 <DCCReference Include="vclactnband.dcp"/>
95 <DCCReference Include="xmlrtl.dcp"/>
96 <DCCReference Include="LDPlatform.FormMain.pas">
97 <Form>FormMain</Form>
98 </DCCReference>
99 <DCCReference Include="LDPlatform.FormOptions.pas">
100 <Form>FormOptions</Form>
101 <FormType>dfm</FormType>
102 </DCCReference>
103 <DCCReference Include="ULDPlatform.pas"/>
104 <DCCReference Include="LDPlatform.Core.pas">
105 <Form>Core</Form>
106 <FormType>dfm</FormType>
107 <DesignClass>TDataModule</DesignClass>
108 </DCCReference>
109 <DCCReference Include="LDPlatform.FormNew.pas">
110 <Form>FormNew</Form>
111 <FormType>dfm</FormType>
112 </DCCReference>
113 <DCCReference Include="UProject.pas"/>
114 <DCCReference Include="LDPlatform.FormSource.pas">
115 <Form>FormSource</Form>
116 <FormType>dfm</FormType>
117 </DCCReference>
118 <BuildConfiguration Include="Release">
119 <Key>Cfg_2</Key>
120 <CfgParent>Base</CfgParent>
121 </BuildConfiguration>
122 <BuildConfiguration Include="Base">
123 <Key>Base</Key>
124 </BuildConfiguration>
125 <BuildConfiguration Include="Debug">
126 <Key>Cfg_1</Key>
127 <CfgParent>Base</CfgParent>
128 </BuildConfiguration>
129 </ItemGroup>
130 <ProjectExtensions>
131 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
132 <Borland.ProjectType>Package</Borland.ProjectType>
133 <BorlandProject>
134 <Delphi.Personality>
135 <Source>
136 <Source Name="MainSource">LDPlatform.dpk</Source>
137 </Source>
138 <VersionInfo>
139 <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
140 <VersionInfo Name="AutoIncBuild">False</VersionInfo>
141 <VersionInfo Name="MajorVer">1</VersionInfo>
142 <VersionInfo Name="MinorVer">0</VersionInfo>
143 <VersionInfo Name="Release">0</VersionInfo>
144 <VersionInfo Name="Build">0</VersionInfo>
145 <VersionInfo Name="Debug">False</VersionInfo>
146 <VersionInfo Name="PreRelease">False</VersionInfo>
147 <VersionInfo Name="Special">False</VersionInfo>
148 <VersionInfo Name="Private">False</VersionInfo>
149 <VersionInfo Name="DLL">False</VersionInfo>
150 <VersionInfo Name="Locale">1029</VersionInfo>
151 <VersionInfo Name="CodePage">1250</VersionInfo>
152 </VersionInfo>
153 <VersionInfoKeys>
154 <VersionInfoKeys Name="CompanyName"/>
155 <VersionInfoKeys Name="FileDescription"/>
156 <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
157 <VersionInfoKeys Name="InternalName"/>
158 <VersionInfoKeys Name="LegalCopyright"/>
159 <VersionInfoKeys Name="LegalTrademarks"/>
160 <VersionInfoKeys Name="OriginalFilename"/>
161 <VersionInfoKeys Name="ProductName"/>
162 <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
163 <VersionInfoKeys Name="Comments"/>
164 <VersionInfoKeys Name="CFBundleName"/>
165 <VersionInfoKeys Name="CFBundleDisplayName"/>
166 <VersionInfoKeys Name="CFBundleIdentifier"/>
167 <VersionInfoKeys Name="CFBundleVersion"/>
168 <VersionInfoKeys Name="CFBundlePackageType"/>
169 <VersionInfoKeys Name="CFBundleSignature"/>
170 <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
171 <VersionInfoKeys Name="CFBundleExecutable"/>
172 </VersionInfoKeys>
173 <Excluded_Packages>
174 <Excluded_Packages Name="$(BDSBIN)\dcloffice2k180.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
175 <Excluded_Packages Name="$(BDSBIN)\dclofficexp180.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
176 </Excluded_Packages>
177 </Delphi.Personality>
178 <Deployment/>
179 <Platforms>
180 <Platform value="iOSDevice">False</Platform>
181 <Platform value="iOSSimulator">False</Platform>
182 <Platform value="OSX32">False</Platform>
183 <Platform value="Win32">True</Platform>
184 <Platform value="Win64">False</Platform>
185 </Platforms>
186 </BorlandProject>
187 <ProjectFileVersion>12</ProjectFileVersion>
188 </ProjectExtensions>
189 <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
190 <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
191</Project>
Note: See TracBrowser for help on using the repository browser.