Subversion Repositories spacemission

Rev

Rev 11 | Go to most recent revision | 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>{3BF3030C-7166-4C6E-8DCC-7CFAE9EEFEBF}</ProjectGuid>
4
        <MainSource>SpaceMission.dpr</MainSource>
5
        <Base>True</Base>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Application</AppType>
9
        <FrameworkType>VCL</FrameworkType>
10
        <ProjectVersion>14.6</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
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
38
        <DCC_UnitSearchPath>VCL_DELPHIX_D6;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
39
        <VerInfo_MinorVer>1</VerInfo_MinorVer>
40
        <DCC_N>true</DCC_N>
41
        <VerInfo_Locale>1031</VerInfo_Locale>
42
        <DCC_HIDDEN_VIRTUAL>false</DCC_HIDDEN_VIRTUAL>
43
        <DCC_WriteableConstants>true</DCC_WriteableConstants>
44
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
45
        <DCC_ImageBase>00400000</DCC_ImageBase>
46
        <VerInfo_Release>4</VerInfo_Release>
47
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=Ein spannendes Weltraumspiel...;FileVersion=1.1.4.0;InternalName=SpaceMission 1.1;LegalCopyright=© Copyright 2001 - 2011 ViaThinkSoft;LegalTrademarks=Keine;OriginalFilename=SpaceMission.exe;ProductName=SpaceMission 1.1;ProductVersion=1.1.0.0;Homepage=www.viathinksoft.de;Projektleiter=Daniel Marschall - www.daniel-marschall.de;Webseite=www.viathinksoft.de</VerInfo_Keys>
48
        <DCC_Description>SpaceMission 1.1</DCC_Description>
49
        <DCC_UsePackage>VCL50;VCLX50;VCLSMP50;VCLDB50;VCLADO50;ibevnt50;VCLBDE50;VCLDBX50;QRPT50;TEEUI50;TEEDB50;TEE50;DSS50;TEEQR50;VCLIB50;VCLMID50;VCLIE50;INETDB50;INET50;NMFAST50;WEBMID50;dclocx50;dclaxserver50;packapi;$(DCC_UsePackage)</DCC_UsePackage>
50
        <DCC_E>false</DCC_E>
51
        <DCC_K>false</DCC_K>
52
        <DCC_F>false</DCC_F>
53
        <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
54
        <DCC_S>false</DCC_S>
55
    </PropertyGroup>
56
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
57
        <VerInfo_Locale>1033</VerInfo_Locale>
58
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
59
        <Icon_MainIcon>SpaceMission_Icon.ico</Icon_MainIcon>
60
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
61
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
62
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
63
    </PropertyGroup>
64
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
65
        <Icon_MainIcon>SpaceMission_Icon.ico</Icon_MainIcon>
66
    </PropertyGroup>
67
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
68
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
69
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
70
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
71
        <DCC_DebugInformation>false</DCC_DebugInformation>
72
    </PropertyGroup>
73
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
74
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
75
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
76
        <DCC_Optimize>false</DCC_Optimize>
77
    </PropertyGroup>
78
    <ItemGroup>
79
        <DelphiCompile Include="$(MainSource)">
80
            <MainSource>MainSource</MainSource>
81
        </DelphiCompile>
82
        <DCCReference Include="GamMain.pas">
83
            <Form>MainForm</Form>
84
        </DCCReference>
85
        <DCCReference Include="GamSplash.pas">
86
            <Form>SplashForm</Form>
87
        </DCCReference>
88
        <DCCReference Include="GamSpeicherung.pas">
89
            <Form>SpeicherungForm</Form>
90
        </DCCReference>
91
        <DCCReference Include="ComInfo.pas">
92
            <Form>InfoForm</Form>
93
        </DCCReference>
94
        <DCCReference Include="GamCheat.pas">
95
            <Form>CheatForm</Form>
96
        </DCCReference>
97
        <DCCReference Include="Global.pas"/>
98
        <BuildConfiguration Include="Debug">
99
            <Key>Cfg_2</Key>
100
            <CfgParent>Base</CfgParent>
101
        </BuildConfiguration>
102
        <BuildConfiguration Include="Base">
103
            <Key>Base</Key>
104
        </BuildConfiguration>
105
        <BuildConfiguration Include="Release">
106
            <Key>Cfg_1</Key>
107
            <CfgParent>Base</CfgParent>
108
        </BuildConfiguration>
109
    </ItemGroup>
110
    <ProjectExtensions>
111
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
112
        <Borland.ProjectType>VCLApplication</Borland.ProjectType>
113
        <BorlandProject>
114
            <Delphi.Personality>
115
                <Source>
116
                    <Source Name="MainSource">SpaceMission.dpr</Source>
117
                </Source>
118
                <VersionInfo>
119
                    <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
120
                    <VersionInfo Name="AutoIncBuild">False</VersionInfo>
121
                    <VersionInfo Name="MajorVer">1</VersionInfo>
122
                    <VersionInfo Name="MinorVer">1</VersionInfo>
123
                    <VersionInfo Name="Release">4</VersionInfo>
124
                    <VersionInfo Name="Build">0</VersionInfo>
125
                    <VersionInfo Name="Debug">False</VersionInfo>
126
                    <VersionInfo Name="PreRelease">False</VersionInfo>
127
                    <VersionInfo Name="Special">False</VersionInfo>
128
                    <VersionInfo Name="Private">False</VersionInfo>
129
                    <VersionInfo Name="DLL">False</VersionInfo>
130
                    <VersionInfo Name="Locale">1031</VersionInfo>
131
                    <VersionInfo Name="CodePage">1252</VersionInfo>
132
                </VersionInfo>
133
                <VersionInfoKeys>
134
                    <VersionInfoKeys Name="CompanyName">ViaThinkSoft</VersionInfoKeys>
135
                    <VersionInfoKeys Name="FileDescription">Ein spannendes Weltraumspiel...</VersionInfoKeys>
136
                    <VersionInfoKeys Name="FileVersion">1.1.4.0</VersionInfoKeys>
137
                    <VersionInfoKeys Name="InternalName">SpaceMission 1.1</VersionInfoKeys>
138
                    <VersionInfoKeys Name="LegalCopyright">© Copyright 2001 - 2011 ViaThinkSoft</VersionInfoKeys>
139
                    <VersionInfoKeys Name="LegalTrademarks">Keine</VersionInfoKeys>
140
                    <VersionInfoKeys Name="OriginalFilename">SpaceMission.exe</VersionInfoKeys>
141
                    <VersionInfoKeys Name="ProductName">SpaceMission 1.1</VersionInfoKeys>
142
                    <VersionInfoKeys Name="ProductVersion">1.1.0.0</VersionInfoKeys>
143
                    <VersionInfoKeys Name="Homepage">www.viathinksoft.de</VersionInfoKeys>
144
                    <VersionInfoKeys Name="Projektleiter">Daniel Marschall - www.daniel-marschall.de</VersionInfoKeys>
145
                    <VersionInfoKeys Name="Webseite">www.viathinksoft.de</VersionInfoKeys>
146
                </VersionInfoKeys>
147
                <Excluded_Packages>
148
                    <Excluded_Packages Name="c:\programme\borland\bds\4.0\Bin\dclib100.bpl">Borland InterBase Express Components</Excluded_Packages>
149
                    <Excluded_Packages Name="c:\programme\borland\bds\4.0\Bin\dclIntraweb_80_100.bpl">Intraweb 8.0 Design Package for Borland Development Studio 2006</Excluded_Packages>
150
                    <Excluded_Packages Name="c:\programme\borland\bds\4.0\Bin\dclIndyCore100.bpl">Indy 10 Core Design Time</Excluded_Packages>
151
                    <Excluded_Packages Name="c:\programme\borland\bds\4.0\Bin\dclsmp100.bpl">Borland Sample Components</Excluded_Packages>
152
                    <Excluded_Packages Name="c:\programme\borland\bds\4.0\Bin\dclIndyProtocols100.bpl">Indy 10 Protocols Design Time</Excluded_Packages>
153
                    <Excluded_Packages Name="c:\programme\borland\bds\4.0\Bin\dcltee100.bpl">TeeChart-Komponenten</Excluded_Packages>
154
                </Excluded_Packages>
155
            </Delphi.Personality>
156
            <Platforms>
157
                <Platform value="Win32">True</Platform>
158
                <Platform value="Win64">False</Platform>
159
            </Platforms>
160
        </BorlandProject>
161
        <ProjectFileVersion>12</ProjectFileVersion>
162
    </ProjectExtensions>
163
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
164
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
165
</Project>