Subversion Repositories currency_converter

Rev

Rev 2 | Rev 19 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{9D7D94E5-FD85-4F79-9E4E-F6373C7B3094}</ProjectGuid>
4
        <MainSource>CurConv.dpr</MainSource>
5
        <Base>True</Base>
18 daniel-mar 6
        <Config Condition="'$(Config)'==''">Release</Config>
2 daniel-mar 7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Library</AppType>
9
        <FrameworkType>None</FrameworkType>
18 daniel-mar 10
        <ProjectVersion>18.8</ProjectVersion>
2 daniel-mar 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="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
22
        <Cfg_1>true</Cfg_1>
23
        <CfgParent>Base</CfgParent>
24
        <Base>true</Base>
25
    </PropertyGroup>
18 daniel-mar 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>
2 daniel-mar 32
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
33
        <Cfg_2>true</Cfg_2>
34
        <CfgParent>Base</CfgParent>
35
        <Base>true</Base>
36
    </PropertyGroup>
37
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
38
        <Cfg_2_Win32>true</Cfg_2_Win32>
39
        <CfgParent>Cfg_2</CfgParent>
40
        <Cfg_2>true</Cfg_2>
41
        <Base>true</Base>
42
    </PropertyGroup>
43
    <PropertyGroup Condition="'$(Base)'!=''">
44
        <DCC_E>false</DCC_E>
45
        <DCC_F>false</DCC_F>
46
        <DCC_K>false</DCC_K>
47
        <DCC_N>false</DCC_N>
48
        <DCC_S>false</DCC_S>
49
        <DCC_ImageBase>00400000</DCC_ImageBase>
50
        <GenDll>true</GenDll>
51
        <SanitizedProjectName>CurConv</SanitizedProjectName>
52
        <VerInfo_Locale>1031</VerInfo_Locale>
53
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
54
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
55
    </PropertyGroup>
56
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
18 daniel-mar 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>
2 daniel-mar 58
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
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>
60
        <VerInfo_Locale>1033</VerInfo_Locale>
18 daniel-mar 61
        <Manifest_File>(Ohne)</Manifest_File>
2 daniel-mar 62
    </PropertyGroup>
63
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
64
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
65
        <DCC_DebugInformation>0</DCC_DebugInformation>
66
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
67
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
68
    </PropertyGroup>
18 daniel-mar 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>
2 daniel-mar 75
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
76
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
77
        <DCC_Optimize>false</DCC_Optimize>
78
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
79
    </PropertyGroup>
80
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
81
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
82
        <VerInfo_Locale>1033</VerInfo_Locale>
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>
84
        <Manifest_File>(Ohne)</Manifest_File>
85
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
86
    </PropertyGroup>
87
    <ItemGroup>
88
        <DelphiCompile Include="$(MainSource)">
89
            <MainSource>MainSource</MainSource>
90
        </DelphiCompile>
91
        <DCCReference Include="..\RTL\uLkJSON.pas"/>
92
        <DCCReference Include="..\RTL\VtsCurConv.pas"/>
93
        <BuildConfiguration Include="Debug">
94
            <Key>Cfg_2</Key>
95
            <CfgParent>Base</CfgParent>
96
        </BuildConfiguration>
97
        <BuildConfiguration Include="Base">
98
            <Key>Base</Key>
99
        </BuildConfiguration>
100
        <BuildConfiguration Include="Release">
101
            <Key>Cfg_1</Key>
102
            <CfgParent>Base</CfgParent>
103
        </BuildConfiguration>
104
    </ItemGroup>
105
    <ProjectExtensions>
106
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
107
        <Borland.ProjectType/>
108
        <BorlandProject>
109
            <Delphi.Personality>
110
                <Source>
111
                    <Source Name="MainSource">CurConv.dpr</Source>
112
                </Source>
18 daniel-mar 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>
2 daniel-mar 117
            </Delphi.Personality>
118
            <Platforms>
119
                <Platform value="Win32">True</Platform>
120
            </Platforms>
121
        </BorlandProject>
122
        <ProjectFileVersion>12</ProjectFileVersion>
123
    </ProjectExtensions>
124
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
125
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
126
</Project>