Subversion Repositories spacemission

Rev

Rev 11 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 15
Line 1... Line 1...
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
  <PropertyGroup>
2
    <PropertyGroup>
3
    <ProjectGuid>{00a4a711-8d85-49b7-bd64-8a661423c77f}</ProjectGuid>
3
        <ProjectGuid>{00a4a711-8d85-49b7-bd64-8a661423c77f}</ProjectGuid>
4
    <MainSource>Converter.dpr</MainSource>
4
        <MainSource>Converter.dpr</MainSource>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-
 
7
    <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
6
        <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
8
    <DCC_DependencyCheckOutputName>Converter.exe</DCC_DependencyCheckOutputName>
7
        <DCC_DependencyCheckOutputName>Converter.exe</DCC_DependencyCheckOutputName>
-
 
8
        <FrameworkType>VCL</FrameworkType>
-
 
9
        <ProjectVersion>19.5</ProjectVersion>
-
 
10
        <Base>True</Base>
-
 
11
        <Config Condition="'$(Config)'==''">Debug</Config>
-
 
12
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
-
 
13
        <TargetedPlatforms>1</TargetedPlatforms>
-
 
14
        <AppType>Application</AppType>
9
  </PropertyGroup>
15
    </PropertyGroup>
-
 
16
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
-
 
17
        <Base>true</Base>
-
 
18
    </PropertyGroup>
-
 
19
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
-
 
20
        <Base_Win32>true</Base_Win32>
-
 
21
        <CfgParent>Base</CfgParent>
-
 
22
        <Base>true</Base>
-
 
23
    </PropertyGroup>
-
 
24
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
-
 
25
        <Base_Win64>true</Base_Win64>
-
 
26
        <CfgParent>Base</CfgParent>
-
 
27
        <Base>true</Base>
-
 
28
    </PropertyGroup>
-
 
29
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
-
 
30
        <Cfg_1>true</Cfg_1>
-
 
31
        <CfgParent>Base</CfgParent>
-
 
32
        <Base>true</Base>
-
 
33
    </PropertyGroup>
-
 
34
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
-
 
35
        <Cfg_1_Win32>true</Cfg_1_Win32>
-
 
36
        <CfgParent>Cfg_1</CfgParent>
-
 
37
        <Cfg_1>true</Cfg_1>
-
 
38
        <Base>true</Base>
-
 
39
    </PropertyGroup>
-
 
40
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
-
 
41
        <Cfg_2>true</Cfg_2>
-
 
42
        <CfgParent>Base</CfgParent>
-
 
43
        <Base>true</Base>
-
 
44
    </PropertyGroup>
-
 
45
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
-
 
46
        <Cfg_2_Win32>true</Cfg_2_Win32>
-
 
47
        <CfgParent>Cfg_2</CfgParent>
-
 
48
        <Cfg_2>true</Cfg_2>
-
 
49
        <Base>true</Base>
-
 
50
    </PropertyGroup>
-
 
51
    <PropertyGroup Condition="'$(Base)'!=''">
-
 
52
        <SanitizedProjectName>Converter</SanitizedProjectName>
-
 
53
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
-
 
54
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-
 
55
        <VerInfo_Locale>1031</VerInfo_Locale>
-
 
56
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
-
 
57
    </PropertyGroup>
-
 
58
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
-
 
59
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
-
 
60
        <BT_BuildType>Debug</BT_BuildType>
-
 
61
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
10
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
62
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
-
 
63
        <VerInfo_Locale>1033</VerInfo_Locale>
-
 
64
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
-
 
65
        <Icon_MainIcon>Converter_Icon2.ico</Icon_MainIcon>
-
 
66
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
-
 
67
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
-
 
68
    </PropertyGroup>
-
 
69
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
-
 
70
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
-
 
71
        <Icon_MainIcon>Converter_Icon2.ico</Icon_MainIcon>
-
 
72
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
-
 
73
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
-
 
74
    </PropertyGroup>
-
 
75
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
11
    <Version>7.0</Version>
76
        <Version>7.0</Version>
12
    <DCC_DebugInformation>False</DCC_DebugInformation>
77
        <DCC_DebugInformation>0</DCC_DebugInformation>
13
    <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
78
        <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
14
    <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
79
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
15
    <DCC_Define>RELEASE</DCC_Define>
80
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
-
 
81
    </PropertyGroup>
-
 
82
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
-
 
83
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
16
  </PropertyGroup>
84
    </PropertyGroup>
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
85
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
18
    <Version>7.0</Version>
86
        <Version>7.0</Version>
19
    <DCC_Define>DEBUG</DCC_Define>
87
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
-
 
88
    </PropertyGroup>
-
 
89
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
-
 
90
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
20
  </PropertyGroup>
91
    </PropertyGroup>
21
  <ProjectExtensions>
92
    <ProjectExtensions>
22
    <Borland.Personality>Delphi.Personality</Borland.Personality>
93
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
23
    <Borland.ProjectType>VCLApplication</Borland.ProjectType>
94
        <Borland.ProjectType>VCLApplication</Borland.ProjectType>
24
    <BorlandProject>
95
        <BorlandProject>
25
<BorlandProject xmlns=""> <Delphi.Personality>   <Parameters>
96
            <Delphi.Personality>
-
 
97
                <Parameters>
26
      <Parameters Name="UseLauncher">False</Parameters>
98
                    <Parameters Name="UseLauncher">False</Parameters>
27
      <Parameters Name="LoadAllSymbols">True</Parameters>
99
                    <Parameters Name="LoadAllSymbols">True</Parameters>
28
      <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
100
                    <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
29
    </Parameters>
101
                </Parameters>
30
    <VersionInfo>
102
                <VersionInfo>
Line 41... Line 113...
41
      <VersionInfo Name="DLL">False</VersionInfo>
113
                    <VersionInfo Name="DLL">False</VersionInfo>
42
      <VersionInfo Name="Locale">1031</VersionInfo>
114
                    <VersionInfo Name="Locale">1031</VersionInfo>
43
      <VersionInfo Name="CodePage">1252</VersionInfo>
115
                    <VersionInfo Name="CodePage">1252</VersionInfo>
44
    </VersionInfo>
116
                </VersionInfo>
45
    <VersionInfoKeys>
117
                <VersionInfoKeys>
46
      <VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
118
                    <VersionInfoKeys Name="CompanyName"/>
47
      <VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
119
                    <VersionInfoKeys Name="FileDescription"/>
48
      <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
120
                    <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
49
      <VersionInfoKeys Name="InternalName"></VersionInfoKeys>
121
                    <VersionInfoKeys Name="InternalName"/>
50
      <VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
122
                    <VersionInfoKeys Name="LegalCopyright"/>
51
      <VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
123
                    <VersionInfoKeys Name="LegalTrademarks"/>
52
      <VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
124
                    <VersionInfoKeys Name="OriginalFilename"/>
53
      <VersionInfoKeys Name="ProductName"></VersionInfoKeys>
125
                    <VersionInfoKeys Name="ProductName"/>
54
      <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
126
                    <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
55
      <VersionInfoKeys Name="Comments"></VersionInfoKeys>
127
                    <VersionInfoKeys Name="Comments"/>
56
    </VersionInfoKeys>
128
                </VersionInfoKeys>
57
    <Excluded_Packages>
129
                <Excluded_Packages>
58
      
-
 
59
      
-
 
60
      
-
 
61
      
-
 
62
      
-
 
63
      
-
 
64
      
-
 
65
      
-
 
66
      
-
 
67
      
-
 
68
      
-
 
69
      
-
 
70
      
-
 
71
      
-
 
72
      
-
 
73
      
-
 
74
      
-
 
75
      
-
 
76
      
-
 
77
      
-
 
78
      
-
 
79
      <Excluded_Packages Name="D:\SVN\Delphi\VCL_HBTAPI\hbTAPI11.bpl">Datei D:\SVN\Delphi\VCL_HBTAPI\hbTAPI11.bpl nicht gefunden</Excluded_Packages>
130
                    <Excluded_Packages Name="D:\SVN\Delphi\VCL_HBTAPI\hbTAPI11.bpl">Datei D:\SVN\Delphi\VCL_HBTAPI\hbTAPI11.bpl nicht gefunden</Excluded_Packages>
80
      <Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\Hickel_Lib.bpl">HICKEL LIB</Excluded_Packages>
131
                    <Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\Hickel_Lib.bpl">HICKEL LIB</Excluded_Packages>
81
      <Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\Hickel_Cora_Lib.bpl">HICKEL CORA LIB</Excluded_Packages>
132
                    <Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\Hickel_Cora_Lib.bpl">HICKEL CORA LIB</Excluded_Packages>
82
      <Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\Hickel_Gui.bpl">HICKEL GUI</Excluded_Packages>
133
                    <Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\Hickel_Gui.bpl">HICKEL GUI</Excluded_Packages>
83
      <Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\Hickel_Cora_Gui.bpl">HICKEL CORA GUI</Excluded_Packages>
134
                    <Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\Hickel_Cora_Gui.bpl">HICKEL CORA GUI</Excluded_Packages>
84
      <Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
135
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k100.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
85
      <Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\dclIndyCore180.bpl">Indy 10 Core Design Time</Excluded_Packages>
136
                    <Excluded_Packages Name="C:\Users\Public\Documents\RAD Studio\5.0\Bpl\dclIndyCore180.bpl">Indy 10 Core Design Time</Excluded_Packages>
86
    </Excluded_Packages>
137
                </Excluded_Packages>
87
    <Source>
138
                <Source>
88
      <Source Name="MainSource">Converter.dpr</Source>
139
                    <Source Name="MainSource">Converter.dpr</Source>
89
    </Source>
140
                </Source>
-
 
141
            </Delphi.Personality>
-
 
142
            <Platforms>
-
 
143
                <Platform value="Win32">True</Platform>
-
 
144
                <Platform value="Win64">False</Platform>
-
 
145
            </Platforms>
-
 
146
        </BorlandProject>
90
  </Delphi.Personality> </BorlandProject></BorlandProject>
147
        <ProjectFileVersion>12</ProjectFileVersion>
91
  </ProjectExtensions>
148
    </ProjectExtensions>
92
  <ItemGroup />
-
 
93
  <ItemGroup>
149
    <ItemGroup>
94
    <DelphiCompile Include="Converter.dpr">
150
        <DelphiCompile Include="$(MainSource)">
95
      <MainSource>MainSource</MainSource>
151
            <MainSource>MainSource</MainSource>
96
    </DelphiCompile>
152
        </DelphiCompile>
97
    <DCCReference Include="CnvMain.pas">
153
        <DCCReference Include="CnvMain.pas">
98
      <Form>MainForm</Form>
154
            <Form>MainForm</Form>
99
    </DCCReference>
155
        </DCCReference>
-
 
156
        <BuildConfiguration Include="Base">
-
 
157
            <Key>Base</Key>
-
 
158
        </BuildConfiguration>
-
 
159
        <BuildConfiguration Include="Release">
-
 
160
            <Key>Cfg_1</Key>
-
 
161
            <CfgParent>Base</CfgParent>
-
 
162
        </BuildConfiguration>
-
 
163
        <BuildConfiguration Include="Debug">
-
 
164
            <Key>Cfg_2</Key>
-
 
165
            <CfgParent>Base</CfgParent>
-
 
166
        </BuildConfiguration>
100
  </ItemGroup>
167
    </ItemGroup>
-
 
168
    <ItemGroup/>
101
  <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
169
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
-
 
170
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
-
 
171
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
102
</Project>
172
</Project>
103
173