RibbonNotepadDemo.dproj
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:1k
源码类别:

Email服务器

开发平台:

Delphi

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
  6.     <MainSource>RibbonNotepadDemo.dpr</MainSource>
  7.   </PropertyGroup>
  8.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  9.     <Version>7.0</Version>
  10.     <DCC_Define>DEBUG</DCC_Define>
  11.   </PropertyGroup>
  12.   <ProjectExtensions>
  13.     <Borland.Personality>Delphi.Personality</Borland.Personality>
  14.     <BorlandProject>
  15.   <BorlandProject> <Delphi.Personality> <Parameters>
  16.     </Parameters>
  17.     <Source>
  18.       <Source Name="MainSource">RibbonNotepadDemo.dpr</Source>
  19.     </Source>
  20.   </Delphi.Personality> </BorlandProject></BorlandProject>
  21.   </ProjectExtensions>
  22.   <Import Project="$(MSBuildBinPath)Borland.Delphi.Targets" />
  23. </Project>