1 //---------------------------------------------------------------------
2 // This file is part of the Windows Workflow Foundation SDK Code Samples.
4 // Copyright (C) Microsoft Corporation. All rights reserved.
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.
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
14 //---------------------------------------------------------------------
16 #region Using directives
18 using System
.Reflection
;
19 using System
.Runtime
.CompilerServices
;
20 using System
.Runtime
.InteropServices
;
22 using System
.Security
.Permissions
;
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:
49 // You can specify all the values or you can default the Revision and Build Numbers
51 [assembly
: AssemblyVersion("1.0.0.0")]