DrawingTestHelper.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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_Java\"
  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"
  95. AssemblyName = "nunit.framework"
  96. HintPath = "..\..\..\..\..\..\..\..\Program Files\NUnit 2.2\bin\nunit.framework.dll"
  97. AssemblyFolderKey = "hklm\dn\nunit.framework"
  98. />
  99. </References>
  100. </Build>
  101. <Files>
  102. <Include>
  103. <File
  104. RelPath = "AssemblyInfo.cs"
  105. SubType = "Code"
  106. BuildAction = "Compile"
  107. />
  108. <File
  109. RelPath = "DrawingTest.cs"
  110. SubType = "Code"
  111. BuildAction = "Compile"
  112. />
  113. </Include>
  114. </Files>
  115. </CSHARP>
  116. </VisualStudioProject>