-
Notifications
You must be signed in to change notification settings - Fork 30
/
AssemblyInfo.cs
27 lines (23 loc) · 1004 Bytes
/
AssemblyInfo.cs
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
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.5444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Rainbow ObjectFlow")]
[assembly: AssemblyDescription("Fluent workflow frameworks")]
[assembly: AssemblyCompany("RainbowSoft")]
[assembly: AssemblyProduct("Rainbow.ObjectFlow")]
[assembly: AssemblyCopyright("Copyright © G.Moore 2010")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: Guid("d14b6bea-3ec7-4db0-ad6d-ebec4a192d9f")]
[assembly: AssemblyVersion("1.3.1.3")]
[assembly: AssemblyFileVersion("1.3.1.3")]