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