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.

205 lines
5.3 KiB

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="WebChange"
  6. ProjectGUID="{2CC9DADD-88B4-480E-8C86-F1E2CE69C10F}"
  7. Keyword="AtlProj">
  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. UseOfATL="1"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="3"
  28. UsePrecompiledHeader="3"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. IgnoreImportLibrary="TRUE"
  37. OutputFile="$(OutDir)/WebChange.dll"
  38. LinkIncremental="2"
  39. MergedIDLBaseFileName="_WebChange.idl"
  40. GenerateDebugInformation="TRUE"
  41. SubSystem="2"
  42. ImportLibrary="$(OutDir)/WebChange.lib"
  43. TargetMachine="1"/>
  44. <Tool
  45. Name="VCMIDLTool"
  46. PreprocessorDefinitions="_DEBUG"
  47. MkTypLibCompatible="FALSE"
  48. TargetEnvironment="1"
  49. GenerateStublessProxies="TRUE"
  50. TypeLibraryName="$(IntDir)/WebChange.tlb"
  51. HeaderFileName="WebChange.h"
  52. DLLDataFileName=""
  53. InterfaceIdentifierFileName="WebChange_i.c"
  54. ProxyFileName="WebChange_p.c"/>
  55. <Tool
  56. Name="VCPostBuildEventTool"
  57. Description="Performing registration"
  58. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  59. <Tool
  60. Name="VCPreBuildEventTool"/>
  61. <Tool
  62. Name="VCPreLinkEventTool"/>
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="_DEBUG"
  66. Culture="1033"
  67. AdditionalIncludeDirectories="$(IntDir)"/>
  68. <Tool
  69. Name="VCWebServiceProxyGeneratorTool"/>
  70. <Tool
  71. Name="VCWebDeploymentTool"/>
  72. </Configuration>
  73. <Configuration
  74. Name="Release|Win32"
  75. OutputDirectory="Release"
  76. IntermediateDirectory="Release"
  77. ConfigurationType="2"
  78. UseOfATL="1"
  79. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80. CharacterSet="2">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. InlineFunctionExpansion="1"
  84. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES"
  85. StringPooling="TRUE"
  86. RuntimeLibrary="2"
  87. EnableFunctionLevelLinking="TRUE"
  88. UsePrecompiledHeader="3"
  89. WarningLevel="3"
  90. Detect64BitPortabilityProblems="TRUE"
  91. DebugInformationFormat="3"/>
  92. <Tool
  93. Name="VCCustomBuildTool"/>
  94. <Tool
  95. Name="VCLinkerTool"
  96. IgnoreImportLibrary="TRUE"
  97. OutputFile="$(OutDir)/WebChange.dll"
  98. LinkIncremental="1"
  99. MergedIDLBaseFileName="_WebChange.idl"
  100. GenerateDebugInformation="TRUE"
  101. SubSystem="2"
  102. OptimizeReferences="2"
  103. EnableCOMDATFolding="2"
  104. OptimizeForWindows98="0"
  105. ImportLibrary="$(OutDir)/WebChange.lib"
  106. TargetMachine="1"/>
  107. <Tool
  108. Name="VCMIDLTool"
  109. PreprocessorDefinitions="NDEBUG"
  110. MkTypLibCompatible="FALSE"
  111. TargetEnvironment="1"
  112. GenerateStublessProxies="TRUE"
  113. TypeLibraryName="$(IntDir)/WebChange.tlb"
  114. HeaderFileName="WebChange.h"
  115. DLLDataFileName=""
  116. InterfaceIdentifierFileName="WebChange_i.c"
  117. ProxyFileName="WebChange_p.c"/>
  118. <Tool
  119. Name="VCPostBuildEventTool"
  120. Description="Performing registration"
  121. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  122. <Tool
  123. Name="VCPreBuildEventTool"/>
  124. <Tool
  125. Name="VCPreLinkEventTool"/>
  126. <Tool
  127. Name="VCResourceCompilerTool"
  128. PreprocessorDefinitions="NDEBUG"
  129. Culture="1033"
  130. AdditionalIncludeDirectories="$(IntDir)"/>
  131. <Tool
  132. Name="VCWebServiceProxyGeneratorTool"/>
  133. <Tool
  134. Name="VCWebDeploymentTool"
  135. ExcludedFromBuild="TRUE"/>
  136. </Configuration>
  137. </Configurations>
  138. <Files>
  139. <Filter
  140. Name="Source Files"
  141. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  142. <File
  143. RelativePath="FileAndAction.cpp">
  144. </File>
  145. <File
  146. RelativePath="FilesAndActions.cpp">
  147. </File>
  148. <File
  149. RelativePath="WebChange.cpp">
  150. </File>
  151. <File
  152. RelativePath="WebChangelistEditor.cpp">
  153. </File>
  154. <File
  155. RelativePath="stdafx.cpp">
  156. <FileConfiguration
  157. Name="Debug|Win32">
  158. <Tool
  159. Name="VCCLCompilerTool"
  160. UsePrecompiledHeader="1"/>
  161. </FileConfiguration>
  162. <FileConfiguration
  163. Name="Release|Win32">
  164. <Tool
  165. Name="VCCLCompilerTool"
  166. UsePrecompiledHeader="1"/>
  167. </FileConfiguration>
  168. </File>
  169. </Filter>
  170. <Filter
  171. Name="Header Files"
  172. Filter="h;hpp;hxx;hm;inl;inc">
  173. <File
  174. RelativePath="FileAndAction.h">
  175. </File>
  176. <File
  177. RelativePath="FilesAndActions.h">
  178. </File>
  179. <File
  180. RelativePath="Resource.h">
  181. </File>
  182. <File
  183. RelativePath="WebChangelistEditor.h">
  184. </File>
  185. <File
  186. RelativePath="stdafx.h">
  187. </File>
  188. </Filter>
  189. <Filter
  190. Name="Resource Files"
  191. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  192. <File
  193. RelativePath="WebChange.rc">
  194. </File>
  195. <File
  196. RelativePath="WebChange.rgs">
  197. </File>
  198. </Filter>
  199. <File
  200. RelativePath="ReadMe.txt">
  201. </File>
  202. </Files>
  203. <Globals>
  204. </Globals>
  205. </VisualStudioProject>