Subversion Repositories currency_converter

Rev

Rev 18 | 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>
19 daniel-mar 7
        <TargetedPlatforms>3</TargetedPlatforms>
2 daniel-mar 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>
19 daniel-mar 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>
2 daniel-mar 26
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
27
        <Cfg_1>true</Cfg_1>
28
        <CfgParent>Base</CfgParent>
29
        <Base>true</Base>
30
    </PropertyGroup>
18 daniel-mar 31
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
32
        <Cfg_1_Win32>true</Cfg_1_Win32>
33
        <CfgParent>Cfg_1</CfgParent>
34
        <Cfg_1>true</Cfg_1>
35
        <Base>true</Base>
36
    </PropertyGroup>
19 daniel-mar 37
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
38
        <Cfg_1_Win64>true</Cfg_1_Win64>
39
        <CfgParent>Cfg_1</CfgParent>
40
        <Cfg_1>true</Cfg_1>
41
        <Base>true</Base>
42
    </PropertyGroup>
2 daniel-mar 43
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
44
        <Cfg_2>true</Cfg_2>
45
        <CfgParent>Base</CfgParent>
46
        <Base>true</Base>
47
    </PropertyGroup>
48
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
49
        <Cfg_2_Win32>true</Cfg_2_Win32>
50
        <CfgParent>Cfg_2</CfgParent>
51
        <Cfg_2>true</Cfg_2>
52
        <Base>true</Base>
53
    </PropertyGroup>
19 daniel-mar 54
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
55
        <Cfg_2_Win64>true</Cfg_2_Win64>
56
        <CfgParent>Cfg_2</CfgParent>
57
        <Cfg_2>true</Cfg_2>
58
        <Base>true</Base>
59
    </PropertyGroup>
2 daniel-mar 60
    <PropertyGroup Condition="'$(Base)'!=''">
61
        <DCC_E>false</DCC_E>
62
        <DCC_F>false</DCC_F>
63
        <DCC_K>false</DCC_K>
64
        <DCC_N>false</DCC_N>
65
        <DCC_S>false</DCC_S>
66
        <DCC_ImageBase>00400000</DCC_ImageBase>
67
        <GenDll>true</GenDll>
68
        <SanitizedProjectName>CurConv</SanitizedProjectName>
69
        <VerInfo_Locale>1031</VerInfo_Locale>
70
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
19 daniel-mar 71
        <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;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
72
        <DCC_ExeOutput>D:\SVN\CurrencyConverter\trunk\Output\</DCC_ExeOutput>
2 daniel-mar 73
    </PropertyGroup>
74
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
75
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
76
        <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>
77
        <VerInfo_Locale>1033</VerInfo_Locale>
18 daniel-mar 78
        <Manifest_File>(Ohne)</Manifest_File>
19 daniel-mar 79
        <Debugger_HostApplication>D:\SVN\CurrencyConverter\trunk\Output\CurConvDLLDemo.exe</Debugger_HostApplication>
2 daniel-mar 80
    </PropertyGroup>
19 daniel-mar 81
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
82
        <Debugger_HostApplication>D:\SVN\CurrencyConverter\trunk\Output\CurConvDLLDemo.64.exe</Debugger_HostApplication>
83
    </PropertyGroup>
2 daniel-mar 84
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
85
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
86
        <DCC_DebugInformation>0</DCC_DebugInformation>
87
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
88
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
89
    </PropertyGroup>
18 daniel-mar 90
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
91
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
92
        <VerInfo_Locale>1033</VerInfo_Locale>
93
        <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>
19 daniel-mar 94
    </PropertyGroup>
95
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
18 daniel-mar 96
        <Manifest_File>(Ohne)</Manifest_File>
19 daniel-mar 97
        <OutputExt>64.dll</OutputExt>
18 daniel-mar 98
    </PropertyGroup>
2 daniel-mar 99
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
100
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
101
        <DCC_Optimize>false</DCC_Optimize>
102
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
103
    </PropertyGroup>
104
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
105
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
106
        <VerInfo_Locale>1033</VerInfo_Locale>
107
        <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>
108
        <Manifest_File>(Ohne)</Manifest_File>
109
    </PropertyGroup>
19 daniel-mar 110
    <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
111
        <Manifest_File>(Ohne)</Manifest_File>
112
        <OutputExt>64.dll</OutputExt>
113
    </PropertyGroup>
2 daniel-mar 114
    <ItemGroup>
115
        <DelphiCompile Include="$(MainSource)">
116
            <MainSource>MainSource</MainSource>
117
        </DelphiCompile>
118
        <DCCReference Include="..\RTL\uLkJSON.pas"/>
119
        <DCCReference Include="..\RTL\VtsCurConv.pas"/>
120
        <BuildConfiguration Include="Debug">
121
            <Key>Cfg_2</Key>
122
            <CfgParent>Base</CfgParent>
123
        </BuildConfiguration>
124
        <BuildConfiguration Include="Base">
125
            <Key>Base</Key>
126
        </BuildConfiguration>
127
        <BuildConfiguration Include="Release">
128
            <Key>Cfg_1</Key>
129
            <CfgParent>Base</CfgParent>
130
        </BuildConfiguration>
131
    </ItemGroup>
132
    <ProjectExtensions>
133
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
134
        <Borland.ProjectType/>
135
        <BorlandProject>
136
            <Delphi.Personality>
137
                <Source>
138
                    <Source Name="MainSource">CurConv.dpr</Source>
139
                </Source>
18 daniel-mar 140
                <Excluded_Packages>
141
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
142
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
143
                </Excluded_Packages>
2 daniel-mar 144
            </Delphi.Personality>
145
            <Platforms>
146
                <Platform value="Win32">True</Platform>
19 daniel-mar 147
                <Platform value="Win64">True</Platform>
2 daniel-mar 148
            </Platforms>
149
        </BorlandProject>
150
        <ProjectFileVersion>12</ProjectFileVersion>
151
    </ProjectExtensions>
152
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
153
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
154
</Project>