rdpwrap.dproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1.  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{D6811241-D595-4809-B3B8-13BECEA56E11}</ProjectGuid>
  4. <MainSource>rdpwrap.dpr</MainSource>
  5. <Config Condition="'$(Config)'==''">Release</Config>
  6. <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
  7. <ProjectVersion>12.0</ProjectVersion>
  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_DependencyCheckOutputName>rdpwrap.dll</DCC_DependencyCheckOutputName>
  24. <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>
  25. <GenDll>true</GenDll>
  26. <DCC_ImageBase>00400000</DCC_ImageBase>
  27. <DCC_Platform>x86</DCC_Platform>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  30. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  31. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  32. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  33. <DCC_DebugInformation>false</DCC_DebugInformation>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  36. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <DelphiCompile Include="rdpwrap.dpr">
  40. <MainSource>MainSource</MainSource>
  41. </DelphiCompile>
  42. <BuildConfiguration Include="Base">
  43. <Key>Base</Key>
  44. </BuildConfiguration>
  45. <BuildConfiguration Include="Release">
  46. <Key>Cfg_1</Key>
  47. <CfgParent>Base</CfgParent>
  48. </BuildConfiguration>
  49. <BuildConfiguration Include="Debug">
  50. <Key>Cfg_2</Key>
  51. <CfgParent>Base</CfgParent>
  52. </BuildConfiguration>
  53. </ItemGroup>
  54. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  55. <ProjectExtensions>
  56. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  57. <Borland.ProjectType>VCLApplication</Borland.ProjectType>
  58. <BorlandProject>
  59. <Delphi.Personality>
  60. <Source>
  61. <Source Name="MainSource">rdpwrap.dpr</Source>
  62. </Source>
  63. <Parameters>
  64. <Parameters Name="UseLauncher">False</Parameters>
  65. <Parameters Name="LoadAllSymbols">True</Parameters>
  66. <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
  67. </Parameters>
  68. <VersionInfo>
  69. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  70. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  71. <VersionInfo Name="MajorVer">1</VersionInfo>
  72. <VersionInfo Name="MinorVer">0</VersionInfo>
  73. <VersionInfo Name="Release">0</VersionInfo>
  74. <VersionInfo Name="Build">0</VersionInfo>
  75. <VersionInfo Name="Debug">False</VersionInfo>
  76. <VersionInfo Name="PreRelease">False</VersionInfo>
  77. <VersionInfo Name="Special">False</VersionInfo>
  78. <VersionInfo Name="Private">False</VersionInfo>
  79. <VersionInfo Name="DLL">False</VersionInfo>
  80. <VersionInfo Name="Locale">1049</VersionInfo>
  81. <VersionInfo Name="CodePage">1251</VersionInfo>
  82. </VersionInfo>
  83. <VersionInfoKeys>
  84. <VersionInfoKeys Name="CompanyName"/>
  85. <VersionInfoKeys Name="FileDescription"/>
  86. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  87. <VersionInfoKeys Name="InternalName"/>
  88. <VersionInfoKeys Name="LegalCopyright"/>
  89. <VersionInfoKeys Name="LegalTrademarks"/>
  90. <VersionInfoKeys Name="OriginalFilename"/>
  91. <VersionInfoKeys Name="ProductName"/>
  92. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  93. <VersionInfoKeys Name="Comments"/>
  94. </VersionInfoKeys>
  95. <Excluded_Packages>
  96. <Excluded_Packages Name="$(BDS)\bin\bcboffice2k140.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  97. <Excluded_Packages Name="$(BDS)\bin\bcbofficexp140.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  98. <Excluded_Packages Name="$(BDS)\bin\dcloffice2k140.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  99. <Excluded_Packages Name="$(BDS)\bin\dclofficexp140.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  100. </Excluded_Packages>
  101. </Delphi.Personality>
  102. </BorlandProject>
  103. <ProjectFileVersion>12</ProjectFileVersion>
  104. </ProjectExtensions>
  105. </Project>