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-net_4_0.csproj')
-rw-r--r--mcs/class/System.Drawing/System.Drawing-net_4_0.csproj291
1 files changed, 0 insertions, 291 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing-net_4_0.csproj b/mcs/class/System.Drawing/System.Drawing-net_4_0.csproj
deleted file mode 100644
index f3771196067..00000000000
--- a/mcs/class/System.Drawing/System.Drawing-net_4_0.csproj
+++ /dev/null
@@ -1,291 +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>{01A426C8-6E24-4DCF-B6BE-177FF4FBD4BC}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Drawing</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</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\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="System.Drawing.Design\CategoryNameCollection.cs" />
- <Compile Include="System.Drawing.Design\IPropertyValueUIService.cs" />
- <Compile Include="System.Drawing.Design\IToolboxItemProvider.cs" />
- <Compile Include="System.Drawing.Design\IToolboxService.cs" />
- <Compile Include="System.Drawing.Design\IToolboxUser.cs" />
- <Compile Include="System.Drawing.Design\PaintValueEventArgs.cs" />
- <Compile Include="System.Drawing.Design\PropertyValueItem.cs" />
- <Compile Include="System.Drawing.Design\PropertyValueUIHandler.cs" />
- <Compile Include="System.Drawing.Design\PropertyValueUIItemInvokeHandler.cs" />
- <Compile Include="System.Drawing.Design\ToolboxComponentsCreatedEventArgs.cs" />
- <Compile Include="System.Drawing.Design\ToolboxComponentsCreatedEventHandler.cs" />
- <Compile Include="System.Drawing.Design\ToolboxComponentsCreatingEventArgs.cs" />
- <Compile Include="System.Drawing.Design\ToolboxComponentsCreatingEventHandler.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItem.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItemCollection.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItemCreatorCallback.cs" />
- <Compile Include="System.Drawing.Design\UITypeEditor.cs" />
- <Compile Include="System.Drawing.Design\UITypeEditorEditStyle.cs" />
- <Compile Include="System.Drawing.Drawing2D\AdjustableArrowCap.cs" />
- <Compile Include="System.Drawing.Drawing2D\Blend.cs" />
- <Compile Include="System.Drawing.Drawing2D\ColorBlend.cs" />
- <Compile Include="System.Drawing.Drawing2D\CombineMode.cs" />
- <Compile Include="System.Drawing.Drawing2D\CompostingMode.cs" />
- <Compile Include="System.Drawing.Drawing2D\CompostingQuality.cs" />
- <Compile Include="System.Drawing.Drawing2D\CoordinateSpace.cs" />
- <Compile Include="System.Drawing.Drawing2D\CustomLineCap.cs" />
- <Compile Include="System.Drawing.Drawing2D\DashCap.cs" />
- <Compile Include="System.Drawing.Drawing2D\DashStyle.cs" />
- <Compile Include="System.Drawing.Drawing2D\FillMode.cs" />
- <Compile Include="System.Drawing.Drawing2D\FlushIntention.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsContainer.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsPath.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsPathIterator.cs" />
- <Compile Include="System.Drawing.Drawing2D\GraphicsState.cs" />
- <Compile Include="System.Drawing.Drawing2D\HatchBrush.cs" />
- <Compile Include="System.Drawing.Drawing2D\HatchStyle.cs" />
- <Compile Include="System.Drawing.Drawing2D\InterpolationMode.cs" />
- <Compile Include="System.Drawing.Drawing2D\LinearGradientBrush.cs" />
- <Compile Include="System.Drawing.Drawing2D\LinearGradientMode.cs" />
- <Compile Include="System.Drawing.Drawing2D\LineCap.cs" />
- <Compile Include="System.Drawing.Drawing2D\LineJoin.cs" />
- <Compile Include="System.Drawing.Drawing2D\Matrix.cs" />
- <Compile Include="System.Drawing.Drawing2D\MatrixOrder.cs" />
- <Compile Include="System.Drawing.Drawing2D\PathData.cs" />
- <Compile Include="System.Drawing.Drawing2D\PathGradientBrush.cs" />
- <Compile Include="System.Drawing.Drawing2D\PathPointType.cs" />
- <Compile Include="System.Drawing.Drawing2D\PenAlignment.cs" />
- <Compile Include="System.Drawing.Drawing2D\PenType.cs" />
- <Compile Include="System.Drawing.Drawing2D\PixelOffsetMode.cs" />
- <Compile Include="System.Drawing.Drawing2D\QualityMode.cs" />
- <Compile Include="System.Drawing.Drawing2D\RegionData.cs" />
- <Compile Include="System.Drawing.Drawing2D\SmoothingMode.cs" />
- <Compile Include="System.Drawing.Drawing2D\WarpMode.cs" />
- <Compile Include="System.Drawing.Drawing2D\WrapMode.cs" />
- <Compile Include="System.Drawing.Imaging\BitmapData.cs" />
- <Compile Include="System.Drawing.Imaging\ColorAdjustType.cs" />
- <Compile Include="System.Drawing.Imaging\ColorChannelFlag.cs" />
- <Compile Include="System.Drawing.Imaging\ColorMap.cs" />
- <Compile Include="System.Drawing.Imaging\ColorMapType.cs" />
- <Compile Include="System.Drawing.Imaging\ColorMatrix.cs" />
- <Compile Include="System.Drawing.Imaging\ColorMatrixFlag.cs" />
- <Compile Include="System.Drawing.Imaging\ColorMode.cs" />
- <Compile Include="System.Drawing.Imaging\ColorPalette.cs" />
- <Compile Include="System.Drawing.Imaging\EmfPlusRecordType.cs" />
- <Compile Include="System.Drawing.Imaging\EmfType.cs" />
- <Compile Include="System.Drawing.Imaging\Encoder.cs" />
- <Compile Include="System.Drawing.Imaging\EncoderParameter.cs" />
- <Compile Include="System.Drawing.Imaging\EncoderParameters.cs" />
- <Compile Include="System.Drawing.Imaging\EncoderParameterValueType.cs" />
- <Compile Include="System.Drawing.Imaging\EncoderValue.cs" />
- <Compile Include="System.Drawing.Imaging\FrameDimension.cs" />
- <Compile Include="System.Drawing.Imaging\ImageAttributes.cs" />
- <Compile Include="System.Drawing.Imaging\ImageCodecFlags.cs" />
- <Compile Include="System.Drawing.Imaging\ImageCodecInfo.cs" />
- <Compile Include="System.Drawing.Imaging\ImageFlags.cs" />
- <Compile Include="System.Drawing.Imaging\ImageFormat.cs" />
- <Compile Include="System.Drawing.Imaging\ImageLockMode.cs" />
- <Compile Include="System.Drawing.Imaging\Metafile.cs" />
- <Compile Include="System.Drawing.Imaging\MetafileFrameUnit.cs" />
- <Compile Include="System.Drawing.Imaging\MetafileHeader.cs" />
- <Compile Include="System.Drawing.Imaging\MetafileType.cs" />
- <Compile Include="System.Drawing.Imaging\MetaHeader.cs" />
- <Compile Include="System.Drawing.Imaging\PaletteFlags.cs" />
- <Compile Include="System.Drawing.Imaging\PixelFormat.cs" />
- <Compile Include="System.Drawing.Imaging\PlayRecordCallback.cs" />
- <Compile Include="System.Drawing.Imaging\PropertyItem.cs" />
- <Compile Include="System.Drawing.Imaging\WmfPlaceableFileHeader.cs" />
- <Compile Include="System.Drawing.Printing\Duplex.cs" />
- <Compile Include="System.Drawing.Printing\InvalidPrinterException.cs" />
- <Compile Include="System.Drawing.Printing\Margins.cs" />
- <Compile Include="System.Drawing.Printing\MarginsConverter.cs" />
- <Compile Include="System.Drawing.Printing\PageSettings.cs" />
- <Compile Include="System.Drawing.Printing\PaperKind.cs" />
- <Compile Include="System.Drawing.Printing\PaperSize.cs" />
- <Compile Include="System.Drawing.Printing\PaperSource.cs" />
- <Compile Include="System.Drawing.Printing\PaperSourceKind.cs" />
- <Compile Include="System.Drawing.Printing\PreviewPageInfo.cs" />
- <Compile Include="System.Drawing.Printing\PreviewPrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintAction.cs" />
- <Compile Include="System.Drawing.Printing\PrintController.cs" />
- <Compile Include="System.Drawing.Printing\PrintDocument.cs" />
- <Compile Include="System.Drawing.Printing\PrinterResolution.cs" />
- <Compile Include="System.Drawing.Printing\PrinterResolutionKind.cs" />
- <Compile Include="System.Drawing.Printing\PrinterSettings.cs" />
- <Compile Include="System.Drawing.Printing\PrinterUnit.cs" />
- <Compile Include="System.Drawing.Printing\PrinterUnitConvert.cs" />
- <Compile Include="System.Drawing.Printing\PrintEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrintEventHandler.cs" />
- <Compile Include="System.Drawing.Printing\PrintingPermission.cs" />
- <Compile Include="System.Drawing.Printing\PrintingPermissionAttribute.cs" />
- <Compile Include="System.Drawing.Printing\PrintingPermissionLevel.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServices.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesUnix.cs" />
- <Compile Include="System.Drawing.Printing\PrintingServicesWin32.cs" />
- <Compile Include="System.Drawing.Printing\PrintPageEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\PrintPageEventHandler.cs" />
- <Compile Include="System.Drawing.Printing\PrintRange.cs" />
- <Compile Include="System.Drawing.Printing\QueryPageSettingsEventArgs.cs" />
- <Compile Include="System.Drawing.Printing\QueryPageSettingsEventHandler.cs" />
- <Compile Include="System.Drawing.Printing\StandardPrintController.cs" />
- <Compile Include="System.Drawing.Text\FontCollection.cs" />
- <Compile Include="System.Drawing.Text\GenericFontFamilies.cs" />
- <Compile Include="System.Drawing.Text\HotkeyPrefix.cs" />
- <Compile Include="System.Drawing.Text\InstalledFontCollection.cs" />
- <Compile Include="System.Drawing.Text\PrivateFontCollection.cs" />
- <Compile Include="System.Drawing.Text\TextRenderingHint.cs" />
- <Compile Include="System.Drawing\Bitmap.cs" />
- <Compile Include="System.Drawing\Brush.cs" />
- <Compile Include="System.Drawing\Brushes.cs" />
- <Compile Include="System.Drawing\BufferedGraphics.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsContext.cs" />
- <Compile Include="System.Drawing\BufferedGraphicsManager.cs" />
- <Compile Include="System.Drawing\CharacterRange.cs" />
- <Compile Include="System.Drawing\Color.cs" />
- <Compile Include="System.Drawing\ColorConverter.cs" />
- <Compile Include="System.Drawing\ColorTranslator.cs" />
- <Compile Include="System.Drawing\ComIStreamMarshaler.cs" />
- <Compile Include="System.Drawing\ComIStreamWrapper.cs" />
- <Compile Include="System.Drawing\ContentAlignment.cs" />
- <Compile Include="System.Drawing\CopyPixelOperation.cs" />
- <Compile Include="System.Drawing\Font.cs" />
- <Compile Include="System.Drawing\FontConverter.cs" />
- <Compile Include="System.Drawing\FontFamily.cs" />
- <Compile Include="System.Drawing\FontStyle.cs" />
- <Compile Include="System.Drawing\gdipEnums.cs" />
- <Compile Include="System.Drawing\gdipFunctions.cs" />
- <Compile Include="System.Drawing\gdipStructs.cs" />
- <Compile Include="System.Drawing\Graphics.cs" />
- <Compile Include="System.Drawing\GraphicsUnit.cs" />
- <Compile Include="System.Drawing\Icon.cs" />
- <Compile Include="System.Drawing\IconConverter.cs" />
- <Compile Include="System.Drawing\IDeviceContext.cs" />
- <Compile Include="System.Drawing\Image.cs" />
- <Compile Include="System.Drawing\ImageAnimator.cs" />
- <Compile Include="System.Drawing\ImageConverter.cs" />
- <Compile Include="System.Drawing\ImageFormatConverter.cs" />
- <Compile Include="System.Drawing\KnownColor.cs" />
- <Compile Include="System.Drawing\KnownColors.cs" />
- <Compile Include="System.Drawing\macFunctions.cs" />
- <Compile Include="System.Drawing\Pen.cs" />
- <Compile Include="System.Drawing\Pens.cs" />
- <Compile Include="System.Drawing\Point.cs" />
- <Compile Include="System.Drawing\PointConverter.cs" />
- <Compile Include="System.Drawing\PointF.cs" />
- <Compile Include="System.Drawing\Rectangle.cs" />
- <Compile Include="System.Drawing\RectangleConverter.cs" />
- <Compile Include="System.Drawing\RectangleF.cs" />
- <Compile Include="System.Drawing\Region.cs" />
- <Compile Include="System.Drawing\RotateFlipType.cs" />
- <Compile Include="System.Drawing\Size.cs" />
- <Compile Include="System.Drawing\SizeConverter.cs" />
- <Compile Include="System.Drawing\SizeF.cs" />
- <Compile Include="System.Drawing\SizeFConverter.cs" />
- <Compile Include="System.Drawing\SolidBrush.cs" />
- <Compile Include="System.Drawing\SRDescriptionAttribute.cs" />
- <Compile Include="System.Drawing\StringAligment.cs" />
- <Compile Include="System.Drawing\StringDigitSubstitute.cs" />
- <Compile Include="System.Drawing\StringFormat.cs" />
- <Compile Include="System.Drawing\StringFormatFlags.cs" />
- <Compile Include="System.Drawing\StringTrimming.cs" />
- <Compile Include="System.Drawing\StringUnit.cs" />
- <Compile Include="System.Drawing\SystemBrushes.cs" />
- <Compile Include="System.Drawing\SystemColors.cs" />
- <Compile Include="System.Drawing\SystemFonts.cs" />
- <Compile Include="System.Drawing\SystemIcons.cs" />
- <Compile Include="System.Drawing\SystemPens.cs" />
- <Compile Include="System.Drawing\TextureBrush.cs" />
- <Compile Include="System.Drawing\ToolboxBitmapAttribute.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>
- <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\System-net_4_0-2.csproj">
- <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
- <Name>System\System-net_4_0-2</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>
- </ItemGroup>
-</Project>
-