/jcl/packages/d15/JclVersionControlExpert.dproj
Unknown | 138 lines | 138 code | 0 blank | 0 comment | 0 complexity | efc698d187bb0a0d41d1176eabb02898 MD5 | raw file
Possible License(s): BSD-3-Clause
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <PropertyGroup> 3 <ProjectGuid>{25BAE228-713B-4418-BDC7-9327F48A663B}</ProjectGuid> 4 <MainSource>JclVersionControlExpert.dpk</MainSource> 5 <ProjectVersion>12.2</ProjectVersion> 6 <Config Condition="'$(Config)'==''">Release</Config> 7 <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> 8 <DCC_Define>BCB;WIN32;CONDITIONALEXPRESSIONS;RELEASE</DCC_Define> 9 <Base>True</Base> 10 <Platform>Win32</Platform> 11 <AppType>Package</AppType> 12 <FrameworkType>VCL</FrameworkType> 13 </PropertyGroup> 14 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> 15 <Base>true</Base> 16 </PropertyGroup> 17 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_Release)'!=''"> 18 <Cfg_Release>true</Cfg_Release> 19 <CfgParent>Base</CfgParent> 20 <Base>true</Base> 21 </PropertyGroup> 22 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_Debug)'!=''"> 23 <Cfg_Debug>true</Cfg_Debug> 24 <CfgParent>Base</CfgParent> 25 <Base>true</Base> 26 </PropertyGroup> 27 <PropertyGroup Condition="'$(Base)'!=''"> 28 <DCC_DebugInformation>false</DCC_DebugInformation> 29 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> 30 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> 31 <DCC_Description>JCL Integration of version control systems in the IDE</DCC_Description> 32 <DCC_Define>BCB;BCB;WIN32;CONDITIONALEXPRESSIONS;RELEASE;$(DCC_Define)</DCC_Define> 33 <DCC_WriteableConstants>true</DCC_WriteableConstants> 34 <DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps> 35 <DllSuffix>150</DllSuffix> 36 <GenDll>true</GenDll> 37 <GenPackage>true</GenPackage> 38 <DCC_ImageBase>$58200000</DCC_ImageBase> 39 <DCC_UsePackage>rtl;vcl;designide;Jcl;JclVcl;JclBaseExpert</DCC_UsePackage> 40 </PropertyGroup> 41 <PropertyGroup Condition="'$(Cfg_Release)'!=''"> 42 <DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime> 43 <DCC_DebugInformation>False</DCC_DebugInformation> 44 <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols> 45 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> 46 <DCC_DcuOutput>..\..\lib\d15</DCC_DcuOutput> 47 <DCC_ObjOutput>..\..\lib\d15</DCC_ObjOutput> 48 <DCC_HppOutput>..\..\lib\d15</DCC_HppOutput> 49 <DCC_DcpOutput>..\..\lib\d15</DCC_DcpOutput> 50 <DCC_UnitSearchPath>..\..\lib\d15;..\..\source\include;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> 51 <DCC_ResourcePath>..\..\lib\d15;..\..\source\include;$(DCC_ResourcePath)</DCC_ResourcePath> 52 <DCC_ObjPath>..\..\lib\d15;..\..\source\include;$(DCC_ObjPath)</DCC_ObjPath> 53 <DCC_IncludePath>..\..\lib\d15;..\..\source\include;$(DCC_IncludePath)</DCC_IncludePath> 54 </PropertyGroup> 55 <PropertyGroup Condition="'$(Cfg_Debug)'!=''"> 56 <DCC_DebugInformation>True</DCC_DebugInformation> 57 <DCC_LocalDebugSymbols>True</DCC_LocalDebugSymbols> 58 <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo> 59 <DCC_DcuOutput>..\..\lib\d15\debug</DCC_DcuOutput> 60 <DCC_ObjOutput>..\..\lib\d15\debug</DCC_ObjOutput> 61 <DCC_HppOutput>..\..\lib\d15\debug</DCC_HppOutput> 62 <DCC_DcpOutput>..\..\lib\d15\debug</DCC_DcpOutput> 63 <DCC_UnitSearchPath>..\..\lib\d15\debug;..\..\source\include;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> 64 <DCC_ResourcePath>..\..\lib\d15\debug;..\..\source\include;$(DCC_ResourcePath)</DCC_ResourcePath> 65 <DCC_ObjPath>..\..\lib\d15\debug;..\..\source\include;$(DCC_ObjPath)</DCC_ObjPath> 66 <DCC_IncludePath>..\..\lib\d15\debug;..\..\source\include;$(DCC_IncludePath)</DCC_IncludePath> 67 </PropertyGroup> 68 <ItemGroup> 69 <DelphiCompile Include="JclVersionControlExpert.dpk"> 70 <MainSource>MainSource</MainSource> 71 </DelphiCompile> 72 <DCCReference Include="rtl.dcp"/> 73 <DCCReference Include="vcl.dcp"/> 74 <DCCReference Include="designide.dcp"/> 75 <DCCReference Include="Jcl.dcp"/> 76 <DCCReference Include="JclVcl.dcp"/> 77 <DCCReference Include="JclBaseExpert.dcp"/> 78 <DCCReference Include="..\..\experts\versioncontrol\JclVersionControlImpl.pas"/> 79 <DCCReference Include="..\..\experts\versioncontrol\JclVersionCtrlCommonOptions.pas"/> 80 <BuildConfiguration Include="Release"> 81 <Key>Cfg_Release</Key> 82 <CfgParent>Base</CfgParent> 83 </BuildConfiguration> 84 <BuildConfiguration Include="Base"> 85 <Key>Base</Key> 86 </BuildConfiguration> 87 <BuildConfiguration Include="Debug"> 88 <Key>Cfg_Debug</Key> 89 <CfgParent>Base</CfgParent> 90 </BuildConfiguration> 91 </ItemGroup> 92 <Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/> 93 <Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/> 94 <ProjectExtensions> 95 <Borland.Personality>Delphi.Personality.12</Borland.Personality> 96 <Borland.ProjectType>Package</Borland.ProjectType> 97 <Borland.PersonalityVersion>1.0</Borland.PersonalityVersion> 98 <BorlandProject> 99 <Delphi.Personality> 100 <Parameters/> 101 <VersionInfo> 102 <VersionInfo Name="IncludeVerInfo">True</VersionInfo> 103 <VersionInfo Name="AutoIncBuild">False</VersionInfo> 104 <VersionInfo Name="MajorVer">2</VersionInfo> 105 <VersionInfo Name="MinorVer">5</VersionInfo> 106 <VersionInfo Name="Release">0</VersionInfo> 107 <VersionInfo Name="Build">4572</VersionInfo> 108 <VersionInfo Name="Debug">False</VersionInfo> 109 <VersionInfo Name="PreRelease">False</VersionInfo> 110 <VersionInfo Name="Special">False</VersionInfo> 111 <VersionInfo Name="Private">False</VersionInfo> 112 <VersionInfo Name="DLL">False</VersionInfo> 113 <VersionInfo Name="Locale">1033</VersionInfo> 114 <VersionInfo Name="CodePage">1252</VersionInfo> 115 </VersionInfo> 116 <VersionInfoKeys> 117 <VersionInfoKeys Name="CompanyName">Project JEDI</VersionInfoKeys> 118 <VersionInfoKeys Name="FileDescription">JCL Integration of version control systems in the IDE</VersionInfoKeys> 119 <VersionInfoKeys Name="FileVersion">2.5.0.4572</VersionInfoKeys> 120 <VersionInfoKeys Name="InternalName">JclVersionControlExpert</VersionInfoKeys> 121 <VersionInfoKeys Name="LegalCopyright">Copyright (C) 1999, 2013 Project JEDI</VersionInfoKeys> 122 <VersionInfoKeys Name="LegalTrademarks"/> 123 <VersionInfoKeys Name="OriginalFilename">JclVersionControlExpert150.bpl</VersionInfoKeys> 124 <VersionInfoKeys Name="ProductName">JEDI Code Library</VersionInfoKeys> 125 <VersionInfoKeys Name="ProductVersion">2.5 Build 4572</VersionInfoKeys> 126 </VersionInfoKeys> 127 <Source> 128 <Source Name="MainSource">JclVersionControlExpert.dpk</Source> 129 </Source> 130 <Excluded_Packages/> 131 </Delphi.Personality> 132 <Platforms> 133 <Platform value="Win32">True</Platform> 134 </Platforms> 135 </BorlandProject> 136 <ProjectFileVersion>12</ProjectFileVersion> 137 </ProjectExtensions> 138 </Project>