Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

151 lines
3.7 KiB

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="dbcaum"
  6. ProjectGUID="{F9C6C06E-365C-4C59-A8C9-F1198DBFFF58}"
  7. Keyword="Win32Proj">
  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="2"
  18. CharacterSet="1">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DBCAUM_EXPORTS"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="1"
  26. UsePrecompiledHeader="0"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="TRUE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. AdditionalDependencies="wbemuuid.lib version.lib"
  35. OutputFile="$(OutDir)/dbcaum.dll"
  36. LinkIncremental="2"
  37. ModuleDefinitionFile="dbcaum.def"
  38. GenerateDebugInformation="TRUE"
  39. ProgramDatabaseFile="$(OutDir)/dbcaum.pdb"
  40. SubSystem="2"
  41. ImportLibrary="$(OutDir)/dbcaum.lib"
  42. TargetMachine="1"/>
  43. <Tool
  44. Name="VCMIDLTool"/>
  45. <Tool
  46. Name="VCPostBuildEventTool"/>
  47. <Tool
  48. Name="VCPreBuildEventTool"/>
  49. <Tool
  50. Name="VCPreLinkEventTool"/>
  51. <Tool
  52. Name="VCResourceCompilerTool"/>
  53. <Tool
  54. Name="VCWebServiceProxyGeneratorTool"/>
  55. <Tool
  56. Name="VCWebDeploymentTool"/>
  57. </Configuration>
  58. <Configuration
  59. Name="Release|Win32"
  60. OutputDirectory="Release"
  61. IntermediateDirectory="Release"
  62. ConfigurationType="2"
  63. CharacterSet="1">
  64. <Tool
  65. Name="VCCLCompilerTool"
  66. Optimization="2"
  67. InlineFunctionExpansion="1"
  68. OmitFramePointers="TRUE"
  69. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DBCAUM_EXPORTS"
  70. StringPooling="TRUE"
  71. RuntimeLibrary="0"
  72. EnableFunctionLevelLinking="TRUE"
  73. UsePrecompiledHeader="0"
  74. WarningLevel="3"
  75. Detect64BitPortabilityProblems="TRUE"
  76. DebugInformationFormat="3"/>
  77. <Tool
  78. Name="VCCustomBuildTool"/>
  79. <Tool
  80. Name="VCLinkerTool"
  81. AdditionalDependencies="wbemuuid.lib version.lib"
  82. OutputFile="$(OutDir)/dbcaum.dll"
  83. LinkIncremental="1"
  84. IgnoreDefaultLibraryNames=""
  85. ModuleDefinitionFile="dbcaum.def"
  86. GenerateDebugInformation="TRUE"
  87. SubSystem="2"
  88. OptimizeReferences="2"
  89. EnableCOMDATFolding="2"
  90. ImportLibrary="$(OutDir)/dbcaum.lib"
  91. TargetMachine="1"/>
  92. <Tool
  93. Name="VCMIDLTool"/>
  94. <Tool
  95. Name="VCPostBuildEventTool"/>
  96. <Tool
  97. Name="VCPreBuildEventTool"/>
  98. <Tool
  99. Name="VCPreLinkEventTool"/>
  100. <Tool
  101. Name="VCResourceCompilerTool"/>
  102. <Tool
  103. Name="VCWebServiceProxyGeneratorTool"/>
  104. <Tool
  105. Name="VCWebDeploymentTool"/>
  106. </Configuration>
  107. </Configurations>
  108. <Files>
  109. <Filter
  110. Name="Source Files"
  111. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  112. <File
  113. RelativePath="..\..\shared\apppool.cpp">
  114. </File>
  115. <File
  116. RelativePath="..\..\shared\common.cpp">
  117. </File>
  118. <File
  119. RelativePath="dbcaum.cpp">
  120. </File>
  121. <File
  122. RelativePath="dbcaum.def">
  123. </File>
  124. </Filter>
  125. <Filter
  126. Name="Header Files"
  127. Filter="h;hpp;hxx;hm;inl;inc">
  128. <File
  129. RelativePath="..\..\shared\apppool.h">
  130. </File>
  131. <File
  132. RelativePath="..\..\shared\common.h">
  133. </File>
  134. <File
  135. RelativePath="dbcaum.h">
  136. </File>
  137. <File
  138. RelativePath="resource.h">
  139. </File>
  140. </Filter>
  141. <Filter
  142. Name="Resource Files"
  143. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  144. <File
  145. RelativePath="dbcaum.rc">
  146. </File>
  147. </Filter>
  148. </Files>
  149. <Globals>
  150. </Globals>
  151. </VisualStudioProject>