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.

117 lines
3.1 KiB

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="WebChangePS"
  6. ProjectGUID="{0975F46C-7A15-4496-A125-1A5567EB80AD}"
  7. Keyword="AtlPSProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="DebugPS"
  16. IntermediateDirectory="DebugPS"
  17. ConfigurationType="2">
  18. <Tool
  19. Name="VCCLCompilerTool"
  20. PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;_DEBUG"
  21. RuntimeLibrary="3"/>
  22. <Tool
  23. Name="VCCustomBuildTool"/>
  24. <Tool
  25. Name="VCLinkerTool"
  26. AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
  27. ModuleDefinitionFile="WebChangePS.def"/>
  28. <Tool
  29. Name="VCMIDLTool"/>
  30. <Tool
  31. Name="VCPostBuildEventTool"
  32. Description="Performing registration"
  33. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  34. <Tool
  35. Name="VCPreBuildEventTool"
  36. Description="Checking for required files"
  37. CommandLine="if exist dlldata.c goto :END
  38. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  39. Exit 1
  40. :END
  41. "/>
  42. <Tool
  43. Name="VCPreLinkEventTool"/>
  44. <Tool
  45. Name="VCResourceCompilerTool"/>
  46. <Tool
  47. Name="VCWebServiceProxyGeneratorTool"/>
  48. <Tool
  49. Name="VCWebDeploymentTool"/>
  50. </Configuration>
  51. <Configuration
  52. Name="Release|Win32"
  53. OutputDirectory="ReleasePS"
  54. IntermediateDirectory="ReleasePS"
  55. ConfigurationType="2">
  56. <Tool
  57. Name="VCCLCompilerTool"
  58. Optimization="3"
  59. PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;NDEBUG"
  60. RuntimeLibrary="2"/>
  61. <Tool
  62. Name="VCCustomBuildTool"/>
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
  66. ModuleDefinitionFile="WebChangePS.def"
  67. OptimizeReferences="2"
  68. EnableCOMDATFolding="2"/>
  69. <Tool
  70. Name="VCMIDLTool"/>
  71. <Tool
  72. Name="VCPostBuildEventTool"
  73. Description="Performing registration"
  74. CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
  75. <Tool
  76. Name="VCPreBuildEventTool"
  77. Description="Checking for required files"
  78. CommandLine="if exist dlldata.c goto :END
  79. echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
  80. Exit 1
  81. :END
  82. "/>
  83. <Tool
  84. Name="VCPreLinkEventTool"/>
  85. <Tool
  86. Name="VCResourceCompilerTool"/>
  87. <Tool
  88. Name="VCWebServiceProxyGeneratorTool"/>
  89. <Tool
  90. Name="VCWebDeploymentTool"/>
  91. </Configuration>
  92. </Configurations>
  93. <Files>
  94. <Filter
  95. Name="Source Files"
  96. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  97. <File
  98. RelativePath="WebChangeps.def">
  99. </File>
  100. </Filter>
  101. <Filter
  102. Name="Generated Files"
  103. SourceControlFiles="FALSE">
  104. <File
  105. RelativePath="_WebChange_i.c">
  106. </File>
  107. <File
  108. RelativePath="_WebChange_p.c">
  109. </File>
  110. <File
  111. RelativePath="dlldata.c">
  112. </File>
  113. </Filter>
  114. </Files>
  115. <Globals>
  116. </Globals>
  117. </VisualStudioProject>