Files
Aug2021-Cpp2IL-Dump/System.Drawing/System.Drawing.csproj
T
2026-04-10 22:50:51 +02:00

102 lines
5.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{6964D65D-0CBB-4C42-A997-2E6589744D61}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>System.Drawing</RootNamespace>
<AssemblyName>System.Drawing</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cpp2IlInjected\AddressAttribute.cs" />
<Compile Include="Cpp2IlInjected\AnalysisFailedException.cs" />
<Compile Include="Cpp2IlInjected\AttributeAttribute.cs" />
<Compile Include="Cpp2IlInjected\FieldOffsetAttribute.cs" />
<Compile Include="Cpp2IlInjected\MetadataOffsetAttribute.cs" />
<Compile Include="Cpp2IlInjected\TokenAttribute.cs" />
<Compile Include="Locale.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SR.cs" />
<Compile Include="System\Drawing\Bitmap.cs" />
<Compile Include="System\Drawing\Color.cs" />
<Compile Include="System\Drawing\ColorConverter.cs" />
<Compile Include="System\Drawing\ComIStreamMarshaler.cs" />
<Compile Include="System\Drawing\ComIStreamWrapper.cs" />
<Compile Include="System\Drawing\CopyPixelOperation.cs" />
<Compile Include="System\Drawing\Design\UITypeEditor.cs" />
<Compile Include="System\Drawing\Drawing2D\FlushIntention.cs" />
<Compile Include="System\Drawing\Drawing2D\InterpolationMode.cs" />
<Compile Include="System\Drawing\GDIPlus.cs" />
<Compile Include="System\Drawing\GdiplusStartupInput.cs" />
<Compile Include="System\Drawing\GdiplusStartupOutput.cs" />
<Compile Include="System\Drawing\GetSysColorIndex.cs" />
<Compile Include="System\Drawing\Graphics.cs" />
<Compile Include="System\Drawing\IMacContext.cs" />
<Compile Include="System\Drawing\Image.cs" />
<Compile Include="System\Drawing\ImageConverter.cs" />
<Compile Include="System\Drawing\ImageFormatConverter.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\ImageCodecFlags.cs" />
<Compile Include="System\Drawing\Imaging\ImageCodecInfo.cs" />
<Compile Include="System\Drawing\Imaging\ImageCodecInfoPrivate.cs" />
<Compile Include="System\Drawing\Imaging\ImageFormat.cs" />
<Compile Include="System\Drawing\Imaging\Metafile.cs" />
<Compile Include="System\Drawing\Imaging\PixelFormat.cs" />
<Compile Include="System\Drawing\KnownColor.cs" />
<Compile Include="System\Drawing\KnownColors.cs" />
<Compile Include="System\Drawing\Point.cs" />
<Compile Include="System\Drawing\PointConverter.cs" />
<Compile Include="System\Drawing\Rectangle.cs" />
<Compile Include="System\Drawing\RectangleConverter.cs" />
<Compile Include="System\Drawing\SafeNativeMethods.cs" />
<Compile Include="System\Drawing\Size.cs" />
<Compile Include="System\Drawing\SizeConverter.cs" />
<Compile Include="System\Drawing\Status.cs" />
<Compile Include="System\Drawing\XVisualInfo.cs" />
<Compile Include="System\MonoLimitationAttribute.cs" />
<Compile Include="System\MonoTODOAttribute.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d25}</Project>
<Name>mscorlib</Name>
</ProjectReference>
<ProjectReference Include="..\System\System.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d60}</Project>
<Name>System</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>