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.

309 lines
6.8 KiB

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="TraceView"
  6. ProjectGUID="{4033E61B-E48D-4FE7-92C6-19C7F10D24AF}"
  7. Keyword="MFCProj">
  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="1"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. TreatWChar_tAsBuiltInType="TRUE"
  28. UsePrecompiledHeader="3"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. LinkIncremental="2"
  37. GenerateDebugInformation="TRUE"
  38. SubSystem="2"
  39. TargetMachine="1"/>
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="FALSE"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"/>
  46. <Tool
  47. Name="VCPreBuildEventTool"/>
  48. <Tool
  49. Name="VCPreLinkEventTool"/>
  50. <Tool
  51. Name="VCResourceCompilerTool"
  52. PreprocessorDefinitions="_DEBUG"
  53. Culture="1033"
  54. AdditionalIncludeDirectories="$(IntDir)"/>
  55. <Tool
  56. Name="VCWebServiceProxyGeneratorTool"/>
  57. <Tool
  58. Name="VCWebDeploymentTool"/>
  59. </Configuration>
  60. <Configuration
  61. Name="Release|Win32"
  62. OutputDirectory="Release"
  63. IntermediateDirectory="Release"
  64. ConfigurationType="1"
  65. UseOfMFC="1"
  66. CharacterSet="2">
  67. <Tool
  68. Name="VCCLCompilerTool"
  69. Optimization="2"
  70. InlineFunctionExpansion="1"
  71. OmitFramePointers="TRUE"
  72. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  73. StringPooling="TRUE"
  74. MinimalRebuild="FALSE"
  75. RuntimeLibrary="0"
  76. EnableFunctionLevelLinking="TRUE"
  77. TreatWChar_tAsBuiltInType="TRUE"
  78. UsePrecompiledHeader="3"
  79. WarningLevel="3"
  80. Detect64BitPortabilityProblems="TRUE"
  81. DebugInformationFormat="3"/>
  82. <Tool
  83. Name="VCCustomBuildTool"/>
  84. <Tool
  85. Name="VCLinkerTool"
  86. LinkIncremental="1"
  87. GenerateDebugInformation="TRUE"
  88. SubSystem="2"
  89. OptimizeReferences="2"
  90. EnableCOMDATFolding="2"
  91. TargetMachine="1"/>
  92. <Tool
  93. Name="VCMIDLTool"
  94. PreprocessorDefinitions="NDEBUG"
  95. MkTypLibCompatible="FALSE"/>
  96. <Tool
  97. Name="VCPostBuildEventTool"/>
  98. <Tool
  99. Name="VCPreBuildEventTool"/>
  100. <Tool
  101. Name="VCPreLinkEventTool"/>
  102. <Tool
  103. Name="VCResourceCompilerTool"
  104. PreprocessorDefinitions="NDEBUG"
  105. Culture="1033"
  106. AdditionalIncludeDirectories="$(IntDir)"/>
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"/>
  109. <Tool
  110. Name="VCWebDeploymentTool"/>
  111. </Configuration>
  112. </Configurations>
  113. <Files>
  114. <Filter
  115. Name="Source Files"
  116. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  117. <File
  118. RelativePath="ChildView.cpp">
  119. </File>
  120. <File
  121. RelativePath="DisplayDlg.cpp">
  122. </File>
  123. <File
  124. RelativePath="DockDialogBar.cpp">
  125. </File>
  126. <File
  127. RelativePath="FormatSourceSelectDlg.cpp">
  128. </File>
  129. <File
  130. RelativePath="ListCtrlEx.cpp">
  131. </File>
  132. <File
  133. RelativePath="LogFileDlg.cpp">
  134. </File>
  135. <File
  136. RelativePath="LogSession.cpp">
  137. </File>
  138. <File
  139. RelativePath="LogSessionAdvPropSht.cpp">
  140. </File>
  141. <File
  142. RelativePath="LogSessionDlg.cpp">
  143. </File>
  144. <File
  145. RelativePath="LogSessionInformationDlg.cpp">
  146. </File>
  147. <File
  148. RelativePath="LogSessionOutputOptionDlg.cpp">
  149. </File>
  150. <File
  151. RelativePath="LogSessionPropSht.cpp">
  152. </File>
  153. <File
  154. RelativePath="MainFrm.cpp">
  155. </File>
  156. <File
  157. RelativePath="PathDlg.cpp">
  158. </File>
  159. <File
  160. RelativePath="ProviderControlGUIDDlg.cpp">
  161. </File>
  162. <File
  163. RelativePath="ProviderFormatInfo.cpp">
  164. </File>
  165. <File
  166. RelativePath="ProviderFormatSelectionDlg.cpp">
  167. </File>
  168. <File
  169. RelativePath="ProviderSetupDlg.cpp">
  170. </File>
  171. <File
  172. RelativePath="TraceView.cpp">
  173. </File>
  174. <File
  175. RelativePath="TraceView.rc">
  176. </File>
  177. <File
  178. RelativePath="Utils.cpp">
  179. </File>
  180. <File
  181. RelativePath="logDisplayOptionDlg.cpp">
  182. </File>
  183. <File
  184. RelativePath="stdafx.cpp">
  185. <FileConfiguration
  186. Name="Debug|Win32">
  187. <Tool
  188. Name="VCCLCompilerTool"
  189. UsePrecompiledHeader="1"/>
  190. </FileConfiguration>
  191. <FileConfiguration
  192. Name="Release|Win32">
  193. <Tool
  194. Name="VCCLCompilerTool"
  195. UsePrecompiledHeader="1"/>
  196. </FileConfiguration>
  197. </File>
  198. <File
  199. RelativePath="wppfmtstub.c">
  200. </File>
  201. </Filter>
  202. <Filter
  203. Name="Header Files"
  204. Filter="h;hpp;hxx;hm;inl;inc">
  205. <File
  206. RelativePath="ChildView.h">
  207. </File>
  208. <File
  209. RelativePath="DisplayDlg.h">
  210. </File>
  211. <File
  212. RelativePath="DockDialogBar.h">
  213. </File>
  214. <File
  215. RelativePath="FormatSourceSelectDlg.h">
  216. </File>
  217. <File
  218. RelativePath="ListCtrlEx.h">
  219. </File>
  220. <File
  221. RelativePath="LogFileDlg.h">
  222. </File>
  223. <File
  224. RelativePath="LogSession.h">
  225. </File>
  226. <File
  227. RelativePath="LogSessionAdvPropSht.h">
  228. </File>
  229. <File
  230. RelativePath="LogSessionDlg.h">
  231. </File>
  232. <File
  233. RelativePath="LogSessionInformationDlg.h">
  234. </File>
  235. <File
  236. RelativePath="LogSessionOutputOptionDlg.h">
  237. </File>
  238. <File
  239. RelativePath="LogSessionPropSht.h">
  240. </File>
  241. <File
  242. RelativePath="MainFrm.h">
  243. </File>
  244. <File
  245. RelativePath="PathDlg.h">
  246. </File>
  247. <File
  248. RelativePath="ProviderControlGUIDDlg.h">
  249. </File>
  250. <File
  251. RelativePath="ProviderFormatInfo.h">
  252. </File>
  253. <File
  254. RelativePath="ProviderFormatSelectionDlg.h">
  255. </File>
  256. <File
  257. RelativePath="ProviderSetupDlg.h">
  258. </File>
  259. <File
  260. RelativePath="Resource.h">
  261. </File>
  262. <File
  263. RelativePath="TraceView.h">
  264. </File>
  265. <File
  266. RelativePath="Utils.h">
  267. </File>
  268. <File
  269. RelativePath="logDisplayOptionDlg.h">
  270. </File>
  271. <File
  272. RelativePath="stdafx.h">
  273. </File>
  274. <File
  275. RelativePath="wppfmt.h">
  276. </File>
  277. <File
  278. RelativePath="wppfmtstub.h">
  279. </File>
  280. </Filter>
  281. <Filter
  282. Name="Resource Files"
  283. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
  284. <File
  285. RelativePath="res\Toolbar.bmp">
  286. </File>
  287. <File
  288. RelativePath="res\TraceView.ico">
  289. </File>
  290. <File
  291. RelativePath="res\TraceView.manifest">
  292. </File>
  293. <File
  294. RelativePath="res\TraceView.rc2">
  295. </File>
  296. <File
  297. RelativePath="res\toolbar1.bmp">
  298. </File>
  299. <File
  300. RelativePath="res\tracetoolbar.bmp">
  301. </File>
  302. </Filter>
  303. <File
  304. RelativePath="ReadMe.txt">
  305. </File>
  306. </Files>
  307. <Globals>
  308. </Globals>
  309. </VisualStudioProject>