DrawingTestHelper.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.10.3077"
  5. SchemaVersion = "2.0"
  6. ProjectGuid = "{8EF9FC71-4D70-4F89-BF4D-B83EF37D4A0C}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = ""
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "DrawingTest"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. PreBuildEvent = ""
  20. PostBuildEvent = ""
  21. RootNamespace = "DrawingTest"
  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 = "1595"
  38. Optimize = "false"
  39. OutputPath = "bin\Debug\"
  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 = "1595"
  58. Optimize = "true"
  59. OutputPath = "..\bin\Release_Java\"
  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. Private = "False"
  77. />
  78. <Reference
  79. Name = "System.Windows.Forms"
  80. AssemblyName = "System.Windows.Forms"
  81. HintPath = "..\..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
  82. />
  83. <Reference
  84. Name = "Exocortex.DSP.v1"
  85. Project = "{1904A41B-D1B8-40E5-ADBB-728DDCF7C816}"
  86. Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  87. />
  88. <Reference
  89. Name = "System.XML"
  90. AssemblyName = "System.Xml"
  91. HintPath = "..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
  92. />
  93. <Reference
  94. Name = "nunit.framework.dll.J2EE"
  95. Project = "{39CC8FF7-EF1A-41A1-B727-42684211ECD1}"
  96. Package = "{83B010C7-76FC-4FAD-A26C-00D7EFE60256}"
  97. />
  98. </References>
  99. </Build>
  100. <Files>
  101. <Include>
  102. <File
  103. RelPath = "AssemblyInfo.cs"
  104. SubType = "Code"
  105. BuildAction = "Compile"
  106. />
  107. <File
  108. RelPath = "DrawingTest.cs"
  109. SubType = "Code"
  110. BuildAction = "Compile"
  111. />
  112. <File
  113. RelPath = "PDComparer.cs"
  114. SubType = "Code"
  115. BuildAction = "Compile"
  116. />
  117. </Include>
  118. </Files>
  119. </CSHARP>
  120. </VisualStudioProject>