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>{3FEC48A6-CCE4-446A-A8B0-D872DBC4D9A4}</ProjectGuid>
4
        <MainSource>ShlExt.dpr</MainSource>
5
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
        <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7
        <DCC_DependencyCheckOutputName>ShlExt.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>ShlExt</SanitizedProjectName>
37
        <VerInfo_Locale>1031</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;Winapi;System.Win;$(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
    </PropertyGroup>
48
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
49
        <Version>7.0</Version>
50
        <DCC_DebugInformation>0</DCC_DebugInformation>
51
        <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
52
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
53
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
54
    </PropertyGroup>
55
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
56
        <Version>7.0</Version>
57
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
58
    </PropertyGroup>
59
    <ProjectExtensions>
60
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
61
        <Borland.ProjectType/>
62
        <BorlandProject>
63
            <Delphi.Personality>
64
                <Parameters>
65
                    <Parameters Name="UseLauncher">False</Parameters>
66
                    <Parameters Name="LoadAllSymbols">True</Parameters>
67
                    <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
68
                </Parameters>
69
                <VersionInfo>
70
                    <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
71
                    <VersionInfo Name="AutoIncBuild">False</VersionInfo>
72
                    <VersionInfo Name="MajorVer">1</VersionInfo>
73
                    <VersionInfo Name="MinorVer">0</VersionInfo>
74
                    <VersionInfo Name="Release">0</VersionInfo>
75
                    <VersionInfo Name="Build">0</VersionInfo>
76
                    <VersionInfo Name="Debug">False</VersionInfo>
77
                    <VersionInfo Name="PreRelease">False</VersionInfo>
78
                    <VersionInfo Name="Special">False</VersionInfo>
79
                    <VersionInfo Name="Private">False</VersionInfo>
80
                    <VersionInfo Name="DLL">False</VersionInfo>
81
                    <VersionInfo Name="Locale">1031</VersionInfo>
82
                    <VersionInfo Name="CodePage">1252</VersionInfo>
83
                </VersionInfo>
84
                <VersionInfoKeys>
85
                    <VersionInfoKeys Name="CompanyName"/>
86
                    <VersionInfoKeys Name="FileDescription"/>
87
                    <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
88
                    <VersionInfoKeys Name="InternalName"/>
89
                    <VersionInfoKeys Name="LegalCopyright"/>
90
                    <VersionInfoKeys Name="LegalTrademarks"/>
91
                    <VersionInfoKeys Name="OriginalFilename"/>
92
                    <VersionInfoKeys Name="ProductName"/>
93
                    <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
94
                    <VersionInfoKeys Name="Comments"/>
95
                </VersionInfoKeys>
96
                <Source>
97
                    <Source Name="MainSource">ShlExt.dpr</Source>
98
                </Source>
99
            </Delphi.Personality>
100
            <Platforms>
101
                <Platform value="Linux64">False</Platform>
102
                <Platform value="OSX32">False</Platform>
103
                <Platform value="Win32">True</Platform>
104
                <Platform value="Win64">False</Platform>
105
            </Platforms>
106
        </BorlandProject>
107
        <ProjectFileVersion>12</ProjectFileVersion>
108
    </ProjectExtensions>
109
    <ItemGroup>
110
        <DelphiCompile Include="$(MainSource)">
111
            <MainSource>MainSource</MainSource>
112
        </DelphiCompile>
113
        <DCCReference Include="ShellExtMain.pas"/>
114
        <BuildConfiguration Include="Base">
115
            <Key>Base</Key>
116
        </BuildConfiguration>
117
        <BuildConfiguration Include="Release">
118
            <Key>Cfg_1</Key>
119
            <CfgParent>Base</CfgParent>
120
        </BuildConfiguration>
121
        <BuildConfiguration Include="Debug">
122
            <Key>Cfg_2</Key>
123
            <CfgParent>Base</CfgParent>
124
        </BuildConfiguration>
125
    </ItemGroup>
126
    <ItemGroup/>
127
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
128
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
129
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
130
</Project>