Subversion Repositories spacemission

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{41E25D19-4508-47C8-BCF2-B3098831677C}</ProjectGuid>
4
        <MainSource>DelphiX190.dpk</MainSource>
5
        <ProjectVersion>15.3</ProjectVersion>
6
        <FrameworkType>None</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
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
49
        <VerInfo_Locale>1029</VerInfo_Locale>
50
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
51
        <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
52
        <GenDll>true</GenDll>
53
        <GenPackage>true</GenPackage>
54
        <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
55
        <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
56
        <DCC_E>false</DCC_E>
57
        <DCC_N>false</DCC_N>
58
        <DCC_S>false</DCC_S>
59
        <DCC_F>false</DCC_F>
60
        <DCC_K>false</DCC_K>
61
    </PropertyGroup>
62
    <PropertyGroup Condition="'$(Base_OSX32)'!=''">
63
        <DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage>
64
    </PropertyGroup>
65
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
66
        <DCC_UsePackage>vcl;rtl;vclx;vclimg;VclSmp;$(DCC_UsePackage)</DCC_UsePackage>
67
        <VerInfo_Locale>1033</VerInfo_Locale>
68
        <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
69
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
70
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
71
    </PropertyGroup>
72
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
73
        <DCC_UsePackage>vcl;rtl;vclx;vclimg;VclSmp;$(DCC_UsePackage)</DCC_UsePackage>
74
    </PropertyGroup>
75
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
76
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
77
        <DCC_DebugDCUs>true</DCC_DebugDCUs>
78
        <DCC_Optimize>false</DCC_Optimize>
79
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
80
        <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
81
        <DCC_RemoteDebug>true</DCC_RemoteDebug>
82
    </PropertyGroup>
83
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
84
        <VerInfo_Locale>1033</VerInfo_Locale>
85
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
86
        <DCC_RemoteDebug>false</DCC_RemoteDebug>
87
    </PropertyGroup>
88
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
89
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
90
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
91
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
92
        <DCC_DebugInformation>0</DCC_DebugInformation>
93
    </PropertyGroup>
94
    <ItemGroup>
95
        <DelphiCompile Include="$(MainSource)">
96
            <MainSource>MainSource</MainSource>
97
        </DelphiCompile>
98
        <DCCReference Include="DelphiX.dcr"/>
99
        <DCCReference Include="vcl.dcp"/>
100
        <DCCReference Include="vclsmp.dcp"/>
101
        <DCCReference Include="designide.dcp"/>
102
        <DCCReference Include="rtl.dcp"/>
103
        <DCCReference Include="vclx.dcp"/>
104
        <DCCReference Include="vclimg.dcp"/>
105
        <DCCReference Include="DIB.pas"/>
106
        <DCCReference Include="DXClass.pas"/>
107
        <DCCReference Include="DXConsts.pas"/>
108
        <DCCReference Include="DXDraws.pas"/>
109
        <DCCReference Include="DXETable.pas"/>
110
        <DCCReference Include="DXInput.pas"/>
111
        <DCCReference Include="DXPlay.pas"/>
112
        <DCCReference Include="DXPlayFm.pas">
113
            <Form>DelphiXDXPlayForm</Form>
114
        </DCCReference>
115
        <DCCReference Include="DXRender.pas"/>
116
        <DCCReference Include="DXReg.pas"/>
117
        <DCCReference Include="DXSounds.pas"/>
118
        <DCCReference Include="DXSprite.pas"/>
119
        <DCCReference Include="DXWave.pas"/>
120
        <DCCReference Include="DXFFBEdit.pas">
121
            <Form>DelphiXFFEditForm</Form>
122
        </DCCReference>
123
        <DCCReference Include="DXGUIDEdit.pas">
124
            <Form>DelphiXGUIDEditForm</Form>
125
        </DCCReference>
126
        <DCCReference Include="DXInptEdit.pas">
127
            <Form>DelphiXInputEditForm</Form>
128
        </DCCReference>
129
        <DCCReference Include="DXPictEdit.pas">
130
            <Form>DelphiXPictureEditForm</Form>
131
        </DCCReference>
132
        <DCCReference Include="DXWaveEdit.pas">
133
            <Form>DelphiXWaveEditForm</Form>
134
        </DCCReference>
135
        <DCCReference Include="TurboPixels.pas"/>
136
        <DCCReference Include="DXSpriteEdit.pas">
137
            <Form>DelphiXSpriteEditForm</Form>
138
        </DCCReference>
139
        <DCCReference Include="DXMidiEdit.pas">
140
            <Form>DelphiXMidiEditForm</Form>
141
        </DCCReference>
142
        <DCCReference Include="DXMapEditProperties.pas">
143
            <Form>DelphiXMapEditPropertiesForm</Form>
144
        </DCCReference>
145
        <DCCReference Include="DXMapEdit.pas">
146
            <Form>DelphiXMapEditForm</Form>
147
        </DCCReference>
148
        <DCCReference Include="DxPathEdit.pas">
149
            <Form>DelphiXPathsEditForm</Form>
150
        </DCCReference>
151
        <DCCReference Include="DXGlueItEdit.pas">
152
            <Form>DXGlueItEditor</Form>
153
        </DCCReference>
154
        <DCCReference Include="DXDIBEffectEdit.pas">
155
            <Form>TDelphiXDIBEffectEditForm</Form>
156
        </DCCReference>
157
        <BuildConfiguration Include="Release">
158
            <Key>Cfg_2</Key>
159
            <CfgParent>Base</CfgParent>
160
        </BuildConfiguration>
161
        <BuildConfiguration Include="Base">
162
            <Key>Base</Key>
163
        </BuildConfiguration>
164
        <BuildConfiguration Include="Debug">
165
            <Key>Cfg_1</Key>
166
            <CfgParent>Base</CfgParent>
167
        </BuildConfiguration>
168
    </ItemGroup>
169
    <ProjectExtensions>
170
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
171
        <Borland.ProjectType>Package</Borland.ProjectType>
172
        <BorlandProject>
173
            <Delphi.Personality>
174
                <Source>
175
                    <Source Name="MainSource">DelphiX190.dpk</Source>
176
                </Source>
177
                <VersionInfo>
178
                    <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
179
                    <VersionInfo Name="AutoIncBuild">False</VersionInfo>
180
                    <VersionInfo Name="MajorVer">1</VersionInfo>
181
                    <VersionInfo Name="MinorVer">0</VersionInfo>
182
                    <VersionInfo Name="Release">0</VersionInfo>
183
                    <VersionInfo Name="Build">0</VersionInfo>
184
                    <VersionInfo Name="Debug">False</VersionInfo>
185
                    <VersionInfo Name="PreRelease">False</VersionInfo>
186
                    <VersionInfo Name="Special">False</VersionInfo>
187
                    <VersionInfo Name="Private">False</VersionInfo>
188
                    <VersionInfo Name="DLL">False</VersionInfo>
189
                    <VersionInfo Name="Locale">1029</VersionInfo>
190
                    <VersionInfo Name="CodePage">1250</VersionInfo>
191
                </VersionInfo>
192
                <VersionInfoKeys>
193
                    <VersionInfoKeys Name="CompanyName"/>
194
                    <VersionInfoKeys Name="FileDescription"/>
195
                    <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
196
                    <VersionInfoKeys Name="InternalName"/>
197
                    <VersionInfoKeys Name="LegalCopyright"/>
198
                    <VersionInfoKeys Name="LegalTrademarks"/>
199
                    <VersionInfoKeys Name="OriginalFilename"/>
200
                    <VersionInfoKeys Name="ProductName"/>
201
                    <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
202
                    <VersionInfoKeys Name="Comments"/>
203
                    <VersionInfoKeys Name="CFBundleName"/>
204
                    <VersionInfoKeys Name="CFBundleDisplayName"/>
205
                    <VersionInfoKeys Name="UIDeviceFamily"/>
206
                    <VersionInfoKeys Name="CFBundleIdentifier"/>
207
                    <VersionInfoKeys Name="CFBundleVersion"/>
208
                    <VersionInfoKeys Name="CFBundlePackageType"/>
209
                    <VersionInfoKeys Name="CFBundleSignature"/>
210
                    <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
211
                    <VersionInfoKeys Name="UISupportedInterfaceOrientations"/>
212
                    <VersionInfoKeys Name="CFBundleExecutable"/>
213
                    <VersionInfoKeys Name="CFBundleResourceSpecification"/>
214
                    <VersionInfoKeys Name="LSRequiresIPhoneOS"/>
215
                    <VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
216
                    <VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
217
                    <VersionInfoKeys Name="package"/>
218
                    <VersionInfoKeys Name="label"/>
219
                    <VersionInfoKeys Name="versionCode"/>
220
                    <VersionInfoKeys Name="versionName"/>
221
                    <VersionInfoKeys Name="persistent"/>
222
                    <VersionInfoKeys Name="restoreAnyVersion"/>
223
                    <VersionInfoKeys Name="installLocation"/>
224
                    <VersionInfoKeys Name="largeHeap"/>
225
                    <VersionInfoKeys Name="theme"/>
226
                </VersionInfoKeys>
227
                <Excluded_Packages>
228
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k190.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
229
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp190.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
230
                </Excluded_Packages>
231
            </Delphi.Personality>
232
            <Deployment/>
233
            <Platforms>
234
                <Platform value="OSX32">False</Platform>
235
                <Platform value="Win32">True</Platform>
236
                <Platform value="Win64">False</Platform>
237
            </Platforms>
238
        </BorlandProject>
239
        <ProjectFileVersion>12</ProjectFileVersion>
240
    </ProjectExtensions>
241
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
242
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
243
</Project>