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>{35E4C8B0-A649-4664-A52A-82A98347F8A2}</ProjectGuid>
4
        <MainSource>DelphiX290.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>20.1</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>DelphiX290</SanitizedProjectName>
46
        <DCC_Description>DelphiX - DirectX components for Delphi 12 - Athens</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>Winapi;System.Win;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>vcl;rtl;vclimg;vclx;VclSmp;$(DCC_UsePackage)</DCC_UsePackage>
59
    </PropertyGroup>
60
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
61
        <DCC_UsePackage>vcl;rtl;vclimg;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
        <DCC_RangeChecking>true</DCC_RangeChecking>
74
        <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
75
    </PropertyGroup>
76
    <ItemGroup>
77
        <DelphiCompile Include="$(MainSource)">
78
            <MainSource>MainSource</MainSource>
79
        </DelphiCompile>
80
        <DCCReference Include="DelphiX.dcr"/>
81
        <DCCReference Include="vcl.dcp"/>
82
        <DCCReference Include="vclsmp.dcp"/>
83
        <DCCReference Include="designide.dcp"/>
84
        <DCCReference Include="rtl.dcp"/>
85
        <DCCReference Include="vclx.dcp"/>
86
        <DCCReference Include="vclimg.dcp"/>
87
        <DCCReference Include="DIB.pas"/>
88
        <DCCReference Include="DXClass.pas"/>
89
        <DCCReference Include="DXConsts.pas"/>
90
        <DCCReference Include="DXDraws.pas"/>
91
        <DCCReference Include="DXETable.pas"/>
92
        <DCCReference Include="DXInput.pas"/>
93
        <DCCReference Include="DXPlay.pas"/>
94
        <DCCReference Include="DXPlayFm.pas">
95
            <Form>DelphiXDXPlayForm</Form>
96
        </DCCReference>
97
        <DCCReference Include="DXRender.pas"/>
98
        <DCCReference Include="DXReg.pas"/>
99
        <DCCReference Include="DXSounds.pas"/>
100
        <DCCReference Include="DXSprite.pas"/>
101
        <DCCReference Include="DXWave.pas"/>
102
        <DCCReference Include="DXFFBEdit.pas">
103
            <Form>DelphiXFFEditForm</Form>
104
        </DCCReference>
105
        <DCCReference Include="DXGUIDEdit.pas">
106
            <Form>DelphiXGUIDEditForm</Form>
107
        </DCCReference>
108
        <DCCReference Include="DXInptEdit.pas">
109
            <Form>DelphiXInputEditForm</Form>
110
        </DCCReference>
111
        <DCCReference Include="DXPictEdit.pas">
112
            <Form>DelphiXPictureEditForm</Form>
113
        </DCCReference>
114
        <DCCReference Include="DXWaveEdit.pas">
115
            <Form>DelphiXWaveEditForm</Form>
116
        </DCCReference>
117
        <DCCReference Include="TurboPixels.pas"/>
118
        <DCCReference Include="DXSpriteEdit.pas">
119
            <Form>DelphiXSpriteEditForm</Form>
120
        </DCCReference>
121
        <DCCReference Include="DXMidiEdit.pas">
122
            <Form>DelphiXMidiEditForm</Form>
123
        </DCCReference>
124
        <DCCReference Include="DXMapEditProperties.pas">
125
            <Form>DelphiXMapEditPropertiesForm</Form>
126
        </DCCReference>
127
        <DCCReference Include="DXMapEdit.pas">
128
            <Form>DelphiXMapEditForm</Form>
129
        </DCCReference>
130
        <DCCReference Include="DxPathEdit.pas">
131
            <Form>DelphiXPathsEditForm</Form>
132
        </DCCReference>
133
        <DCCReference Include="DXGlueItEdit.pas">
134
            <Form>DXGlueItEditor</Form>
135
        </DCCReference>
136
        <DCCReference Include="DXDIBEffectEdit.pas">
137
            <Form>TDelphiXDIBEffectEditForm</Form>
138
        </DCCReference>
139
        <DCCReference Include="D3DUtils.pas"/>
140
        <DCCReference Include="DirectX.pas"/>
141
        <DCCReference Include="SXMedia\SXReg.pas"/>
142
        <DCCReference Include="SXMedia\MpSndSys.pas"/>
143
        <DCCReference Include="SXMedia\SXAbout.pas">
144
            <Form>AboutBox</Form>
145
        </DCCReference>
146
        <DCCReference Include="SXMedia\SXEditor.pas"/>
147
        <DCCReference Include="SXMedia\SXEngine.pas"/>
148
        <DCCReference Include="SXMedia\SXModPlayer.pas"/>
149
        <DCCReference Include="SXMedia\SXMovie.pas"/>
150
        <BuildConfiguration Include="Base">
151
            <Key>Base</Key>
152
        </BuildConfiguration>
153
        <BuildConfiguration Include="Release">
154
            <Key>Cfg_1</Key>
155
            <CfgParent>Base</CfgParent>
156
        </BuildConfiguration>
157
        <BuildConfiguration Include="Debug">
158
            <Key>Cfg_2</Key>
159
            <CfgParent>Base</CfgParent>
160
        </BuildConfiguration>
161
    </ItemGroup>
162
    <ProjectExtensions>
163
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
164
        <Borland.ProjectType>Package</Borland.ProjectType>
165
        <BorlandProject>
166
            <Delphi.Personality>
167
                <Source>
168
                    <Source Name="MainSource">DelphiX290.dpk</Source>
169
                </Source>
170
            </Delphi.Personality>
171
            <Platforms>
172
                <Platform value="Android">False</Platform>
173
                <Platform value="iOSDevice32">False</Platform>
174
                <Platform value="iOSSimulator">False</Platform>
175
                <Platform value="Win32">True</Platform>
176
                <Platform value="Win64">False</Platform>
177
            </Platforms>
178
        </BorlandProject>
179
        <ProjectFileVersion>12</ProjectFileVersion>
180
    </ProjectExtensions>
181
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
182
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
183
</Project>