Subversion Repositories spacemission

Rev

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>{99DF80C5-B3F5-4637-8685-0C3B4D0CA5B6}</ProjectGuid>
4
        <MainSource>Converter.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_N>true</DCC_N>
39
        <VerInfo_MinorVer>1</VerInfo_MinorVer>
40
        <VerInfo_Locale>1031</VerInfo_Locale>
41
        <DCC_WriteableConstants>true</DCC_WriteableConstants>
42
        <DCC_ImageBase>00400000</DCC_ImageBase>
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_F>false</DCC_F>
45
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=Umwandlungssoftware...;FileVersion=1.1.0.0;InternalName=SpaceMission Compiler;LegalCopyright=© Copyright 2001 - 2007 ViaThinkSoft;LegalTrademarks=Keine;OriginalFilename=Compiler.exe;ProductName=SpaceMission 1.1;ProductVersion=1.1.0.0;Homepage=www.viathinksoft.de;Projektleiter=Daniel Marschall - www.daniel-marschall.de</VerInfo_Keys>
46
        <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>
47
        <DCC_Description>Levelcompiler 1.1</DCC_Description>
48
        <DCC_E>false</DCC_E>
49
        <DCC_K>false</DCC_K>
50
        <DCC_S>false</DCC_S>
51
        <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
52
    </PropertyGroup>
53
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
54
        <VerInfo_Locale>1033</VerInfo_Locale>
55
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
56
        <Icon_MainIcon>Converter_Icon.ico</Icon_MainIcon>
57
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
58
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
59
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
60
    </PropertyGroup>
61
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
62
        <Icon_MainIcon>Converter_Icon.ico</Icon_MainIcon>
63
    </PropertyGroup>
64
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
65
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
66
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
67
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
68
        <DCC_DebugInformation>false</DCC_DebugInformation>
69
    </PropertyGroup>
70
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
71
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
72
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
73
        <DCC_Optimize>false</DCC_Optimize>
74
    </PropertyGroup>
75
    <ItemGroup>
76
        <DelphiCompile Include="$(MainSource)">
77
            <MainSource>MainSource</MainSource>
78
        </DelphiCompile>
79
        <DCCReference Include="CnvMain.pas">
80
            <Form>MainForm</Form>
81
        </DCCReference>
82
        <BuildConfiguration Include="Debug">
83
            <Key>Cfg_2</Key>
84
            <CfgParent>Base</CfgParent>
85
        </BuildConfiguration>
86
        <BuildConfiguration Include="Base">
87
            <Key>Base</Key>
88
        </BuildConfiguration>
89
        <BuildConfiguration Include="Release">
90
            <Key>Cfg_1</Key>
91
            <CfgParent>Base</CfgParent>
92
        </BuildConfiguration>
93
    </ItemGroup>
94
    <ProjectExtensions>
95
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
96
        <Borland.ProjectType>VCLApplication</Borland.ProjectType>
97
        <BorlandProject>
98
            <Delphi.Personality>
99
                <Source>
100
                    <Source Name="MainSource">Converter.dpr</Source>
101
                </Source>
102
                <VersionInfo>
103
                    <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
104
                    <VersionInfo Name="AutoIncBuild">False</VersionInfo>
105
                    <VersionInfo Name="MajorVer">1</VersionInfo>
106
                    <VersionInfo Name="MinorVer">1</VersionInfo>
107
                    <VersionInfo Name="Release">0</VersionInfo>
108
                    <VersionInfo Name="Build">0</VersionInfo>
109
                    <VersionInfo Name="Debug">False</VersionInfo>
110
                    <VersionInfo Name="PreRelease">False</VersionInfo>
111
                    <VersionInfo Name="Special">False</VersionInfo>
112
                    <VersionInfo Name="Private">False</VersionInfo>
113
                    <VersionInfo Name="DLL">False</VersionInfo>
114
                    <VersionInfo Name="Locale">1031</VersionInfo>
115
                    <VersionInfo Name="CodePage">1252</VersionInfo>
116
                </VersionInfo>
117
                <VersionInfoKeys>
118
                    <VersionInfoKeys Name="CompanyName">ViaThinkSoft</VersionInfoKeys>
119
                    <VersionInfoKeys Name="FileDescription">Umwandlungssoftware...</VersionInfoKeys>
120
                    <VersionInfoKeys Name="FileVersion">1.1.0.0</VersionInfoKeys>
121
                    <VersionInfoKeys Name="InternalName">SpaceMission Compiler</VersionInfoKeys>
122
                    <VersionInfoKeys Name="LegalCopyright">© Copyright 2001 - 2007 ViaThinkSoft</VersionInfoKeys>
123
                    <VersionInfoKeys Name="LegalTrademarks">Keine</VersionInfoKeys>
124
                    <VersionInfoKeys Name="OriginalFilename">Compiler.exe</VersionInfoKeys>
125
                    <VersionInfoKeys Name="ProductName">SpaceMission 1.1</VersionInfoKeys>
126
                    <VersionInfoKeys Name="ProductVersion">1.1.0.0</VersionInfoKeys>
127
                    <VersionInfoKeys Name="Homepage">www.viathinksoft.de</VersionInfoKeys>
128
                    <VersionInfoKeys Name="Projektleiter">Daniel Marschall - www.daniel-marschall.de</VersionInfoKeys>
129
                </VersionInfoKeys>
130
            </Delphi.Personality>
131
            <Platforms>
132
                <Platform value="Win32">True</Platform>
133
                <Platform value="Win64">False</Platform>
134
            </Platforms>
135
        </BorlandProject>
136
        <ProjectFileVersion>12</ProjectFileVersion>
137
    </ProjectExtensions>
138
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
139
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
140
</Project>