Subversion Repositories userdetect2

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
93 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{22278885-C983-4452-8FF1-D66A194B16DA}</ProjectGuid>
4
        <MainSource>ViaThinkSoft.dpk</MainSource>
5
        <Base>True</Base>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Package</AppType>
9
        <FrameworkType>VCL</FrameworkType>
10
        <ProjectVersion>18.1</ProjectVersion>
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>
21
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
22
        <Cfg_1>true</Cfg_1>
23
        <CfgParent>Base</CfgParent>
24
        <Base>true</Base>
25
    </PropertyGroup>
26
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
27
        <Cfg_2>true</Cfg_2>
28
        <CfgParent>Base</CfgParent>
29
        <Base>true</Base>
30
    </PropertyGroup>
31
    <PropertyGroup Condition="'$(Base)'!=''">
32
        <DCC_DebugInformation>0</DCC_DebugInformation>
33
        <DCC_N>true</DCC_N>
34
        <DCC_WriteableConstants>true</DCC_WriteableConstants>
35
        <DllSuffix>60</DllSuffix>
36
        <SanitizedProjectName>ViaThinkSoft</SanitizedProjectName>
37
        <DCC_K>false</DCC_K>
38
        <GenDll>true</GenDll>
39
        <DCC_UNSAFE_CAST>true</DCC_UNSAFE_CAST>
40
        <DCC_UNSAFE_TYPE>true</DCC_UNSAFE_TYPE>
41
        <VerInfo_Locale>1031</VerInfo_Locale>
42
        <DCC_F>false</DCC_F>
43
        <DCC_UNSAFE_CODE>true</DCC_UNSAFE_CODE>
44
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
45
        <DCC_Description>ViaThinkSoft VCL Components</DCC_Description>
46
        <DCC_S>false</DCC_S>
47
        <DCC_E>false</DCC_E>
48
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
49
        <DCC_ImageBase>51000000</DCC_ImageBase>
50
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
51
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
52
        <GenPackage>true</GenPackage>
53
        <DesignOnlyPackage>true</DesignOnlyPackage>
54
    </PropertyGroup>
55
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
56
        <DCC_UsePackage>vcl;rtl;$(DCC_UsePackage)</DCC_UsePackage>
57
        <VerInfo_Locale>1033</VerInfo_Locale>
58
        <Icon_MainIcon>ViaThinkSoft_Icon.ico</Icon_MainIcon>
59
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
60
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
61
    </PropertyGroup>
62
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
63
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
64
    </PropertyGroup>
65
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
66
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
67
        <DCC_Optimize>false</DCC_Optimize>
68
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
69
    </PropertyGroup>
70
    <ItemGroup>
71
        <DelphiCompile Include="$(MainSource)">
72
            <MainSource>MainSource</MainSource>
73
        </DelphiCompile>
74
        <DCCReference Include="rtl.dcp"/>
75
        <DCCReference Include="vcl.dcp"/>
76
        <DCCReference Include="designide.dcp"/>
77
        <DCCReference Include="VTSListView.pas"/>
78
        <DCCReference Include="AlphaNumSort.pas"/>
79
        <DCCReference Include="VTSCompat.pas"/>
80
        <DCCReference Include="PatchU.pas"/>
81
        <BuildConfiguration Include="Debug">
82
            <Key>Cfg_2</Key>
83
            <CfgParent>Base</CfgParent>
84
        </BuildConfiguration>
85
        <BuildConfiguration Include="Base">
86
            <Key>Base</Key>
87
        </BuildConfiguration>
88
        <BuildConfiguration Include="Release">
89
            <Key>Cfg_1</Key>
90
            <CfgParent>Base</CfgParent>
91
        </BuildConfiguration>
92
    </ItemGroup>
93
    <ProjectExtensions>
94
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
95
        <Borland.ProjectType>Package</Borland.ProjectType>
96
        <BorlandProject>
97
            <Delphi.Personality>
98
                <Source>
99
                    <Source Name="MainSource">ViaThinkSoft.dpk</Source>
100
                </Source>
101
            </Delphi.Personality>
102
            <Platforms>
103
                <Platform value="Win32">True</Platform>
104
            </Platforms>
105
        </BorlandProject>
106
        <ProjectFileVersion>12</ProjectFileVersion>
107
    </ProjectExtensions>
108
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
109
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
110
</Project>