Statistics
| Branch: | Revision:

root / trunk / Libraries / ParallelExtensionsExtras / Properties / AssemblyInfo.cs @ d78cbf09

History | View | Annotate | Download (993 Bytes)

1
//--------------------------------------------------------------------------
2
// 
3
//  Copyright (c) Microsoft Corporation.  All rights reserved. 
4
// 
5
//  File: AssemblyInfo.cs
6
//
7
//--------------------------------------------------------------------------
8

    
9
using System.Reflection;
10
using System.Runtime.CompilerServices;
11
using System.Runtime.InteropServices;
12

    
13
[assembly: AssemblyTitle("Parallel Extensions Extras")]
14
[assembly: AssemblyDescription("Samples and extra functionality for use with Parallel Extensions to the .NET Framework")]
15
[assembly: AssemblyConfiguration("")]
16
[assembly: AssemblyCompany("")]
17
[assembly: AssemblyProduct("Parallel Extensions Extras")]
18
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation.  All rights reserved.")]
19
[assembly: AssemblyTrademark("")]
20
[assembly: AssemblyCulture("")]
21
[assembly: ComVisible(false)]
22
[assembly: Guid("ae914514-52ad-4769-a503-654f1a708dcc")]
23
[assembly: AssemblyVersion("1.2.0.0")]
24
[assembly: AssemblyFileVersion("1.2.0.0")]