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.

147 lines
3.7 KiB

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