File: PresentationCore.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{92f258f1-0762-43b2-bf79-7b514a247732}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>PresentationCore</AssemblyName>
    <UseVSHostingProcess>False</UseVSHostingProcess>
    <NoStdLib>True</NoStdLib>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <DefineConstants>CODE_ANALYSIS_BASELINE;CORE_NATIVEMETHODS;PRESENTATION_CORE;COMMONDPS;TRACE;RETAIL;WIN32</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\ndp\clr\src\bcl\mscorlib.csproj">
      <Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project>
      <Name>mscorlib</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\ndp\fx\src\System.csproj">
      <Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project>
      <Name>System</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\ndp\fx\src\Configuration\System.Configuration.csproj">
      <Project>{24728477-162e-4c13-9c17-6be2dc1fd2bc}</Project>
      <Name>System.Configuration</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\ndp\fx\src\Xml\System.Xml.csproj">
      <Project>{23c706b3-6f70-42a4-9476-ee1b30c0cca3}</Project>
      <Name>System.Xml</Name>
    </ProjectReference>
    <ProjectReference Include="UIAutomation\UIAutomationClient\UIAutomationClient.csproj">
      <Project>{af32d6db-7b2c-4a11-a601-89b3c1ba597b}</Project>
      <Name>UIAutomationClient</Name>
    </ProjectReference>
    <ProjectReference Include="WindowsBase.csproj">
      <Project>{ef97030a-f8cc-442c-8ba0-bd9861d1ac98}</Project>
      <Name>WindowsBase</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Reference Include="Accessibility" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Windows.Input.Manipulations" />
    <Reference Include="System.Xaml" />
    <Reference Include="UIAutomationProvider" />
    <Reference Include="UIAutomationTypes" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\Test\Common\FxCop\Suppression\Core\API.cs" />
    <Compile Include="..\Test\Common\FxCop\Suppression\Core\CodeQuality.cs" />
    <Compile Include="..\Test\Common\FxCop\Suppression\Core\Globalization.cs" />
    <Compile Include="..\Test\Common\FxCop\Suppression\Core\Performance.cs" />
    <Compile Include="..\Test\Common\FxCop\Suppression\Core\Reliability.cs" />
    <Compile Include="..\Test\Common\FxCop\Suppression\Core\Security.cs" />
    <Compile Include="..\Test\Common\FxCop\Suppression\Core\Stability.cs" />
    <Compile Include="Core\CSharp\MS\Internal\AnimatedTypeHelpers.cs" />
    <Compile Include="Core\CSharp\MS\Internal\AppModel\CookieHandler.cs" />
    <Compile Include="Core\CSharp\MS\Internal\AppModel\CustomCredentialPolicy.cs" />
    <Compile Include="Core\CSharp\MS\Internal\AppModel\SiteOfOriginContainer.cs" />
    <Compile Include="Core\CSharp\MS\Internal\AppModel\SiteOfOriginPart.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\AutomationPatternInfo.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\AutomationPropertyInfo.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\DockProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\ElementProxy.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\ElementUtil.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\EventMap.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\EventPropertyMap.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\ExpandCollapseProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\GridItemProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\GridProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\InteropAutomationProvider.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\InvokeProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\ItemContainerProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\MultipleViewProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\RangeValueProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\ScrollItemProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\ScrollProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\SelectionItemProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\SelectionProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\SynchronizedInputAdaptor.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\SynchronizedInputProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\TableItemProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\TableProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\TextProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\TextRangeProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\ToggleProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\TransformProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\ValueProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\VirtualizedItemProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Automation\WindowProviderWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\CheckedPointers.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Classification.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Collections\InternalCollectionDelegates.cs" />
    <Compile Include="Core\CSharp\MS\Internal\ConstrainedDataObject.cs" />
    <Compile Include="Core\CSharp\MS\Internal\CustomCategoryAttribute.cs" />
    <Compile Include="Core\CSharp\MS\Internal\DeferredElementTreeState.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontCache\BufferCache.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontCache\CachedTypeface.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontCache\CanonicalFontFamilyReference.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontCache\DWriteFactory.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontCache\FontResourceCache.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontCache\FontSource.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontCache\TypefaceMetricsCache.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\FontDifferentiator.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\FontDriver.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\IDeviceFont.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\IFontFamily.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\ITypefaceMetrics.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\MatchingStyle.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\Tags.cs" />
    <Compile Include="Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Generic\Span.cs" />
    <Compile Include="Core\CSharp\MS\Internal\IListConverters.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\Bezier.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\ContourSegment.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\CuspData.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\DrawingFlags.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\ErasingStroke.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\ExtendedProperty.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\ExtendedPropertyCollection.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\Codec.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\Compress.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GuidTagList.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffModule.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\ISFTagAndGuidCache.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\LZCodec.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MultiByteCodec.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\SerializationHelper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeDescriptor.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\InkSerializedFormat\TransformDescriptor.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\Lasso.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\Quad.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\Renderer.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\SerializationFlags.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\StrokeFIndices.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\StrokeIntersection.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\StrokeNode.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\StrokeNodeData.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\StrokeNodeOperations2.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Ink\StylusShape.cs" />
    <Compile Include="Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs" />
    <Compile Include="Core\CSharp\MS\Internal\IO\Packaging\DeobfuscatingStream.cs" />
    <Compile Include="Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs" />
    <Compile Include="Core\CSharp\MS\Internal\IO\Packaging\PreloadedPackages.cs" />
    <Compile Include="Core\CSharp\MS\Internal\IO\Packaging\PseudoWebRequest.cs" />
    <Compile Include="Core\CSharp\MS\Internal\IO\Packaging\ResponseStream.cs" />
    <Compile Include="Core\CSharp\MS\Internal\IVisual3DContainer.cs" />
    <Compile Include="Core\CSharp\MS\Internal\KnownBoxes.cs" />
    <Compile Include="Core\CSharp\MS\Internal\LoadedOrUnloadedOperation.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Media\TextOptionsInternal.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Media\VisualTreeUtils.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Media\XamlSerializationHelper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Media3D\GeneralTransform3Dto2Dto3D.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Media3D\LineUtil.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Media3D\M3DUtil.cs" />
    <Compile Include="Core\CSharp\MS\Internal\MediaTrace.cs" />
    <Compile Include="Core\CSharp\MS\Internal\PartialArray.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Resources\ContentFileHelper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Resources\ResourceManagerWrapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\CompositeTypefaceMetrics.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\Context.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\GlyphInfoList.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\GlyphingCache.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\IShapeableTextCollector.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\Positioning.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\ShaperBuffers.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\ShapeTypeface.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\ShapingOptions.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\Substitution.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Shaping\UshortList2.cs" />
    <Compile Include="Core\CSharp\MS\Internal\Span.cs" />
    <Compile Include="Core\CSharp\MS\Internal\SynchronizedInputHelper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\SystemDrawingHelper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\Bidi.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\CultureMapper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\DrawingState.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\FullTextBreakpoint.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\ITextMetrics.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\ITextSymbols.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\LexicalChunk.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\LineServices.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\NumberSubstitution.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\TextPenaltyModule.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\TextShapeableSymbols.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\TextStore.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs" />
    <Compile Include="Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs" />
    <Compile Include="Core\CSharp\MS\Internal\UIElementHelper.cs" />
    <Compile Include="Core\CSharp\MS\Internal\UnicodeClasses.cs" />
    <Compile Include="Core\CSharp\MS\Internal\WpfWebRequestHelper.cs" />
    <Compile Include="Core\CSharp\MS\Win32\UnsafeNativeMethodsPenimc.cs" />
    <Compile Include="Core\CSharp\MS\Win32\UnsafeNativeMethodsTablet.cs" />
    <Compile Include="Core\CSharp\OtherAssemblyAttrs.cs" />
    <Compile Include="Core\CSharp\System\IO\Packaging\PackageStore.cs" />
    <Compile Include="Core\CSharp\System\IO\Packaging\PackWebRequest.cs" />
    <Compile Include="Core\CSharp\System\IO\Packaging\PackWebRequestFactory.cs" />
    <Compile Include="Core\CSharp\System\IO\Packaging\PackWebResponse.cs" />
    <Compile Include="Core\CSharp\System\Windows\Automation\AutomationProperties.cs" />
    <Compile Include="Core\CSharp\System\Windows\Automation\IsOffscreenBehavior.cs" />
    <Compile Include="Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Automation\Peers\GenericRootAutomationPeer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs" />
    <Compile Include="Core\CSharp\System\Windows\AutoResizedEvent.cs" />
    <Compile Include="Core\CSharp\System\Windows\ClassHandlersStore.cs" />
    <Compile Include="Core\CSharp\System\Windows\Clipboard.cs" />
    <Compile Include="Core\CSharp\System\Windows\ContentElement.cs" />
    <Compile Include="Core\CSharp\System\Windows\ContentOperations.cs" />
    <Compile Include="Core\CSharp\System\Windows\CoreCompatibilityPreferences.cs" />
    <Compile Include="Core\CSharp\System\Windows\CultureInfoConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\DataFormat.cs" />
    <Compile Include="Core\CSharp\System\Windows\DataFormats.cs" />
    <Compile Include="Core\CSharp\System\Windows\DataObject.cs" />
    <Compile Include="Core\CSharp\System\Windows\DataObjectCopyingEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\DataObjectEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\DataObjectPastingEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\DataObjectSettingDataEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Diagnostics\VisualDiagnostics.cs" />
    <Compile Include="Core\CSharp\System\Windows\Diagnostics\VisualTreeChangeEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Diagnostics\XamlSourceInfo.cs" />
    <Compile Include="Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs" />
    <Compile Include="Core\CSharp\System\Windows\Documents\ContentPosition.cs" />
    <Compile Include="Core\CSharp\System\Windows\Documents\DocumentPage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Documents\DocumentPaginator.cs" />
    <Compile Include="Core\CSharp\System\Windows\Documents\DynamicDocumentPaginator.cs" />
    <Compile Include="Core\CSharp\System\Windows\Documents\GetPageCompletedEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Documents\GetPageNumberCompletedEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Documents\IDocumentPaginatorSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Documents\PagesChangedEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Documents\PaginationProgressEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\DragAction.cs" />
    <Compile Include="Core\CSharp\System\Windows\DragDrop.cs" />
    <Compile Include="Core\CSharp\System\Windows\DragDropEffects.cs" />
    <Compile Include="Core\CSharp\System\Windows\DragDropKeyStates.cs" />
    <Compile Include="Core\CSharp\System\Windows\DragEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\DragEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Duration.cs" />
    <Compile Include="Core\CSharp\System\Windows\DurationConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\EventHandlersStore.cs" />
    <Compile Include="Core\CSharp\System\Windows\EventManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\EventPrivateKey.cs" />
    <Compile Include="Core\CSharp\System\Windows\EventRoute.cs" />
    <Compile Include="Core\CSharp\System\Windows\EventRouteFactory.cs" />
    <Compile Include="Core\CSharp\System\Windows\FocusWithinProperty.cs" />
    <Compile Include="Core\CSharp\System\Windows\FontStretch.cs" />
    <Compile Include="Core\CSharp\System\Windows\FontStretchConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\FontStretches.cs" />
    <Compile Include="Core\CSharp\System\Windows\FontStyle.cs" />
    <Compile Include="Core\CSharp\System\Windows\FontStyleConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\FontStyles.cs" />
    <Compile Include="Core\CSharp\System\Windows\FontWeight.cs" />
    <Compile Include="Core\CSharp\System\Windows\FontWeightConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\FontWeights.cs" />
    <Compile Include="Core\CSharp\System\Windows\FreezableCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Generated\ContentElement.cs" />
    <Compile Include="Core\CSharp\system\windows\generated\TextDecoration.cs" />
    <Compile Include="Core\CSharp\system\windows\generated\TextDecorationCollection.cs" />
    <Compile Include="Core\CSharp\system\windows\generated\TextDecorationLocation.cs" />
    <Compile Include="Core\CSharp\system\windows\generated\TextDecorationUnit.cs" />
    <Compile Include="Core\CSharp\System\Windows\Generated\UIElement.cs" />
    <Compile Include="Core\CSharp\System\Windows\Generated\UIElement3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\GiveFeedbackEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\GiveFeedbackEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\GlobalEventManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\IContentHost.cs" />
    <Compile Include="Core\CSharp\System\Windows\IDataObject.cs" />
    <Compile Include="Core\CSharp\System\Windows\IInputElement.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\ApplicationGesture.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\DrawingAttributes.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\Events.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\GestureRecognitionResult.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\GestureRecognizer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\RecognitionConfidence.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\Stroke.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\Stroke2.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\StrokeCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\StrokeCollection2.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\StrokeCollectionConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Ink\StylusTip.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\AccessKeyManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\AngleUtil.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\CaptureMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\ApplicationCommands.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\CanExecuteChangedEventManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\CanExecuteRoutedEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\CommandBinding.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\CommandBindingCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\CommandDevice.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\CommandManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\ComponentCommands.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\ExecutedRoutedEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\ICommand.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\ICommandSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\InputBinding.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\InputBindingCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\InputGesture.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\InputGestureCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\ISecureCommand.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\KeyBinding.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\KeyGesture.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\KeyGestureConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\KeyGestureValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\MediaCommands.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\MouseAction.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\MouseActionConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\MouseActionValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\MouseBinding.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\MouseGesture.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\MouseGestureConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\MouseGestureValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\NavigationCommands.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\RoutedUICommand.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Command\SecureUICommand.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Cursor.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\CursorConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Cursors.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\CursorType.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\DeadCharTextComposition.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\DefaultTextStore.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\DefaultTextStoreTextComposition.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\FocusChangedEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\FocusChangedEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\FocusManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\IInputLanguageSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\IInputProvider.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\IKeyboardInputProvider.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\IManipulator.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\IMouseInputProvider.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InertiaExpansionBehavior.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InertiaRotationBehavior.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InertiaTranslationBehavior.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputDevice.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputElement.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputLanguageEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputLanguageManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputLanguageProfileNotifySink.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputLanguageSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputMethod.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputMethodStateChangeEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputMethodStateTypeInfo.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputProcessorProfiles.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputProcessorProfilesLoader.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputProviderSite.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputReport.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputReportEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputReportEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputScope.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputScopeConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputScopeNameConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputScopeNameValue.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\InputType.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Keyboard.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\KeyboardDevice.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\KeyboardEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\KeyboardEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\KeyboardInputProviderAcquireFocusEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\KeyboardInputProviderAcquireFocusEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\KeyEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\KeyEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\KeyStates.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Manipulation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationBoundaryFeedbackEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationCompletedEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationDelta.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationDeltaEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationDevice.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationLogic.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationModes.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationPivot.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationStartedEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationStartingEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ManipulationVelocities.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Mouse.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\MouseButton.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\MouseButtonEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\MouseButtonEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\MouseButtonState.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\MouseDevice.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\MouseEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\MouseEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\MouseWheelEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\MouseWheelEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\NotifyInputEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\PreProcessInputEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\ProcessInputEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\QueryCursorEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\QueryCursorEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\RawAppCommandInputReport.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\RawKeyboardActions.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\RawKeyboardInputReport.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\RawMouseActions.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\RawMouseInputReport.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\RawTextInputReport.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\RawUIStateActions.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\RawUIStateInputReport.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\RawUIStateTargets.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\RestoreFocusMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\StagingAreaInputItem.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TextComposition.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TextCompositionEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TextCompositionEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TextCompositionManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TextServicesCompartment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TextServicesCompartmentEventSink.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TextServicesContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TextServicesManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Touch.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TouchAction.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TouchDevice.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TouchesCapturedWithinProperty.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TouchesOverProperty.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TouchEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TouchFrameEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TouchFrameEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TouchPoint.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\TouchPointCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Win32KeyboardDevice.cs" />
    <Compile Include="Core\CSharp\System\Windows\Input\Win32MouseDevice.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\CursorInteropHelper.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\D3DImage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\HwndAppCommandInputProvider.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\HwndPanningFeedback.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\HwndSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\HwndSourceHook.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\HwndSourceKeyboardInputSite.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\HwndStylusInputProvider.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\HwndTarget.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\Imaging.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\IWin32Window.cs" />
    <Compile Include="Core\CSharp\System\Windows\Interop\OperatingSystemVersionCheck.cs" />
    <Compile Include="Core\CSharp\System\Windows\LayoutManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\LocalizabilityAttribute.cs" />
    <Compile Include="Core\CSharp\System\Windows\Markup\IAddChild.cs" />
    <Compile Include="Core\CSharp\System\Windows\Markup\IProvidePropertyFallback.cs" />
    <Compile Include="Core\CSharp\System\Windows\Markup\XamlSerializerUtil.cs" />
    <Compile Include="Core\CSharp\System\Windows\Markup\XmlLanguage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Markup\XmlLanguageConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\AncestorChangedEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Animatable.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\AnimationClock.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\AnimationClockResource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\AnimationException.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\AnimationTimeline.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\AnimationType.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\BackEase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\BounceEase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\CircleEase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Clock.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\ClockController.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\ClockState.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\CubicEase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\EasingFunctionBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\EasingMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\EasingQuaternionKeyFrame.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\ElasticEase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Enums.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\ExponentialEase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\FillBehavior.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Animatable.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ColorIndependentAnimationStorage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationClockResource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\DoubleIndependentAnimationStorage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int16Animation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int64Animation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\KeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\MatrixIndependentAnimationStorage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\ParallelTimeline.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Point3DIndependentAnimationStorage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationClockResource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\PointIndependentAnimationStorage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionIndependentAnimationStorage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationClockResource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\RectIndependentAnimationStorage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\SingleKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationClockResource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\SizeIndependentAnimationStorage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Timeline.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\TimelineGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DIndependentAnimationStorage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\HandoffBehavior.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\IAnimatable.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\IClock.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\IEasingFunction.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\IKeyFrame.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\IKeyFrameAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\IndependentAnimationStorage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\KeySpline.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\KeySplineConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\KeyTime.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\KeyTimeConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\KeyTimeType.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\LinearQuaternionKeyFrame.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\ParallelTimeline.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\PathAnimationSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\PointAnimationUsingPath.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\PowerEase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\QuadraticEase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\QuarticEase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\QuaternionAnimation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\QuinticEase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\RepeatBehavior.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\RepeatBehaviorConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\ResolvedKeyFrameEntry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\SineEase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\SlipBehavior.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\SplineQuaternionKeyFrame.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Subtree.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\TimeEnumHelper.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\Timeline.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\TimelineClockCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\TimelineGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\TimeManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Animation\WeakRefEnumerator.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ArcSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\BezierSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\BitmapCache.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Brush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Brushes.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\CacheMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\CapacityStreamGeometryContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ChannelManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\CharacterMetrics.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\CharacterMetricsDictionary.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Color.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ColorContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ColorContextHelper.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ColorConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ColorTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ColorTransformHelper.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\CombinedGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Composition.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\CompositionTarget.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ContainerVisual.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Converters\Generated\BrushValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Converters\Generated\CacheModeValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Converters\Generated\DoubleCollectionValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Converters\Generated\GeometryValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Converters\Generated\Int32CollectionValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Converters\Generated\PathFigureCollectionValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Converters\Generated\PointCollectionValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Converters\Generated\TransformValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Converters\Generated\VectorCollectionValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DashStyle.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DashStyles.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Drawing.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingContextDrawingContextWalker.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingContextWalker.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingGroupDrawingContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingImage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingServices.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingVisual.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\DrawingVisualDrawingContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\BevelBitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\BitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\BitmapEffectGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\BitmapEffectInput.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\BitmapEffectInputData.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\BitmapEffectState.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\BlurBitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\BlurEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\DropShadowBitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\DropShadowEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Effect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\EmbossBitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\BevelBitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectInput.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\BlurEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\EdgeProfile.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\Effect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\ImplicitInputBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\KernelType.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\PixelShader.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\RenderingBias.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\ShaderEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\Generated\ShaderRenderMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\ImplicitInputBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\OuterGlowBitmapEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\PixelShader.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\SamplingMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\EllipseGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\EventProxy.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\FactoryMaker.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\FamilyMap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\FamilyMapCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\FamilyTypeface.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\FamilyTypefaceCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\FontEmbeddingManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\FontEmbeddingRights.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\FontFamily.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\FontFamilyConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\FontFamilyValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Fonts.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\FormattedText.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GeneralTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GeneralTransformGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\AlignmentX.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\AlignmentY.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\ArcSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\BezierSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\BitmapCache.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\BitmapScalingMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\Brush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\BrushConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\BrushMappingMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\CacheMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\CacheModeConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\CachingHint.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\ClearTypeHint.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\ColorInterpolationMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\CombinedGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\DashStyle.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\DoubleCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\DoubleCollectionConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\Drawing.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\DrawingCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\DrawingContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\DrawingContextWalker.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\DrawingImage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\EdgeMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\EllipseGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\FillRule.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GeneralTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GeneralTransformCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GeneralTransformGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\Geometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GeometryCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GeometryCombineMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GeometryConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GeometryDrawing.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GeometryGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GlyphRunDrawing.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GradientBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GradientSpreadMethod.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GradientStop.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GradientStopCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\GuidelineSet.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\ImageDrawing.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\ImageSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\Int32Collection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\Int32CollectionConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\LinearGradientBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\LineGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\LineSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\MatrixTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\MediaTimeline.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PathFigure.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PathFigureCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PathFigureCollectionConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PathGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PathSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\Pen.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PenLineCap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PenLineJoin.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PointCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PointCollectionConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PolyBezierSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PolyLineSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PolyQuadraticBezierSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\QuadraticBezierSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\RadialGradientBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\RectangleGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\RenderData.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\RenderDataDrawingContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\RotateTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\Rotation.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\ScaleTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\SkewTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\StreamGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\Stretch.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\SweepDirection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\TextEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\TextEffectCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\TextHintingMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\TextRenderingMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\TileBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\TileMode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\ToleranceType.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\Transform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\TransformConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\TransformGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\TranslateTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\VectorCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\VectorCollectionConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\VideoDrawing.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Geometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GeometryCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GeometryDrawing.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GeometryGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GeometryHitTestResult.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GlyphRun.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GlyphRunDrawing.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GlyphsSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GlyphTypeface.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GradientBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GradientStop.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\GuidelineCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\HitTestDrawingContextWalker.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\HitTestFilterBehavior.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\HitTestParameters.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\HitTestResult.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\HitTestResultBehavior.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\HostVisual.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ICompositionTarget.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ICyclicBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\IDrawingContent.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\IFreezeFreezables.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ImageBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ImageDrawing.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ImageMetadata.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ImageSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ImageSourceConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ImageSourceValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapCacheOption.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapCodecInfo.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapCodecInfoInternal.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapCreateOptions.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapFrame.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapFrameEncode.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapInitialize.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapMetadataBlob.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapMetadataEnumerator.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapPalettes.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapSizeOptions.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapSourceSafeMILHandle.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BitmapVisualManager.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BmpBitmapDecoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\BmpBitmapEncoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\ColorConvertedBitmap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\CroppedBitmap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\DownloadProgressEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\FormatConvertedBitmap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\Generated\BitmapImage.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\Generated\ColorConvertedBitmap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\Generated\CroppedBitmap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\Generated\FormatConvertedBitmap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\Generated\TransformedBitmap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\GifBitmapDecoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\GifBitmapEncoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\IconBitmapDecoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\ImagingCache.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\JpegBitmapDecoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\JpegBitmapEncoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\PngBitmapDecoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\PngBitmapEncoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\TiffBitmapDecoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\TiffBitmapEncoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\UnknownBitmapDecoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\UnknownBitmapEncoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\WmpBitmapDecoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\IntersectionDetail.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\InvalidWMPVersionException.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Invokable.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\KnownColors.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\LinearGradientBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\LineGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\LineSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\MatrixStack.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\MatrixTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\MediaClock.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\MediaContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\MediaContextNotificationWindow.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\MediaEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\MediaEventsHelper.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\MediaPlayer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\MediaPlayerState.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\MediaSystem.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\MediaTimeline.cs" />
    <Compile Include="Core\CSharp\System\windows\Media\MILUtilities.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Parsers.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ParsersCommon.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PathFigure.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PathFigureCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PathGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PathSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PathSegmentCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Pen.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PixelFormat.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PixelFormatConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PixelFormats.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PointCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PointHitTestParameters.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PointHitTestResult.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PolyBezierSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PolyLineSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\PolyQuadraticBezierSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\QuadraticBezierSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\RadialGradientBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\RectangleGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\RenderCapability.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\RenderContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\RenderData.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\RenderDataDrawingContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Renderer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\RenderingEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\RenderOptions.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\RequestCachePolicyConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\RotateTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\SafeMediaHandle.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\SafeMILHandle.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\SafeMILHandleMemoryPressure.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\SafeNativeMethodsMilCoreApi.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\SafeReversePInvokeHandle.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\ScaleTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\SkewTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\SolidColorBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\StreamAsIStream.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\StreamGeometry.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\StreamGeometryContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\StyleSimulations.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextEffect.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextEffectCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\CharacterBufferReference.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\CharacterHit.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\CharacterString.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\CultureSpecificCharacterBufferRange.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\IndexedGlyphRun.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\MinMaxParagraphWidth.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\NumberSubstitution.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextBounds.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextBreakpoint.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextCharacters.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextCollapsingProperties.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextEmbeddedObject.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextEndOfLine.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextEndOfParagraph.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextEndOfSegment.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextFormatter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextHidden.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextLexicalBreaks.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextLexicalService.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextLine.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextLineBreak.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextMarkerProperties.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextModifier.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextModifierScope.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphCache.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphProperties.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextRun.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextRunCache.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextRunProperties.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextRunTypographyProperties.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextSimpleMarkerProperties.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextSpan.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextTabProperties.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextTrailingCharacterEllipsis.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TextFormatting\TextTrailingWordEllipsis.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TileBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Transform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TransformGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\TranslateTransform.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Typeface.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\UniqueEventHelper.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\VideoDrawing.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\Visual.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\VisualBrush.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\VisualCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\VisualFlags.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\VisualProxy.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\VisualProxyFlags.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\VisualTarget.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media\VisualTreeHelper.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\AffineTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\AmbientLight.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\AxisAngleRotation3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Camera.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\ContainerUIElement3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3d\Converters\Generated\Matrix3DValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3d\Converters\Generated\Point3DCollectionValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3d\Converters\Generated\Point3DValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3d\Converters\Generated\Point4DValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3d\Converters\Generated\QuaternionValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3d\Converters\Generated\Rect3DValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3d\Converters\Generated\Size3DValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3d\Converters\Generated\Vector3DCollectionValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3d\Converters\Generated\Vector3DValueSerializer.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\DiffuseMaterial.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\DirectionalLight.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\EmissiveMaterial.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\GeneralTransform2DTo3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\GeneralTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\GeneralTransform3DGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\GeneralTransform3DTo2D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\AffineTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\AmbientLight.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\AxisAngleRotation3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Camera.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\DiffuseMaterial.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\DirectionalLight.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\EmissiveMaterial.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Geometry3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\GeometryModel3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Light.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Material.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\MaterialCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\MaterialGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Matrix3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Matrix3DConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\MatrixCamera.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\MatrixTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\MeshGeometry3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Model3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Model3DCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Model3DGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\OrthographicCamera.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\PerspectiveCamera.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Point3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Point3DCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Point3DCollectionConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Point3DConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Point4D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Point4DConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\PointLight.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\PointLightBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\ProjectionCamera.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Quaternion.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\QuaternionConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\QuaternionRotation3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Rect3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Rect3DConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\RotateTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Rotation3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\ScaleTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Size3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Size3DConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\SpecularMaterial.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\SpotLight.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Transform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Transform3DCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Transform3DGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\TranslateTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Vector3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Vector3DCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Vector3DCollectionConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Vector3DConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Generated\Visual3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Geometry3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\GeometryModel3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\HitTestParameters3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Light.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Material.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\MaterialGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Matrix3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Matrix3DStack.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\MatrixCamera.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\MatrixTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Model3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Model3DGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\ModelUIElement3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\OrthographicCamera.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\PerspectiveCamera.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Point3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Point3DCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Point4D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\PointLight.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\PointLightBase.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\ProjectionCamera.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Quaternion.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\QuaternionRotation3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Ray3DHitTestResult.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\RayHitTestParameters.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\RayMeshGeometry3DHitTestResult.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Rect3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\RotateTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Rotation3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\ScaleTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Size3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\SpecularMaterial.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\SpotLight.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Transform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Transform3DGroup.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\TranslateTransform3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Vector3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Vector3DCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Visual3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs" />
    <Compile Include="Core\CSharp\System\Windows\MouseCaptureWithinProperty.cs" />
    <Compile Include="Core\CSharp\System\Windows\MouseOverProperty.cs" />
    <Compile Include="Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs" />
    <Compile Include="Core\CSharp\System\Windows\OleServicesContext.cs" />
    <Compile Include="Core\CSharp\System\Windows\PresentationSource.cs" />
    <Compile Include="Core\CSharp\System\Windows\QueryContinueDragEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\QueryContinueDragEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\ReadOnlyPropertyMetadata.cs" />
    <Compile Include="Core\CSharp\System\Windows\Resources\AssemblyAssociatedContentFileAttribute.cs" />
    <Compile Include="Core\CSharp\System\Windows\ReverseInheritProperty.cs" />
    <Compile Include="Core\CSharp\System\Windows\RoutedEvent.cs" />
    <Compile Include="Core\CSharp\System\Windows\RoutedEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\RoutedEventHandlerInfo.cs" />
    <Compile Include="Core\CSharp\System\Windows\RouteItem.cs" />
    <Compile Include="Core\CSharp\System\Windows\RoutingStrategy.cs" />
    <Compile Include="Core\CSharp\System\Windows\SizeChangedInfo.cs" />
    <Compile Include="Core\CSharp\System\Windows\SizeToContent.cs" />
    <Compile Include="Core\CSharp\System\Windows\SourceChangedEventArgs.cs" />
    <Compile Include="Core\CSharp\System\Windows\SourceChangedEventHandler.cs" />
    <Compile Include="Core\CSharp\System\Windows\SourceItem.cs" />
    <Compile Include="Core\CSharp\System\Windows\StylusCaptureWithinProperty.cs" />
    <Compile Include="Core\CSharp\System\Windows\StylusOverProperty.cs" />
    <Compile Include="Core\CSharp\System\Windows\TextAndFontProperties.cs" />
    <Compile Include="Core\CSharp\System\Windows\TextDataFormat.cs" />
    <Compile Include="Core\CSharp\system\windows\TextDecoration.cs" />
    <Compile Include="Core\CSharp\system\windows\TextDecorationCollection.cs" />
    <Compile Include="Core\CSharp\system\windows\TextDecorationCollectionConverter.cs" />
    <Compile Include="Core\CSharp\System\Windows\TextDecorations.cs" />
    <Compile Include="Core\CSharp\System\Windows\UIElement.cs" />
    <Compile Include="Core\CSharp\System\Windows\UIElement3D.cs" />
    <Compile Include="Core\CSharp\System\Windows\UIPropertyMetadata.cs" />
    <Compile Include="Graphics\include\exports.cs" />
    <Compile Include="Graphics\include\Generated\wgx_commands.cs" />
    <Compile Include="Graphics\include\wgx_error.cs" />
    <Compile Include="Graphics\include\wgx_exports.cs" />
    <Compile Include="Graphics\include\wgx_render.cs" />
    <Compile Include="Graphics\include\wgx_sdk_version.cs" />
    <Compile Include="Shared\MS\Internal\AppDomainShutdownMonitor.cs" />
    <Compile Include="Shared\MS\Internal\CharacterBuffer.cs" />
    <Compile Include="Shared\MS\Internal\Commands\CommandLibraryHelper.cs" />
    <Compile Include="Shared\MS\Internal\CommonDependencyPropertyAttribute.cs" />
    <Compile Include="Shared\MS\Internal\DecoderFallbackWithFailureFlag.cs" />
    <Compile Include="Shared\MS\Internal\FloatUtil.cs" />
    <Compile Include="Shared\MS\Internal\FreezableOperations.cs" />
    <Compile Include="Shared\MS\Internal\FriendAccessAllowedAttribute.cs" />
    <Compile Include="Shared\MS\Internal\Generated\AlignmentXValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\AlignmentYValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\BitmapScalingModeValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\BrushMappingModeValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\CachingHintValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\ClearTypeHintValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\ColorInterpolationModeValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\EdgeModeValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\EdgeProfileValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\FillRuleValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\GeometryCombineModeValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\GradientSpreadMethodValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\KernelTypeValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\PenLineCapValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\PenLineJoinValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\RenderingBiasValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\RotationValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\ShaderRenderModeValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\StretchValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\SweepDirectionValidation.cs" />
    <Compile Include="Shared\ms\internal\generated\TextDecorationLocationValidation.cs" />
    <Compile Include="Shared\ms\internal\generated\TextDecorationUnitValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\TextHintingModeValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\TextRenderingModeValidation.cs" />
    <Compile Include="Shared\MS\Internal\Generated\TileModeValidation.cs" />
    <Compile Include="Shared\MS\Internal\GenericEnumerator.cs" />
    <Compile Include="Shared\MS\Internal\HashHelper.cs" />
    <Compile Include="Shared\MS\Internal\Ink\BitStream.cs" />
    <Compile Include="Shared\MS\Internal\Ink\Native.cs" />
    <Compile Include="Shared\MS\Internal\IO\SynchronizingStream.cs" />
    <Compile Include="Shared\MS\Internal\MimeTypeMapper.cs" />
    <Compile Include="Shared\MS\Internal\Pair.cs" />
    <Compile Include="Shared\MS\Internal\PartialList.cs" />
    <Compile Include="Shared\MS\Internal\PointUtil.cs" />
    <Compile Include="Shared\MS\Internal\PriorityQueue.cs" />
    <Compile Include="Shared\MS\Internal\SafeSecurityHelper.cs" />
    <Compile Include="Shared\MS\Internal\SafeSecurityHelperAvalon.cs" />
    <Compile Include="Shared\MS\Internal\SecurityCriticalDataForMultipleGetAndSet.cs" />
    <Compile Include="Shared\MS\Internal\SecurityHelper.cs" />
    <Compile Include="Shared\MS\Internal\SequentialUshortCollection.cs" />
    <Compile Include="Shared\MS\Internal\SizeLimitedCache.cs" />
    <Compile Include="Shared\MS\Internal\ValidateEnums.cs" />
    <Compile Include="Shared\MS\Utility\BindUriHelper.cs" />
    <Compile Include="Shared\MS\Utility\Maps.cs" />
    <Compile Include="Shared\MS\Utility\PerfService.cs" />
    <Compile Include="Shared\MS\Win32\SafeSystemMetrics.cs" />
    <Compile Include="Shared\MS\Win32\UnsafeNativeMethodsCompiler.cs" />
    <Compile Include="Shared\MS\Win32\WinInet.cs" />
    <Compile Include="Shared\System\Windows\Ink\KnownIds.cs" />
    <Compile Include="Shared\System\Windows\Interop\OperatingSystemVersion.cs" />
    <Compile Include="Shared\System\Windows\Interop\OSVersionHelper.cs" />
    <Compile Include="Shared\System\Windows\Media\TypeConverterHelper.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>