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