blob: 055f0c74528a0200ff2dae31ecedcb54a37590fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//------------------------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="Stephen Jennings">
// Copyright 2011 Stephen Jennings. Licensed under the Apache License, Version 2.0.
// </copyright>
//------------------------------------------------------------------------------------
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("OATH.Net Tests")]
[assembly: AssemblyDescription("Unit tests for OATH.Net")]
[assembly: ComVisible(false)]
[assembly: Guid("43ab7bee-37d4-47db-92e9-cb1576c8269b")]
|