Forgot to Save All

This commit is contained in:
Mark van Renswoude 2018-10-12 14:54:04 +02:00
parent 3ed953d55d
commit 816ca3ab22
3 changed files with 221 additions and 209 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.stat *.stat
*.local
*.identcache
__history __history
Lib/**/*.dcu Lib/**/*.dcu

View File

@ -5,7 +5,7 @@ package UnitSwitcher;
{$ALIGN 8} {$ALIGN 8}
{$ASSERTIONS ON} {$ASSERTIONS ON}
{$BOOLEVAL OFF} {$BOOLEVAL OFF}
{$DEBUGINFO ON} {$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON} {$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON} {$IMPORTEDDATA ON}
{$IOCHECKS ON} {$IOCHECKS ON}
@ -25,7 +25,7 @@ package UnitSwitcher;
{$IMAGEBASE $400000} {$IMAGEBASE $400000}
{$ENDIF IMPLICITBUILDING} {$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'UnitSwitcher'} {$DESCRIPTION 'UnitSwitcher'}
{$LIBSUFFIX 'DXE2'} {$LIBSUFFIX 'D10'}
{$DESIGNONLY} {$DESIGNONLY}
{$IMPLICITBUILD OFF} {$IMPLICITBUILD OFF}

View File

@ -1,207 +1,217 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<ProjectGuid>{9dce4f2a-aaf1-4f8e-aca7-c36afc829e47}</ProjectGuid> <ProjectGuid>{9dce4f2a-aaf1-4f8e-aca7-c36afc829e47}</ProjectGuid>
<MainSource>UnitSwitcher.dpk</MainSource> <MainSource>UnitSwitcher.dpk</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler> <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>..\..\Lib\D2007\UnitSwitcherD2007.bpl</DCC_DependencyCheckOutputName> <DCC_DependencyCheckOutputName>..\..\Lib\D2007\UnitSwitcherD2007.bpl</DCC_DependencyCheckOutputName>
<FrameworkType>VCL</FrameworkType> <FrameworkType>VCL</FrameworkType>
<ProjectVersion>13.4</ProjectVersion> <ProjectVersion>18.2</ProjectVersion>
<Base>True</Base> <Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config> <Config Condition="'$(Config)'==''">Debug</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform> <Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms> <TargetedPlatforms>1</TargetedPlatforms>
<AppType>Package</AppType> <AppType>Package</AppType>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''"> <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
<Base_Win64>true</Base_Win64> <Base_Win32>true</Base_Win32>
<CfgParent>Base</CfgParent> <CfgParent>Base</CfgParent>
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
<Base_Win32>true</Base_Win32> <Base_Win64>true</Base_Win64>
<CfgParent>Base</CfgParent> <CfgParent>Base</CfgParent>
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
<Cfg_1>true</Cfg_1> <Cfg_1>true</Cfg_1>
<CfgParent>Base</CfgParent> <CfgParent>Base</CfgParent>
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''"> <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
<Cfg_1_Win32>true</Cfg_1_Win32> <Cfg_1_Win32>true</Cfg_1_Win32>
<CfgParent>Cfg_1</CfgParent> <CfgParent>Cfg_1</CfgParent>
<Cfg_1>true</Cfg_1> <Cfg_1>true</Cfg_1>
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''"> <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2> <Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent> <CfgParent>Base</CfgParent>
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
<Cfg_2_Win32>true</Cfg_2_Win32> <Cfg_2_Win32>true</Cfg_2_Win32>
<CfgParent>Cfg_2</CfgParent> <CfgParent>Cfg_2</CfgParent>
<Cfg_2>true</Cfg_2> <Cfg_2>true</Cfg_2>
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''"> <PropertyGroup Condition="'$(Base)'!=''">
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps> <DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<DesignOnlyPackage>true</DesignOnlyPackage> <DesignOnlyPackage>true</DesignOnlyPackage>
<DCC_BplOutput>..\..\Lib\DXE2</DCC_BplOutput> <DCC_BplOutput>..\..\Lib\D10</DCC_BplOutput>
<DCC_Description>UnitSwitcher</DCC_Description> <DCC_Description>UnitSwitcher</DCC_Description>
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace> <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
<DCC_ImageBase>00400000</DCC_ImageBase> <DCC_ImageBase>00400000</DCC_ImageBase>
<VerInfo_Locale>1043</VerInfo_Locale> <VerInfo_Locale>1043</VerInfo_Locale>
<DCC_DcuOutput>..\..\Lib\DXE2</DCC_DcuOutput> <DCC_DcuOutput>..\..\Lib\D10</DCC_DcuOutput>
<GenDll>true</GenDll> <GenDll>true</GenDll>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<DllSuffix>DXE2</DllSuffix> <DllSuffix>D10</DllSuffix>
<GenPackage>true</GenPackage> <GenPackage>true</GenPackage>
</PropertyGroup> <SanitizedProjectName>UnitSwitcher</SanitizedProjectName>
<PropertyGroup Condition="'$(Base_Win64)'!=''"> </PropertyGroup>
</PropertyGroup> <PropertyGroup Condition="'$(Base_Win32)'!=''">
<PropertyGroup Condition="'$(Base_Win32)'!=''"> <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> <VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_Locale>1033</VerInfo_Locale> <DCC_UsePackage>vcl;rtl;xmlrtl;vclactnband;vclx;$(DCC_UsePackage)</DCC_UsePackage>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''"> <PropertyGroup Condition="'$(Base_Win64)'!=''">
<Version>7.0</Version> <DCC_UsePackage>vcl;rtl;xmlrtl;vclactnband;vclx;$(DCC_UsePackage)</DCC_UsePackage>
<DCC_DebugInformation>False</DCC_DebugInformation> </PropertyGroup>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols> <PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> <Version>7.0</Version>
<DCC_ObjOutput>..\..\Lib\D2006</DCC_ObjOutput> <DCC_DebugInformation>0</DCC_DebugInformation>
<DCC_HppOutput>..\..\Lib\D2006</DCC_HppOutput> <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
</PropertyGroup> <DCC_ObjOutput>..\..\Lib\D2006</DCC_ObjOutput>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''"> <DCC_HppOutput>..\..\Lib\D2006</DCC_HppOutput>
<VerInfo_Locale>1033</VerInfo_Locale> <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''"> <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<Version>7.0</Version> <VerInfo_Locale>1033</VerInfo_Locale>
<DCC_ObjOutput>..\..\Lib\D2007</DCC_ObjOutput> </PropertyGroup>
<DCC_HppOutput>..\..\Lib\D2007</DCC_HppOutput> <PropertyGroup Condition="'$(Cfg_2)'!=''">
</PropertyGroup> <Version>7.0</Version>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> <DCC_ObjOutput>..\..\Lib\D2007</DCC_ObjOutput>
<VerInfo_Locale>1033</VerInfo_Locale> <DCC_HppOutput>..\..\Lib\D2007</DCC_HppOutput>
</PropertyGroup> </PropertyGroup>
<ProjectExtensions> <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<Borland.Personality>Delphi.Personality.12</Borland.Personality> <VerInfo_Locale>1033</VerInfo_Locale>
<Borland.ProjectType>Package</Borland.ProjectType> <DCC_BplOutput>..\..\Lib\D10</DCC_BplOutput>
<BorlandProject> <DCC_DcuOutput>..\..\Lib\D10</DCC_DcuOutput>
<Delphi.Personality> </PropertyGroup>
<Parameters> <ProjectExtensions>
<Parameters Name="UseLauncher">False</Parameters> <Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Parameters Name="LoadAllSymbols">True</Parameters> <Borland.ProjectType>Package</Borland.ProjectType>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters> <BorlandProject>
</Parameters> <Delphi.Personality>
<VersionInfo> <Parameters>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo> <Parameters Name="UseLauncher">False</Parameters>
<VersionInfo Name="AutoIncBuild">False</VersionInfo> <Parameters Name="LoadAllSymbols">True</Parameters>
<VersionInfo Name="MajorVer">1</VersionInfo> <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
<VersionInfo Name="MinorVer">0</VersionInfo> </Parameters>
<VersionInfo Name="Release">0</VersionInfo> <VersionInfo>
<VersionInfo Name="Build">0</VersionInfo> <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo> <VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo> <VersionInfo Name="MajorVer">1</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo> <VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo> <VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo> <VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Locale">1043</VersionInfo> <VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo> <VersionInfo Name="PreRelease">False</VersionInfo>
</VersionInfo> <VersionInfo Name="Special">False</VersionInfo>
<VersionInfoKeys> <VersionInfo Name="Private">False</VersionInfo>
<VersionInfoKeys Name="CompanyName"/> <VersionInfo Name="DLL">False</VersionInfo>
<VersionInfoKeys Name="FileDescription"/> <VersionInfo Name="Locale">1043</VersionInfo>
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys> <VersionInfo Name="CodePage">1252</VersionInfo>
<VersionInfoKeys Name="InternalName"/> </VersionInfo>
<VersionInfoKeys Name="LegalCopyright"/> <VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/> <VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="OriginalFilename"/> <VersionInfoKeys Name="FileDescription"/>
<VersionInfoKeys Name="ProductName"/> <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys> <VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="Comments"/> <VersionInfoKeys Name="LegalCopyright"/>
</VersionInfoKeys> <VersionInfoKeys Name="LegalTrademarks"/>
<Excluded_Packages> <VersionInfoKeys Name="OriginalFilename"/>
<Excluded_Packages Name="P:\Algemeen\bin\DXE2\WPViewPDFLIB_XE2.bpl">WPViewPDF 3</Excluded_Packages> <VersionInfoKeys Name="ProductName"/>
</Excluded_Packages> <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<Source> <VersionInfoKeys Name="Comments"/>
<Source Name="MainSource">UnitSwitcher.dpk</Source> </VersionInfoKeys>
</Source> <Excluded_Packages>
</Delphi.Personality> <Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Platforms> <Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
<Platform value="Win64">False</Platform> </Excluded_Packages>
<Platform value="Win32">True</Platform> <Source>
</Platforms> <Source Name="MainSource">UnitSwitcher.dpk</Source>
</BorlandProject> </Source>
<ProjectFileVersion>12</ProjectFileVersion> </Delphi.Personality>
</ProjectExtensions> <Platforms>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/> <Platform value="Android">False</Platform>
<ItemGroup> <Platform value="iOSDevice32">False</Platform>
<DelphiCompile Include="$(MainSource)"> <Platform value="iOSSimulator">False</Platform>
<MainSource>MainSource</MainSource> <Platform value="Win32">True</Platform>
</DelphiCompile> <Platform value="Win64">False</Platform>
<DCCReference Include="rtl.dcp"/> </Platforms>
<DCCReference Include="designide.dcp"/> </BorlandProject>
<DCCReference Include="vcl.dcp"/> <ProjectFileVersion>12</ProjectFileVersion>
<DCCReference Include="xmlrtl.dcp"/> </ProjectExtensions>
<DCCReference Include="vclactnband.dcp"/> <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<DCCReference Include="vclx.dcp"/> <ItemGroup>
<DCCReference Include="..\..\Source\UnSwClient.pas"/> <DelphiCompile Include="$(MainSource)">
<DCCReference Include="..\..\Source\UnSwObjects.pas"/> <MainSource>MainSource</MainSource>
<DCCReference Include="..\..\Source\UnSwDialog.pas"> </DelphiCompile>
<Form>frmUnSwDialog</Form> <DCCReference Include="rtl.dcp"/>
</DCCReference> <DCCReference Include="designide.dcp"/>
<DCCReference Include="..\..\Source\UnSwFilters.pas"/> <DCCReference Include="vcl.dcp"/>
<DCCReference Include="..\..\Source\UnSwConfiguration.pas"> <DCCReference Include="xmlrtl.dcp"/>
<Form>frmUnSwConfiguration</Form> <DCCReference Include="vclactnband.dcp"/>
</DCCReference> <DCCReference Include="vclx.dcp"/>
<DCCReference Include="..\..\Source\UnSwSettings.pas"/> <DCCReference Include="..\..\Source\UnSwClient.pas"/>
<DCCReference Include="..\..\Source\UnSwShortcuts.pas"> <DCCReference Include="..\..\Source\UnSwObjects.pas"/>
<Form>frmUnSwShortcuts</Form> <DCCReference Include="..\..\Source\UnSwDialog.pas">
</DCCReference> <Form>frmUnSwDialog</Form>
<DCCReference Include="..\..\Source\CmpSwClient.pas"/> </DCCReference>
<DCCReference Include="..\..\Source\BaseSwClient.pas"/> <DCCReference Include="..\..\Source\UnSwFilters.pas"/>
<DCCReference Include="..\..\Source\BaseSwDialog.pas"> <DCCReference Include="..\..\Source\UnSwConfiguration.pas">
<Form>frmBaseSwDialog</Form> <Form>frmUnSwConfiguration</Form>
</DCCReference> </DCCReference>
<DCCReference Include="..\..\Source\BaseSwFilters.pas"/> <DCCReference Include="..\..\Source\UnSwSettings.pas"/>
<DCCReference Include="..\..\Source\BaseSwObjects.pas"/> <DCCReference Include="..\..\Source\UnSwShortcuts.pas">
<DCCReference Include="..\..\Source\UnSwReg.pas"/> <Form>frmUnSwShortcuts</Form>
<DCCReference Include="..\..\Source\CmpSwDialog.pas"> </DCCReference>
<Form>frmCmpSwDialog</Form> <DCCReference Include="..\..\Source\CmpSwClient.pas"/>
</DCCReference> <DCCReference Include="..\..\Source\BaseSwClient.pas"/>
<DCCReference Include="..\..\Source\CmpSwObjects.pas"/> <DCCReference Include="..\..\Source\BaseSwDialog.pas">
<DCCReference Include="..\..\Source\CmpSwFilters.pas"/> <Form>frmBaseSwDialog</Form>
<DCCReference Include="..\..\Source\CmpSwSettings.pas"/> </DCCReference>
<DCCReference Include="..\..\Source\BaseSwSettings.pas"/> <DCCReference Include="..\..\Source\BaseSwFilters.pas"/>
<DCCReference Include="..\..\Source\CmpSwConfiguration.pas"> <DCCReference Include="..\..\Source\BaseSwObjects.pas"/>
<Form>frmCmpSwConfiguration</Form> <DCCReference Include="..\..\Source\UnSwReg.pas"/>
</DCCReference> <DCCReference Include="..\..\Source\CmpSwDialog.pas">
<DCCReference Include="..\..\Source\CmpSwFilterConfiguration.pas"> <Form>frmCmpSwDialog</Form>
<Form>frmCmpSwFilterConfiguration</Form> </DCCReference>
</DCCReference> <DCCReference Include="..\..\Source\CmpSwObjects.pas"/>
<DCCReference Include="..\..\Source\ProjSwClient.pas"/> <DCCReference Include="..\..\Source\CmpSwFilters.pas"/>
<DCCReference Include="..\..\Source\ProjSwDialog.pas"> <DCCReference Include="..\..\Source\CmpSwSettings.pas"/>
<Form>frmProjSwDialog</Form> <DCCReference Include="..\..\Source\BaseSwSettings.pas"/>
</DCCReference> <DCCReference Include="..\..\Source\CmpSwConfiguration.pas">
<DCCReference Include="..\..\Source\ProjSwObjects.pas"/> <Form>frmCmpSwConfiguration</Form>
<DCCReference Include="..\..\Source\ProjSwSettings.pas"/> </DCCReference>
<BuildConfiguration Include="Debug"> <DCCReference Include="..\..\Source\CmpSwFilterConfiguration.pas">
<Key>Cfg_2</Key> <Form>frmCmpSwFilterConfiguration</Form>
<CfgParent>Base</CfgParent> </DCCReference>
</BuildConfiguration> <DCCReference Include="..\..\Source\ProjSwClient.pas"/>
<BuildConfiguration Include="Base"> <DCCReference Include="..\..\Source\ProjSwDialog.pas">
<Key>Base</Key> <Form>frmProjSwDialog</Form>
</BuildConfiguration> </DCCReference>
<BuildConfiguration Include="Release"> <DCCReference Include="..\..\Source\ProjSwObjects.pas"/>
<Key>Cfg_1</Key> <DCCReference Include="..\..\Source\ProjSwSettings.pas"/>
<CfgParent>Base</CfgParent> <BuildConfiguration Include="Debug">
</BuildConfiguration> <Key>Cfg_2</Key>
</ItemGroup> <CfgParent>Base</CfgParent>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/> </BuildConfiguration>
</Project> <BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
</Project>