RDPConf.dproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1.  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{A7CB4C30-85F5-4D96-B510-6F0CDCF7C2DA}</ProjectGuid>
  4. <ProjectVersion>12.0</ProjectVersion>
  5. <MainSource>RDPConf.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_ExeOutput>..\bin\</DCC_ExeOutput>
  24. <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
  25. <DCC_DependencyCheckOutputName>..\bin\RDPConf.exe</DCC_DependencyCheckOutputName>
  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="RDPConf.dpr">
  40. <MainSource>MainSource</MainSource>
  41. </DelphiCompile>
  42. <DCCReference Include="MainUnit.pas">
  43. <Form>MainForm</Form>
  44. </DCCReference>
  45. <DCCReference Include="LicenseUnit.pas">
  46. <Form>LicenseForm</Form>
  47. </DCCReference>
  48. <BuildConfiguration Include="Base">
  49. <Key>Base</Key>
  50. </BuildConfiguration>
  51. <BuildConfiguration Include="Release">
  52. <Key>Cfg_1</Key>
  53. <CfgParent>Base</CfgParent>
  54. </BuildConfiguration>
  55. <BuildConfiguration Include="Debug">
  56. <Key>Cfg_2</Key>
  57. <CfgParent>Base</CfgParent>
  58. </BuildConfiguration>
  59. </ItemGroup>
  60. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.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">RDPConf.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">1033</VersionInfo>
  87. <VersionInfo Name="CodePage">1252</VersionInfo>
  88. </VersionInfo>
  89. <VersionInfoKeys>
  90. <VersionInfoKeys Name="CompanyName">Stas&apos;M Corp.</VersionInfoKeys>
  91. <VersionInfoKeys Name="FileDescription">RDP Configuration Program</VersionInfoKeys>
  92. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  93. <VersionInfoKeys Name="InternalName">RDPConf</VersionInfoKeys>
  94. <VersionInfoKeys Name="LegalCopyright">Copyright © Stas&apos;M Corp. 2014</VersionInfoKeys>
  95. <VersionInfoKeys Name="LegalTrademarks">Stas&apos;M Corp.</VersionInfoKeys>
  96. <VersionInfoKeys Name="OriginalFilename">RDPConf.exe</VersionInfoKeys>
  97. <VersionInfoKeys Name="ProductName">RDP Host Support</VersionInfoKeys>
  98. <VersionInfoKeys Name="ProductVersion">1.4.0.0</VersionInfoKeys>
  99. <VersionInfoKeys Name="Comments">http://stascorp.com</VersionInfoKeys>
  100. </VersionInfoKeys>
  101. <Excluded_Packages>
  102. <Excluded_Packages Name="$(BDS)\bin\bcboffice2k140.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  103. <Excluded_Packages Name="$(BDS)\bin\bcbofficexp140.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  104. <Excluded_Packages Name="$(BDS)\bin\dcloffice2k140.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  105. <Excluded_Packages Name="$(BDS)\bin\dclofficexp140.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  106. </Excluded_Packages>
  107. </Delphi.Personality>
  108. </BorlandProject>
  109. <ProjectFileVersion>12</ProjectFileVersion>
  110. </ProjectExtensions>
  111. </Project>