added samples
[windows-sources.git] / sdk / samples / WFSamples / Technologies / Hosting / PersistenceHost / CS / DocumentApprovalWorkflow / Properties / AssemblyInfo.cs
blob8bf71dacc7883ebc033aa367abf4d065161e0175
1 //---------------------------------------------------------------------
2 // This file is part of the Windows Workflow Foundation SDK Code Samples.
3 //
4 // Copyright (C) Microsoft Corporation. All rights reserved.
5 //
6 //This source code is intended only as a supplement to Microsoft
7 //Development Tools and/or on-line documentation. See these other
8 //materials for detailed information regarding Microsoft code samples.
9 //
10 //THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 //KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 //IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
13 //PARTICULAR PURPOSE.
14 //---------------------------------------------------------------------
16 #region Using directives
18 using System.Reflection;
19 using System.Runtime.CompilerServices;
20 using System.Runtime.InteropServices;
21 using System;
22 using System.Security.Permissions;
24 #endregion
26 // General Information about an assembly is controlled through the following
27 // set of attributes. Change these attribute values to modify the information
28 // associated with an assembly.
29 [assembly: AssemblyTitle("DocumentApprovalWorkflow")]
30 [assembly: AssemblyDescription("")]
31 [assembly: AssemblyConfiguration("")]
32 [assembly: AssemblyCompany("Microsoft")]
33 [assembly: AssemblyProduct("DocumentApprovalWorkflow")]
34 [assembly: AssemblyCopyright("Copyright © Microsoft 2006")]
35 [assembly: AssemblyTrademark("")]
36 [assembly: AssemblyCulture("")]
38 [assembly: ComVisible(false)]
39 [assembly: CLSCompliant(true)]
40 [assembly: SecurityPermissionAttribute(SecurityAction.RequestMinimum, Execution = true)]
42 // Version information for an assembly consists of the following four values:
44 // Major Version
45 // Minor Version
46 // Build Number
47 // Revision
49 // You can specify all the values or you can default the Revision and Build Numbers
50 // by using '*'.
51 [assembly: AssemblyVersion("1.0.0.0")]