/jcl/packages/d12/template.dproj
Unknown | 127 lines | 127 code | 0 blank | 0 comment | 0 complexity | 28f65f5f0a59822997cd18160baeeff3 MD5 | raw file
Possible License(s): BSD-3-Clause
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <PropertyGroup> 3 <ProjectGuid>%GUID%</ProjectGuid> 4 <MainSource>%NAME%%SOURCEEXTENSION%</MainSource> 5 <ProjectVersion>12.0</ProjectVersion> 6 <Config Condition="'$(Config)'==''">Release</Config> 7 <DCC_DCCCompiler>DCC32</DCC_DCCCompiler> 8 <DCC_Define>%DEFINES%</DCC_Define> 9 </PropertyGroup> 10 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> 11 <Base>true</Base> 12 </PropertyGroup> 13 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_Release)'!=''"> 14 <Cfg_Release>true</Cfg_Release> 15 <CfgParent>Base</CfgParent> 16 <Base>true</Base> 17 </PropertyGroup> 18 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_Debug)'!=''"> 19 <Cfg_Debug>true</Cfg_Debug> 20 <CfgParent>Base</CfgParent> 21 <Base>true</Base> 22 </PropertyGroup> 23 <PropertyGroup Condition="'$(Base)'!=''"> 24 <DCC_WriteableConstants>true</DCC_WriteableConstants> 25 <DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps> 26 <DllSuffix>120</DllSuffix> 27 <GenDll>true</GenDll> 28 <GenPackage>true</GenPackage> 29 <DCC_ImageBase>$%IMAGE_BASE%</DCC_ImageBase> 30 <DCC_UsePackage>%NOLINKPACKAGELIST%</DCC_UsePackage> 31 </PropertyGroup> 32 <PropertyGroup Condition="'$(Cfg_Release)'!=''"> 33 <DCC_AssertionsAtRuntime>false</DCC_AssertionsAtRuntime> 34 <DCC_DebugInformation>False</DCC_DebugInformation> 35 <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols> 36 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> 37 <DCC_DcuOutput>..\..\lib\d12</DCC_DcuOutput> 38 <DCC_ObjOutput>..\..\lib\d12</DCC_ObjOutput> 39 <DCC_HppOutput>..\..\lib\d12</DCC_HppOutput> 40 <DCC_DcpOutput>..\..\lib\d12</DCC_DcpOutput> 41 <DCC_UnitSearchPath>..\..\lib\d12;..\..\source\include</DCC_UnitSearchPath> 42 <DCC_ResourcePath>..\..\lib\d12;..\..\source\include</DCC_ResourcePath> 43 <DCC_ObjPath>..\..\lib\d12;..\..\source\include</DCC_ObjPath> 44 <DCC_IncludePath>..\..\lib\d12;..\..\source\include</DCC_IncludePath> 45 </PropertyGroup> 46 <PropertyGroup Condition="'$(Cfg_Debug)'!=''"> 47 <DCC_DebugInformation>True</DCC_DebugInformation> 48 <DCC_LocalDebugSymbols>True</DCC_LocalDebugSymbols> 49 <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo> 50 <DCC_DcuOutput>..\..\lib\d12\debug</DCC_DcuOutput> 51 <DCC_ObjOutput>..\..\lib\d12\debug</DCC_ObjOutput> 52 <DCC_HppOutput>..\..\lib\d12\debug</DCC_HppOutput> 53 <DCC_DcpOutput>..\..\lib\d12\debug</DCC_DcpOutput> 54 <DCC_UnitSearchPath>..\..\lib\d12\debug;..\..\source\include</DCC_UnitSearchPath> 55 <DCC_ResourcePath>..\..\lib\d12\debug;..\..\source\include</DCC_ResourcePath> 56 <DCC_ObjPath>..\..\lib\d12\debug;..\..\source\include</DCC_ObjPath> 57 <DCC_IncludePath>..\..\lib\d12\debug;..\..\source\include</DCC_IncludePath> 58 </PropertyGroup> 59 <ItemGroup> 60 <DelphiCompile Include="%NAME%%SOURCEEXTENSION%"> 61 <MainSource>MainSource</MainSource> 62 </DelphiCompile> 63<%%% START REQUIRES %%%> 64 <DCCReference Include="%NAME%.dcp"/> 65<%%% END REQUIRES %%%> 66<%%% START FILES %%%> 67 <DCCReference Include="%FILENAME%"/> 68<%%% END FILES %%%> 69 <BuildConfiguration Include="Base"> 70 <Key>Base</Key> 71 </BuildConfiguration> 72 <BuildConfiguration Include="Release"> 73 <Key>Cfg_Release</Key> 74 <CfgParent>Base</CfgParent> 75 </BuildConfiguration> 76 <BuildConfiguration Include="Debug"> 77 <Key>Cfg_Debug</Key> 78 <CfgParent>Base</CfgParent> 79 </BuildConfiguration> 80 </ItemGroup> 81 <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> 82 <ProjectExtensions> 83 <Borland.Personality>Delphi.Personality.12</Borland.Personality> 84 <Borland.ProjectType>Package</Borland.ProjectType> 85 <Borland.PersonalityVersion>1.0</Borland.PersonalityVersion> 86 <BorlandProject> 87 <Delphi.Personality> 88 <Parameters> 89 <Parameters Name="UseLauncher">False</Parameters> 90 <Parameters Name="LoadAllSymbols">True</Parameters> 91 <Parameters Name="LoadUnspecifiedSymbols">False</Parameters> 92 </Parameters> 93 <VersionInfo> 94 <VersionInfo Name="IncludeVerInfo">True</VersionInfo> 95 <VersionInfo Name="AutoIncBuild">False</VersionInfo> 96 <VersionInfo Name="MajorVer">%VERSION_MAJOR_NUMBER%</VersionInfo> 97 <VersionInfo Name="MinorVer">%VERSION_MINOR_NUMBER%</VersionInfo> 98 <VersionInfo Name="Release">%RELEASE_NUMBER%</VersionInfo> 99 <VersionInfo Name="Build">%BUILD_NUMBER%</VersionInfo> 100 <VersionInfo Name="Debug">False</VersionInfo> 101 <VersionInfo Name="PreRelease">False</VersionInfo> 102 <VersionInfo Name="Special">False</VersionInfo> 103 <VersionInfo Name="Private">False</VersionInfo> 104 <VersionInfo Name="DLL">False</VersionInfo> 105 <VersionInfo Name="Locale">1033</VersionInfo> 106 <VersionInfo Name="CodePage">1252</VersionInfo> 107 </VersionInfo> 108 <VersionInfoKeys> 109 <VersionInfoKeys Name="CompanyName">Project JEDI</VersionInfoKeys> 110 <VersionInfoKeys Name="FileDescription">%DESCRIPTION%</VersionInfoKeys> 111 <VersionInfoKeys Name="FileVersion">%VERSION_MAJOR_NUMBER%.%VERSION_MINOR_NUMBER%.%RELEASE_NUMBER%.%BUILD_NUMBER%</VersionInfoKeys> 112 <VersionInfoKeys Name="InternalName">%NAME%</VersionInfoKeys> 113 <VersionInfoKeys Name="LegalCopyright">%COPYRIGHT%</VersionInfoKeys> 114 <VersionInfoKeys Name="LegalTrademarks"/> 115 <VersionInfoKeys Name="OriginalFilename">%NAME%120%BINEXTENSION%</VersionInfoKeys> 116 <VersionInfoKeys Name="ProductName">JEDI Code Library</VersionInfoKeys> 117 <VersionInfoKeys Name="ProductVersion">%VERSION_MAJOR_NUMBER%.%VERSION_MINOR_NUMBER% Build %BUILD_NUMBER%</VersionInfoKeys> 118 </VersionInfoKeys> 119 <Source> 120 <Source Name="MainSource">%NAME%%SOURCEEXTENSION%</Source> 121 </Source> 122 <Excluded_Packages/> 123 </Delphi.Personality> 124 </BorlandProject> 125 <ProjectFileVersion>12</ProjectFileVersion> 126 </ProjectExtensions> 127 </Project>