Subversion Repositories spacemission

Rev

Rev 4 | Details | Compare with Previous | 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>{4B8D9C4D-3E58-4C54-96C6-DAB5B1E90C92}</ProjectGuid>
4
        <MainSource>DelphiX200.dpk</MainSource>
5
        <Base>True</Base>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Package</AppType>
9
        <FrameworkType>VCL</FrameworkType>
10
        <ProjectVersion>15.4</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="('$(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)'=='Release' or '$(Cfg_1)'!=''">
27
        <Cfg_1>true</Cfg_1>
28
        <CfgParent>Base</CfgParent>
29
        <Base>true</Base>
30
    </PropertyGroup>
31
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
32
        <Cfg_2>true</Cfg_2>
33
        <CfgParent>Base</CfgParent>
34
        <Base>true</Base>
35
    </PropertyGroup>
16 daniel-mar 36
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
37
        <Cfg_2_Win32>true</Cfg_2_Win32>
38
        <CfgParent>Cfg_2</CfgParent>
39
        <Cfg_2>true</Cfg_2>
40
        <Base>true</Base>
41
    </PropertyGroup>
4 daniel-mar 42
    <PropertyGroup Condition="'$(Base)'!=''">
43
        <VerInfo_Locale>1029</VerInfo_Locale>
44
        <DCC_ImageBase>00400000</DCC_ImageBase>
45
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
46
        <DCC_S>false</DCC_S>
47
        <SanitizedProjectName>DelphiX200</SanitizedProjectName>
48
        <DCC_K>false</DCC_K>
49
        <DCC_E>false</DCC_E>
50
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
51
        <GenDll>true</GenDll>
52
        <DCC_F>false</DCC_F>
53
        <DCC_N>false</DCC_N>
54
        <GenPackage>true</GenPackage>
55
    </PropertyGroup>
56
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
57
        <DCC_UsePackage>rtl;vclimg;vcl;vclx;VclSmp;$(DCC_UsePackage)</DCC_UsePackage>
58
        <VerInfo_Locale>1033</VerInfo_Locale>
59
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
60
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
61
        <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
62
    </PropertyGroup>
63
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
64
        <DCC_UsePackage>rtl;vclimg;vcl;vclx;VclSmp;$(DCC_UsePackage)</DCC_UsePackage>
65
    </PropertyGroup>
66
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
67
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
68
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
69
        <DCC_DebugInformation>0</DCC_DebugInformation>
70
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
71
    </PropertyGroup>
72
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
73
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
74
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
75
        <DCC_Optimize>false</DCC_Optimize>
76
    </PropertyGroup>
16 daniel-mar 77
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
78
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
79
    </PropertyGroup>
4 daniel-mar 80
    <ItemGroup>
81
        <DelphiCompile Include="$(MainSource)">
82
            <MainSource>MainSource</MainSource>
83
        </DelphiCompile>
84
        <DCCReference Include="DelphiX.dcr"/>
85
        <DCCReference Include="vcl.dcp"/>
86
        <DCCReference Include="vclsmp.dcp"/>
87
        <DCCReference Include="designide.dcp"/>
88
        <DCCReference Include="rtl.dcp"/>
89
        <DCCReference Include="vclx.dcp"/>
90
        <DCCReference Include="vclimg.dcp"/>
91
        <DCCReference Include="DIB.pas"/>
92
        <DCCReference Include="DXClass.pas"/>
93
        <DCCReference Include="DXConsts.pas"/>
94
        <DCCReference Include="DXDraws.pas"/>
95
        <DCCReference Include="DXETable.pas"/>
96
        <DCCReference Include="DXInput.pas"/>
97
        <DCCReference Include="DXPlay.pas"/>
98
        <DCCReference Include="DXPlayFm.pas">
99
            <Form>DelphiXDXPlayForm</Form>
100
        </DCCReference>
101
        <DCCReference Include="DXRender.pas"/>
102
        <DCCReference Include="DXReg.pas"/>
103
        <DCCReference Include="DXSounds.pas"/>
104
        <DCCReference Include="DXSprite.pas"/>
105
        <DCCReference Include="DXWave.pas"/>
106
        <DCCReference Include="DXFFBEdit.pas">
107
            <Form>DelphiXFFEditForm</Form>
108
        </DCCReference>
109
        <DCCReference Include="DXGUIDEdit.pas">
110
            <Form>DelphiXGUIDEditForm</Form>
111
        </DCCReference>
112
        <DCCReference Include="DXInptEdit.pas">
113
            <Form>DelphiXInputEditForm</Form>
114
        </DCCReference>
115
        <DCCReference Include="DXPictEdit.pas">
116
            <Form>DelphiXPictureEditForm</Form>
117
        </DCCReference>
118
        <DCCReference Include="DXWaveEdit.pas">
119
            <Form>DelphiXWaveEditForm</Form>
120
        </DCCReference>
121
        <DCCReference Include="TurboPixels.pas"/>
122
        <DCCReference Include="DXSpriteEdit.pas">
123
            <Form>DelphiXSpriteEditForm</Form>
124
        </DCCReference>
125
        <DCCReference Include="DXMidiEdit.pas">
126
            <Form>DelphiXMidiEditForm</Form>
127
        </DCCReference>
128
        <DCCReference Include="DXMapEditProperties.pas">
129
            <Form>DelphiXMapEditPropertiesForm</Form>
130
        </DCCReference>
131
        <DCCReference Include="DXMapEdit.pas">
132
            <Form>DelphiXMapEditForm</Form>
133
        </DCCReference>
134
        <DCCReference Include="DxPathEdit.pas">
135
            <Form>DelphiXPathsEditForm</Form>
136
        </DCCReference>
137
        <DCCReference Include="DXGlueItEdit.pas">
138
            <Form>DXGlueItEditor</Form>
139
        </DCCReference>
140
        <DCCReference Include="DXDIBEffectEdit.pas">
141
            <Form>TDelphiXDIBEffectEditForm</Form>
142
        </DCCReference>
143
        <BuildConfiguration Include="Debug">
144
            <Key>Cfg_2</Key>
145
            <CfgParent>Base</CfgParent>
146
        </BuildConfiguration>
147
        <BuildConfiguration Include="Base">
148
            <Key>Base</Key>
149
        </BuildConfiguration>
150
        <BuildConfiguration Include="Release">
151
            <Key>Cfg_1</Key>
152
            <CfgParent>Base</CfgParent>
153
        </BuildConfiguration>
154
    </ItemGroup>
155
    <ProjectExtensions>
156
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
157
        <Borland.ProjectType>Package</Borland.ProjectType>
158
        <BorlandProject>
159
            <Delphi.Personality>
160
                <Source>
161
                    <Source Name="MainSource">DelphiX200.dpk</Source>
162
                </Source>
163
            </Delphi.Personality>
164
            <Platforms>
165
                <Platform value="Win32">True</Platform>
166
                <Platform value="Win64">False</Platform>
167
            </Platforms>
168
        </BorlandProject>
169
        <ProjectFileVersion>12</ProjectFileVersion>
170
    </ProjectExtensions>
171
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
172
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
173
</Project>