| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{0E95EEE1-AE3C-41E9-8A9C-0F0A05A594BE}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>System.Drawing.Test</RootNamespace>
- <AssemblyName>System.Drawing.Test</AssemblyName>
- <StartupObject>
- </StartupObject>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>DrawingTest\Test\</OutputPath>
- <DefineConstants>TRACE;DEBUG;NET_2_0;TARGET_JVM</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>DrawingTest\Test\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\nunit20\framework\bin\Debug\nunit.framework.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="DrawingTest\Test\AssemblyInfo.cs" />
- <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\TestStringFormat.cs" />
- <Compile Include="System.Drawing\TestSystemBrushes.cs" />
- <Compile Include="System.Drawing\TestSystemPens.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="DrawingTest\Test\Bitmap1.png" />
- <Content Include="DrawingTest\Test\SampIcon.ico" />
- <Content Include="System.Drawing\bitmaps\1bit.png" />
- <Content Include="System.Drawing\bitmaps\4bit.png" />
- <Content Include="System.Drawing\bitmaps\almogaver-os2.bmp" />
- <Content Include="System.Drawing\bitmaps\almogaver1bit.bmp" />
- <Content Include="System.Drawing\bitmaps\almogaver24bits.bmp" />
- <Content Include="System.Drawing\bitmaps\almogaver24bits1.bmp" />
- <Content Include="System.Drawing\bitmaps\almogaver32bits.bmp" />
- <Content Include="System.Drawing\bitmaps\almogaver8bits.bmp" />
- <Content Include="System.Drawing\bitmaps\maketransparent.bmp" />
- <Content Include="System.Drawing\bitmaps\nature24bits.gif" />
- <Content Include="System.Drawing\bitmaps\nature24bits.jpg" />
- <Content Include="System.Drawing\bitmaps\smiley.ico" />
- <Content Include="System.Drawing\bitmaps\VisualPng.ico" />
- <Content Include="System.Drawing\bitmaps\VisualPng1.ico" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="DrawingTest\DrawingTestHelper\DrawingTestHelper20.csproj">
- <Project>{0E97F734-51B9-497B-9259-B6999FD87BDF}</Project>
- <Name>DrawingTestHelper20</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.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>
- -->
- </Project>
|