Subversion Repositories indexer_suite

Rev

Rev 7 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 10
Line 3... Line 3...
3
        <ProjectGuid>{A26E4150-D10E-4979-B0B9-132BCCBF0E92}</ProjectGuid>
3
        <ProjectGuid>{A26E4150-D10E-4979-B0B9-132BCCBF0E92}</ProjectGuid>
4
        <ProjectVersion>18.8</ProjectVersion>
4
        <ProjectVersion>18.8</ProjectVersion>
5
        <FrameworkType>VCL</FrameworkType>
5
        <FrameworkType>VCL</FrameworkType>
6
        <MainSource>VtsFileIndexerSuite.dpr</MainSource>
6
        <MainSource>VtsFileIndexerSuite.dpr</MainSource>
7
        <Base>True</Base>
7
        <Base>True</Base>
8
        <Config Condition="'$(Config)'==''">Release</Config>
8
        <Config Condition="'$(Config)'==''">Debug</Config>
9
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
9
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
10
        <TargetedPlatforms>1</TargetedPlatforms>
10
        <TargetedPlatforms>1</TargetedPlatforms>
11
        <AppType>Application</AppType>
11
        <AppType>Application</AppType>
12
    </PropertyGroup>
12
    </PropertyGroup>
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
Line 66... Line 66...
66
        <BT_BuildType>Debug</BT_BuildType>
66
        <BT_BuildType>Debug</BT_BuildType>
67
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
67
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
68
        <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>
68
        <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>
69
        <VerInfo_Locale>1033</VerInfo_Locale>
69
        <VerInfo_Locale>1033</VerInfo_Locale>
70
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
70
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
-
 
71
        <DCC_ExeOutput>.</DCC_ExeOutput>
-
 
72
        <DCC_DcuOutput>.</DCC_DcuOutput>
71
    </PropertyGroup>
73
    </PropertyGroup>
72
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
74
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
73
        <DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;vcltouch;vcldb;bindcompfmx;FireDACPgDriver;inetdb;DbxCommonDriver;fmx;fmxdae;xmlrtl;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;IndyIPClient;bindcompvcl;VCLRESTComponents;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
75
        <DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;vcltouch;vcldb;bindcompfmx;FireDACPgDriver;inetdb;DbxCommonDriver;fmx;fmxdae;xmlrtl;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;IndyIPClient;bindcompvcl;VCLRESTComponents;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
74
    </PropertyGroup>
76
    </PropertyGroup>
75
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
77
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
Line 97... Line 99...
97
        <DCC_DebugInformation>0</DCC_DebugInformation>
99
        <DCC_DebugInformation>0</DCC_DebugInformation>
98
    </PropertyGroup>
100
    </PropertyGroup>
99
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
101
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
100
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
102
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
101
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
103
        <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
-
 
104
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-
 
105
        <VerInfo_Locale>1033</VerInfo_Locale>
102
    </PropertyGroup>
106
    </PropertyGroup>
103
    <ItemGroup>
107
    <ItemGroup>
104
        <DelphiCompile Include="$(MainSource)">
108
        <DelphiCompile Include="$(MainSource)">
105
            <MainSource>MainSource</MainSource>
109
            <MainSource>MainSource</MainSource>
106
        </DelphiCompile>
110
        </DelphiCompile>
Line 143... Line 147...
143
            <Delphi.Personality>
147
            <Delphi.Personality>
144
                <Source>
148
                <Source>
145
                    <Source Name="MainSource">VtsFileIndexerSuite.dpr</Source>
149
                    <Source Name="MainSource">VtsFileIndexerSuite.dpr</Source>
146
                </Source>
150
                </Source>
147
                <Excluded_Packages>
151
                <Excluded_Packages>
148
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
152
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
149
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
153
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
150
                </Excluded_Packages>
154
                </Excluded_Packages>
151
            </Delphi.Personality>
155
            </Delphi.Personality>
152
            <Deployment Version="3">
156
            <Deployment Version="3">
153
                <DeployFile LocalName="VtsFileIndexerSuite.exe" Configuration="Debug" Class="ProjectOutput">
157
                <DeployFile LocalName="VtsFileIndexerSuite.exe" Configuration="Debug" Class="ProjectOutput">
154
                    <Platform Name="Win32">
158
                    <Platform Name="Win32">