Simple.dproj
上传用户:zkjn0718
上传日期:2021-01-01
资源大小:776k
文件大小:4k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1.  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{863C53C2-8B8F-4235-AFFD-7481B6CBE3BF}</ProjectGuid>
  4. <ProjectVersion>12.0</ProjectVersion>
  5. <MainSource>Simple.dpr</MainSource>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
  8. </PropertyGroup>
  9. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  10. <Base>true</Base>
  11. </PropertyGroup>
  12. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  13. <Cfg_1>true</Cfg_1>
  14. <CfgParent>Base</CfgParent>
  15. <Base>true</Base>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  18. <Cfg_2>true</Cfg_2>
  19. <CfgParent>Base</CfgParent>
  20. <Base>true</Base>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Base)'!=''">
  23. <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
  24. <DCC_DependencyCheckOutputName>Simple.exe</DCC_DependencyCheckOutputName>
  25. <DCC_ImageBase>00400000</DCC_ImageBase>
  26. <DCC_Platform>x86</DCC_Platform>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  29. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  30. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  31. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  32. <DCC_DebugInformation>false</DCC_DebugInformation>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  35. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <DelphiCompile Include="Simple.dpr">
  39. <MainSource>MainSource</MainSource>
  40. </DelphiCompile>
  41. <DCCReference Include="UPhysicsDebug.pas">
  42. <Form>frmDebug</Form>
  43. </DCCReference>
  44. <DCCReference Include="....SourceUPhysics2D.pas"/>
  45. <DCCReference Include="....SourceUPhysics2DMessages.pas"/>
  46. <DCCReference Include="....SourceUPhysics2DTypes.pas"/>
  47. <None Include="....SourcePhysics2D.inc"/>
  48. <BuildConfiguration Include="Base">
  49. <Key>Base</Key>
  50. </BuildConfiguration>
  51. <BuildConfiguration Include="Debug">
  52. <Key>Cfg_2</Key>
  53. <CfgParent>Base</CfgParent>
  54. </BuildConfiguration>
  55. <BuildConfiguration Include="Release">
  56. <Key>Cfg_1</Key>
  57. <CfgParent>Base</CfgParent>
  58. </BuildConfiguration>
  59. </ItemGroup>
  60. <Import Project="$(BDS)BinCodeGear.Delphi.Targets" Condition="Exists('$(BDS)BinCodeGear.Delphi.Targets')"/>
  61. <ProjectExtensions>
  62. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  63. <Borland.ProjectType/>
  64. <BorlandProject>
  65. <Delphi.Personality>
  66. <Source>
  67. <Source Name="MainSource">Simple.dpr</Source>
  68. </Source>
  69. <Parameters>
  70. <Parameters Name="UseLauncher">False</Parameters>
  71. <Parameters Name="LoadAllSymbols">True</Parameters>
  72. <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
  73. </Parameters>
  74. <VersionInfo>
  75. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  76. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  77. <VersionInfo Name="MajorVer">1</VersionInfo>
  78. <VersionInfo Name="MinorVer">0</VersionInfo>
  79. <VersionInfo Name="Release">0</VersionInfo>
  80. <VersionInfo Name="Build">0</VersionInfo>
  81. <VersionInfo Name="Debug">False</VersionInfo>
  82. <VersionInfo Name="PreRelease">False</VersionInfo>
  83. <VersionInfo Name="Special">False</VersionInfo>
  84. <VersionInfo Name="Private">False</VersionInfo>
  85. <VersionInfo Name="DLL">False</VersionInfo>
  86. <VersionInfo Name="Locale">2052</VersionInfo>
  87. <VersionInfo Name="CodePage">936</VersionInfo>
  88. </VersionInfo>
  89. <VersionInfoKeys>
  90. <VersionInfoKeys Name="CompanyName"/>
  91. <VersionInfoKeys Name="FileDescription"/>
  92. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  93. <VersionInfoKeys Name="InternalName"/>
  94. <VersionInfoKeys Name="LegalCopyright"/>
  95. <VersionInfoKeys Name="LegalTrademarks"/>
  96. <VersionInfoKeys Name="OriginalFilename"/>
  97. <VersionInfoKeys Name="ProductName"/>
  98. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  99. <VersionInfoKeys Name="Comments"/>
  100. </VersionInfoKeys>
  101. </Delphi.Personality>
  102. </BorlandProject>
  103. <ProjectFileVersion>12</ProjectFileVersion>
  104. </ProjectExtensions>
  105. </Project>