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_4_0.csproj')
-rw-r--r--mcs/class/System.Drawing/System.Drawing-tests-net_4_0.csproj208
1 files changed, 0 insertions, 208 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing-tests-net_4_0.csproj b/mcs/class/System.Drawing/System.Drawing-tests-net_4_0.csproj
deleted file mode 100644
index 08630f8d4fe..00000000000
--- a/mcs/class/System.Drawing/System.Drawing-tests-net_4_0.csproj
+++ /dev/null
@@ -1,208 +0,0 @@
-<?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>{6538F1EE-1176-406B-91D5-4482846B3C81}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618,219,169,1595</NoWarn>
- <OutputPath>bin\Debug\System.Drawing-tests-net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Drawing_test_net_4_0</AssemblyName>
- <TargetFrameworkVersion>v4.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;NET_3_0;NET_3_5;NET_4_0;TEST</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </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;NET_3_0;NET_3_5;NET_4_0;TEST</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </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.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\TestToolboxItem.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.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\TestBmpCodec.cs" />
- <Compile Include="Test\System.Drawing.Imaging\TestColorMatrix.cs" />
- <Compile Include="Test\System.Drawing.Imaging\TestImageAttributes.cs" />
- <Compile Include="Test\System.Drawing.Imaging\TestImageCodecInfo.cs" />
- <Compile Include="Test\System.Drawing.Imaging\TestImageFormat.cs" />
- <Compile Include="Test\System.Drawing.Imaging\TestJpegCodec.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\InstalledFontCollectionTest.cs" />
- <Compile Include="Test\System.Drawing.Text\PrivateFontCollectionCas.cs" />
- <Compile Include="Test\System.Drawing.Text\PrivateFontCollectionTest.cs" />
- <Compile Include="Test\System.Drawing\BitmapCas.cs" />
- <Compile Include="Test\System.Drawing\ColorConverter.cs" />
- <Compile Include="Test\System.Drawing\ColorTranslator.cs" />
- <Compile Include="Test\System.Drawing\FontFamilyTest.cs" />
- <Compile Include="Test\System.Drawing\GDIPlusTest.cs" />
- <Compile Include="Test\System.Drawing\GraphicsCas.cs" />
- <Compile Include="Test\System.Drawing\PenTest.cs" />
- <Compile Include="Test\System.Drawing\RegionCas.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\TestIcon.cs" />
- <Compile Include="Test\System.Drawing\TestIconConverter.cs" />
- <Compile Include="Test\System.Drawing\TestImage.cs" />
- <Compile Include="Test\System.Drawing\TestImageConverter.cs" />
- <Compile Include="Test\System.Drawing\TestImageFormatConverter.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\TestSizeF.cs" />
- <Compile Include="Test\System.Drawing\TestSizeFConverter.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\TextureBrushTest.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>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="..\lib\net_4_0\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
- <Name>corlib\corlib-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_0.csproj">
- <Project>{01A426C8-6E24-4DCF-B6BE-177FF4FBD4BC}</Project>
- <Name>System.Drawing\System.Drawing-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
- <Name>System\System-net_4_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_0.csproj">
- <Project>{01A426C8-6E24-4DCF-B6BE-177FF4FBD4BC}</Project>
- <Name>System.Drawing\System.Drawing-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Runtime.Serialization.Formatters.Soap\System.Runtime.Serialization.Formatters.Soap-net_2_0.csproj">
- <Project>{8313B5D9-A1BE-4E62-90E7-FA002548D650}</Project>
- <Name>System.Runtime.Serialization.Formatters.Soap\System.Runtime.Serialization.Formatters.Soap-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
- <Name>System.XML\System.Xml-net_4_0-1</Name>
- </ProjectReference>
- </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="Assembly/Shield.ico">
- <LogicalName>Shield.ico</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Test/resources/indexed.png">
- <LogicalName>indexed.png</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-</Project>
-