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.

248 lines
9.1 KiB

  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.0.9466"
  5. SchemaVersion = "1.0"
  6. ProjectGuid = "{F02428DD-BEB4-4531-B846-B99B4D0925B7}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = ""
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "microsoft.uddi"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Flow"
  16. DefaultTargetSchema = "IE32Nav30"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. RootNamespace = "microsoft.uddi"
  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 = "Debug (with Setup)"
  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. <Config
  77. Name = "Release (with Setup)"
  78. AllowUnsafeBlocks = "false"
  79. BaseAddress = "0"
  80. CheckForOverflowUnderflow = "false"
  81. ConfigurationOverrideFile = ""
  82. DefineConstants = "TRACE"
  83. DocumentationFile = ""
  84. DebugSymbols = "false"
  85. FileAlignment = "4096"
  86. IncrementalBuild = "false"
  87. Optimize = "true"
  88. OutputPath = "bin\Release\"
  89. RegisterForComInterop = "false"
  90. RemoveIntegerChecks = "false"
  91. TreatWarningsAsErrors = "false"
  92. WarningLevel = "4"
  93. />
  94. </Settings>
  95. <References>
  96. <Reference
  97. Name = "System"
  98. AssemblyName = "System"
  99. />
  100. <Reference
  101. Name = "System.Data"
  102. AssemblyName = "System.Data"
  103. />
  104. <Reference
  105. Name = "System.XML"
  106. AssemblyName = "System.Xml"
  107. />
  108. <Reference
  109. Name = "System.Web.Services"
  110. AssemblyName = "System.Web.Services"
  111. />
  112. <Reference
  113. Name = "System.Web"
  114. AssemblyName = "System.Web"
  115. />
  116. <Reference
  117. Name = "mscorlib"
  118. AssemblyName = "mscorlib"
  119. />
  120. <Reference
  121. Name = "System.Drawing"
  122. AssemblyName = "System.Drawing"
  123. HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
  124. />
  125. <Reference
  126. Name = "System.Windows.Forms"
  127. AssemblyName = "System.Windows.Forms"
  128. HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
  129. />
  130. </References>
  131. </Build>
  132. <Files>
  133. <Include>
  134. <File
  135. RelPath = "address.cs"
  136. SubType = "Code"
  137. BuildAction = "Compile"
  138. />
  139. <File
  140. RelPath = "assemblyinfo.cs"
  141. SubType = "Code"
  142. BuildAction = "Compile"
  143. />
  144. <File
  145. RelPath = "assertion.cs"
  146. SubType = "Code"
  147. BuildAction = "Compile"
  148. />
  149. <File
  150. RelPath = "authentication.cs"
  151. SubType = "Code"
  152. BuildAction = "Compile"
  153. />
  154. <File
  155. RelPath = "binding.cs"
  156. SubType = "Code"
  157. BuildAction = "Compile"
  158. />
  159. <File
  160. RelPath = "business.cs"
  161. SubType = "Code"
  162. BuildAction = "Compile"
  163. />
  164. <File
  165. RelPath = "category.cs"
  166. SubType = "Code"
  167. BuildAction = "Compile"
  168. />
  169. <File
  170. RelPath = "contact.cs"
  171. SubType = "Code"
  172. BuildAction = "Compile"
  173. />
  174. <File
  175. RelPath = "coretypes.cs"
  176. SubType = "Code"
  177. BuildAction = "Compile"
  178. />
  179. <File
  180. RelPath = "description.cs"
  181. SubType = "Code"
  182. BuildAction = "Compile"
  183. />
  184. <File
  185. RelPath = "discoveryurl.cs"
  186. SubType = "Code"
  187. BuildAction = "Compile"
  188. />
  189. <File
  190. RelPath = "email.cs"
  191. SubType = "Code"
  192. BuildAction = "Compile"
  193. />
  194. <File
  195. RelPath = "exception.cs"
  196. SubType = "Code"
  197. BuildAction = "Compile"
  198. />
  199. <File
  200. RelPath = "extensions.cs"
  201. SubType = "Code"
  202. BuildAction = "Compile"
  203. />
  204. <File
  205. RelPath = "keyedreference.cs"
  206. SubType = "Code"
  207. BuildAction = "Compile"
  208. />
  209. <File
  210. RelPath = "name.cs"
  211. SubType = "Code"
  212. BuildAction = "Compile"
  213. />
  214. <File
  215. RelPath = "phone.cs"
  216. SubType = "Code"
  217. BuildAction = "Compile"
  218. />
  219. <File
  220. RelPath = "service.cs"
  221. SubType = "Code"
  222. BuildAction = "Compile"
  223. />
  224. <File
  225. RelPath = "tmodel.cs"
  226. SubType = "Code"
  227. BuildAction = "Compile"
  228. />
  229. <File
  230. RelPath = "uddioperator.cs"
  231. SubType = "Component"
  232. BuildAction = "Compile"
  233. />
  234. <File
  235. RelPath = "uddiweb.cs"
  236. SubType = "Code"
  237. BuildAction = "Compile"
  238. />
  239. <File
  240. RelPath = "versionsupport.cs"
  241. SubType = "Code"
  242. BuildAction = "Compile"
  243. />
  244. </Include>
  245. </Files>
  246. </CSHARP>
  247. </VisualStudioProject>