| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
- <OutputPath>DrawingTest\Test\bin\Debug_Java20\</OutputPath>
- <DefineConstants>TRACE;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
- <BaseAddress>285212672</BaseAddress>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <SkipValidation>false</SkipValidation>
- <KeepIntermediate>false</KeepIntermediate>
- <GHProjectType>1</GHProjectType>
- <PreCompile>false</PreCompile>
- <AdditionalClassPath>
- </AdditionalClassPath>
- <ApplicationServerType>
- </ApplicationServerType>
- <Version>2.0</Version>
- <JDKName>1.5.0_05</JDKName>
- <TargetPlatform>0</TargetPlatform>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>DrawingTest\Test\bin\Debug_Java20\</OutputPath>
- <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
- <BaseAddress>285212672</BaseAddress>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <SkipValidation>True</SkipValidation>
- <KeepIntermediate>False</KeepIntermediate>
- <GHProjectType>1</GHProjectType>
- <PreCompile>false</PreCompile>
- <AdditionalClassPath>
- </AdditionalClassPath>
- <ApplicationServerType>
- </ApplicationServerType>
- <Version>2.0</Version>
- <JDKName>1.5.0_05</JDKName>
- <TargetPlatform>0</TargetPlatform>
- </PropertyGroup>
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{FD3F01E4-4F19-4124-BD9C-226C3E8D55B3}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>System.Drawing.Test</RootNamespace>
- <AssemblyName>System.Drawing.Test20.J2EE</AssemblyName>
- <JDKName>1.5.0_05</JDKName>
- <GHProjectType>1</GHProjectType>
- <Version>2.0</Version>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug_Java\</OutputPath>
- <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <BaseAddress>285212672</BaseAddress>
- <NoStdLib>false</NoStdLib>
- <SkipValidation>True</SkipValidation>
- <KeepIntermediate>False</KeepIntermediate>
- <TargetPlatform>0</TargetPlatform>
- <AdditionalClassPath>
- </AdditionalClassPath>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release_Java\</OutputPath>
- <DefineConstants>TRACE;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <BaseAddress>285212672</BaseAddress>
- <NoStdLib>false</NoStdLib>
- <SkipValidation>false</SkipValidation>
- <KeepIntermediate>false</KeepIntermediate>
- <TargetPlatform>0</TargetPlatform>
- <AdditionalClassPath>
- </AdditionalClassPath>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="J2SE.Helpers, Version=0.0.0.0, Culture=neutral">
- <HintPath>..\..\lib\J2SE.Helpers.dll</HintPath>
- <Private>False</Private>
- </Reference>
- <Reference Include="nunit.framework, Version=0.0.0.0, Culture=neutral">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\nunit20\nunit-console\bin\Debug_Java20\nunit.framework.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
- <HintPath>..\..\lib\rt.dll</HintPath>
- <Private>False</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="DrawingTest\Test\Bitmap.cs" />
- <Compile Include="DrawingTest\Test\Brush.cs" />
- <Compile Include="DrawingTest\Test\Graphics.cs" />
- <Compile Include="DrawingTest\Test\GraphicsPath.cs" />
- <Compile Include="DrawingTest\Test\GraphicsPathIterator.cs" />
- <Compile Include="DrawingTest\Test\Image.cs" />
- <Compile Include="DrawingTest\Test\Pen.cs" />
- <Compile Include="DrawingTest\Test\Region.cs" />
- <Compile Include="System.Drawing.Drawing2D\TestBlend.cs" />
- <Compile Include="System.Drawing.Drawing2D\TestColorBlend.cs" />
- <Compile Include="System.Drawing.Drawing2D\TestHatchBrush.cs" />
- <Compile Include="System.Drawing.Imaging\TestBmpCodec.cs" />
- <Compile Include="System.Drawing.Imaging\TestColorMatrix.cs" />
- <Compile Include="System.Drawing.Imaging\TestImageAttributes.cs" />
- <Compile Include="System.Drawing.Imaging\TestImageCodecInfo.cs" />
- <Compile Include="System.Drawing.Imaging\TestJpegCodec.cs" />
- <Compile Include="System.Drawing\ColorConverter.cs" />
- <Compile Include="System.Drawing\ColorTranslator.cs" />
- <Compile Include="System.Drawing\TestBitmap.cs" />
- <Compile Include="System.Drawing\TestBrushes.cs" />
- <Compile Include="System.Drawing\TestColor.cs" />
- <Compile Include="System.Drawing\TestFont.cs" />
- <Compile Include="System.Drawing\TestIcon.cs" />
- <Compile Include="System.Drawing\TestIconConverter.cs" />
- <Compile Include="System.Drawing\TestImageConverter.cs" />
- <Compile Include="System.Drawing\TestImageFormatConverter.cs" />
- <Compile Include="System.Drawing\TestPens.cs" />
- <Compile Include="System.Drawing\TestPoint.cs" />
- <Compile Include="System.Drawing\TestPointConverter.cs" />
- <Compile Include="System.Drawing\TestPointF.cs" />
- <Compile Include="System.Drawing\TestRectangle.cs" />
- <Compile Include="System.Drawing\TestRectangleConverter.cs" />
- <Compile Include="System.Drawing\TestRectangleF.cs" />
- <Compile Include="System.Drawing\TestRegion.cs" />
- <Compile Include="System.Drawing\TestSize.cs" />
- <Compile Include="System.Drawing\TestSizeConverter.cs" />
- <Compile Include="System.Drawing\TestSizeF.cs" />
- <Compile Include="System.Drawing\TestSizeFConverter.cs" />
- <Compile Include="System.Drawing\TestStringFormat.cs" />
- <Compile Include="System.Drawing\TestSystemBrushes.cs" />
- <Compile Include="System.Drawing\TestSystemPens.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="DrawingTest\Test\Bitmap1.bmp" />
- <Content Include="DrawingTest\Test\Bitmap1.png" />
- <Content Include="DrawingTest\Test\SampIcon.ico" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="DrawingTest\DrawingTestHelper\DrawingTestHelper20.J2EE.vmwcsproj">
- <Project>{C4329BA9-2E08-4EB3-B6ED-0FA3BB6285AF}</Project>
- <Name>DrawingTestHelper20.J2EE</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
- <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ProjectExtensions>
- <VisualStudio>
- <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" />
- </VisualStudio>
- </ProjectExtensions>
- </Project>
|