10 lines
415 B
C#
10 lines
415 B
C#
// --------------------------------------------------------------------------------------------------------------------
|
|
// <copyright file="AssemblyDescription.cs" company="OxyPlot">
|
|
// Copyright (c) 2014 OxyPlot contributors
|
|
// </copyright>
|
|
// --------------------------------------------------------------------------------------------------------------------
|
|
|
|
using System;
|
|
|
|
[assembly: CLSCompliant(false)]
|