Subversion Repositories spacemission

Rev

Details | Last modification | View Log | RSS feed

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