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.

287 lines
6.4 KiB

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.00"
  5. Name="UI"
  6. ProjectGUID="{88862E36-1C7E-42F6-9E9E-AC3CBBFEC33D}">
  7. <Platforms>
  8. <Platform
  9. Name="Win32"/>
  10. </Platforms>
  11. <Configurations>
  12. <Configuration
  13. Name="Debug|Win32"
  14. OutputDirectory="Debug"
  15. IntermediateDirectory="Debug"
  16. ConfigurationType="1"
  17. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="..\Core\obj\i386;..\Core"
  23. PreprocessorDefinitions="WIN32;_WINDOWS;STRICT;_DEBUG"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. UsePrecompiledHeader="3"
  28. WarningLevel="4"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"/>
  32. <Tool
  33. Name="VCLinkerTool"
  34. LinkIncremental="2"
  35. GenerateDebugInformation="TRUE"
  36. SubSystem="2"
  37. TargetMachine="1"/>
  38. <Tool
  39. Name="VCMIDLTool"
  40. PreprocessorDefinitions="_DEBUG"
  41. MkTypLibCompatible="FALSE"
  42. TargetEnvironment="1"
  43. GenerateStublessProxies="TRUE"
  44. TypeLibraryName="$(IntDir)/UI.tlb"
  45. HeaderFileName="UI.h"
  46. DLLDataFileName=""
  47. InterfaceIdentifierFileName="UI_i.c"
  48. ProxyFileName="UI_p.c"/>
  49. <Tool
  50. Name="VCPostBuildEventTool"/>
  51. <Tool
  52. Name="VCPreBuildEventTool"/>
  53. <Tool
  54. Name="VCPreLinkEventTool"/>
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. PreprocessorDefinitions="_DEBUG"
  58. Culture="1033"
  59. AdditionalIncludeDirectories="$(IntDir)"/>
  60. <Tool
  61. Name="VCWebServiceProxyGeneratorTool"/>
  62. <Tool
  63. Name="VCWebDeploymentTool"/>
  64. </Configuration>
  65. <Configuration
  66. Name="Release|Win32"
  67. OutputDirectory="Release"
  68. IntermediateDirectory="Release"
  69. ConfigurationType="1"
  70. ATLMinimizesCRunTimeLibraryUsage="TRUE"
  71. CharacterSet="2">
  72. <Tool
  73. Name="VCCLCompilerTool"
  74. PreprocessorDefinitions="WIN32;_WINDOWS;STRICT;NDEBUG"
  75. ExceptionHandling="FALSE"
  76. RuntimeLibrary="0"
  77. UsePrecompiledHeader="3"
  78. WarningLevel="4"
  79. DebugInformationFormat="0"/>
  80. <Tool
  81. Name="VCCustomBuildTool"/>
  82. <Tool
  83. Name="VCLinkerTool"
  84. LinkIncremental="1"
  85. SubSystem="2"
  86. TargetMachine="1"/>
  87. <Tool
  88. Name="VCMIDLTool"
  89. PreprocessorDefinitions="NDEBUG"
  90. MkTypLibCompatible="FALSE"
  91. TargetEnvironment="1"
  92. GenerateStublessProxies="TRUE"
  93. TypeLibraryName="$(IntDir)/UI.tlb"
  94. HeaderFileName="UI.h"
  95. DLLDataFileName=""
  96. InterfaceIdentifierFileName="UI_i.c"
  97. ProxyFileName="UI_p.c"/>
  98. <Tool
  99. Name="VCPostBuildEventTool"/>
  100. <Tool
  101. Name="VCPreBuildEventTool"/>
  102. <Tool
  103. Name="VCPreLinkEventTool"/>
  104. <Tool
  105. Name="VCResourceCompilerTool"
  106. PreprocessorDefinitions="NDEBUG"
  107. Culture="1033"
  108. AdditionalIncludeDirectories="$(IntDir)"/>
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"/>
  111. <Tool
  112. Name="VCWebDeploymentTool"/>
  113. </Configuration>
  114. </Configurations>
  115. <Files>
  116. <Filter
  117. Name="Source Files"
  118. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  119. <File
  120. RelativePath="UI.cpp">
  121. </File>
  122. <File
  123. RelativePath="UIUtils.cpp">
  124. </File>
  125. <File
  126. RelativePath="stdafx.cpp">
  127. <FileConfiguration
  128. Name="Debug|Win32">
  129. <Tool
  130. Name="VCCLCompilerTool"
  131. UsePrecompiledHeader="1"/>
  132. </FileConfiguration>
  133. <FileConfiguration
  134. Name="Release|Win32">
  135. <Tool
  136. Name="VCCLCompilerTool"
  137. UsePrecompiledHeader="1"/>
  138. </FileConfiguration>
  139. </File>
  140. <Filter
  141. Name="Wizard Pages"
  142. Filter="">
  143. <File
  144. RelativePath="ExportFinishPage.cpp">
  145. </File>
  146. <File
  147. RelativePath="ExportProgress.cpp">
  148. </File>
  149. <File
  150. RelativePath="ExportSummary.cpp">
  151. </File>
  152. <File
  153. RelativePath="ImportFinishPage.cpp">
  154. </File>
  155. <File
  156. RelativePath="ImportOptions.cpp">
  157. </File>
  158. <File
  159. RelativePath="ImportOrExport.cpp">
  160. </File>
  161. <File
  162. RelativePath="ImportProgress.cpp">
  163. </File>
  164. <File
  165. RelativePath="LoadPackage.cpp">
  166. </File>
  167. <File
  168. RelativePath="PackageConfig.cpp">
  169. </File>
  170. <File
  171. RelativePath="PackageInfo.cpp">
  172. </File>
  173. <File
  174. RelativePath="PostProcessAdd.cpp">
  175. </File>
  176. <File
  177. RelativePath="SelectSite.cpp">
  178. </File>
  179. <File
  180. RelativePath="WelcomePage.cpp">
  181. </File>
  182. </Filter>
  183. </Filter>
  184. <Filter
  185. Name="Header Files"
  186. Filter="h;hpp;hxx;hm;inl;inc">
  187. <File
  188. RelativePath="CommandDlg.h">
  189. </File>
  190. <File
  191. RelativePath="SharedDefs.h">
  192. </File>
  193. <File
  194. RelativePath="UIUtils.h">
  195. </File>
  196. <File
  197. RelativePath="WaitDlg.h">
  198. </File>
  199. <File
  200. RelativePath="WizardSheet.h">
  201. </File>
  202. <File
  203. RelativePath="stdafx.h">
  204. </File>
  205. <Filter
  206. Name="WizardPages"
  207. Filter="">
  208. <File
  209. RelativePath="ExportFinishPage.h">
  210. </File>
  211. <File
  212. RelativePath="ExportProgress.h">
  213. </File>
  214. <File
  215. RelativePath="ExportSummary.h">
  216. </File>
  217. <File
  218. RelativePath="ImportFinishPage.h">
  219. </File>
  220. <File
  221. RelativePath="ImportOptions.h">
  222. </File>
  223. <File
  224. RelativePath="ImportOrExport.h">
  225. </File>
  226. <File
  227. RelativePath="ImportProgress.h">
  228. </File>
  229. <File
  230. RelativePath="LoadPackage.h">
  231. </File>
  232. <File
  233. RelativePath="PackageConfig.h">
  234. </File>
  235. <File
  236. RelativePath="PackageInfo.h">
  237. </File>
  238. <File
  239. RelativePath="PostProcessAdd.h">
  240. </File>
  241. <File
  242. RelativePath="SelectSite.h">
  243. </File>
  244. <File
  245. RelativePath="WelcomePage.h">
  246. </File>
  247. </Filter>
  248. </Filter>
  249. <Filter
  250. Name="Resource Files"
  251. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
  252. <File
  253. RelativePath="MigrTool.manifest">
  254. </File>
  255. <File
  256. RelativePath="res\UI.ico">
  257. </File>
  258. <File
  259. RelativePath="UI.rc">
  260. </File>
  261. <File
  262. RelativePath="res\Warning.ico">
  263. </File>
  264. <File
  265. RelativePath="res\WizHeader.bmp">
  266. </File>
  267. <File
  268. RelativePath="res\WizSide.bmp">
  269. </File>
  270. <File
  271. RelativePath="resource.h">
  272. </File>
  273. </Filter>
  274. <Filter
  275. Name="Other"
  276. Filter="">
  277. <File
  278. RelativePath="makefile">
  279. </File>
  280. <File
  281. RelativePath="sources">
  282. </File>
  283. </Filter>
  284. </Files>
  285. <Globals>
  286. </Globals>
  287. </VisualStudioProject>