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.

153 lines
3.6 KiB

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