source: studio/trunk/LDStudio.dproj

Last change on this file was 12, checked in by chronos, 11 years ago
  • Added: Initialize platform as component.
File size: 13.0 KB
Line 
1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{D08E6142-F41A-4895-9341-4141D2D5381A}</ProjectGuid>
4 <ProjectVersion>14.3</ProjectVersion>
5 <FrameworkType>VCL</FrameworkType>
6 <MainSource>LDStudio.dpr</MainSource>
7 <Base>True</Base>
8 <Config Condition="'$(Config)'==''">Debug</Config>
9 <Platform Condition="'$(Platform)'==''">Win32</Platform>
10 <TargetedPlatforms>1</TargetedPlatforms>
11 <AppType>Application</AppType>
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="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
22 <Base_Win64>true</Base_Win64>
23 <CfgParent>Base</CfgParent>
24 <Base>true</Base>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
27 <Cfg_1>true</Cfg_1>
28 <CfgParent>Base</CfgParent>
29 <Base>true</Base>
30 </PropertyGroup>
31 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
32 <Cfg_1_Win32>true</Cfg_1_Win32>
33 <CfgParent>Cfg_1</CfgParent>
34 <Cfg_1>true</Cfg_1>
35 <Base>true</Base>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
38 <Cfg_2>true</Cfg_2>
39 <CfgParent>Base</CfgParent>
40 <Base>true</Base>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Base)'!=''">
43 <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
44 <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
45 <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
46 <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Base_Win32)'!=''">
49 <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
50 <VerInfo_Locale>1033</VerInfo_Locale>
51 <DCC_UsePackage>DBXSqliteDriver;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;inetdbbde;DBXInterBaseDriver;Tee;DataSnapCommon;DBXOdbcDriver;xmlrtl;svnui;DBXSybaseASEDriver;DbxCommonDriver;vclimg;IndyProtocols;DBXMySQLDriver;MetropolisUILiveTile;vclactnband;soaprtl;bindengine;FMXTee;TeeUI;vclie;vcltouch;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;IndyIPServer;DBXInformixDriver;Intraweb;fmxase;vcl;IndyCore;IndyIPCommon;CloudService;DBXMSSQLDriver;DBXFirebirdDriver;FmxTeeUI;inet;fmxobj;vclx;inetdbxpress;svn;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
52 <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
53 <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
54 <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Base_Win64)'!=''">
57 <DCC_UsePackage>DBXSqliteDriver;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;DBXInterBaseDriver;DataSnapCommon;DBXOdbcDriver;xmlrtl;DBXSybaseASEDriver;DbxCommonDriver;vclimg;IndyProtocols;DBXMySQLDriver;vclactnband;soaprtl;bindengine;vclie;vcltouch;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;VclSmp;dsnap;IndyIPServer;DBXInformixDriver;fmxase;vcl;IndyCore;IndyIPCommon;DBXMSSQLDriver;DBXFirebirdDriver;inet;fmxobj;vclx;inetdbxpress;DBXSybaseASADriver;fmxdae;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
58 </PropertyGroup>
59 <PropertyGroup Condition="'$(Cfg_1)'!=''">
60 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
61 <DCC_DebugDCUs>true</DCC_DebugDCUs>
62 <DCC_Optimize>false</DCC_Optimize>
63 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
64 <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
65 <DCC_RemoteDebug>true</DCC_RemoteDebug>
66 </PropertyGroup>
67 <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
68 <DCC_RemoteDebug>false</DCC_RemoteDebug>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Cfg_2)'!=''">
71 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
72 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
73 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
74 <DCC_DebugInformation>false</DCC_DebugInformation>
75 </PropertyGroup>
76 <ItemGroup>
77 <DelphiCompile Include="$(MainSource)">
78 <MainSource>MainSource</MainSource>
79 </DelphiCompile>
80 <DCCReference Include="UCore.pas">
81 <Form>DataModuleCore</Form>
82 </DCCReference>
83 <BuildConfiguration Include="Release">
84 <Key>Cfg_2</Key>
85 <CfgParent>Base</CfgParent>
86 </BuildConfiguration>
87 <BuildConfiguration Include="Base">
88 <Key>Base</Key>
89 </BuildConfiguration>
90 <BuildConfiguration Include="Debug">
91 <Key>Cfg_1</Key>
92 <CfgParent>Base</CfgParent>
93 </BuildConfiguration>
94 </ItemGroup>
95 <ProjectExtensions>
96 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
97 <Borland.ProjectType/>
98 <BorlandProject>
99 <Delphi.Personality>
100 <VersionInfo>
101 <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
102 <VersionInfo Name="AutoIncBuild">False</VersionInfo>
103 <VersionInfo Name="MajorVer">1</VersionInfo>
104 <VersionInfo Name="MinorVer">0</VersionInfo>
105 <VersionInfo Name="Release">0</VersionInfo>
106 <VersionInfo Name="Build">0</VersionInfo>
107 <VersionInfo Name="Debug">False</VersionInfo>
108 <VersionInfo Name="PreRelease">False</VersionInfo>
109 <VersionInfo Name="Special">False</VersionInfo>
110 <VersionInfo Name="Private">False</VersionInfo>
111 <VersionInfo Name="DLL">False</VersionInfo>
112 <VersionInfo Name="Locale">1029</VersionInfo>
113 <VersionInfo Name="CodePage">1250</VersionInfo>
114 </VersionInfo>
115 <VersionInfoKeys>
116 <VersionInfoKeys Name="CompanyName"/>
117 <VersionInfoKeys Name="FileDescription"/>
118 <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
119 <VersionInfoKeys Name="InternalName"/>
120 <VersionInfoKeys Name="LegalCopyright"/>
121 <VersionInfoKeys Name="LegalTrademarks"/>
122 <VersionInfoKeys Name="OriginalFilename"/>
123 <VersionInfoKeys Name="ProductName"/>
124 <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
125 <VersionInfoKeys Name="Comments"/>
126 <VersionInfoKeys Name="CFBundleName"/>
127 <VersionInfoKeys Name="CFBundleDisplayName"/>
128 <VersionInfoKeys Name="CFBundleIdentifier"/>
129 <VersionInfoKeys Name="CFBundleVersion"/>
130 <VersionInfoKeys Name="CFBundlePackageType"/>
131 <VersionInfoKeys Name="CFBundleSignature"/>
132 <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
133 <VersionInfoKeys Name="CFBundleExecutable"/>
134 </VersionInfoKeys>
135 <Excluded_Packages>
136 <Excluded_Packages Name="$(BDSBIN)\dcldb170.bpl">Embarcadero Database Components</Excluded_Packages>
137 <Excluded_Packages Name="$(BDSBIN)\dclwebsnap170.bpl">Embarcadero WebSnap Components</Excluded_Packages>
138 <Excluded_Packages Name="$(BDSBIN)\dclwbm170.bpl">Embarcadero InternetExpress Components</Excluded_Packages>
139 <Excluded_Packages Name="$(BDSBIN)\dclmid170.bpl">Embarcadero MyBase DataAccess Components</Excluded_Packages>
140 <Excluded_Packages Name="$(BDSBIN)\dclbindcomp170.bpl">Embarcadero LiveBindings Components</Excluded_Packages>
141 <Excluded_Packages Name="$(BDSBIN)\dclbindcompfmx170.bpl">Embarcadero LiveBindings Components FireMonkey</Excluded_Packages>
142 <Excluded_Packages Name="$(BDSBIN)\dclbindcompvcl170.bpl">Embarcadero LiveBindings Components VCL</Excluded_Packages>
143 <Excluded_Packages Name="$(BDSBIN)\dclbde170.bpl">Embarcadero BDE DB Components</Excluded_Packages>
144 <Excluded_Packages Name="$(BDSBIN)\dclib170.bpl">Embarcadero InterBase Express Components</Excluded_Packages>
145 <Excluded_Packages Name="$(BDSBIN)\dclado170.bpl">Embarcadero ADO DB Components</Excluded_Packages>
146 <Excluded_Packages Name="$(BDSBIN)\DataExplorerDBXPluginInt170.bpl">DBExpress InterBase Data Explorer Integration</Excluded_Packages>
147 <Excluded_Packages Name="$(BDSBIN)\dclbindcompdbx170.bpl">LiveBindings Expression Components DbExpress</Excluded_Packages>
148 <Excluded_Packages Name="$(BDSBIN)\dcldbx170.bpl">Embarcadero dbExpress Components</Excluded_Packages>
149 <Excluded_Packages Name="$(BDSBIN)\dcldbxcds170.bpl">Embarcadero SimpleDataset Component (DBX)</Excluded_Packages>
150 <Excluded_Packages Name="$(BDSBIN)\DataExplorerDBXPlugin170.bpl">DBExpress Data Explorer Integration</Excluded_Packages>
151 <Excluded_Packages Name="$(BDSBIN)\dclmcn170.bpl">Embarcadero DataSnap Connection Components</Excluded_Packages>
152 <Excluded_Packages Name="$(BDSBIN)\DataExplorerDBXPluginEnt170.bpl">DBExpress Enterprise Data Explorer Integration</Excluded_Packages>
153 <Excluded_Packages Name="$(BDSBIN)\dclDataSnapClient170.bpl">Embarcadero DBExpress DataSnap Client Components</Excluded_Packages>
154 <Excluded_Packages Name="$(BDSBIN)\dclDataSnapCommon170.bpl">Embarcadero DBExpress DataSnap Common Design package</Excluded_Packages>
155 <Excluded_Packages Name="$(BDSBIN)\dclDataSnapIndy10ServerTransport170.bpl">Embarcadero DBExpress DataSnap Server Transport Components</Excluded_Packages>
156 <Excluded_Packages Name="$(BDSBIN)\dclDataSnapProviderClient170.bpl">Embarcadero DBExpress DataSnap Provider Client Components</Excluded_Packages>
157 <Excluded_Packages Name="$(BDSBIN)\dclDataSnapServer170.bpl">Embarcadero DBExpress DataSnap Server Components</Excluded_Packages>
158 <Excluded_Packages Name="$(BDSBIN)\dclDataSnapConnectors170.bpl">Embarcadero DataSnap Connector Components</Excluded_Packages>
159 <Excluded_Packages Name="$(BDSBIN)\dcloffice2k170.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
160 <Excluded_Packages Name="$(BDSBIN)\dclofficexp170.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
161 <Excluded_Packages Name="C:\Program Files\FastReports\LibD17\dclfs17.bpl">File C:\Program Files\FastReports\LibD17\dclfs17.bpl not found</Excluded_Packages>
162 <Excluded_Packages Name="C:\Program Files\FastReports\LibD17\dclfrx17.bpl">File C:\Program Files\FastReports\LibD17\dclfrx17.bpl not found</Excluded_Packages>
163 <Excluded_Packages Name="C:\Program Files\FastReports\LibD17\dclfsDB17.bpl">File C:\Program Files\FastReports\LibD17\dclfsDB17.bpl not found</Excluded_Packages>
164 <Excluded_Packages Name="C:\Program Files\FastReports\LibD17\dclfrxDB17.bpl">File C:\Program Files\FastReports\LibD17\dclfrxDB17.bpl not found</Excluded_Packages>
165 <Excluded_Packages Name="C:\Program Files\FastReports\LibD17\dclfrxe17.bpl">File C:\Program Files\FastReports\LibD17\dclfrxe17.bpl not found</Excluded_Packages>
166 </Excluded_Packages>
167 <Source>
168 <Source Name="MainSource">LDStudio.dpr</Source>
169 </Source>
170 </Delphi.Personality>
171 <Deployment/>
172 <Platforms>
173 <Platform value="Win32">True</Platform>
174 <Platform value="Win64">False</Platform>
175 </Platforms>
176 <ModelSupport>False</ModelSupport>
177 </BorlandProject>
178 <ProjectFileVersion>12</ProjectFileVersion>
179 </ProjectExtensions>
180 <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
181 <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
182</Project>
Note: See TracBrowser for help on using the repository browser.