D3DDemo.dproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{417FA776-B661-4F14-A1F5-9FE76157FBF4}</ProjectGuid>
  4. <MainSource>D3DDemo.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>3</TargetedPlatforms>
  8. <AppType>Console</AppType>
  9. <FrameworkType>None</FrameworkType>
  10. <ProjectVersion>14.4</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win64</Platform>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  32. <Cfg_2>true</Cfg_2>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Base)'!=''">
  37. <DCC_StrictVarStrings>false</DCC_StrictVarStrings>
  38. <DCC_S>false</DCC_S>
  39. <DCC_DcuOutput>..\..\Bin\Dcu\$(Platform)\$(MSBuildProjectName)\$(Config)</DCC_DcuOutput>
  40. <DCC_ExeOutput>..\..\Bin</DCC_ExeOutput>
  41. <DCC_K>false</DCC_K>
  42. <DCC_E>false</DCC_E>
  43. <DCC_UnitSearchPath>..\..\..\Source;..\..\..\Source\JpegLib;..\..\..\Source\ZLib;..\..\..\Extensions;..\Common;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  44. <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
  45. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=;CFBundleDisplayName=;CFBundleIdentifier=;CFBundleVersion=;CFBundlePackageType=;CFBundleSignature=;CFBundleAllowMixedLocalizations=;CFBundleExecutable=</VerInfo_Keys>
  46. <DCC_Define>DONT_LINK_EXTRAS;$(DCC_Define)</DCC_Define>
  47. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  48. <DCC_ImageBase>00400000</DCC_ImageBase>
  49. <DCC_N>true</DCC_N>
  50. <VerInfo_Locale>1029</VerInfo_Locale>
  51. <DCC_F>false</DCC_F>
  52. <Manifest_File>None</Manifest_File>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  55. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  58. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  61. <DCC_DebugInformation>false</DCC_DebugInformation>
  62. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  63. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  64. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  67. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  68. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  69. <DCC_Optimize>false</DCC_Optimize>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <DelphiCompile Include="$(MainSource)">
  73. <MainSource>MainSource</MainSource>
  74. </DelphiCompile>
  75. <DCCReference Include="DemoUnit.pas"/>
  76. <DCCReference Include="..\..\..\Source\Imaging.pas"/>
  77. <DCCReference Include="..\..\..\Extensions\ImagingDirect3D9.pas"/>
  78. <BuildConfiguration Include="Debug">
  79. <Key>Cfg_2</Key>
  80. <CfgParent>Base</CfgParent>
  81. </BuildConfiguration>
  82. <BuildConfiguration Include="Base">
  83. <Key>Base</Key>
  84. </BuildConfiguration>
  85. <BuildConfiguration Include="Release">
  86. <Key>Cfg_1</Key>
  87. <CfgParent>Base</CfgParent>
  88. </BuildConfiguration>
  89. </ItemGroup>
  90. <ProjectExtensions>
  91. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  92. <Borland.ProjectType/>
  93. <BorlandProject>
  94. <Delphi.Personality>
  95. <Source>
  96. <Source Name="MainSource">D3DDemo.dpr</Source>
  97. </Source>
  98. </Delphi.Personality>
  99. <Platforms>
  100. <Platform value="Win32">True</Platform>
  101. <Platform value="Win64">True</Platform>
  102. </Platforms>
  103. </BorlandProject>
  104. <ProjectFileVersion>12</ProjectFileVersion>
  105. </ProjectExtensions>
  106. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  107. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  108. </Project>