xamarin-macios/tests/xammac_tests/xammac_tests.csproj

1129 строки
50 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>
<ProjectGuid>{22BF080C-AFAD-445B-8BB5-42B9E7FDBC68}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>xammac_tests</RootNamespace>
<AssemblyName>xammac_tests</AssemblyName>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\x86\Debug</OutputPath>
<DefineConstants>__UNIFIED__;DEBUG;MONOMAC;XAMCORE_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnableCodeSigning>false</EnableCodeSigning>
<CreatePackage>false</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>false</IncludeMonoRuntime>
<UseSGen>false</UseSGen>
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
<TlsProvider>Default</TlsProvider>
<LinkMode>None</LinkMode>
<XamMacArch>x86_64</XamMacArch>
<CodeSigningKey>Mac Developer</CodeSigningKey>
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CodeSignEntitlements>Entitlements.plist</CodeSignEntitlements>
<CodeSignProvision>Automatic</CodeSignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\x86\Release</OutputPath>
<DefineConstants>__UNIFIED__;MONOMAC;XAMCORE_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnableCodeSigning>false</EnableCodeSigning>
<CreatePackage>false</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>false</IncludeMonoRuntime>
<UseSGen>false</UseSGen>
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
<TlsProvider>Default</TlsProvider>
<LinkMode>None</LinkMode>
<XamMacArch>x86_64</XamMacArch>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.Mac">
<HintPath>..\..\_mac-build\Library\Frameworks\Xamarin.Mac.framework\Versions\git\lib\reference\mobile\Xamarin.Mac.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="OpenTK" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\monotouch-test\GameKit\LeaderboardTest.cs">
<Link>GameKit\LeaderboardTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameKit\LeaderboardViewControllerTest.cs">
<Link>GameKit\LeaderboardViewControllerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameKit\NotificationBannerTest.cs">
<Link>GameKit\NotificationBannerTest.cs</Link>
</Compile>
<Compile Include="..\common\TestRuntime.cs">
<Link>TestRuntime.cs</Link>
</Compile>
<Compile Include="..\common\mac\MacTestMain.cs">
<Link>MacTestMain.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\ArrayTest.cs">
<Link>Foundation\ArrayTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\AttributedStringTest.cs">
<Link>Foundation\AttributedStringTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\BlockOperationTest.cs">
<Link>Foundation\BlockOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\BundleTest.cs">
<Link>Foundation\BundleTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\CachedUrlResponseTest.cs">
<Link>Foundation\CachedUrlResponseTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\CalendarTest.cs">
<Link>Foundation\CalendarTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\CoderTest.cs">
<Link>Foundation\CoderTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\CookieTest.cs">
<Link>Foundation\CookieTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\DateFormatterTest.cs">
<Link>Foundation\DateFormatterTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\DateTest.cs">
<Link>Foundation\DateTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\DecimalNumberTest.cs">
<Link>Foundation\DecimalNumberTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\DecimalTest.cs">
<Link>Foundation\DecimalTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\DictionaryContainerTest.cs">
<Link>Foundation\DictionaryContainerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\DimensionTest.cs">
<Link>Foundation\DimensionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\EncodingDetectionOptionsTest.cs">
<Link>Foundation\EncodingDetectionOptionsTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\FileCoordinatorTest.cs">
<Link>Foundation\FileCoordinatorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\FileHandleTest.cs">
<Link>Foundation\FileHandleTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\FileManagerTest.cs">
<Link>Foundation\FileManagerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\FormatterTests.cs">
<Link>Foundation\FormatterTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\IndexPathTest.cs">
<Link>Foundation\IndexPathTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\KeyedUnarchiverTest.cs">
<Link>Foundation\KeyedUnarchiverTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\LocaleTest.cs">
<Link>Foundation\LocaleTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\MutableAttributedStringTest.cs">
<Link>Foundation\MutableAttributedStringTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\MutableDataTest.cs">
<Link>Foundation\MutableDataTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\MutableStringTest.cs">
<Link>Foundation\MutableStringTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSArray1Test.cs">
<Link>Foundation\NSArray1Test.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSCharacterSetTest.cs">
<Link>Foundation\NSCharacterSetTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSDataTest.cs">
<Link>Foundation\NSDataTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSDictionary2Test.cs">
<Link>Foundation\NSDictionary2Test.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSDictionaryTest.cs">
<Link>Foundation\NSDictionaryTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSExpressionTest.cs">
<Link>Foundation\NSExpressionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSLocaleTest.cs">
<Link>Foundation\NSLocaleTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSMutableArray1Test.cs">
<Link>Foundation\NSMutableArray1Test.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSMutableDictionary2Test.cs">
<Link>Foundation\NSMutableDictionary2Test.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSMutableDictionaryTest.cs">
<Link>Foundation\NSMutableDictionaryTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSMutableOrderedSet1Test.cs">
<Link>Foundation\NSMutableOrderedSet1Test.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSMutableOrderedSetTest.cs">
<Link>Foundation\NSMutableOrderedSetTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSMutableSet1Test.cs">
<Link>Foundation\NSMutableSet1Test.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSMutableSetTest.cs">
<Link>Foundation\NSMutableSetTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSOrderedSet1Test.cs">
<Link>Foundation\NSOrderedSet1Test.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSOrderedSetTest.cs">
<Link>Foundation\NSOrderedSetTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSSet1Test.cs">
<Link>Foundation\NSSet1Test.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSSetTest.cs">
<Link>Foundation\NSSetTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSStreamTest.cs">
<Link>Foundation\NSStreamTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSStringTest.cs">
<Link>Foundation\NSStringTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NSTimeZoneTest.cs">
<Link>Foundation\NSTimeZoneTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NetServiceTest.cs">
<Link>Foundation\NetServiceTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NotificationCenter.cs">
<Link>Foundation\NotificationCenter.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NotificationQueueTest.cs">
<Link>Foundation\NotificationQueueTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\NumberTest.cs">
<Link>Foundation\NumberTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\ObjectTest.cs">
<Link>Foundation\ObjectTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\OperationQueueTest.cs">
<Link>Foundation\OperationQueueTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\ProtocolAttributeTest.cs">
<Link>Foundation\ProtocolAttributeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\StringTest.cs">
<Link>Foundation\StringTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\ThreadTest.cs">
<Link>Foundation\ThreadTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\TimerTest.cs">
<Link>Foundation\TimerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UbiquitousKeyValueStoreTest.cs">
<Link>Foundation\UbiquitousKeyValueStoreTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UrlConnectionTest.cs">
<Link>Foundation\UrlConnectionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UrlCredentialTest.cs">
<Link>Foundation\UrlCredentialTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UrlProtectionSpaceTest.cs">
<Link>Foundation\UrlProtectionSpaceTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UrlProtocolTest.cs">
<Link>Foundation\UrlProtocolTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UrlRequestTest.cs">
<Link>Foundation\UrlRequestTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UrlSessionConfigurationTest.cs">
<Link>Foundation\UrlSessionConfigurationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UrlSessionTaskMetricsTest.cs">
<Link>Foundation\UrlSessionTaskMetricsTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UrlSessionTaskTest.cs">
<Link>Foundation\UrlSessionTaskTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UrlSessionTaskTransactionMetricsTest.cs">
<Link>Foundation\UrlSessionTaskTransactionMetricsTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UrlSessionTest.cs">
<Link>Foundation\UrlSessionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UrlTest.cs">
<Link>Foundation\UrlTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UserDefaultsTest.cs">
<Link>Foundation\UserDefaultsTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\UuidTest.cs">
<Link>Foundation\UuidTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Foundation\ZoneTest.cs">
<Link>Foundation\ZoneTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Security\CertificateTest.cs">
<Link>Security\CertificateTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ObjCRuntime\Messaging.cs">
<Link>ObjCRuntime\Messaging.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SceneKit\GeometrySourceTest.cs">
<Link>SceneKit\GeometrySourceTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SceneKit\NodeTest.cs">
<Link>SceneKit\NodeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SceneKit\StructTest.cs">
<Link>SceneKit\StructTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\AVAssetImageGeneratorTest.cs">
<Link>AVFoundation\AVAssetImageGeneratorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\AVAudioConverterPrimeInfoTest.cs">
<Link>AVFoundation\AVAudioConverterPrimeInfoTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\AVBeatRangeTest.cs">
<Link>AVFoundation\AVBeatRangeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\AVCaptureWhiteBalanceGainsTest.cs">
<Link>AVFoundation\AVCaptureWhiteBalanceGainsTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\AudioPlayerTest.cs">
<Link>AVFoundation\AudioPlayerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\AudioRecorderTest.cs">
<Link>AVFoundation\AudioRecorderTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\CaptureDeviceTest.cs">
<Link>AVFoundation\CaptureDeviceTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\MetadataObjectTest.cs">
<Link>AVFoundation\MetadataObjectTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\PlayerItemTest.cs">
<Link>AVFoundation\PlayerItemTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\QueuePlayerTest.cs">
<Link>AVFoundation\QueuePlayerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\UtilitiesTest.cs">
<Link>AVFoundation\UtilitiesTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AVFoundation\VideoCompositionInstructionTest.cs">
<Link>AVFoundation\VideoCompositionInstructionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreData\AttributeDescriptionTest.cs">
<Link>CoreData\AttributeDescriptionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreData\ExpressionDescriptionTest.cs">
<Link>CoreData\ExpressionDescriptionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreData\FetchRequestExpressionTest.cs">
<Link>CoreData\FetchRequestExpressionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreData\FetchRequestTest.cs">
<Link>CoreData\FetchRequestTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreData\ManagedObjectContextTest.cs">
<Link>CoreData\ManagedObjectContextTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreData\ManagedObjectModelTest.cs">
<Link>CoreData\ManagedObjectModelTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreData\PropertyDescriptionTest.cs">
<Link>CoreData\PropertyDescriptionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\AffineTransformTest.cs">
<Link>CoreGraphics\AffineTransformTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\BitmapContextTest.cs">
<Link>CoreGraphics\BitmapContextTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\CGImageTest.cs">
<Link>CoreGraphics\CGImageTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\ColorConversionInfoTest.cs">
<Link>CoreGraphics\ColorConversionInfoTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\ColorSpaceTest.cs">
<Link>CoreGraphics\ColorSpaceTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\ColorTest.cs">
<Link>CoreGraphics\ColorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\ContextTest.cs">
<Link>CoreGraphics\ContextTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\DataConsumerTest.cs">
<Link>CoreGraphics\DataConsumerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\DataProviderTest.cs">
<Link>CoreGraphics\DataProviderTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\FontTest.cs">
<Link>CoreGraphics\FontTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\GeometryTest.cs">
<Link>CoreGraphics\GeometryTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\GradientTest.cs">
<Link>CoreGraphics\GradientTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\PDFArrayTest.cs">
<Link>CoreGraphics\PDFArrayTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\PDFContentStreamTest.cs">
<Link>CoreGraphics\PDFContentStreamTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\PDFContextTest.cs">
<Link>CoreGraphics\PDFContextTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\PDFDocumentTest.cs">
<Link>CoreGraphics\PDFDocumentTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\PDFInfoTest.cs">
<Link>CoreGraphics\PDFInfoTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\PDFObjectTest.cs">
<Link>CoreGraphics\PDFObjectTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\PDFOperatorTableTest.cs">
<Link>CoreGraphics\PDFOperatorTableTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\PDFScannerTest.cs">
<Link>CoreGraphics\PDFScannerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\PathTest.cs">
<Link>CoreGraphics\PathTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreGraphics\RectTest.cs">
<Link>CoreGraphics\RectTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreText\CTFrameTests.cs">
<Link>CoreText\CTFrameTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreText\CTLineTest.cs">
<Link>CoreText\CTLineTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreText\FontDescriptorTest.cs">
<Link>CoreText\FontDescriptorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreText\FontManagerTest.cs">
<Link>CoreText\FontManagerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreText\FontTest.cs">
<Link>CoreText\FontTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreText\StringAttributes.cs">
<Link>CoreText\StringAttributes.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreFoundation\BundleTest.cs">
<Link>CoreFoundation\BundleTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreFoundation\DispatchGroupTest.cs">
<Link>CoreFoundation\DispatchGroupTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreFoundation\DispatchTests.cs">
<Link>CoreFoundation\DispatchTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreFoundation\NetworkTest.cs">
<Link>CoreFoundation\NetworkTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreFoundation\NotificationCenterTest.cs">
<Link>CoreFoundation\NotificationCenterTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreFoundation\ProxyTest.cs">
<Link>CoreFoundation\ProxyTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreFoundation\StringTest.cs">
<Link>CoreFoundation\StringTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreFoundation\UrlTest.cs">
<Link>CoreFoundation\UrlTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreVideo\CoreVideoEnumsTest.cs">
<Link>CoreVideo\CoreVideoEnumsTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreVideo\PixelBufferAttributesTest.cs">
<Link>CoreVideo\PixelBufferAttributesTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreVideo\PixelBufferPoolTest.cs">
<Link>CoreVideo\PixelBufferPoolTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreVideo\PixelBufferTest.cs">
<Link>CoreVideo\PixelBufferTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreVideo\PixelFormatDescriptionTest.cs">
<Link>CoreVideo\PixelFormatDescriptionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreImage\CIKernelTests.cs">
<Link>CoreImage\CIKernelTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreImage\CoreContextTest.cs">
<Link>CoreImage\CoreContextTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreImage\CoreVectorTest.cs">
<Link>CoreImage\CoreVectorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreImage\DetectorTest.cs">
<Link>CoreImage\DetectorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreImage\FilterTest.cs">
<Link>CoreImage\FilterTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreImage\ImageInitializationOptionsTest.cs">
<Link>CoreImage\ImageInitializationOptionsTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreImage\ImageTest.cs">
<Link>CoreImage\ImageTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMedia\BlockBufferTest.cs">
<Link>CoreMedia\BlockBufferTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMedia\CMClockOrTimebaseTest.cs">
<Link>CoreMedia\CMClockOrTimebaseTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMedia\CMClockTest.cs">
<Link>CoreMedia\CMClockTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMedia\CMFormatDescriptionTest.cs">
<Link>CoreMedia\CMFormatDescriptionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMedia\CMMemoryPoolTest.cs">
<Link>CoreMedia\CMMemoryPoolTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMedia\CMTimeRangeTests.cs">
<Link>CoreMedia\CMTimeRangeTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMedia\CMTimeTests.cs">
<Link>CoreMedia\CMTimeTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMedia\CMTimebaseTest.cs">
<Link>CoreMedia\CMTimebaseTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMedia\EnumTest.cs">
<Link>CoreMedia\EnumTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMedia\SampleBufferTest.cs">
<Link>CoreMedia\SampleBufferTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMidi\MidiEndpointTest.cs">
<Link>CoreMidi\MidiEndpointTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreMidi\MidiThruConnectionTests.cs">
<Link>CoreMidi\MidiThruConnectionTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreServices\HttpMessageTest.cs">
<Link>CoreServices\HttpMessageTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreBluetooth\CentralManagerTest.cs">
<Link>CoreBluetooth\CentralManagerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreBluetooth\ErrorTest.cs">
<Link>CoreBluetooth\ErrorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreBluetooth\PeerTest.cs">
<Link>CoreBluetooth\PeerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreBluetooth\PeripheralScanningOptionsTest.cs">
<Link>CoreBluetooth\PeripheralScanningOptionsTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreBluetooth\UuidTest.cs">
<Link>CoreBluetooth\UuidTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreAnimation\EmitterBehaviorTest.cs">
<Link>CoreAnimation\EmitterBehaviorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreAnimation\EmitterCellTest.cs">
<Link>CoreAnimation\EmitterCellTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreAnimation\LayerTest.cs">
<Link>CoreAnimation\LayerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreAnimation\MediaTimingFunctionTest.cs">
<Link>CoreAnimation\MediaTimingFunctionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreAnimation\ShapeLayerTest.cs">
<Link>CoreAnimation\ShapeLayerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreAnimation\TransactionTest.cs">
<Link>CoreAnimation\TransactionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CoreAudioKit\AUViewController.cs">
<Link>CoreAudioKit\AUViewController.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\EventKit\AlarmTest.cs">
<Link>EventKit\AlarmTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\EventKit\CalendarItemTest.cs">
<Link>EventKit\CalendarItemTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\EventKit\CalendarTest.cs">
<Link>EventKit\CalendarTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\EventKit\EventStoreTest.cs">
<Link>EventKit\EventStoreTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\EventKit\RecurrenceRule.cs">
<Link>EventKit\RecurrenceRule.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\EventKit\ReminderTest.cs">
<Link>EventKit\ReminderTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\EventKit\StructuredLocationTest.cs">
<Link>EventKit\StructuredLocationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameController\ExtendedGamepadSnapshotTest.cs">
<Link>GameController\ExtendedGamepadSnapshotTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameController\GamepadSnapshotTest.cs">
<Link>GameController\GamepadSnapshotTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKComponentSystemTests.cs">
<Link>GameplayKit\GKComponentSystemTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKEntityTests.cs">
<Link>GameplayKit\GKEntityTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKGridGraphTests.cs">
<Link>GameplayKit\GKGridGraphTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKMeshGraphTests.cs">
<Link>GameplayKit\GKMeshGraphTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKNoiseMapTests.cs">
<Link>GameplayKit\GKNoiseMapTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKNoiseTests.cs">
<Link>GameplayKit\GKNoiseTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKOctreeTests.cs">
<Link>GameplayKit\GKOctreeTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKPathTests.cs">
<Link>GameplayKit\GKPathTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKPolygonObstacleTests.cs">
<Link>GameplayKit\GKPolygonObstacleTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKQuadTreeTests.cs">
<Link>GameplayKit\GKQuadTreeTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKStateMachineTests.cs">
<Link>GameplayKit\GKStateMachineTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GameplayKit\GKStateTests.cs">
<Link>GameplayKit\GKStateTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GLKit\BaseEffectTest.cs">
<Link>GLKit\BaseEffectTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GLKit\EffectPropertyFog.cs">
<Link>GLKit\EffectPropertyFog.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GLKit\EffectPropertyLightTest.cs">
<Link>GLKit\EffectPropertyLightTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GLKit\EffectPropertyMaterialTest.cs">
<Link>GLKit\EffectPropertyMaterialTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\GLKit\EffectPropertyTransformTest.cs">
<Link>GLKit\EffectPropertyTransformTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ImageIO\CGImageSourceTest.cs">
<Link>ImageIO\CGImageSourceTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ImageIO\ImageDestinationTest.cs">
<Link>ImageIO\ImageDestinationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ImageIO\ImageMetadataTagTest.cs">
<Link>ImageIO\ImageMetadataTagTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ImageIO\ImageMetadataTest.cs">
<Link>ImageIO\ImageMetadataTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ImageIO\ImagePropertiesTest.cs">
<Link>ImageIO\ImagePropertiesTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ImageIO\MutableImageMetadataTest.cs">
<Link>ImageIO\MutableImageMetadataTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Intents\INIntentResolutionResultTests.cs">
<Link>Intents\INIntentResolutionResultTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\JavascriptCore\ContextTest.cs">
<Link>JavascriptCore\ContextTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\JavascriptCore\JSExportTest.cs">
<Link>JavascriptCore\JSExportTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\JavascriptCore\ValueTest.cs">
<Link>JavascriptCore\ValueTest.cs</Link>
</Compile>
<Compile Include="..\api-shared\ObjCRuntime\Registrar.cs">
<Link>Registrar.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ObjCRuntime\RegistrarTest.cs">
<Link>ObjCRuntime\RegistrarTest.cs</Link>
</Compile>
<Compile Include="..\api-shared\ObjCRuntime\Registrar.cs">
<Link>api-shared\ObjCRuntime\Registrar.cs</Link>
</Compile>
<Compile Include="..\api-shared\ObjCRuntime\RegistrarTest.cs">
<Link>api-shared\ObjCRuntime\RegistrarTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ObjCRuntime\BlocksTest.cs">
<Link>ObjCRuntime\BlocksTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ObjCRuntime\CategoryTest.cs">
<Link>ObjCRuntime\CategoryTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ObjCRuntime\ClassTest.classlist.cs">
<Link>ObjCRuntime\ClassTest.classlist.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ObjCRuntime\ClassTest.cs">
<Link>ObjCRuntime\ClassTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ObjCRuntime\DlfcnTest.cs">
<Link>ObjCRuntime\DlfcnTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ObjCRuntime\ExceptionsTest.cs">
<Link>ObjCRuntime\ExceptionsTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ObjCRuntime\RuntimeTest.cs">
<Link>ObjCRuntime\RuntimeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ObjCRuntime\TrampolineTest.cs">
<Link>ObjCRuntime\TrampolineTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\FieldNodeTest.cs">
<Link>SpriteKit\FieldNodeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\KeyframeSequenceTest.cs">
<Link>SpriteKit\KeyframeSequenceTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\PhysicsBodyTest.cs">
<Link>SpriteKit\PhysicsBodyTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\PhysicsJointFixedTest.cs">
<Link>SpriteKit\PhysicsJointFixedTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\PhysicsJointLimitTest.cs">
<Link>SpriteKit\PhysicsJointLimitTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\PhysicsWorldTest.cs">
<Link>SpriteKit\PhysicsWorldTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\SK3DNodeTest.cs">
<Link>SpriteKit\SK3DNodeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\SKShapeNodeTest.cs">
<Link>SpriteKit\SKShapeNodeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\SpriteNodeTest.cs">
<Link>SpriteKit\SpriteNodeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\TextureAtlasTest.cs">
<Link>SpriteKit\TextureAtlasTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\TextureTest.cs">
<Link>SpriteKit\TextureTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\UniformTest.cs">
<Link>SpriteKit\UniformTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SpriteKit\WarpGeometryGridTest.cs">
<Link>SpriteKit\WarpGeometryGridTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Asserts.cs">
<Link>Asserts.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MultipeerConnectivity\PeerIDTest.cs">
<Link>MultipeerConnectivity\PeerIDTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MultipeerConnectivity\SessionTest.cs">
<Link>MultipeerConnectivity\SessionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Security\IdentityTest.cs">
<Link>Security\IdentityTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Security\ImportExportTest.cs">
<Link>Security\ImportExportTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\mono\bug18634.cs">
<Link>mono\bug18634.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\mono\bug26989.cs">
<Link>mono\bug26989.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ModelIO\MDLLight.cs">
<Link>ModelIO\MDLLight.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ModelIO\MDLMaterialProperty.cs">
<Link>ModelIO\MDLMaterialProperty.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ModelIO\MDLMesh.cs">
<Link>ModelIO\MDLMesh.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ModelIO\MDLObject.cs">
<Link>ModelIO\MDLObject.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ModelIO\MDLTexture.cs">
<Link>ModelIO\MDLTexture.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ModelIO\MDLTransform.cs">
<Link>ModelIO\MDLTransform.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\ModelIO\MDLVertexAttribute.cs">
<Link>ModelIO\MDLVertexAttribute.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MobileCoreServices\UTTypeTest.cs">
<Link>MobileCoreServices\UTTypeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Metal\ClearValueTest.cs">
<Link>Metal\ClearValueTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Metal\DeviceTest.cs">
<Link>Metal\DeviceTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Metal\MTLAttributeDescriptorTest.cs">
<Link>Metal\MTLAttributeDescriptorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Metal\MTLAttributeTest.cs">
<Link>Metal\MTLAttributeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Metal\MTLBufferLayoutDescriptorTest.cs">
<Link>Metal\MTLBufferLayoutDescriptorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Metal\MTLFunctionConstantTest.cs">
<Link>Metal\MTLFunctionConstantTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Metal\MTLStageInputOutputDescriptorTest.cs">
<Link>Metal\MTLStageInputOutputDescriptorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MediaToolbox\AudioProcessingTapTest.cs">
<Link>MediaToolbox\AudioProcessingTapTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MediaToolbox\FormatNamesTest.cs">
<Link>MediaToolbox\FormatNamesTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MediaAccessibility\AudibleMediaTest.cs">
<Link>MediaAccessibility\AudibleMediaTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MediaAccessibility\CaptionAppearanceTest.cs">
<Link>MediaAccessibility\CaptionAppearanceTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MapKit\AnnotationViewTest.cs">
<Link>MapKit\AnnotationViewTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MapKit\GeometryTest.cs">
<Link>MapKit\GeometryTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MapKit\LocalSearchRequestTest.cs">
<Link>MapKit\LocalSearchRequestTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MapKit\LocalSearchTest.cs">
<Link>MapKit\LocalSearchTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MapKit\MapRectTest.cs">
<Link>MapKit\MapRectTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MapKit\MapViewTest.cs">
<Link>MapKit\MapViewTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MapKit\OverlayPathRendererTest.cs">
<Link>MapKit\OverlayPathRendererTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MapKit\PinAnnotationViewTest.cs">
<Link>MapKit\PinAnnotationViewTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MapKit\PolygonTest.cs">
<Link>MapKit\PolygonTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MapKit\PolylineTest.cs">
<Link>MapKit\PolylineTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\MapKit\ShapeTest.cs">
<Link>MapKit\ShapeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Contacts\ContactFetchRequestTest.cs">
<Link>Contacts\ContactFetchRequestTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Contacts\ContactFormatterTest.cs">
<Link>Contacts\ContactFormatterTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Contacts\ContactStoreTest.cs">
<Link>Contacts\ContactStoreTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Contacts\ContactTest.cs">
<Link>Contacts\ContactTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Contacts\ContactVCardSerializationTest.cs">
<Link>Contacts\ContactVCardSerializationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Contacts\MutableContactTest.cs">
<Link>Contacts\MutableContactTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioUnit\AUAudioUnitFactoryTest.cs">
<Link>AudioUnit\AUAudioUnitFactoryTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioUnit\AUGraphTest.cs">
<Link>AudioUnit\AUGraphTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioUnit\AUParameterNodeTest.cs">
<Link>AudioUnit\AUParameterNodeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioUnit\AudioUnitTest.cs">
<Link>AudioUnit\AudioUnitTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioUnit\ExtAudioFileTest.cs">
<Link>AudioUnit\ExtAudioFileTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\AudioBalanceFadeTest.cs">
<Link>AudioToolbox\AudioBalanceFadeTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\AudioChannelLayoutTest.cs">
<Link>AudioToolbox\AudioChannelLayoutTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\AudioFileGlobalInfoTest.cs">
<Link>AudioToolbox\AudioFileGlobalInfoTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\AudioFileStreamTest.cs">
<Link>AudioToolbox\AudioFileStreamTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\AudioFileTest.cs">
<Link>AudioToolbox\AudioFileTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\AudioFormatAvailabilityTest.cs">
<Link>AudioToolbox\AudioFormatAvailabilityTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\AudioFormatTest.cs">
<Link>AudioToolbox\AudioFormatTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\AudioQueueTest.cs">
<Link>AudioToolbox\AudioQueueTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\AudioStreamBasicDescriptionTest.cs">
<Link>AudioToolbox\AudioStreamBasicDescriptionTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\FourCCTest.cs">
<Link>AudioToolbox\FourCCTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\SoundBankTest.cs">
<Link>AudioToolbox\SoundBankTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\AudioToolbox\SystemSoundTest.cs">
<Link>AudioToolbox\SystemSoundTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKDiscoverUserInfosOperationTest.cs">
<Link>CloudKit\CKDiscoverUserInfosOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKFetchNotificationChangesOperationTest.cs">
<Link>CloudKit\CKFetchNotificationChangesOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKFetchRecordChangesOperationTest.cs">
<Link>CloudKit\CKFetchRecordChangesOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKFetchRecordZonesOperationTest.cs">
<Link>CloudKit\CKFetchRecordZonesOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKFetchRecordsOperationTest.cs">
<Link>CloudKit\CKFetchRecordsOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKFetchSubscriptionsOperationTest.cs">
<Link>CloudKit\CKFetchSubscriptionsOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKMarkNotificationsReadOperationTest.cs">
<Link>CloudKit\CKMarkNotificationsReadOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKModifyBadgeOperationTest.cs">
<Link>CloudKit\CKModifyBadgeOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKModifyRecordZonesOperationTest.cs">
<Link>CloudKit\CKModifyRecordZonesOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKModifyRecordsOperationTest.cs">
<Link>CloudKit\CKModifyRecordsOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKModifySubscriptionsOperationTest.cs">
<Link>CloudKit\CKModifySubscriptionsOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKQueryOperationTest.cs">
<Link>CloudKit\CKQueryOperationTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\CloudKit\CKUserIdentityLookupInfoTest.cs">
<Link>CloudKit\CKUserIdentityLookupInfoTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\NetworkExtension\OnDemandTest.cs">
<Link>NetworkExtension\OnDemandTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\NetworkExtension\VpnManagerTest.cs">
<Link>NetworkExtension\VpnManagerTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Security\KeyChainTest.cs">
<Link>Security\KeyChainTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Security\KeyTest.cs">
<Link>Security\KeyTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Security\PolicyTest.cs">
<Link>Security\PolicyTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Security\RecordTest.cs">
<Link>Security\RecordTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Security\SecSharedCredentialTest.cs">
<Link>Security\SecSharedCredentialTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Security\SecureTransportTest.cs">
<Link>Security\SecureTransportTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\Security\TrustTest.cs">
<Link>Security\TrustTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SystemConfiguration\CaptiveNetworkTest.cs">
<Link>SystemConfiguration\CaptiveNetworkTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SystemConfiguration\NetworkReachabilityTest.cs">
<Link>SystemConfiguration\NetworkReachabilityTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\SystemConfiguration\StatusCodeErrorTest.cs">
<Link>SystemConfiguration\StatusCodeErrorTest.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\System.Net.Http\MessageHandlers.cs">
<Link>System.Net.Http\MessageHandlers.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\VideoToolbox\VTCompressionSessionTests.cs">
<Link>VideoToolbox\VTCompressionSessionTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\VideoToolbox\VTDecompressionSessionTests.cs">
<Link>VideoToolbox\VTDecompressionSessionTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\VideoToolbox\VTFrameSiloTests.cs">
<Link>VideoToolbox\VTFrameSiloTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\VideoToolbox\VTMultiPassStorageTests.cs">
<Link>VideoToolbox\VTMultiPassStorageTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\VideoToolbox\VTUtilitiesTests.cs">
<Link>VideoToolbox\VTUtilitiesTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\VideoToolbox\VTVideoEncoderListTests.cs">
<Link>VideoToolbox\VTVideoEncoderListTests.cs</Link>
</Compile>
<Compile Include="..\monotouch-test\NativeTypesTest.cs">
<Link>NativeTypesTest.cs</Link>
</Compile>
<Compile Include="..\EmbeddedResources\ResourcesTest.cs">
<Link>EmbeddedResources\ResourcesTest.cs</Link>
</Compile>
<Compile Include="System.ServiceModel\Net45.cs" />
<Compile Include="..\common\mac\ProjectTestHelpers.cs">
<Link>ProjectTestHelpers.cs</Link>
</Compile>
<Compile Include="Unified45.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
<None Include="Entitlements.plist" />
</ItemGroup>
<ItemGroup>
<Content Include="..\monotouch-test\Hand.wav">
<Link>Hand.wav</Link>
</Content>
<Content Include="..\monotouch-test\BoardingPass.pkpass">
<Link>BoardingPass.pkpass</Link>
</Content>
<Content Include="..\monotouch-test\drum01.mp3">
<Link>drum01.mp3</Link>
</Content>
<Content Include="..\monotouch-test\Pacifico.ttf">
<Link>Pacifico.ttf</Link>
</Content>
<Content Include="..\monotouch-test\Tamarin.pdf">
<Link>Tamarin.pdf</Link>
</Content>
<Content Include="..\monotouch-test\LL-171A-B-B797E457-16AB-C708-1E0F-32C19DBD47B5.icc">
<Link>LL-171A-B-B797E457-16AB-C708-1E0F-32C19DBD47B5.icc</Link>
</Content>
<Content Include="..\monotouch-test\xamvideotest.mp4">
<Link>xamvideotest.mp4</Link>
</Content>
<Content Include="..\monotouch-test\Resources\xamarin0.png">
<Link>xamarin0.png</Link>
</Content>
<Content Include="..\monotouch-test\Resources\xamarin1.png">
<Link>xamarin1.png</Link>
</Content>
<Content Include="..\monotouch-test\Resources\xamarin2.png">
<Link>xamarin2.png</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\monotouch-test\CoreImage\Xam.png">
<Link>CoreImage\Xam.png</Link>
</Content>
<Content Include="..\monotouch-test\basn3p08.png">
<Link>basn3p08.png</Link>
</Content>
<Content Include="..\monotouch-test\AudioToolbox\1.caf">
<Link>AudioToolbox\1.caf</Link>
</Content>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\monotouch-test\Security\openssl_crt.der">
<Link>Security\openssl_crt.der</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\EmbeddedResources\Welcome.resx">
<Link>EmbeddedResources\Welcome.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\EmbeddedResources\Welcome.de.resx">
<Link>EmbeddedResources\Welcome.de.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\EmbeddedResources\Welcome.en-AU.resx">
<Link>EmbeddedResources\Welcome.en-AU.resx</Link>
</EmbeddedResource>
<EmbeddedResource Include="..\EmbeddedResources\Welcome.es.resx">
<Link>EmbeddedResources\Welcome.es.resx</Link>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="EmbeddedResources\" />
<Folder Include="System.ServiceModel\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\external\guiunit\src\framework\GuiUnit_xammac_mobile.csproj">
<Project>{EACFD119-769E-4E6C-89B7-A6CE3757C431}</Project>
<Name>GuiUnit_xammac_mobile</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
</Project>