AssemblyInfo.cs 580 B

1234567891011
  1. // --------------------------------------------------------------------------------------------------------------------
  2. // <copyright file="AssemblyInfo.cs" company="OxyPlot">
  3. // Copyright (c) 2020 OxyPlot contributors
  4. // </copyright>
  5. // --------------------------------------------------------------------------------------------------------------------
  6. using System.Windows;
  7. using System.Windows.Markup;
  8. [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
  9. [assembly: XmlnsDefinition("http://oxyplot.org/wpf", "OxyPlot.Wpf")]