Subversion Repositories calllib

Rev

Rev 2 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 5
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>{0ba74e7c-e12f-4a00-b112-b44eb3072148}</ProjectGuid>
3
        <ProjectGuid>{0ba74e7c-e12f-4a00-b112-b44eb3072148}</ProjectGuid>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-
 
6
    <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
5
        <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7
    <DCC_DependencyCheckOutputName>Demo.exe</DCC_DependencyCheckOutputName>
6
        <DCC_DependencyCheckOutputName>Demo.exe</DCC_DependencyCheckOutputName>
8
    <MainSource>Demo.dpr</MainSource>
7
        <MainSource>Demo.dpr</MainSource>
-
 
8
        <FrameworkType>VCL</FrameworkType>
-
 
9
        <ProjectVersion>20.1</ProjectVersion>
-
 
10
        <Base>True</Base>
-
 
11
        <Config Condition="'$(Config)'==''">Release</Config>
-
 
12
        <Platform Condition="'$(Platform)'==''">Win64</Platform>
-
 
13
        <TargetedPlatforms>3</TargetedPlatforms>
-
 
14
        <AppType>Application</AppType>
9
  </PropertyGroup>
15
    </PropertyGroup>
-
 
16
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
-
 
17
        <Base>true</Base>
-
 
18
    </PropertyGroup>
-
 
19
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
-
 
20
        <Base_Win32>true</Base_Win32>
-
 
21
        <CfgParent>Base</CfgParent>
-
 
22
        <Base>true</Base>
-
 
23
    </PropertyGroup>
-
 
24
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
-
 
25
        <Base_Win64>true</Base_Win64>
-
 
26
        <CfgParent>Base</CfgParent>
-
 
27
        <Base>true</Base>
-
 
28
    </PropertyGroup>
-
 
29
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
-
 
30
        <Cfg_1>true</Cfg_1>
-
 
31
        <CfgParent>Base</CfgParent>
-
 
32
        <Base>true</Base>
-
 
33
    </PropertyGroup>
-
 
34
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
-
 
35
        <Cfg_1_Win32>true</Cfg_1_Win32>
-
 
36
        <CfgParent>Cfg_1</CfgParent>
-
 
37
        <Cfg_1>true</Cfg_1>
-
 
38
        <Base>true</Base>
-
 
39
    </PropertyGroup>
-
 
40
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
-
 
41
        <Cfg_1_Win64>true</Cfg_1_Win64>
-
 
42
        <CfgParent>Cfg_1</CfgParent>
-
 
43
        <Cfg_1>true</Cfg_1>
-
 
44
        <Base>true</Base>
-
 
45
    </PropertyGroup>
-
 
46
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
-
 
47
        <Cfg_2>true</Cfg_2>
-
 
48
        <CfgParent>Base</CfgParent>
-
 
49
        <Base>true</Base>
-
 
50
    </PropertyGroup>
-
 
51
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
-
 
52
        <Cfg_2_Win32>true</Cfg_2_Win32>
-
 
53
        <CfgParent>Cfg_2</CfgParent>
-
 
54
        <Cfg_2>true</Cfg_2>
-
 
55
        <Base>true</Base>
-
 
56
    </PropertyGroup>
-
 
57
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
-
 
58
        <Cfg_2_Win64>true</Cfg_2_Win64>
-
 
59
        <CfgParent>Cfg_2</CfgParent>
-
 
60
        <Cfg_2>true</Cfg_2>
-
 
61
        <Base>true</Base>
-
 
62
    </PropertyGroup>
-
 
63
    <PropertyGroup Condition="'$(Base)'!=''">
-
 
64
        <SanitizedProjectName>Demo</SanitizedProjectName>
-
 
65
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
-
 
66
        <VerInfo_Locale>1031</VerInfo_Locale>
-
 
67
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
-
 
68
    </PropertyGroup>
-
 
69
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
-
 
70
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
-
 
71
        <BT_BuildType>Debug</BT_BuildType>
-
 
72
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-
 
73
        <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>
-
 
74
        <VerInfo_Locale>1033</VerInfo_Locale>
-
 
75
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
-
 
76
        <Icon_MainIcon>Demo_Icon.ico</Icon_MainIcon>
-
 
77
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
-
 
78
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
-
 
79
        <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
-
 
80
        <OutputExt>32.exe</OutputExt>
-
 
81
    </PropertyGroup>
-
 
82
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
-
 
83
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
-
 
84
        <Icon_MainIcon>Demo_Icon.ico</Icon_MainIcon>
-
 
85
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
-
 
86
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
-
 
87
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
-
 
88
        <BT_BuildType>Debug</BT_BuildType>
-
 
89
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
10
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
90
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
-
 
91
        <VerInfo_Locale>1033</VerInfo_Locale>
-
 
92
        <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
-
 
93
        <OutputExt>64.exe</OutputExt>
-
 
94
    </PropertyGroup>
-
 
95
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
11
    <Version>7.0</Version>
96
        <Version>7.0</Version>
12
    <DCC_DebugInformation>False</DCC_DebugInformation>
97
        <DCC_DebugInformation>0</DCC_DebugInformation>
13
    <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
98
        <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
14
    <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
99
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
15
    <DCC_Define>RELEASE</DCC_Define>
100
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
-
 
101
    </PropertyGroup>
-
 
102
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
-
 
103
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
-
 
104
    </PropertyGroup>
-
 
105
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
-
 
106
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
16
  </PropertyGroup>
107
    </PropertyGroup>
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
108
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
18
    <Version>7.0</Version>
109
        <Version>7.0</Version>
-
 
110
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
-
 
111
    </PropertyGroup>
-
 
112
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
-
 
113
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
-
 
114
    </PropertyGroup>
-
 
115
    <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
-
 
116
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
-
 
117
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-
 
118
        <VerInfo_Locale>1033</VerInfo_Locale>
19
    <DCC_Define>DEBUG</DCC_Define>
119
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
20
  </PropertyGroup>
120
    </PropertyGroup>
21
  <ProjectExtensions>
121
    <ProjectExtensions>
22
    <Borland.Personality>Delphi.Personality</Borland.Personality>
122
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
23
    <Borland.ProjectType />
123
        <Borland.ProjectType/>
24
    <BorlandProject>
124
        <BorlandProject>
25
<BorlandProject xmlns=""> <Delphi.Personality>   <Parameters>
125
            <Delphi.Personality>
-
 
126
                <Parameters>
26
      <Parameters Name="UseLauncher">False</Parameters>
127
                    <Parameters Name="UseLauncher">False</Parameters>
27
      <Parameters Name="LoadAllSymbols">True</Parameters>
128
                    <Parameters Name="LoadAllSymbols">True</Parameters>
28
      <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
129
                    <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
29
    </Parameters>
130
                </Parameters>
30
    <VersionInfo>
131
                <VersionInfo>
Line 41... Line 142...
41
      <VersionInfo Name="DLL">False</VersionInfo>
142
                    <VersionInfo Name="DLL">False</VersionInfo>
42
      <VersionInfo Name="Locale">1031</VersionInfo>
143
                    <VersionInfo Name="Locale">1031</VersionInfo>
43
      <VersionInfo Name="CodePage">1252</VersionInfo>
144
                    <VersionInfo Name="CodePage">1252</VersionInfo>
44
    </VersionInfo>
145
                </VersionInfo>
45
    <VersionInfoKeys>
146
                <VersionInfoKeys>
46
      <VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
147
                    <VersionInfoKeys Name="CompanyName"/>
47
      <VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
148
                    <VersionInfoKeys Name="FileDescription"/>
48
      <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
149
                    <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
49
      <VersionInfoKeys Name="InternalName"></VersionInfoKeys>
150
                    <VersionInfoKeys Name="InternalName"/>
50
      <VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
151
                    <VersionInfoKeys Name="LegalCopyright"/>
51
      <VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
152
                    <VersionInfoKeys Name="LegalTrademarks"/>
52
      <VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
153
                    <VersionInfoKeys Name="OriginalFilename"/>
53
      <VersionInfoKeys Name="ProductName"></VersionInfoKeys>
154
                    <VersionInfoKeys Name="ProductName"/>
54
      <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
155
                    <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
55
      <VersionInfoKeys Name="Comments"></VersionInfoKeys>
156
                    <VersionInfoKeys Name="Comments"/>
56
    </VersionInfoKeys>
157
                </VersionInfoKeys>
57
    <Source>
158
                <Source>
58
      <Source Name="MainSource">Demo.dpr</Source>
159
                    <Source Name="MainSource">Demo.dpr</Source>
59
    </Source>
160
                </Source>
-
 
161
                <Excluded_Packages>
-
 
162
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
-
 
163
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
-
 
164
                </Excluded_Packages>
-
 
165
            </Delphi.Personality>
-
 
166
            <Platforms>
-
 
167
                <Platform value="Win32">True</Platform>
-
 
168
                <Platform value="Win64">True</Platform>
-
 
169
            </Platforms>
-
 
170
        </BorlandProject>
60
  </Delphi.Personality> </BorlandProject></BorlandProject>
171
        <ProjectFileVersion>12</ProjectFileVersion>
61
  </ProjectExtensions>
172
    </ProjectExtensions>
62
  <ItemGroup />
-
 
63
  <ItemGroup>
173
    <ItemGroup>
64
    <DelphiCompile Include="Demo.dpr">
174
        <DelphiCompile Include="$(MainSource)">
65
      <MainSource>MainSource</MainSource>
175
            <MainSource>MainSource</MainSource>
66
    </DelphiCompile>
176
        </DelphiCompile>
67
    <DCCReference Include="DemoMain.pas">
177
        <DCCReference Include="DemoMain.pas">
68
      <Form>Form1</Form>
178
            <Form>Form1</Form>
69
    </DCCReference>
179
        </DCCReference>
-
 
180
        <BuildConfiguration Include="Base">
-
 
181
            <Key>Base</Key>
-
 
182
        </BuildConfiguration>
-
 
183
        <BuildConfiguration Include="Release">
-
 
184
            <Key>Cfg_1</Key>
-
 
185
            <CfgParent>Base</CfgParent>
-
 
186
        </BuildConfiguration>
-
 
187
        <BuildConfiguration Include="Debug">
-
 
188
            <Key>Cfg_2</Key>
-
 
189
            <CfgParent>Base</CfgParent>
-
 
190
        </BuildConfiguration>
70
  </ItemGroup>
191
    </ItemGroup>
-
 
192
    <ItemGroup/>
71
  <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
193
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
-
 
194
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
-
 
195
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
72
</Project>
196
</Project>
73
197