Clone of Akilla's acserver @ https://github.com/deregtd/ACServer

DirServ.vcproj 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="DirServ"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory=".\Debug"
  16. IntermediateDirectory=".\Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="5"
  27. UsePrecompiledHeader="3"
  28. PrecompiledHeaderThrough="stdafx.h"
  29. PrecompiledHeaderFile=".\Debug/DirServ.pch"
  30. AssemblerListingLocation=".\Debug/"
  31. ObjectFile=".\Debug/"
  32. ProgramDataBaseFileName=".\Debug/"
  33. BrowseInformation="1"
  34. WarningLevel="3"
  35. SuppressStartupBanner="TRUE"
  36. DebugInformationFormat="4"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. OutputFile="c:\inetpub\scripts\dirserv.exe"
  42. LinkIncremental="1"
  43. SuppressStartupBanner="TRUE"
  44. GenerateDebugInformation="TRUE"
  45. ProgramDatabaseFile=".\Debug/dirserv.pdb"
  46. SubSystem="1"
  47. TargetMachine="1"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. TypeLibraryName=".\Debug/DirServ.tlb"
  51. HeaderFileName=""/>
  52. <Tool
  53. Name="VCPostBuildEventTool"/>
  54. <Tool
  55. Name="VCPreBuildEventTool"/>
  56. <Tool
  57. Name="VCPreLinkEventTool"/>
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="_DEBUG"
  61. Culture="1033"/>
  62. <Tool
  63. Name="VCWebServiceProxyGeneratorTool"/>
  64. <Tool
  65. Name="VCXMLDataGeneratorTool"/>
  66. <Tool
  67. Name="VCWebDeploymentTool"/>
  68. <Tool
  69. Name="VCManagedWrapperGeneratorTool"/>
  70. <Tool
  71. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  72. </Configuration>
  73. <Configuration
  74. Name="Release|Win32"
  75. OutputDirectory=".\Release"
  76. IntermediateDirectory=".\Release"
  77. ConfigurationType="1"
  78. UseOfMFC="0"
  79. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80. CharacterSet="2">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. Optimization="2"
  84. InlineFunctionExpansion="1"
  85. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  86. StringPooling="TRUE"
  87. RuntimeLibrary="4"
  88. EnableFunctionLevelLinking="TRUE"
  89. UsePrecompiledHeader="3"
  90. PrecompiledHeaderThrough="stdafx.h"
  91. PrecompiledHeaderFile=".\Release/DirServ.pch"
  92. AssemblerListingLocation=".\Release/"
  93. ObjectFile=".\Release/"
  94. ProgramDataBaseFileName=".\Release/"
  95. WarningLevel="3"
  96. SuppressStartupBanner="TRUE"/>
  97. <Tool
  98. Name="VCCustomBuildTool"/>
  99. <Tool
  100. Name="VCLinkerTool"
  101. OutputFile="c:\inetpub\scripts\dirserv.exe"
  102. LinkIncremental="1"
  103. SuppressStartupBanner="TRUE"
  104. ProgramDatabaseFile=".\Release/dirserv.pdb"
  105. SubSystem="1"
  106. TargetMachine="1"/>
  107. <Tool
  108. Name="VCMIDLTool"
  109. TypeLibraryName=".\Release/DirServ.tlb"
  110. HeaderFileName=""/>
  111. <Tool
  112. Name="VCPostBuildEventTool"/>
  113. <Tool
  114. Name="VCPreBuildEventTool"/>
  115. <Tool
  116. Name="VCPreLinkEventTool"/>
  117. <Tool
  118. Name="VCResourceCompilerTool"
  119. PreprocessorDefinitions="NDEBUG"
  120. Culture="1033"/>
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"/>
  123. <Tool
  124. Name="VCXMLDataGeneratorTool"/>
  125. <Tool
  126. Name="VCWebDeploymentTool"/>
  127. <Tool
  128. Name="VCManagedWrapperGeneratorTool"/>
  129. <Tool
  130. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  131. </Configuration>
  132. </Configurations>
  133. <References>
  134. </References>
  135. <Files>
  136. <Filter
  137. Name="Source Files"
  138. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  139. <File
  140. RelativePath="DirServ.cpp">
  141. <FileConfiguration
  142. Name="Debug|Win32">
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. Optimization="0"
  146. PreprocessorDefinitions=""
  147. BasicRuntimeChecks="3"
  148. BrowseInformation="1"/>
  149. </FileConfiguration>
  150. <FileConfiguration
  151. Name="Release|Win32">
  152. <Tool
  153. Name="VCCLCompilerTool"
  154. Optimization="2"
  155. PreprocessorDefinitions=""/>
  156. </FileConfiguration>
  157. </File>
  158. <File
  159. RelativePath="StdAfx.cpp">
  160. <FileConfiguration
  161. Name="Debug|Win32">
  162. <Tool
  163. Name="VCCLCompilerTool"
  164. Optimization="0"
  165. PreprocessorDefinitions=""
  166. BasicRuntimeChecks="3"
  167. UsePrecompiledHeader="1"
  168. BrowseInformation="1"/>
  169. </FileConfiguration>
  170. <FileConfiguration
  171. Name="Release|Win32">
  172. <Tool
  173. Name="VCCLCompilerTool"
  174. Optimization="2"
  175. PreprocessorDefinitions=""
  176. UsePrecompiledHeader="1"/>
  177. </FileConfiguration>
  178. </File>
  179. </Filter>
  180. <Filter
  181. Name="Header Files"
  182. Filter="h;hpp;hxx;hm;inl">
  183. <File
  184. RelativePath="StdAfx.h">
  185. </File>
  186. </Filter>
  187. <Filter
  188. Name="Resource Files"
  189. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  190. </Filter>
  191. </Files>
  192. <Globals>
  193. </Globals>
  194. </VisualStudioProject>