Subversion Repositories currency_converter

Rev

Rev 19 | 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>
22 daniel-mar 10
        <ProjectVersion>19.2</ProjectVersion>
11
        <Platform Condition="'$(Platform)'==''">Win64</Platform>
2 daniel-mar 12
    </PropertyGroup>
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14
        <Base>true</Base>
15
    </PropertyGroup>
22 daniel-mar 16
    <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
17
        <Base_Android>true</Base_Android>
18
        <CfgParent>Base</CfgParent>
19
        <Base>true</Base>
20
    </PropertyGroup>
21
    <PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Base)'=='true') or '$(Base_Android64)'!=''">
22
        <Base_Android64>true</Base_Android64>
23
        <CfgParent>Base</CfgParent>
24
        <Base>true</Base>
25
    </PropertyGroup>
2 daniel-mar 26
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
27
        <Base_Win32>true</Base_Win32>
28
        <CfgParent>Base</CfgParent>
29
        <Base>true</Base>
30
    </PropertyGroup>
19 daniel-mar 31
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
32
        <Base_Win64>true</Base_Win64>
33
        <CfgParent>Base</CfgParent>
34
        <Base>true</Base>
35
    </PropertyGroup>
2 daniel-mar 36
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
37
        <Cfg_1>true</Cfg_1>
38
        <CfgParent>Base</CfgParent>
39
        <Base>true</Base>
40
    </PropertyGroup>
18 daniel-mar 41
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
42
        <Cfg_1_Win32>true</Cfg_1_Win32>
43
        <CfgParent>Cfg_1</CfgParent>
44
        <Cfg_1>true</Cfg_1>
45
        <Base>true</Base>
46
    </PropertyGroup>
19 daniel-mar 47
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
48
        <Cfg_1_Win64>true</Cfg_1_Win64>
49
        <CfgParent>Cfg_1</CfgParent>
50
        <Cfg_1>true</Cfg_1>
51
        <Base>true</Base>
52
    </PropertyGroup>
2 daniel-mar 53
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
54
        <Cfg_2>true</Cfg_2>
55
        <CfgParent>Base</CfgParent>
56
        <Base>true</Base>
57
    </PropertyGroup>
58
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
59
        <Cfg_2_Win32>true</Cfg_2_Win32>
60
        <CfgParent>Cfg_2</CfgParent>
61
        <Cfg_2>true</Cfg_2>
62
        <Base>true</Base>
63
    </PropertyGroup>
19 daniel-mar 64
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
65
        <Cfg_2_Win64>true</Cfg_2_Win64>
66
        <CfgParent>Cfg_2</CfgParent>
67
        <Cfg_2>true</Cfg_2>
68
        <Base>true</Base>
69
    </PropertyGroup>
2 daniel-mar 70
    <PropertyGroup Condition="'$(Base)'!=''">
71
        <DCC_E>false</DCC_E>
72
        <DCC_F>false</DCC_F>
73
        <DCC_K>false</DCC_K>
74
        <DCC_N>false</DCC_N>
75
        <DCC_S>false</DCC_S>
76
        <DCC_ImageBase>00400000</DCC_ImageBase>
77
        <GenDll>true</GenDll>
78
        <SanitizedProjectName>CurConv</SanitizedProjectName>
79
        <VerInfo_Locale>1031</VerInfo_Locale>
80
        <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 81
        <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>
82
        <DCC_ExeOutput>D:\SVN\CurrencyConverter\trunk\Output\</DCC_ExeOutput>
2 daniel-mar 83
    </PropertyGroup>
22 daniel-mar 84
    <PropertyGroup Condition="'$(Base_Android)'!=''">
85
        <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192>
86
        <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
87
        <BT_BuildType>Debug</BT_BuildType>
88
        <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar</EnabledSysJars>
89
    </PropertyGroup>
90
    <PropertyGroup Condition="'$(Base_Android64)'!=''">
91
        <Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192>
92
        <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
93
        <BT_BuildType>Debug</BT_BuildType>
94
        <EnabledSysJars>android-support-v4.dex.jar;cloud-messaging.dex.jar;com-google-android-gms.play-services-ads-base.17.2.0.dex.jar;com-google-android-gms.play-services-ads-identifier.16.0.0.dex.jar;com-google-android-gms.play-services-ads-lite.17.2.0.dex.jar;com-google-android-gms.play-services-ads.17.2.0.dex.jar;com-google-android-gms.play-services-analytics-impl.16.0.8.dex.jar;com-google-android-gms.play-services-analytics.16.0.8.dex.jar;com-google-android-gms.play-services-base.16.0.1.dex.jar;com-google-android-gms.play-services-basement.16.2.0.dex.jar;com-google-android-gms.play-services-gass.17.2.0.dex.jar;com-google-android-gms.play-services-identity.16.0.0.dex.jar;com-google-android-gms.play-services-maps.16.1.0.dex.jar;com-google-android-gms.play-services-measurement-base.16.4.0.dex.jar;com-google-android-gms.play-services-measurement-sdk-api.16.4.0.dex.jar;com-google-android-gms.play-services-stats.16.0.1.dex.jar;com-google-android-gms.play-services-tagmanager-v4-impl.16.0.8.dex.jar;com-google-android-gms.play-services-tasks.16.0.1.dex.jar;com-google-android-gms.play-services-wallet.16.0.1.dex.jar;com-google-firebase.firebase-analytics.16.4.0.dex.jar;com-google-firebase.firebase-common.16.1.0.dex.jar;com-google-firebase.firebase-iid-interop.16.0.1.dex.jar;com-google-firebase.firebase-iid.17.1.1.dex.jar;com-google-firebase.firebase-measurement-connector.17.0.1.dex.jar;com-google-firebase.firebase-messaging.17.5.0.dex.jar;fmx.dex.jar;google-play-billing.dex.jar;google-play-licensing.dex.jar</EnabledSysJars>
95
    </PropertyGroup>
2 daniel-mar 96
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
97
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
98
        <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>
99
        <VerInfo_Locale>1033</VerInfo_Locale>
18 daniel-mar 100
        <Manifest_File>(Ohne)</Manifest_File>
19 daniel-mar 101
        <Debugger_HostApplication>D:\SVN\CurrencyConverter\trunk\Output\CurConvDLLDemo.exe</Debugger_HostApplication>
2 daniel-mar 102
    </PropertyGroup>
19 daniel-mar 103
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
104
        <Debugger_HostApplication>D:\SVN\CurrencyConverter\trunk\Output\CurConvDLLDemo.64.exe</Debugger_HostApplication>
105
    </PropertyGroup>
2 daniel-mar 106
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
107
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
108
        <DCC_DebugInformation>0</DCC_DebugInformation>
109
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
110
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
111
    </PropertyGroup>
18 daniel-mar 112
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
113
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
114
        <VerInfo_Locale>1033</VerInfo_Locale>
115
        <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 116
    </PropertyGroup>
117
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
18 daniel-mar 118
        <Manifest_File>(Ohne)</Manifest_File>
19 daniel-mar 119
        <OutputExt>64.dll</OutputExt>
18 daniel-mar 120
    </PropertyGroup>
2 daniel-mar 121
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
122
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
123
        <DCC_Optimize>false</DCC_Optimize>
124
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
125
    </PropertyGroup>
126
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
127
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
128
        <VerInfo_Locale>1033</VerInfo_Locale>
129
        <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>
130
        <Manifest_File>(Ohne)</Manifest_File>
131
    </PropertyGroup>
19 daniel-mar 132
    <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
133
        <Manifest_File>(Ohne)</Manifest_File>
134
        <OutputExt>64.dll</OutputExt>
135
    </PropertyGroup>
2 daniel-mar 136
    <ItemGroup>
137
        <DelphiCompile Include="$(MainSource)">
138
            <MainSource>MainSource</MainSource>
139
        </DelphiCompile>
140
        <DCCReference Include="..\RTL\uLkJSON.pas"/>
141
        <DCCReference Include="..\RTL\VtsCurConv.pas"/>
142
        <BuildConfiguration Include="Debug">
143
            <Key>Cfg_2</Key>
144
            <CfgParent>Base</CfgParent>
145
        </BuildConfiguration>
146
        <BuildConfiguration Include="Base">
147
            <Key>Base</Key>
148
        </BuildConfiguration>
149
        <BuildConfiguration Include="Release">
150
            <Key>Cfg_1</Key>
151
            <CfgParent>Base</CfgParent>
152
        </BuildConfiguration>
153
    </ItemGroup>
154
    <ProjectExtensions>
155
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
156
        <Borland.ProjectType/>
157
        <BorlandProject>
158
            <Delphi.Personality>
159
                <Source>
160
                    <Source Name="MainSource">CurConv.dpr</Source>
161
                </Source>
18 daniel-mar 162
                <Excluded_Packages>
163
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
164
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
165
                </Excluded_Packages>
2 daniel-mar 166
            </Delphi.Personality>
167
            <Platforms>
22 daniel-mar 168
                <Platform value="Android">False</Platform>
169
                <Platform value="Android64">False</Platform>
2 daniel-mar 170
                <Platform value="Win32">True</Platform>
19 daniel-mar 171
                <Platform value="Win64">True</Platform>
2 daniel-mar 172
            </Platforms>
173
        </BorlandProject>
174
        <ProjectFileVersion>12</ProjectFileVersion>
175
    </ProjectExtensions>
176
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
177
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
178
</Project>