64 строки
2.8 KiB
XML
64 строки
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<ProjectGuid>{D08BBD20-EF4A-4921-9F24-29E56F7A6628}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>System.Drawing</RootNamespace>
|
|
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
|
|
<AssemblyName>System.Drawing</AssemblyName>
|
|
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin\mac\mobile</OutputPath>
|
|
<DefineConstants>__UNIFIED__;__MACOS__;MONOMAC;MONO</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<Profiling>false</Profiling>
|
|
<UseRefCounting>false</UseRefCounting>
|
|
<UseSGen>false</UseSGen>
|
|
<IncludeMonoRuntime>false</IncludeMonoRuntime>
|
|
<CreatePackage>false</CreatePackage>
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<AOTMode>None</AOTMode>
|
|
<NoWarn>1690</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin\mac\mobile</OutputPath>
|
|
<DefineConstants>__UNIFIED__;__MACOS__;MONO;MONOMAC</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<Profiling>false</Profiling>
|
|
<UseRefCounting>false</UseRefCounting>
|
|
<UseSGen>false</UseSGen>
|
|
<IncludeMonoRuntime>false</IncludeMonoRuntime>
|
|
<CreatePackage>false</CreatePackage>
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<AOTMode>None</AOTMode>
|
|
<NoWarn>1690</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Xamarin.Mac" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
</ItemGroup>
|
|
<Import Project="MacShared.projitems" Label="Shared" Condition="Exists('MacShared.projitems')" />
|
|
<Import Project="Shared.projitems" Label="Shared" Condition="Exists('Shared.projitems')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
|
|
</Project>
|