Subversion Repositories currency_converter

Rev

Rev 18 | Go to most recent revision | Details | 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>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Library</AppType>
9
        <FrameworkType>None</FrameworkType>
10
        <ProjectVersion>18.2</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="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
22
        <Cfg_1>true</Cfg_1>
23
        <CfgParent>Base</CfgParent>
24
        <Base>true</Base>
25
    </PropertyGroup>
26
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
27
        <Cfg_2>true</Cfg_2>
28
        <CfgParent>Base</CfgParent>
29
        <Base>true</Base>
30
    </PropertyGroup>
31
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
32
        <Cfg_2_Win32>true</Cfg_2_Win32>
33
        <CfgParent>Cfg_2</CfgParent>
34
        <Cfg_2>true</Cfg_2>
35
        <Base>true</Base>
36
    </PropertyGroup>
37
    <PropertyGroup Condition="'$(Base)'!=''">
38
        <DCC_E>false</DCC_E>
39
        <DCC_F>false</DCC_F>
40
        <DCC_K>false</DCC_K>
41
        <DCC_N>false</DCC_N>
42
        <DCC_S>false</DCC_S>
43
        <DCC_ImageBase>00400000</DCC_ImageBase>
44
        <GenDll>true</GenDll>
45
        <SanitizedProjectName>CurConv</SanitizedProjectName>
46
        <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>
48
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
49
    </PropertyGroup>
50
    <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>
52
        <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>
54
        <VerInfo_Locale>1033</VerInfo_Locale>
55
    </PropertyGroup>
56
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
57
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
58
        <DCC_DebugInformation>0</DCC_DebugInformation>
59
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
60
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
61
    </PropertyGroup>
62
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
63
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
64
        <DCC_Optimize>false</DCC_Optimize>
65
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
66
    </PropertyGroup>
67
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
68
        <DCC_ExeOutput>e:\_test</DCC_ExeOutput>
69
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
70
        <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>
72
        <Manifest_File>(Ohne)</Manifest_File>
73
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
74
    </PropertyGroup>
75
    <ItemGroup>
76
        <DelphiCompile Include="$(MainSource)">
77
            <MainSource>MainSource</MainSource>
78
        </DelphiCompile>
79
        <DCCReference Include="..\RTL\uLkJSON.pas"/>
80
        <DCCReference Include="..\RTL\VtsCurConv.pas"/>
81
        <BuildConfiguration Include="Debug">
82
            <Key>Cfg_2</Key>
83
            <CfgParent>Base</CfgParent>
84
        </BuildConfiguration>
85
        <BuildConfiguration Include="Base">
86
            <Key>Base</Key>
87
        </BuildConfiguration>
88
        <BuildConfiguration Include="Release">
89
            <Key>Cfg_1</Key>
90
            <CfgParent>Base</CfgParent>
91
        </BuildConfiguration>
92
    </ItemGroup>
93
    <ProjectExtensions>
94
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
95
        <Borland.ProjectType/>
96
        <BorlandProject>
97
            <Delphi.Personality>
98
                <Source>
99
                    <Source Name="MainSource">CurConv.dpr</Source>
100
                </Source>
101
            </Delphi.Personality>
102
            <Platforms>
103
                <Platform value="Linux64">False</Platform>
104
                <Platform value="Win32">True</Platform>
105
            </Platforms>
106
        </BorlandProject>
107
        <ProjectFileVersion>12</ProjectFileVersion>
108
    </ProjectExtensions>
109
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
110
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
111
</Project>