Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AssemblyInfo.cs « framework « NUnitExtensions « nunit24 « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b4b5bfb340c7187895e584afd447768c39cd4e3 (plain)
1
2
3
4
5
6
7
8
9
10
// ****************************************************************
// Copyright 2007, Charlie Poole
// This is free software licensed under the NUnit license. You may
// obtain a copy of the license at http://nunit.org/?p=license&r=2.4
// ****************************************************************

using System;
using System.Reflection;

[assembly: CLSCompliant(true)]