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.

159 lines
5.7 KiB

  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.0.9358"
  5. SchemaVersion = "1.0"
  6. ProjectGuid = "{10572A6A-CC45-45AD-BE1F-F5242DDC91D7}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = "App.ico"
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "mbsh"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Exe"
  19. RootNamespace = "mbsh"
  20. StartupObject = ""
  21. >
  22. <Config
  23. Name = "Debug"
  24. AllowUnsafeBlocks = "false"
  25. BaseAddress = "285212672"
  26. CheckForOverflowUnderflow = "false"
  27. ConfigurationOverrideFile = ""
  28. DefineConstants = "DEBUG;TRACE"
  29. DocumentationFile = ""
  30. DebugSymbols = "true"
  31. FileAlignment = "4096"
  32. IncrementalBuild = "true"
  33. Optimize = "false"
  34. OutputPath = "bin\Debug\"
  35. RegisterForComInterop = "false"
  36. RemoveIntegerChecks = "false"
  37. TreatWarningsAsErrors = "false"
  38. WarningLevel = "4"
  39. />
  40. <Config
  41. Name = "Release"
  42. AllowUnsafeBlocks = "false"
  43. BaseAddress = "285212672"
  44. CheckForOverflowUnderflow = "false"
  45. ConfigurationOverrideFile = ""
  46. DefineConstants = "TRACE"
  47. DocumentationFile = ""
  48. DebugSymbols = "false"
  49. FileAlignment = "4096"
  50. IncrementalBuild = "false"
  51. Optimize = "true"
  52. OutputPath = "bin\Release\"
  53. RegisterForComInterop = "false"
  54. RemoveIntegerChecks = "false"
  55. TreatWarningsAsErrors = "false"
  56. WarningLevel = "4"
  57. />
  58. </Settings>
  59. <References>
  60. <Reference
  61. Name = "System"
  62. AssemblyName = "System"
  63. />
  64. <Reference
  65. Name = "MSScriptControl"
  66. Guid = "{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}"
  67. VersionMajor = "1"
  68. VersionMinor = "0"
  69. Lcid = "0"
  70. WrapperTool = "tlbimp"
  71. />
  72. <Reference
  73. Name = "System.DirectoryServices"
  74. AssemblyName = "System.DirectoryServices"
  75. />
  76. <Reference
  77. Name = "System.Data"
  78. AssemblyName = "System.Data"
  79. />
  80. <Reference
  81. Name = "System.XML"
  82. AssemblyName = "System.Xml"
  83. />
  84. <Reference
  85. Name = "stdole"
  86. Guid = "{00020430-0000-0000-C000-000000000046}"
  87. VersionMajor = "2"
  88. VersionMinor = "0"
  89. Lcid = "0"
  90. WrapperTool = "primary"
  91. />
  92. <Reference
  93. Name = "ActiveDs"
  94. Guid = "{97D25DB0-0363-11CF-ABC4-02608C9E7553}"
  95. VersionMajor = "1"
  96. VersionMinor = "0"
  97. Lcid = "0"
  98. WrapperTool = "tlbimp"
  99. />
  100. <Reference
  101. Name = "IISOle"
  102. Guid = "{49D704A0-89F7-11D0-8527-00C04FD8D503}"
  103. VersionMajor = "1"
  104. VersionMinor = "0"
  105. Lcid = "0"
  106. WrapperTool = "tlbimp"
  107. />
  108. </References>
  109. </Build>
  110. <Files>
  111. <Include>
  112. <File
  113. RelPath = "App.ico"
  114. BuildAction = "Content"
  115. />
  116. <File
  117. RelPath = "AssemblyInfo.cs"
  118. SubType = "Code"
  119. BuildAction = "Compile"
  120. />
  121. <File
  122. RelPath = "CArgHandler.cs"
  123. SubType = "Code"
  124. BuildAction = "Compile"
  125. />
  126. <File
  127. RelPath = "CMbshApp.cs"
  128. SubType = "Code"
  129. BuildAction = "Compile"
  130. />
  131. <File
  132. RelPath = "CMbshException.cs"
  133. SubType = "Code"
  134. BuildAction = "Compile"
  135. />
  136. <File
  137. RelPath = "CProcessor.cs"
  138. SubType = "Code"
  139. BuildAction = "Compile"
  140. />
  141. <File
  142. RelPath = "CTokenizer.cs"
  143. SubType = "Code"
  144. BuildAction = "Compile"
  145. />
  146. <File
  147. RelPath = "CWScript.cs"
  148. SubType = "Code"
  149. BuildAction = "Compile"
  150. />
  151. <File
  152. RelPath = "Mbsh.resx"
  153. BuildAction = "EmbeddedResource"
  154. />
  155. </Include>
  156. </Files>
  157. </CSHARP>
  158. </VisualStudioProject>