-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
30 lines (27 loc) · 1.43 KB
/
AssemblyInfo.cs
File metadata and controls
30 lines (27 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#region Header
//
// Project: WriteableBitmapEx - Silverlight WriteableBitmap extensions
// Description: Assembly Infos for the sample.
//
// Changed by: $Author: unknown $
// Changed on: $Date: 2015-02-24 20:36:41 +0100 (Di, 24 Feb 2015) $
// Changed in: $Revision: 112951 $
// Project: $URL: https://writeablebitmapex.svn.codeplex.com/svn/trunk/Source/WriteableBitmapExShapeSample/Properties/AssemblyInfo.cs $
// Id: $Id: AssemblyInfo.cs 112951 2015-02-24 19:36:41Z unknown $
//
//
// Copyright © 2009-2015 Rene Schulte and WriteableBitmapEx Contributors
//
// This code is open source. Please read the License.txt for details. No worries, we won't sue you! ;)
//
#endregion
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("WriteableBitmapExShapeSample")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("A sample for the WriteableBitmap Shape extensions. This code is open source. Please read the License.txt for details. No worries, we won't sue you! ;)")]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("314a2f9f-37e4-4ae1-8156-09a365608f8a")]