Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Drawing/System.Drawing-tests-net_2_0.csproj')
-rw-r--r--mcs/class/System.Drawing/System.Drawing-tests-net_2_0.csproj199
1 files changed, 199 insertions, 0 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing-tests-net_2_0.csproj b/mcs/class/System.Drawing/System.Drawing-tests-net_2_0.csproj
new file mode 100644
index 00000000000..e5afaccca2d
--- /dev/null
+++ b/mcs/class/System.Drawing/System.Drawing-tests-net_2_0.csproj
@@ -0,0 +1,199 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,618,219,169,1595</NoWarn>
+ <OutputPath>.\</OutputPath>
+ <NoStdLib>true</NoStdLib>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace></RootNamespace>
+ <AssemblyName>System.Drawing_test_net_2_0</AssemblyName>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699,618,219,169,1595</NoWarn>
+ <Optimize>false</Optimize>
+ <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;TEST</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699,618,219,169,1595</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0;TEST</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="System.Drawing\gdipEnums.cs" />
+ <Compile Include="System.Drawing\gdipFunctions.cs" />
+ <Compile Include="System.Drawing\gdipStructs.cs" />
+ <Compile Include="Test\HostIgnoreList.cs" />
+ <Compile Include="Test\System.Drawing\ColorTranslator.cs" />
+ <Compile Include="Test\System.Drawing\ColorConverter.cs" />
+ <Compile Include="Test\System.Drawing\FontFamilyTest.cs" />
+ <Compile Include="Test\System.Drawing\GDIPlusTest.cs" />
+ <Compile Include="Test\System.Drawing\PenTest.cs" />
+ <Compile Include="Test\System.Drawing\RegionDataTest.cs" />
+ <Compile Include="Test\System.Drawing\RegionNonRectTest.cs" />
+ <Compile Include="Test\System.Drawing\SolidBrushTest.cs" />
+ <Compile Include="Test\System.Drawing\SystemFontsTest.cs" />
+ <Compile Include="Test\System.Drawing\SystemIconsTest.cs" />
+ <Compile Include="Test\System.Drawing\TestBitmap.cs" />
+ <Compile Include="Test\System.Drawing\TestBrushes.cs" />
+ <Compile Include="Test\System.Drawing\TestColor.cs" />
+ <Compile Include="Test\System.Drawing\TestFont.cs" />
+ <Compile Include="Test\System.Drawing\TestFontConverter.cs" />
+ <Compile Include="Test\System.Drawing\TestGraphics.cs" />
+ <Compile Include="Test\System.Drawing\TestImage.cs" />
+ <Compile Include="Test\System.Drawing\TestPens.cs" />
+ <Compile Include="Test\System.Drawing\TestPoint.cs" />
+ <Compile Include="Test\System.Drawing\TestPointConverter.cs" />
+ <Compile Include="Test\System.Drawing\TestPointF.cs" />
+ <Compile Include="Test\System.Drawing\TestRectangle.cs" />
+ <Compile Include="Test\System.Drawing\TestRectangleConverter.cs" />
+ <Compile Include="Test\System.Drawing\TestRectangleF.cs" />
+ <Compile Include="Test\System.Drawing\TestRegion.cs" />
+ <Compile Include="Test\System.Drawing\TestSize.cs" />
+ <Compile Include="Test\System.Drawing\TestSizeConverter.cs" />
+ <Compile Include="Test\System.Drawing\TestSizeFConverter.cs" />
+ <Compile Include="Test\System.Drawing\TestSizeF.cs" />
+ <Compile Include="Test\System.Drawing\TestStringFormat.cs" />
+ <Compile Include="Test\System.Drawing\TestSystemBrushes.cs" />
+ <Compile Include="Test\System.Drawing\TestSystemPens.cs" />
+ <Compile Include="Test\System.Drawing\TestImageConverter.cs" />
+ <Compile Include="Test\System.Drawing\TestImageFormatConverter.cs" />
+ <Compile Include="Test\System.Drawing\TestIconConverter.cs" />
+ <Compile Include="Test\System.Drawing\TestIcon.cs" />
+ <Compile Include="Test\System.Drawing\TextureBrushTest.cs" />
+ <Compile Include="Test\System.Drawing.Design\TestToolboxItem.cs" />
+ <Compile Include="Test\System.Drawing.Design\UITypeEditorTest.cs" />
+ <Compile Include="Test\System.Drawing.Drawing2D\GraphicsPathTest.cs" />
+ <Compile Include="Test\System.Drawing.Drawing2D\LinearGradientBrushTest.cs" />
+ <Compile Include="Test\System.Drawing.Drawing2D\PathDataTest.cs" />
+ <Compile Include="Test\System.Drawing.Drawing2D\PathGradientBrushTest.cs" />
+ <Compile Include="Test\System.Drawing.Drawing2D\TestBlend.cs" />
+ <Compile Include="Test\System.Drawing.Drawing2D\TestColorBlend.cs" />
+ <Compile Include="Test\System.Drawing.Drawing2D\TestHatchBrush.cs" />
+ <Compile Include="Test\System.Drawing.Drawing2D\TestMatrix.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\EmfPlusRecordTypeTest.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\FrameDimensionTest.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\GifCodecTest.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\IconCodecTest.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\MetafileTest.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\MetaHeaderTest.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\PngCodecTest.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\TestImageCodecInfo.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\TestImageFormat.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\TestBmpCodec.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\TestJpegCodec.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\TestColorMatrix.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\TestImageAttributes.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\TiffCodecTest.cs" />
+ <Compile Include="Test\System.Drawing.Imaging\WmfPlaceableFileHeaderTest.cs" />
+ <Compile Include="Test\System.Drawing.Printing\MarginsTest.cs" />
+ <Compile Include="Test\System.Drawing.Printing\PageSettingsTest.cs" />
+ <Compile Include="Test\System.Drawing.Printing\PageSourceTest.cs" />
+ <Compile Include="Test\System.Drawing.Printing\PaperSizeTest.cs" />
+ <Compile Include="Test\System.Drawing.Printing\PrinterUnitConvertTest.cs" />
+ <Compile Include="Test\System.Drawing.Printing\PrintingPermissionAttributeTest.cs" />
+ <Compile Include="Test\System.Drawing.Printing\PrintingPermissionTest.cs" />
+ <Compile Include="Test\System.Drawing.Printing\PrintingServicesUnixTest.cs" />
+ <Compile Include="Test\System.Drawing.Text\PrivateFontCollectionTest.cs" />
+ <Compile Include="Test\System.Drawing.Text\InstalledFontCollectionTest.cs" />
+ <Compile Include="Test\System.Drawing\BitmapCas.cs" />
+ <Compile Include="Test\System.Drawing\GraphicsCas.cs" />
+ <Compile Include="Test\System.Drawing\RegionCas.cs" />
+ <Compile Include="Test\System.Drawing.Design\CategoryNameCollectionCas.cs" />
+ <Compile Include="Test\System.Drawing.Design\PaintValueEventArgsCas.cs" />
+ <Compile Include="Test\System.Drawing.Design\PropertyValueUIItemCas.cs" />
+ <Compile Include="Test\System.Drawing.Design\ToolboxComponentsCreatedEventArgsCas.cs" />
+ <Compile Include="Test\System.Drawing.Design\ToolboxComponentsCreatingEventArgsCas.cs" />
+ <Compile Include="Test\System.Drawing.Design\ToolboxItemCas.cs" />
+ <Compile Include="Test\System.Drawing.Design\ToolboxItemCollectionCas.cs" />
+ <Compile Include="Test\System.Drawing.Design\UITypeEditorCas.cs" />
+ <Compile Include="Test\System.Drawing.Text\PrivateFontCollectionCas.cs" />
+
+ </ItemGroup>
+ <!-- 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>
+ -->
+ <PropertyGroup>
+ <PreBuildEvent></PreBuildEvent>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="./../../class/lib/net_2_0/System.Drawing.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../class/lib/net_2_0/System.Drawing.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Drawing.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Drawing.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Runtime.Serialization.Formatters.Soap.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Runtime.Serialization.Formatters.Soap.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Xml.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Xml.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework" />
+
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Assembly/Mono.ico">
+ <LogicalName>Mono.ico</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Assembly/Information.ico">
+ <LogicalName>Information.ico</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Assembly/Error.ico">
+ <LogicalName>Error.ico</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Assembly/Warning.ico">
+ <LogicalName>Warning.ico</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Assembly/Question.ico">
+ <LogicalName>Question.ico</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Test/resources/indexed.png">
+ <LogicalName>indexed.png</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+
+</Project>
+