added SSCLI 1.0
[windows-sources.git] / sdk / samples / WFSamples / Applications / OrderingStateMachine / CS / OrderApplication / Properties / AssemblyInfo.cs
blobe60d067e7115071d250b851a520e709eedade384
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 using System;
17 using System.Reflection;
18 using System.Security.Permissions;
19 using System.Runtime.InteropServices;
21 [assembly: AssemblyTitle("")]
22 [assembly: AssemblyDescription("A Windows Workflow Foundation Sample Assembly")]
23 [assembly: AssemblyConfiguration("")]
24 [assembly: AssemblyCompany("Microsoft Corporation")]
25 [assembly: AssemblyProduct("Windows Workflow Services SDK Code Samples")]
26 [assembly: AssemblyCopyright("Microsoft Corporation. All rights reserved.")]
27 [assembly: AssemblyTrademark("")]
28 [assembly: AssemblyCulture("")]
29 [assembly: AssemblyVersion("1.0.0.0")]
30 [assembly: ComVisible(false)]
31 [assembly: CLSCompliant(true)]
32 [assembly: SecurityPermissionAttribute(SecurityAction.RequestMinimum, Execution = true)]