MWSeviceDemo.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Web"
  4. ProductVersion = "7.10.3077"
  5. SchemaVersion = "2.0"
  6. ProjectGuid = "{2514CCAA-ACDE-48E8-B36C-ED14EFFD0933}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = ""
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "MWSeviceDemo"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. PreBuildEvent = ""
  20. PostBuildEvent = ""
  21. RootNamespace = "MWSeviceDemo"
  22. RunPostBuildEvent = "OnBuildSuccess"
  23. StartupObject = ""
  24. >
  25. <Config
  26. Name = "Debug"
  27. AllowUnsafeBlocks = "false"
  28. BaseAddress = "285212672"
  29. CheckForOverflowUnderflow = "false"
  30. ConfigurationOverrideFile = ""
  31. DefineConstants = "DEBUG;TRACE"
  32. DocumentationFile = ""
  33. DebugSymbols = "true"
  34. FileAlignment = "4096"
  35. IncrementalBuild = "false"
  36. NoStdLib = "false"
  37. NoWarn = ""
  38. Optimize = "false"
  39. OutputPath = "bin\"
  40. RegisterForComInterop = "false"
  41. RemoveIntegerChecks = "false"
  42. TreatWarningsAsErrors = "false"
  43. WarningLevel = "4"
  44. />
  45. <Config
  46. Name = "Release"
  47. AllowUnsafeBlocks = "false"
  48. BaseAddress = "285212672"
  49. CheckForOverflowUnderflow = "false"
  50. ConfigurationOverrideFile = ""
  51. DefineConstants = "TRACE"
  52. DocumentationFile = ""
  53. DebugSymbols = "false"
  54. FileAlignment = "4096"
  55. IncrementalBuild = "false"
  56. NoStdLib = "false"
  57. NoWarn = ""
  58. Optimize = "true"
  59. OutputPath = "bin\"
  60. RegisterForComInterop = "false"
  61. RemoveIntegerChecks = "false"
  62. TreatWarningsAsErrors = "false"
  63. WarningLevel = "4"
  64. />
  65. </Settings>
  66. <References>
  67. <Reference
  68. Name = "System"
  69. AssemblyName = "System"
  70. HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
  71. />
  72. <Reference
  73. Name = "System.Drawing"
  74. AssemblyName = "System.Drawing"
  75. HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
  76. />
  77. <Reference
  78. Name = "System.Data"
  79. AssemblyName = "System.Data"
  80. HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
  81. />
  82. <Reference
  83. Name = "System.Web"
  84. AssemblyName = "System.Web"
  85. HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
  86. />
  87. <Reference
  88. Name = "System.XML"
  89. AssemblyName = "System.Xml"
  90. HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
  91. />
  92. <Reference
  93. Name = "System.Web.Services"
  94. AssemblyName = "System.Web.Services"
  95. HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.Services.dll"
  96. />
  97. </References>
  98. </Build>
  99. <Files>
  100. <Include>
  101. <File
  102. RelPath = "AssemblyInfo.cs"
  103. SubType = "Code"
  104. BuildAction = "Compile"
  105. />
  106. <File
  107. RelPath = "Global.asax"
  108. SubType = "Component"
  109. BuildAction = "Content"
  110. />
  111. <File
  112. RelPath = "Global.asax.cs"
  113. DependentUpon = "Global.asax"
  114. SubType = "Code"
  115. BuildAction = "Compile"
  116. />
  117. <File
  118. RelPath = "Global.asax.resx"
  119. DependentUpon = "Global.asax.cs"
  120. BuildAction = "EmbeddedResource"
  121. />
  122. <File
  123. RelPath = "Web.config"
  124. BuildAction = "Content"
  125. />
  126. <File
  127. RelPath = "WebForm1.aspx"
  128. SubType = "Form"
  129. BuildAction = "Content"
  130. />
  131. <File
  132. RelPath = "WebForm1.aspx.cs"
  133. DependentUpon = "WebForm1.aspx"
  134. SubType = "ASPXCodeBehind"
  135. BuildAction = "Compile"
  136. />
  137. <File
  138. RelPath = "WebForm1.aspx.resx"
  139. DependentUpon = "WebForm1.aspx.cs"
  140. BuildAction = "EmbeddedResource"
  141. />
  142. <File
  143. RelPath = "Web References\MW\Reference.map"
  144. BuildAction = "None"
  145. Generator = "MSDiscoCodeGenerator"
  146. LastGenOutput = "Reference.cs"
  147. />
  148. <File
  149. RelPath = "Web References\MW\Reference.cs"
  150. DependentUpon = "Reference.map"
  151. SubType = "code"
  152. BuildAction = "Compile"
  153. DesignTime = "True"
  154. AutoGen = "True"
  155. />
  156. <File
  157. RelPath = "Web References\MW\wmgw.disco"
  158. BuildAction = "None"
  159. />
  160. <File
  161. RelPath = "Web References\MW\wmgw.wsdl"
  162. BuildAction = "None"
  163. />
  164. <Folder
  165. RelPath = "Web References\MW\"
  166. WebReferenceUrl = "http://demo.montnets.com/yds/wmgw.asmx"
  167. UrlBehavior = "Static"
  168. />
  169. <Folder
  170. RelPath = "Web References\"
  171. WebReferences = "TRUE"
  172. />
  173. </Include>
  174. </Files>
  175. </CSHARP>
  176. </VisualStudioProject>