Subversion Repositories spacemission

Rev

Rev 4 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 16
Line 31... Line 31...
31
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
31
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
32
        <Cfg_2>true</Cfg_2>
32
        <Cfg_2>true</Cfg_2>
33
        <CfgParent>Base</CfgParent>
33
        <CfgParent>Base</CfgParent>
34
        <Base>true</Base>
34
        <Base>true</Base>
35
    </PropertyGroup>
35
    </PropertyGroup>
-
 
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>
36
    <PropertyGroup Condition="'$(Base)'!=''">
42
    <PropertyGroup Condition="'$(Base)'!=''">
37
        <DCC_N>false</DCC_N>
43
        <DCC_N>false</DCC_N>
38
        <SanitizedProjectName>DelphiX220</SanitizedProjectName>
44
        <SanitizedProjectName>DelphiX220</SanitizedProjectName>
39
        <VerInfo_Locale>1029</VerInfo_Locale>
45
        <VerInfo_Locale>1029</VerInfo_Locale>
40
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
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>
Line 49... Line 55...
49
        <DCC_Description>DelphiX - DirectX components for Delphi XE8</DCC_Description>
55
        <DCC_Description>DelphiX - DirectX components for Delphi XE8</DCC_Description>
50
        <DCC_K>false</DCC_K>
56
        <DCC_K>false</DCC_K>
51
    </PropertyGroup>
57
    </PropertyGroup>
52
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
58
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
53
        <VerInfo_Locale>1033</VerInfo_Locale>
59
        <VerInfo_Locale>1033</VerInfo_Locale>
54
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
60
        <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
55
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
61
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
56
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
62
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
57
        <DCC_UsePackage>rtl;vclimg;vcl;vclx;VclSmp;$(DCC_UsePackage)</DCC_UsePackage>
63
        <DCC_UsePackage>rtl;vclimg;vcl;vclx;VclSmp;$(DCC_UsePackage)</DCC_UsePackage>
58
    </PropertyGroup>
64
    </PropertyGroup>
59
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
65
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
Line 68... Line 74...
68
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
74
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
69
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
75
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
70
        <DCC_Optimize>false</DCC_Optimize>
76
        <DCC_Optimize>false</DCC_Optimize>
71
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
77
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
72
    </PropertyGroup>
78
    </PropertyGroup>
-
 
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>
73
    <ItemGroup>
82
    <ItemGroup>
74
        <DelphiCompile Include="$(MainSource)">
83
        <DelphiCompile Include="$(MainSource)">
75
            <MainSource>MainSource</MainSource>
84
            <MainSource>MainSource</MainSource>
76
        </DelphiCompile>
85
        </DelphiCompile>
77
        <DCCReference Include="DelphiX.dcr"/>
86
        <DCCReference Include="DelphiX.dcr"/>
Line 131... Line 140...
131
            <Form>DXGlueItEditor</Form>
140
            <Form>DXGlueItEditor</Form>
132
        </DCCReference>
141
        </DCCReference>
133
        <DCCReference Include="DXDIBEffectEdit.pas">
142
        <DCCReference Include="DXDIBEffectEdit.pas">
134
            <Form>TDelphiXDIBEffectEditForm</Form>
143
            <Form>TDelphiXDIBEffectEditForm</Form>
135
        </DCCReference>
144
        </DCCReference>
-
 
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>
136
        <BuildConfiguration Include="Debug">
156
        <BuildConfiguration Include="Debug">
137
            <Key>Cfg_2</Key>
157
            <Key>Cfg_2</Key>
138
            <CfgParent>Base</CfgParent>
158
            <CfgParent>Base</CfgParent>
139
        </BuildConfiguration>
159
        </BuildConfiguration>
140
        <BuildConfiguration Include="Base">
160
        <BuildConfiguration Include="Base">
Line 153... Line 173...
153
                <Source>
173
                <Source>
154
                    <Source Name="MainSource">DelphiX220.dpk</Source>
174
                    <Source Name="MainSource">DelphiX220.dpk</Source>
155
                </Source>
175
                </Source>
156
            </Delphi.Personality>
176
            </Delphi.Personality>
157
            <Platforms>
177
            <Platforms>
158
                <Platform value="Android">False</Platform>
-
 
159
                <Platform value="iOSDevice32">False</Platform>
-
 
160
                <Platform value="iOSSimulator">False</Platform>
-
 
161
                <Platform value="Win32">True</Platform>
178
                <Platform value="Win32">True</Platform>
162
                <Platform value="Win64">False</Platform>
179
                <Platform value="Win64">False</Platform>
163
            </Platforms>
180
            </Platforms>
164
        </BorlandProject>
181
        </BorlandProject>
165
        <ProjectFileVersion>12</ProjectFileVersion>
182
        <ProjectFileVersion>12</ProjectFileVersion>