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.

324 lines
12 KiB

  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.0.9466"
  5. SchemaVersion = "1.0"
  6. ProjectGuid = "{BF191EA0-B0CF-4502-A290-A183AC71998F}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = ""
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "uddi.web"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. RootNamespace = "UDDI.Web"
  20. StartupObject = ""
  21. >
  22. <Config
  23. Name = "Debug"
  24. AllowUnsafeBlocks = "false"
  25. BaseAddress = "0"
  26. CheckForOverflowUnderflow = "false"
  27. ConfigurationOverrideFile = ""
  28. DefineConstants = "DEBUG;TRACE"
  29. DocumentationFile = ""
  30. DebugSymbols = "true"
  31. FileAlignment = "4096"
  32. IncrementalBuild = "false"
  33. Optimize = "false"
  34. OutputPath = "debug\"
  35. RegisterForComInterop = "false"
  36. RemoveIntegerChecks = "false"
  37. TreatWarningsAsErrors = "false"
  38. WarningLevel = "4"
  39. />
  40. <Config
  41. Name = "Release"
  42. AllowUnsafeBlocks = "false"
  43. BaseAddress = "0"
  44. CheckForOverflowUnderflow = "false"
  45. ConfigurationOverrideFile = ""
  46. DefineConstants = "TRACE"
  47. DocumentationFile = ""
  48. DebugSymbols = "false"
  49. FileAlignment = "4096"
  50. IncrementalBuild = "false"
  51. Optimize = "true"
  52. OutputPath = "release\"
  53. RegisterForComInterop = "false"
  54. RemoveIntegerChecks = "false"
  55. TreatWarningsAsErrors = "false"
  56. WarningLevel = "4"
  57. />
  58. <Config
  59. Name = "web"
  60. AllowUnsafeBlocks = "false"
  61. BaseAddress = "0"
  62. CheckForOverflowUnderflow = "false"
  63. ConfigurationOverrideFile = ""
  64. DefineConstants = "DEBUG;TRACE"
  65. DocumentationFile = ""
  66. DebugSymbols = "true"
  67. FileAlignment = "4096"
  68. IncrementalBuild = "false"
  69. Optimize = "false"
  70. OutputPath = "bin\Debug\"
  71. RegisterForComInterop = "false"
  72. RemoveIntegerChecks = "false"
  73. TreatWarningsAsErrors = "false"
  74. WarningLevel = "4"
  75. />
  76. </Settings>
  77. <References>
  78. <Reference
  79. Name = "System"
  80. AssemblyName = "System"
  81. />
  82. <Reference
  83. Name = "System.Data"
  84. AssemblyName = "System.Data"
  85. />
  86. <Reference
  87. Name = "System.XML"
  88. AssemblyName = "System.Xml"
  89. />
  90. <Reference
  91. Name = "System.Web"
  92. AssemblyName = "System.Web"
  93. />
  94. <Reference
  95. Name = "core"
  96. Project = "{C792705F-C4F9-41F7-AE03-B9C87FAD9151}"
  97. Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  98. />
  99. <Reference
  100. Name = "System.Web.Services"
  101. AssemblyName = "System.Web.Services"
  102. />
  103. <Reference
  104. Name = "api"
  105. Project = "{11742B5A-F929-4DA7-8378-F82AB3B69491}"
  106. Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  107. />
  108. <Reference
  109. Name = "System.Drawing"
  110. AssemblyName = "System.Drawing"
  111. />
  112. <Reference
  113. Name = "System.Windows.Forms"
  114. AssemblyName = "System.Windows.Forms"
  115. />
  116. </References>
  117. </Build>
  118. <Files>
  119. <Include>
  120. <File
  121. RelPath = "address.cs"
  122. SubType = "ASPXCodeBehind"
  123. BuildAction = "Compile"
  124. />
  125. <File
  126. RelPath = "assemblyinfo.cs"
  127. SubType = "Code"
  128. BuildAction = "Compile"
  129. />
  130. <File
  131. RelPath = "base.cs"
  132. SubType = "Code"
  133. BuildAction = "Compile"
  134. />
  135. <File
  136. RelPath = "bindings.cs"
  137. SubType = "ASPXCodeBehind"
  138. BuildAction = "Compile"
  139. />
  140. <File
  141. RelPath = "box.cs"
  142. SubType = "Code"
  143. BuildAction = "Compile"
  144. />
  145. <File
  146. RelPath = "breadcrumb.cs"
  147. SubType = "ASPXCodeBehind"
  148. BuildAction = "Compile"
  149. />
  150. <File
  151. RelPath = "businesses.cs"
  152. SubType = "ASPXCodeBehind"
  153. BuildAction = "Compile"
  154. />
  155. <File
  156. RelPath = "cache.cs"
  157. SubType = "Code"
  158. BuildAction = "Compile"
  159. />
  160. <File
  161. RelPath = "categorybag.cs"
  162. SubType = "ASPXCodeBehind"
  163. BuildAction = "Compile"
  164. />
  165. <File
  166. RelPath = "categorybrowser.cs"
  167. SubType = "ASPXCodeBehind"
  168. BuildAction = "Compile"
  169. />
  170. <File
  171. RelPath = "clientscripts.cs"
  172. SubType = "Code"
  173. BuildAction = "Compile"
  174. />
  175. <File
  176. RelPath = "contacts.cs"
  177. SubType = "ASPXCodeBehind"
  178. BuildAction = "Compile"
  179. />
  180. <File
  181. RelPath = "contextmenu.cs"
  182. SubType = "Code"
  183. BuildAction = "Compile"
  184. />
  185. <File
  186. RelPath = "description.cs"
  187. SubType = "ASPXCodeBehind"
  188. BuildAction = "Compile"
  189. />
  190. <File
  191. RelPath = "discoveryurl.cs"
  192. SubType = "ASPXCodeBehind"
  193. BuildAction = "Compile"
  194. />
  195. <File
  196. RelPath = "editcontrol.cs"
  197. SubType = "Code"
  198. BuildAction = "Compile"
  199. />
  200. <File
  201. RelPath = "email.cs"
  202. SubType = "ASPXCodeBehind"
  203. BuildAction = "Compile"
  204. />
  205. <File
  206. RelPath = "explorer.cs"
  207. SubType = "ASPXCodeBehind"
  208. BuildAction = "Compile"
  209. />
  210. <File
  211. RelPath = "format.cs"
  212. SubType = "Code"
  213. BuildAction = "Compile"
  214. />
  215. <File
  216. RelPath = "header.cs"
  217. SubType = "ASPXCodeBehind"
  218. BuildAction = "Compile"
  219. />
  220. <File
  221. RelPath = "helpcontrol.cs"
  222. SubType = "ASPXCodeBehind"
  223. BuildAction = "Compile"
  224. />
  225. <File
  226. RelPath = "identifierbag.cs"
  227. SubType = "ASPXCodeBehind"
  228. BuildAction = "Compile"
  229. />
  230. <File
  231. RelPath = "instanceinfos.cs"
  232. SubType = "ASPXCodeBehind"
  233. BuildAction = "Compile"
  234. />
  235. <File
  236. RelPath = "localization.cs"
  237. SubType = "Code"
  238. BuildAction = "Compile"
  239. />
  240. <File
  241. RelPath = "lookup.cs"
  242. SubType = "Code"
  243. BuildAction = "Compile"
  244. />
  245. <File
  246. RelPath = "name.cs"
  247. SubType = "ASPXCodeBehind"
  248. BuildAction = "Compile"
  249. />
  250. <File
  251. RelPath = "owner.cs"
  252. SubType = "Code"
  253. BuildAction = "Compile"
  254. />
  255. <File
  256. RelPath = "phone.cs"
  257. SubType = "ASPXCodeBehind"
  258. BuildAction = "Compile"
  259. />
  260. <File
  261. RelPath = "publisher.cs"
  262. SubType = "Code"
  263. BuildAction = "Compile"
  264. />
  265. <File
  266. RelPath = "security.cs"
  267. SubType = "ASPXCodeBehind"
  268. BuildAction = "Compile"
  269. />
  270. <File
  271. RelPath = "selection.cs"
  272. SubType = "ASPXCodeBehind"
  273. BuildAction = "Compile"
  274. />
  275. <File
  276. RelPath = "services.cs"
  277. SubType = "ASPXCodeBehind"
  278. BuildAction = "Compile"
  279. />
  280. <File
  281. RelPath = "sidenav.cs"
  282. SubType = "Code"
  283. BuildAction = "Compile"
  284. />
  285. <File
  286. RelPath = "statistics.cs"
  287. SubType = "Code"
  288. BuildAction = "Compile"
  289. />
  290. <File
  291. RelPath = "tab.cs"
  292. SubType = "Code"
  293. BuildAction = "Compile"
  294. />
  295. <File
  296. RelPath = "taxonomy.cs"
  297. SubType = "Code"
  298. BuildAction = "Compile"
  299. />
  300. <File
  301. RelPath = "taxonomytree.cs"
  302. SubType = "ASPXCodeBehind"
  303. BuildAction = "Compile"
  304. />
  305. <File
  306. RelPath = "tmodelbag.cs"
  307. SubType = "ASPXCodeBehind"
  308. BuildAction = "Compile"
  309. />
  310. <File
  311. RelPath = "tmodels.cs"
  312. SubType = "ASPXCodeBehind"
  313. BuildAction = "Compile"
  314. />
  315. <File
  316. RelPath = "tree.cs"
  317. SubType = "ASPXCodeBehind"
  318. BuildAction = "Compile"
  319. />
  320. </Include>
  321. </Files>
  322. </CSHARP>
  323. </VisualStudioProject>