MonoMicro.Test.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.0.9466"
  5. SchemaVersion = "1.0"
  6. ProjectGuid = "{F7734143-3845-4288-B1CA-FE614FFA70F0}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = ""
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "MonoMicro.Test"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. RootNamespace = "MonoMicro.Test"
  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. HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
  64. />
  65. <Reference
  66. Name = "NUnitCore"
  67. AssemblyName = "NUnitCore"
  68. HintPath = "..\..\..\nunit\NUnitCore.dll"
  69. />
  70. <Reference
  71. Name = "System.Data"
  72. AssemblyName = "System.Data"
  73. HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
  74. />
  75. <Reference
  76. Name = "System.XML"
  77. AssemblyName = "System.XML"
  78. HintPath = "..\obj\Debug\System.XML.dll"
  79. />
  80. </References>
  81. </Build>
  82. <Files>
  83. <Include>
  84. <File
  85. RelPath = "AllTests.cs"
  86. SubType = "Code"
  87. BuildAction = "Compile"
  88. />
  89. <File
  90. RelPath = "ChangeLog"
  91. BuildAction = "None"
  92. />
  93. <File
  94. RelPath = "NameTableTests.cs"
  95. SubType = "Code"
  96. BuildAction = "Compile"
  97. />
  98. <File
  99. RelPath = "XmlAttributeTests.cs"
  100. SubType = "Code"
  101. BuildAction = "Compile"
  102. />
  103. <File
  104. RelPath = "XmlCDataSectionTests.cs"
  105. SubType = "Code"
  106. BuildAction = "Compile"
  107. />
  108. <File
  109. RelPath = "XmlCommentTests.cs"
  110. SubType = "Code"
  111. BuildAction = "Compile"
  112. />
  113. <File
  114. RelPath = "XmlDeclarationTests.cs"
  115. SubType = "Code"
  116. BuildAction = "Compile"
  117. />
  118. <File
  119. RelPath = "XmlDocumentTests.cs"
  120. SubType = "Code"
  121. BuildAction = "Compile"
  122. />
  123. <File
  124. RelPath = "XmlDocumentTypeTests.cs"
  125. SubType = "Code"
  126. BuildAction = "Compile"
  127. />
  128. <File
  129. RelPath = "XmlElementTests.cs"
  130. SubType = "Code"
  131. BuildAction = "Compile"
  132. />
  133. <File
  134. RelPath = "XmlNamespaceManagerTests.cs"
  135. SubType = "Code"
  136. BuildAction = "Compile"
  137. />
  138. <File
  139. RelPath = "XmlNodeListTests.cs"
  140. SubType = "Code"
  141. BuildAction = "Compile"
  142. />
  143. <File
  144. RelPath = "XmlProcessingInstructionTests.cs"
  145. SubType = "Code"
  146. BuildAction = "Compile"
  147. />
  148. <File
  149. RelPath = "XmlSignificantWhitespaceTests.cs"
  150. SubType = "Code"
  151. BuildAction = "Compile"
  152. />
  153. <File
  154. RelPath = "XmlTextReaderTests.cs"
  155. SubType = "Code"
  156. BuildAction = "Compile"
  157. />
  158. <File
  159. RelPath = "XmlTextTests.cs"
  160. SubType = "Code"
  161. BuildAction = "Compile"
  162. />
  163. <File
  164. RelPath = "XmlTextWriterTests.cs"
  165. SubType = "Code"
  166. BuildAction = "Compile"
  167. />
  168. <File
  169. RelPath = "XmlWhiteSpaceTests.cs"
  170. SubType = "Code"
  171. BuildAction = "Compile"
  172. />
  173. </Include>
  174. </Files>
  175. </CSHARP>
  176. </VisualStudioProject>