Subversion Repositories decoder

Rev

Rev 2 | 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">
4 daniel-mar 2
    <PropertyGroup>
3
        <ProjectGuid>{281d38ce-12fe-4572-9616-b700222e76ca}</ProjectGuid>
4
        <MainSource>SecureMoveExt.dpr</MainSource>
5
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
        <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7
        <DCC_DependencyCheckOutputName>SecureMoveExt.dll</DCC_DependencyCheckOutputName>
8
        <FrameworkType>None</FrameworkType>
9
        <ProjectVersion>19.5</ProjectVersion>
10
        <Base>True</Base>
11
        <Config Condition="'$(Config)'==''">Debug</Config>
12
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
13
        <TargetedPlatforms>1</TargetedPlatforms>
14
        <AppType>Library</AppType>
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="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
25
        <Cfg_1>true</Cfg_1>
26
        <CfgParent>Base</CfgParent>
27
        <Base>true</Base>
28
    </PropertyGroup>
29
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
30
        <Cfg_2>true</Cfg_2>
31
        <CfgParent>Base</CfgParent>
32
        <Base>true</Base>
33
    </PropertyGroup>
34
    <PropertyGroup Condition="'$(Base)'!=''">
35
        <GenDll>true</GenDll>
36
        <SanitizedProjectName>SecureMoveExt</SanitizedProjectName>
37
        <VerInfo_Locale>1030</VerInfo_Locale>
38
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
39
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;System.Win;Winapi;Vcl;$(DCC_Namespace)</DCC_Namespace>
40
    </PropertyGroup>
41
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
42
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
43
        <BT_BuildType>Debug</BT_BuildType>
44
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
45
        <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>
46
        <VerInfo_Locale>1033</VerInfo_Locale>
47
        <Debugger_HostApplication>c:\winnt\explorer.exe</Debugger_HostApplication>
48
    </PropertyGroup>
49
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
50
        <Version>7.0</Version>
51
        <DCC_DebugInformation>0</DCC_DebugInformation>
52
        <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
53
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
54
        <DCC_UnitSearchPath>..\VCL_DRAGDROP;..\VCL_DEC;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
55
        <DCC_ResourcePath>..\VCL_DRAGDROP;..\VCL_DEC;$(DCC_ResourcePath)</DCC_ResourcePath>
56
        <DCC_ObjPath>..\VCL_DRAGDROP;..\VCL_DEC;$(DCC_ObjPath)</DCC_ObjPath>
57
        <DCC_IncludePath>..\VCL_DRAGDROP;..\VCL_DEC;$(DCC_IncludePath)</DCC_IncludePath>
58
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
59
    </PropertyGroup>
60
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
61
        <Version>7.0</Version>
62
        <DCC_UnitSearchPath>..\VCL_DRAGDROP;..\VCL_DEC;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
63
        <DCC_ResourcePath>..\VCL_DRAGDROP;..\VCL_DEC;$(DCC_ResourcePath)</DCC_ResourcePath>
64
        <DCC_ObjPath>..\VCL_DRAGDROP;..\VCL_DEC;$(DCC_ObjPath)</DCC_ObjPath>
65
        <DCC_IncludePath>..\VCL_DRAGDROP;..\VCL_DEC;$(DCC_IncludePath)</DCC_IncludePath>
66
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
67
    </PropertyGroup>
68
    <ProjectExtensions>
69
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
70
        <Borland.ProjectType>VCLApplication</Borland.ProjectType>
71
        <BorlandProject>
72
            <Delphi.Personality>
73
                <Parameters>
74
                    <Parameters Name="HostApplication">c:\winnt\explorer.exe</Parameters>
75
                    <Parameters Name="UseLauncher">False</Parameters>
76
                    <Parameters Name="LoadAllSymbols">True</Parameters>
77
                    <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
78
                </Parameters>
79
                <Language>
80
                    <Language Name="ProjectLang">$00000406</Language>
81
                </Language>
82
                <VersionInfo>
83
                    <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
84
                    <VersionInfo Name="AutoIncBuild">False</VersionInfo>
85
                    <VersionInfo Name="MajorVer">1</VersionInfo>
86
                    <VersionInfo Name="MinorVer">0</VersionInfo>
87
                    <VersionInfo Name="Release">0</VersionInfo>
88
                    <VersionInfo Name="Build">0</VersionInfo>
89
                    <VersionInfo Name="Debug">False</VersionInfo>
90
                    <VersionInfo Name="PreRelease">False</VersionInfo>
91
                    <VersionInfo Name="Special">False</VersionInfo>
92
                    <VersionInfo Name="Private">False</VersionInfo>
93
                    <VersionInfo Name="DLL">False</VersionInfo>
94
                    <VersionInfo Name="Locale">1030</VersionInfo>
95
                    <VersionInfo Name="CodePage">1252</VersionInfo>
96
                </VersionInfo>
97
                <VersionInfoKeys>
98
                    <VersionInfoKeys Name="CompanyName"/>
99
                    <VersionInfoKeys Name="FileDescription"/>
100
                    <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
101
                    <VersionInfoKeys Name="InternalName"/>
102
                    <VersionInfoKeys Name="LegalCopyright"/>
103
                    <VersionInfoKeys Name="LegalTrademarks"/>
104
                    <VersionInfoKeys Name="OriginalFilename"/>
105
                    <VersionInfoKeys Name="ProductName"/>
106
                    <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
107
                    <VersionInfoKeys Name="Comments"/>
108
                </VersionInfoKeys>
109
                <Excluded_Packages>
110
                    <Excluded_Packages Name="c:\programme\borland\bds\4.0\Bin\dclib100.bpl">Borland InterBase Express Components</Excluded_Packages>
111
                    <Excluded_Packages Name="c:\programme\borland\bds\4.0\Bin\dclIndyCore100.bpl">Indy 10 Core Design Time</Excluded_Packages>
112
                    <Excluded_Packages Name="c:\programme\borland\bds\4.0\Bin\dclsmp100.bpl">Borland Sample Components</Excluded_Packages>
113
                    <Excluded_Packages Name="c:\programme\borland\bds\4.0\Bin\dclIndyProtocols100.bpl">Indy 10 Protocols Design Time</Excluded_Packages>
114
                    <Excluded_Packages Name="c:\programme\borland\bds\4.0\Bin\dcltee100.bpl">TeeChart-Komponenten</Excluded_Packages>
115
                    <Excluded_Packages Name="C:\Programme\ComponentAce\AbsoluteDatabase\Lib\Delphi 2006 and C++ Builder 2006\dclAbsDbd10.bpl">Absolute Database - Design package</Excluded_Packages>
116
                </Excluded_Packages>
117
                <Source>
118
                    <Source Name="MainSource">SecureMoveExt.dpr</Source>
119
                </Source>
120
            </Delphi.Personality>
121
            <Platforms>
122
                <Platform value="Linux64">False</Platform>
123
                <Platform value="OSX32">False</Platform>
124
                <Platform value="Win32">True</Platform>
125
                <Platform value="Win64">False</Platform>
126
            </Platforms>
127
        </BorlandProject>
128
        <ProjectFileVersion>12</ProjectFileVersion>
129
    </ProjectExtensions>
130
    <ItemGroup>
131
        <DelphiCompile Include="$(MainSource)">
132
            <MainSource>MainSource</MainSource>
133
        </DelphiCompile>
134
        <DCCReference Include="SecureMoveMain.pas">
135
            <Form>DataModuleDragDropHandler</Form>
136
            <DesignClass>TDataModule</DesignClass>
137
        </DCCReference>
138
        <BuildConfiguration Include="Base">
139
            <Key>Base</Key>
140
        </BuildConfiguration>
141
        <BuildConfiguration Include="Release">
142
            <Key>Cfg_1</Key>
143
            <CfgParent>Base</CfgParent>
144
        </BuildConfiguration>
145
        <BuildConfiguration Include="Debug">
146
            <Key>Cfg_2</Key>
147
            <CfgParent>Base</CfgParent>
148
        </BuildConfiguration>
149
    </ItemGroup>
150
    <ItemGroup/>
151
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
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>