Subversion Repositories currency_converter

Rev

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

Rev 2 Rev 18
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>{9D7D94E5-FD85-4F79-9E4E-F6373C7B3094}</ProjectGuid>
3
        <ProjectGuid>{9D7D94E5-FD85-4F79-9E4E-F6373C7B3094}</ProjectGuid>
4
        <MainSource>CurConv.dpr</MainSource>
4
        <MainSource>CurConv.dpr</MainSource>
5
        <Base>True</Base>
5
        <Base>True</Base>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
6
        <Config Condition="'$(Config)'==''">Release</Config>
7
        <TargetedPlatforms>1</TargetedPlatforms>
7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Library</AppType>
8
        <AppType>Library</AppType>
9
        <FrameworkType>None</FrameworkType>
9
        <FrameworkType>None</FrameworkType>
10
        <ProjectVersion>18.2</ProjectVersion>
10
        <ProjectVersion>18.8</ProjectVersion>
11
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
11
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
12
    </PropertyGroup>
12
    </PropertyGroup>
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14
        <Base>true</Base>
14
        <Base>true</Base>
15
    </PropertyGroup>
15
    </PropertyGroup>
Line 21... Line 21...
21
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
21
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
22
        <Cfg_1>true</Cfg_1>
22
        <Cfg_1>true</Cfg_1>
23
        <CfgParent>Base</CfgParent>
23
        <CfgParent>Base</CfgParent>
24
        <Base>true</Base>
24
        <Base>true</Base>
25
    </PropertyGroup>
25
    </PropertyGroup>
-
 
26
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
-
 
27
        <Cfg_1_Win32>true</Cfg_1_Win32>
-
 
28
        <CfgParent>Cfg_1</CfgParent>
-
 
29
        <Cfg_1>true</Cfg_1>
-
 
30
        <Base>true</Base>
-
 
31
    </PropertyGroup>
26
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
32
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
27
        <Cfg_2>true</Cfg_2>
33
        <Cfg_2>true</Cfg_2>
28
        <CfgParent>Base</CfgParent>
34
        <CfgParent>Base</CfgParent>
29
        <Base>true</Base>
35
        <Base>true</Base>
30
    </PropertyGroup>
36
    </PropertyGroup>
Line 46... Line 52...
46
        <VerInfo_Locale>1031</VerInfo_Locale>
52
        <VerInfo_Locale>1031</VerInfo_Locale>
47
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
53
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
48
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
54
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
49
    </PropertyGroup>
55
    </PropertyGroup>
50
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
56
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
51
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
57
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
52
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
58
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
53
        <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>
59
        <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>
54
        <VerInfo_Locale>1033</VerInfo_Locale>
60
        <VerInfo_Locale>1033</VerInfo_Locale>
-
 
61
        <Manifest_File>(Ohne)</Manifest_File>
55
    </PropertyGroup>
62
    </PropertyGroup>
56
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
63
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
57
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
64
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
58
        <DCC_DebugInformation>0</DCC_DebugInformation>
65
        <DCC_DebugInformation>0</DCC_DebugInformation>
59
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
66
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
60
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
67
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
61
    </PropertyGroup>
68
    </PropertyGroup>
-
 
69
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
-
 
70
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-
 
71
        <VerInfo_Locale>1033</VerInfo_Locale>
-
 
72
        <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>
-
 
73
        <Manifest_File>(Ohne)</Manifest_File>
-
 
74
    </PropertyGroup>
62
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
75
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
63
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
76
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
64
        <DCC_Optimize>false</DCC_Optimize>
77
        <DCC_Optimize>false</DCC_Optimize>
65
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
78
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
66
    </PropertyGroup>
79
    </PropertyGroup>
67
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
80
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
68
        <DCC_ExeOutput>e:\_test</DCC_ExeOutput>
-
 
69
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
81
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
70
        <VerInfo_Locale>1033</VerInfo_Locale>
82
        <VerInfo_Locale>1033</VerInfo_Locale>
71
        <VerInfo_Keys>CompanyName=ViaThinkSoft;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>
83
        <VerInfo_Keys>CompanyName=ViaThinkSoft;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>
72
        <Manifest_File>(Ohne)</Manifest_File>
84
        <Manifest_File>(Ohne)</Manifest_File>
73
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
85
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
Line 96... Line 108...
96
        <BorlandProject>
108
        <BorlandProject>
97
            <Delphi.Personality>
109
            <Delphi.Personality>
98
                <Source>
110
                <Source>
99
                    <Source Name="MainSource">CurConv.dpr</Source>
111
                    <Source Name="MainSource">CurConv.dpr</Source>
100
                </Source>
112
                </Source>
-
 
113
                <Excluded_Packages>
-
 
114
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
-
 
115
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
-
 
116
                </Excluded_Packages>
101
            </Delphi.Personality>
117
            </Delphi.Personality>
102
            <Platforms>
118
            <Platforms>
103
                <Platform value="Linux64">False</Platform>
-
 
104
                <Platform value="Win32">True</Platform>
119
                <Platform value="Win32">True</Platform>
105
            </Platforms>
120
            </Platforms>
106
        </BorlandProject>
121
        </BorlandProject>
107
        <ProjectFileVersion>12</ProjectFileVersion>
122
        <ProjectFileVersion>12</ProjectFileVersion>
108
    </ProjectExtensions>
123
    </ProjectExtensions>