Test20.J2EE.vmwcsproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
  3. <OutputPath>DrawingTest\Test\bin\Debug_Java20\</OutputPath>
  4. <DefineConstants>TRACE;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
  5. <BaseAddress>285212672</BaseAddress>
  6. <Optimize>true</Optimize>
  7. <DebugType>pdbonly</DebugType>
  8. <PlatformTarget>AnyCPU</PlatformTarget>
  9. <ErrorReport>prompt</ErrorReport>
  10. <SkipValidation>false</SkipValidation>
  11. <KeepIntermediate>false</KeepIntermediate>
  12. <GHProjectType>1</GHProjectType>
  13. <PreCompile>false</PreCompile>
  14. <AdditionalClassPath>
  15. </AdditionalClassPath>
  16. <ApplicationServerType>
  17. </ApplicationServerType>
  18. <Version>2.0</Version>
  19. <JDKName>1.5.0_05</JDKName>
  20. <TargetPlatform>0</TargetPlatform>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <OutputPath>DrawingTest\Test\bin\Debug_Java20\</OutputPath>
  25. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
  26. <BaseAddress>285212672</BaseAddress>
  27. <DebugType>full</DebugType>
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <ErrorReport>prompt</ErrorReport>
  30. <SkipValidation>True</SkipValidation>
  31. <KeepIntermediate>False</KeepIntermediate>
  32. <GHProjectType>1</GHProjectType>
  33. <PreCompile>false</PreCompile>
  34. <AdditionalClassPath>
  35. </AdditionalClassPath>
  36. <ApplicationServerType>
  37. </ApplicationServerType>
  38. <Version>2.0</Version>
  39. <JDKName>1.5.0_05</JDKName>
  40. <TargetPlatform>0</TargetPlatform>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
  44. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  45. <ProductVersion>8.0.50727</ProductVersion>
  46. <SchemaVersion>2.0</SchemaVersion>
  47. <ProjectGuid>{FD3F01E4-4F19-4124-BD9C-226C3E8D55B3}</ProjectGuid>
  48. <OutputType>Library</OutputType>
  49. <AppDesignerFolder>Properties</AppDesignerFolder>
  50. <RootNamespace>System.Drawing.Test</RootNamespace>
  51. <AssemblyName>System.Drawing.Test20.J2EE</AssemblyName>
  52. <JDKName>1.5.0_05</JDKName>
  53. <GHProjectType>1</GHProjectType>
  54. <Version>2.0</Version>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  57. <DebugSymbols>true</DebugSymbols>
  58. <DebugType>full</DebugType>
  59. <Optimize>false</Optimize>
  60. <OutputPath>bin\Debug_Java\</OutputPath>
  61. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. <BaseAddress>285212672</BaseAddress>
  65. <NoStdLib>false</NoStdLib>
  66. <SkipValidation>True</SkipValidation>
  67. <KeepIntermediate>False</KeepIntermediate>
  68. <TargetPlatform>0</TargetPlatform>
  69. <AdditionalClassPath>
  70. </AdditionalClassPath>
  71. </PropertyGroup>
  72. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  73. <DebugType>pdbonly</DebugType>
  74. <Optimize>true</Optimize>
  75. <OutputPath>bin\Release_Java\</OutputPath>
  76. <DefineConstants>TRACE;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
  77. <ErrorReport>prompt</ErrorReport>
  78. <WarningLevel>4</WarningLevel>
  79. <BaseAddress>285212672</BaseAddress>
  80. <NoStdLib>false</NoStdLib>
  81. <SkipValidation>false</SkipValidation>
  82. <KeepIntermediate>false</KeepIntermediate>
  83. <TargetPlatform>0</TargetPlatform>
  84. <AdditionalClassPath>
  85. </AdditionalClassPath>
  86. </PropertyGroup>
  87. <ItemGroup>
  88. <Reference Include="J2SE.Helpers, Version=0.0.0.0, Culture=neutral">
  89. <HintPath>..\..\lib\J2SE.Helpers.dll</HintPath>
  90. <Private>False</Private>
  91. </Reference>
  92. <Reference Include="nunit.framework, Version=0.0.0.0, Culture=neutral">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>..\..\..\nunit20\nunit-console\bin\Debug_Java20\nunit.framework.dll</HintPath>
  95. <Private>True</Private>
  96. </Reference>
  97. <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
  98. <HintPath>..\..\lib\rt.dll</HintPath>
  99. <Private>False</Private>
  100. </Reference>
  101. <Reference Include="System" />
  102. <Reference Include="System.Drawing" />
  103. <Reference Include="System.Xml" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Compile Include="DrawingTest\Test\Bitmap.cs" />
  107. <Compile Include="DrawingTest\Test\Brush.cs" />
  108. <Compile Include="DrawingTest\Test\Graphics.cs" />
  109. <Compile Include="DrawingTest\Test\GraphicsPath.cs" />
  110. <Compile Include="DrawingTest\Test\GraphicsPathIterator.cs" />
  111. <Compile Include="DrawingTest\Test\Image.cs" />
  112. <Compile Include="DrawingTest\Test\Pen.cs" />
  113. <Compile Include="DrawingTest\Test\Region.cs" />
  114. <Compile Include="System.Drawing.Drawing2D\TestBlend.cs" />
  115. <Compile Include="System.Drawing.Drawing2D\TestColorBlend.cs" />
  116. <Compile Include="System.Drawing.Drawing2D\TestHatchBrush.cs" />
  117. <Compile Include="System.Drawing.Imaging\TestBmpCodec.cs" />
  118. <Compile Include="System.Drawing.Imaging\TestColorMatrix.cs" />
  119. <Compile Include="System.Drawing.Imaging\TestImageAttributes.cs" />
  120. <Compile Include="System.Drawing.Imaging\TestImageCodecInfo.cs" />
  121. <Compile Include="System.Drawing.Imaging\TestJpegCodec.cs" />
  122. <Compile Include="System.Drawing\ColorConverter.cs" />
  123. <Compile Include="System.Drawing\ColorTranslator.cs" />
  124. <Compile Include="System.Drawing\TestBitmap.cs" />
  125. <Compile Include="System.Drawing\TestBrushes.cs" />
  126. <Compile Include="System.Drawing\TestColor.cs" />
  127. <Compile Include="System.Drawing\TestFont.cs" />
  128. <Compile Include="System.Drawing\TestIcon.cs" />
  129. <Compile Include="System.Drawing\TestIconConverter.cs" />
  130. <Compile Include="System.Drawing\TestImageConverter.cs" />
  131. <Compile Include="System.Drawing\TestImageFormatConverter.cs" />
  132. <Compile Include="System.Drawing\TestPens.cs" />
  133. <Compile Include="System.Drawing\TestPoint.cs" />
  134. <Compile Include="System.Drawing\TestPointConverter.cs" />
  135. <Compile Include="System.Drawing\TestPointF.cs" />
  136. <Compile Include="System.Drawing\TestRectangle.cs" />
  137. <Compile Include="System.Drawing\TestRectangleConverter.cs" />
  138. <Compile Include="System.Drawing\TestRectangleF.cs" />
  139. <Compile Include="System.Drawing\TestRegion.cs" />
  140. <Compile Include="System.Drawing\TestSize.cs" />
  141. <Compile Include="System.Drawing\TestSizeConverter.cs" />
  142. <Compile Include="System.Drawing\TestSizeF.cs" />
  143. <Compile Include="System.Drawing\TestSizeFConverter.cs" />
  144. <Compile Include="System.Drawing\TestStringFormat.cs" />
  145. <Compile Include="System.Drawing\TestSystemBrushes.cs" />
  146. <Compile Include="System.Drawing\TestSystemPens.cs" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Content Include="DrawingTest\Test\Bitmap1.bmp" />
  150. <Content Include="DrawingTest\Test\Bitmap1.png" />
  151. <Content Include="DrawingTest\Test\SampIcon.ico" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <ProjectReference Include="DrawingTest\DrawingTestHelper\DrawingTestHelper20.J2EE.vmwcsproj">
  155. <Project>{C4329BA9-2E08-4EB3-B6ED-0FA3BB6285AF}</Project>
  156. <Name>DrawingTestHelper20.J2EE</Name>
  157. </ProjectReference>
  158. </ItemGroup>
  159. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  160. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  161. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  162. Other similar extension points exist, see Microsoft.Common.targets.
  163. <Target Name="BeforeBuild">
  164. </Target>
  165. <Target Name="AfterBuild">
  166. </Target>
  167. -->
  168. <ProjectExtensions>
  169. <VisualStudio>
  170. <UserProperties REFS-JarPath-nunit-framework="..\..\..\nunit20\framework\bin\Debug_Java20\nunit.framework.jar" REFS-JarPath-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\mscorlib.jar" REFS-JarPath-system="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\System.jar" REFS-JarPath-system-data="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\System.Data.jar" REFS-JarPath-system-xml="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\System.Xml.jar" REFS-JarPath-rt="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jre5\lib\rt.jar" REFS-JarPath-j2se-helpers="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\J2SE.Helpers.jar" REFS-JarPath-system-drawing="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\System.Drawing.jar;..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\jai_imageio.jar;..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\jai_core.jar;..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\jai_codec.jar;..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\clibwrapper_jiio.jar;..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\mlibwrapper_jai.jar" />
  171. </VisualStudio>
  172. </ProjectExtensions>
  173. </Project>