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.

163 lines
4.0 KiB

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="webcaum"
  6. ProjectGUID="{7674AC93-5C5B-46EE-89FC-4AF5F6B2AC9A}"
  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_WINNT=0x0501"
  23. MinimalRebuild="FALSE"
  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="msi.lib shlwapi.lib version.lib wbemuuid.lib"
  35. OutputFile="$(OutDir)/webcaum.dll"
  36. LinkIncremental="2"
  37. ModuleDefinitionFile="webcaum.def"
  38. GenerateDebugInformation="TRUE"
  39. ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
  40. SubSystem="2"
  41. ImportLibrary="$(OutDir)/webcaum.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_WINNT=0x0501"
  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="msi.lib shlwapi.lib version.lib wbemuuid.lib"
  82. OutputFile="$(OutDir)/webcaum.dll"
  83. LinkIncremental="1"
  84. ModuleDefinitionFile="webcaum.def"
  85. GenerateDebugInformation="TRUE"
  86. ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
  87. SubSystem="2"
  88. OptimizeReferences="2"
  89. EnableCOMDATFolding="2"
  90. ImportLibrary="$(OutDir)/webcaum.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="iis.metabase.cpp">
  120. </File>
  121. <File
  122. RelativePath="setdacl.cpp">
  123. </File>
  124. <File
  125. RelativePath="..\..\shared\strlist.cpp">
  126. </File>
  127. <File
  128. RelativePath="webcaum.cpp">
  129. </File>
  130. <File
  131. RelativePath="webcaum.def">
  132. </File>
  133. </Filter>
  134. <Filter
  135. Name="Header Files"
  136. Filter="h;hpp;hxx;hm;inl;inc">
  137. <File
  138. RelativePath="..\..\shared\apppool.h">
  139. </File>
  140. <File
  141. RelativePath="..\..\shared\common.h">
  142. </File>
  143. <File
  144. RelativePath="..\..\shared\propertybag.h">
  145. </File>
  146. <File
  147. RelativePath="resource.h">
  148. </File>
  149. <File
  150. RelativePath="webcaum.h">
  151. </File>
  152. </Filter>
  153. <Filter
  154. Name="Resource Files"
  155. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  156. <File
  157. RelativePath="webcaum.rc">
  158. </File>
  159. </Filter>
  160. </Files>
  161. <Globals>
  162. </Globals>
  163. </VisualStudioProject>