⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 webfind.dproj

📁 source code for the Marco Cantu s book Delphi 2009 Handbook
💻 DPROJ
字号:
	<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
		<PropertyGroup>
			<ProjectGuid>{e2ba6930-3ad2-4a6d-ab2b-3fdd3fdb05b9}</ProjectGuid>
			<MainSource>WebFind.dpr</MainSource>
			<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
			<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
			<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
			<DCC_DependencyCheckOutputName>WebFind.exe</DCC_DependencyCheckOutputName>
			<ProjectVersion>11.1</ProjectVersion>
			<Config Condition="'$(Config)'==''">Debug</Config>
		</PropertyGroup>
		<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
			<Base>true</Base>
		</PropertyGroup>
		<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_Release)'!=''">
			<Cfg_Release>true</Cfg_Release>
			<CfgParent>Base</CfgParent>
			<Base>true</Base>
		</PropertyGroup>
		<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_Debug)'!=''">
			<Cfg_Debug>true</Cfg_Debug>
			<CfgParent>Base</CfgParent>
			<Base>true</Base>
		</PropertyGroup>
		<PropertyGroup Condition="'$(Base)'!=''">
			<DCC_DependencyCheckOutputName>WebFind.exe</DCC_DependencyCheckOutputName>
		</PropertyGroup>
		<PropertyGroup Condition="'$(Cfg_Release)'!=''">
			<Version>7.0</Version>
			<DCC_DebugInformation>False</DCC_DebugInformation>
			<DCC_WriteableConstants>True</DCC_WriteableConstants>
			<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
			<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
			<DCC_Define>RELEASE</DCC_Define>
			<DCC_UNSAFE_TYPE>True</DCC_UNSAFE_TYPE>
			<DCC_UNSAFE_CODE>True</DCC_UNSAFE_CODE>
			<DCC_UNSAFE_CAST>True</DCC_UNSAFE_CAST>
		</PropertyGroup>
		<PropertyGroup Condition="'$(Cfg_Debug)'!=''">
			<Version>7.0</Version>
			<DCC_WriteableConstants>True</DCC_WriteableConstants>
			<DCC_Define>DEBUG</DCC_Define>
			<DCC_UNSAFE_TYPE>True</DCC_UNSAFE_TYPE>
			<DCC_UNSAFE_CODE>True</DCC_UNSAFE_CODE>
			<DCC_UNSAFE_CAST>True</DCC_UNSAFE_CAST>
		</PropertyGroup>
		<ItemGroup>
			<DelphiCompile Include="WebFind.dpr">
				<MainSource>MainSource</MainSource>
			</DelphiCompile>
			<DCCReference Include="WebFindF.pas">
				<Form>Form1</Form>
			</DCCReference>
			<DCCReference Include="FindTh.pas"/>
			<BuildConfiguration Include="Base">
				<Key>Base</Key>
			</BuildConfiguration>
			<BuildConfiguration Include="Release">
				<Key>Cfg_Release</Key>
				<CfgParent>Base</CfgParent>
			</BuildConfiguration>
			<BuildConfiguration Include="Debug">
				<Key>Cfg_Debug</Key>
				<CfgParent>Base</CfgParent>
			</BuildConfiguration>
		</ItemGroup>
		<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
		<ProjectExtensions>
			<Borland.Personality>Delphi.Personality.12</Borland.Personality>
			<Borland.ProjectType/>
			<BorlandProject>
				<Delphi.Personality>
					<Parameters>
						<Parameters Name="UseLauncher">False</Parameters>
						<Parameters Name="LoadAllSymbols">True</Parameters>
						<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
					</Parameters>
					<VersionInfo>
						<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
						<VersionInfo Name="AutoIncBuild">False</VersionInfo>
						<VersionInfo Name="MajorVer">1</VersionInfo>
						<VersionInfo Name="MinorVer">0</VersionInfo>
						<VersionInfo Name="Release">0</VersionInfo>
						<VersionInfo Name="Build">0</VersionInfo>
						<VersionInfo Name="Debug">False</VersionInfo>
						<VersionInfo Name="PreRelease">False</VersionInfo>
						<VersionInfo Name="Special">False</VersionInfo>
						<VersionInfo Name="Private">False</VersionInfo>
						<VersionInfo Name="DLL">False</VersionInfo>
						<VersionInfo Name="Locale">1033</VersionInfo>
						<VersionInfo Name="CodePage">1252</VersionInfo>
					</VersionInfo>
					<VersionInfoKeys>
						<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
						<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
					</VersionInfoKeys>
					<Source>
						<Source Name="MainSource">WebFind.dpr</Source>
					</Source>
				</Delphi.Personality>
			</BorlandProject>
			<ProjectFileVersion>12</ProjectFileVersion>
		</ProjectExtensions>
	</Project>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -