Subversion Repositories spacemission

Rev

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