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>{599685DA-212E-4FDE-99E7-BC84B6909E31}</ProjectGuid>
4
        <MainSource>LevEdit.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
        <DCC_UnitSearchPath>VCL_DELPHIX_D6;VCL_PJVERSIONINFO;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
38
        <VerInfo_Locale>1031</VerInfo_Locale>
39
        <DCC_N>true</DCC_N>
40
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
41
        <DCC_HIDDEN_VIRTUAL>false</DCC_HIDDEN_VIRTUAL>
42
        <DCC_WriteableConstants>true</DCC_WriteableConstants>
43
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
44
        <DCC_ImageBase>00400000</DCC_ImageBase>
45
        <VerInfo_MinorVer>1</VerInfo_MinorVer>
46
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=Der Leveleditor zu SpaceMission...;FileVersion=1.1.0.0;InternalName=SpaceMisson 1.1 - Leveleditor;LegalCopyright=© Copyright 2001 - 2007 ViaThinkSoft;LegalTrademarks=Keine;OriginalFilename=LevEdit.exe;ProductName=SpaceMission 1.1;ProductVersion=1.1.0.0;Webseite=www.viathinksoft.de;Projektleiter=Daniel Marschall - www.daniel-marschall.de</VerInfo_Keys>
47
        <DCC_E>false</DCC_E>
48
        <DCC_Description>SpaceMission 1.1 - Leveleditor</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;DelphiX_for5;pielib;$(DCC_UsePackage)</DCC_UsePackage>
50
        <DCC_K>false</DCC_K>
51
        <DCC_F>false</DCC_F>
52
        <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
53
        <DCC_S>false</DCC_S>
54
    </PropertyGroup>
55
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
56
        <VerInfo_Locale>1033</VerInfo_Locale>
57
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
58
        <Icon_MainIcon>LevEdit_Icon.ico</Icon_MainIcon>
59
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
60
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
61
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
62
    </PropertyGroup>
63
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
64
        <Icon_MainIcon>LevEdit_Icon.ico</Icon_MainIcon>
65
    </PropertyGroup>
66
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
67
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
68
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
69
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
70
        <DCC_DebugInformation>false</DCC_DebugInformation>
71
    </PropertyGroup>
72
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
73
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
74
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
75
        <DCC_Optimize>false</DCC_Optimize>
76
    </PropertyGroup>
77
    <ItemGroup>
78
        <DelphiCompile Include="$(MainSource)">
79
            <MainSource>MainSource</MainSource>
80
        </DelphiCompile>
81
        <DCCReference Include="LevMain.pas">
82
            <Form>MainForm</Form>
83
        </DCCReference>
84
        <DCCReference Include="LevSplash.pas">
85
            <Form>SplashForm</Form>
86
        </DCCReference>
87
        <DCCReference Include="LevSpeicherung.pas">
88
            <Form>SpeicherungForm</Form>
89
        </DCCReference>
90
        <DCCReference Include="ComInfo.pas">
91
            <Form>InfoForm</Form>
92
        </DCCReference>
93
        <DCCReference Include="LevSource.pas">
94
            <Form>SourceForm</Form>
95
        </DCCReference>
96
        <DCCReference Include="LevOptions.pas">
97
            <Form>LevelForm</Form>
98
        </DCCReference>
99
        <DCCReference Include="Global.pas"/>
100
        <None Include="LevEdit.todo"/>
101
        <BuildConfiguration Include="Debug">
102
            <Key>Cfg_2</Key>
103
            <CfgParent>Base</CfgParent>
104
        </BuildConfiguration>
105
        <BuildConfiguration Include="Base">
106
            <Key>Base</Key>
107
        </BuildConfiguration>
108
        <BuildConfiguration Include="Release">
109
            <Key>Cfg_1</Key>
110
            <CfgParent>Base</CfgParent>
111
        </BuildConfiguration>
112
    </ItemGroup>
113
    <ProjectExtensions>
114
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
115
        <Borland.ProjectType>VCLApplication</Borland.ProjectType>
116
        <BorlandProject>
117
            <Delphi.Personality>
118
                <Source>
119
                    <Source Name="MainSource">LevEdit.dpr</Source>
120
                </Source>
121
                <VersionInfo>
122
                    <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
123
                    <VersionInfo Name="AutoIncBuild">False</VersionInfo>
124
                    <VersionInfo Name="MajorVer">1</VersionInfo>
125
                    <VersionInfo Name="MinorVer">1</VersionInfo>
126
                    <VersionInfo Name="Release">0</VersionInfo>
127
                    <VersionInfo Name="Build">0</VersionInfo>
128
                    <VersionInfo Name="Debug">False</VersionInfo>
129
                    <VersionInfo Name="PreRelease">False</VersionInfo>
130
                    <VersionInfo Name="Special">False</VersionInfo>
131
                    <VersionInfo Name="Private">False</VersionInfo>
132
                    <VersionInfo Name="DLL">False</VersionInfo>
133
                    <VersionInfo Name="Locale">1031</VersionInfo>
134
                    <VersionInfo Name="CodePage">1252</VersionInfo>
135
                </VersionInfo>
136
                <VersionInfoKeys>
137
                    <VersionInfoKeys Name="CompanyName">ViaThinkSoft</VersionInfoKeys>
138
                    <VersionInfoKeys Name="FileDescription">Der Leveleditor zu SpaceMission...</VersionInfoKeys>
139
                    <VersionInfoKeys Name="FileVersion">1.1.0.0</VersionInfoKeys>
140
                    <VersionInfoKeys Name="InternalName">SpaceMisson 1.1 - Leveleditor</VersionInfoKeys>
141
                    <VersionInfoKeys Name="LegalCopyright">© Copyright 2001 - 2007 ViaThinkSoft</VersionInfoKeys>
142
                    <VersionInfoKeys Name="LegalTrademarks">Keine</VersionInfoKeys>
143
                    <VersionInfoKeys Name="OriginalFilename">LevEdit.exe</VersionInfoKeys>
144
                    <VersionInfoKeys Name="ProductName">SpaceMission 1.1</VersionInfoKeys>
145
                    <VersionInfoKeys Name="ProductVersion">1.1.0.0</VersionInfoKeys>
146
                    <VersionInfoKeys Name="Webseite">www.viathinksoft.de</VersionInfoKeys>
147
                    <VersionInfoKeys Name="Projektleiter">Daniel Marschall - www.daniel-marschall.de</VersionInfoKeys>
148
                </VersionInfoKeys>
149
            </Delphi.Personality>
150
            <Platforms>
151
                <Platform value="Win32">True</Platform>
152
                <Platform value="Win64">False</Platform>
153
            </Platforms>
154
        </BorlandProject>
155
        <ProjectFileVersion>12</ProjectFileVersion>
156
    </ProjectExtensions>
157
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
158
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
159
</Project>