Subversion Repositories userdetect2

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
92 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{BE6C903F-FA81-4A2B-861F-DD436E05B933}</ProjectGuid>
4
        <MainSource>ComputerName.dpr</MainSource>
5
        <Base>True</Base>
6
        <Config Condition="'$(Config)'==''">Release</Config>
7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Library</AppType>
9
        <FrameworkType>None</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="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
32
        <Cfg_2_Win32>true</Cfg_2_Win32>
33
        <CfgParent>Cfg_2</CfgParent>
34
        <Cfg_2>true</Cfg_2>
35
        <Base>true</Base>
36
    </PropertyGroup>
37
    <PropertyGroup Condition="'$(Base)'!=''">
38
        <DCC_DebugInformation>1</DCC_DebugInformation>
39
        <DCC_N>true</DCC_N>
40
        <SanitizedProjectName>ComputerName</SanitizedProjectName>
41
        <DCC_UsePackage>vcl;rtl;vclx;indy;inet;xmlrtl;vclie;inetdbbde;inetdbxpress;dbrtl;dsnap;dsnapcon;vcldb;soaprtl;VclSmp;dbexpress;dbxcds;inetdb;bdertl;vcldbx;webdsnap;websnap;adortl;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;vclshlctrls;IntrawebDB_50_70;Intraweb_50_70;Rave50CLX;Rave50VCL;dclOfficeXP;$(DCC_UsePackage)</DCC_UsePackage>
42
        <DCC_F>false</DCC_F>
43
        <GenDll>true</GenDll>
44
        <DCC_K>false</DCC_K>
45
        <VerInfo_Locale>1033</VerInfo_Locale>
46
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=ComputerName plugin for UserDetect2;FileVersion=1.0.0.0;InternalName=UD2-ComputerName;LegalCopyright=(C) 2016 ViaThinkSoft;LegalTrademarks=;OriginalFilename=ComputerName.dll;ProductName=UserDetect2;ProductVersion=2.1.0.0;Website=www.viathinksoft.de;Project leader=Daniel Marschall - www.daniel-marschall.de</VerInfo_Keys>
47
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
48
        <DCC_S>false</DCC_S>
49
        <DCC_E>false</DCC_E>
50
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
51
        <VerInfo_DLL>true</VerInfo_DLL>
52
        <DCC_ImageBase>00400000</DCC_ImageBase>
53
        <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
54
    </PropertyGroup>
55
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
56
        <VerInfo_Locale>1033</VerInfo_Locale>
57
        <Icon_MainIcon>ComputerName_Icon.ico</Icon_MainIcon>
58
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
59
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
60
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
61
    </PropertyGroup>
62
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
63
        <DCC_DebugInformation>0</DCC_DebugInformation>
64
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
65
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
66
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
67
    </PropertyGroup>
68
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
69
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
70
        <DCC_Optimize>false</DCC_Optimize>
71
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
72
    </PropertyGroup>
73
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
74
        <Debugger_CWD>..</Debugger_CWD>
75
        <Debugger_HostApplication>..\UserDetect2.exe</Debugger_HostApplication>
76
    </PropertyGroup>
77
    <ItemGroup>
78
        <DelphiCompile Include="$(MainSource)">
79
            <MainSource>MainSource</MainSource>
80
        </DelphiCompile>
81
        <DCCReference Include="..\UD2_PluginIntf.pas"/>
82
        <DCCReference Include="..\UD2_PluginUtils.pas"/>
83
        <DCCReference Include="..\UD2_PluginStatus.pas"/>
84
        <BuildConfiguration Include="Debug">
85
            <Key>Cfg_2</Key>
86
            <CfgParent>Base</CfgParent>
87
        </BuildConfiguration>
88
        <BuildConfiguration Include="Base">
89
            <Key>Base</Key>
90
        </BuildConfiguration>
91
        <BuildConfiguration Include="Release">
92
            <Key>Cfg_1</Key>
93
            <CfgParent>Base</CfgParent>
94
        </BuildConfiguration>
95
    </ItemGroup>
96
    <ProjectExtensions>
97
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
98
        <Borland.ProjectType/>
99
        <BorlandProject>
100
            <Delphi.Personality>
101
                <Source>
102
                    <Source Name="MainSource">ComputerName.dpr</Source>
103
                </Source>
104
            </Delphi.Personality>
105
            <Platforms>
106
                <Platform value="Win32">True</Platform>
107
            </Platforms>
108
        </BorlandProject>
109
        <ProjectFileVersion>12</ProjectFileVersion>
110
    </ProjectExtensions>
111
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
112
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
113
</Project>