DrawingTestHelper.csproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.10.3077"
  5. SchemaVersion = "2.0"
  6. ProjectGuid = "{8EF9FC71-4D70-4F89-BF4D-B83EF37D4A0C}"
  7. SccProjectName = "SAK"
  8. SccLocalPath = "..\..\..\..\.."
  9. SccProvider = "MSSCCI:ClearCase"
  10. >
  11. <Build>
  12. <Settings
  13. ApplicationIcon = ""
  14. AssemblyKeyContainerName = ""
  15. AssemblyName = "DrawingTest"
  16. AssemblyOriginatorKeyFile = ""
  17. DefaultClientScript = "JScript"
  18. DefaultHTMLPageLayout = "Grid"
  19. DefaultTargetSchema = "IE50"
  20. DelaySign = "false"
  21. OutputType = "Library"
  22. PreBuildEvent = ""
  23. PostBuildEvent = ""
  24. RootNamespace = "DrawingTest"
  25. RunPostBuildEvent = "OnBuildSuccess"
  26. StartupObject = ""
  27. >
  28. <Config
  29. Name = "Debug"
  30. AllowUnsafeBlocks = "false"
  31. BaseAddress = "285212672"
  32. CheckForOverflowUnderflow = "false"
  33. ConfigurationOverrideFile = ""
  34. DefineConstants = "DEBUG;TRACE"
  35. DocumentationFile = ""
  36. DebugSymbols = "true"
  37. FileAlignment = "4096"
  38. IncrementalBuild = "false"
  39. NoStdLib = "false"
  40. NoWarn = "1595"
  41. Optimize = "false"
  42. OutputPath = "..\bin\Debug_Java\"
  43. RegisterForComInterop = "false"
  44. RemoveIntegerChecks = "false"
  45. TreatWarningsAsErrors = "false"
  46. WarningLevel = "4"
  47. />
  48. <Config
  49. Name = "Release"
  50. AllowUnsafeBlocks = "false"
  51. BaseAddress = "285212672"
  52. CheckForOverflowUnderflow = "false"
  53. ConfigurationOverrideFile = ""
  54. DefineConstants = "TRACE"
  55. DocumentationFile = ""
  56. DebugSymbols = "false"
  57. FileAlignment = "4096"
  58. IncrementalBuild = "false"
  59. NoStdLib = "false"
  60. NoWarn = "1595"
  61. Optimize = "true"
  62. OutputPath = "..\bin\Release_Java\"
  63. RegisterForComInterop = "false"
  64. RemoveIntegerChecks = "false"
  65. TreatWarningsAsErrors = "false"
  66. WarningLevel = "4"
  67. />
  68. </Settings>
  69. <References>
  70. <Reference
  71. Name = "System"
  72. AssemblyName = "System"
  73. HintPath = "..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
  74. />
  75. <Reference
  76. Name = "System.Drawing"
  77. AssemblyName = "System.Drawing"
  78. HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
  79. Private = "False"
  80. />
  81. <Reference
  82. Name = "System.Windows.Forms"
  83. AssemblyName = "System.Windows.Forms"
  84. HintPath = "..\..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
  85. />
  86. </References>
  87. </Build>
  88. <Files>
  89. <Include>
  90. <File
  91. RelPath = "AssemblyInfo.cs"
  92. SubType = "Code"
  93. BuildAction = "Compile"
  94. />
  95. <File
  96. RelPath = "DrawingTest.cs"
  97. SubType = "Code"
  98. BuildAction = "Compile"
  99. />
  100. </Include>
  101. </Files>
  102. </CSHARP>
  103. </VisualStudioProject>