Gestione status dei thread
This commit is contained in:
parent
d133917283
commit
9794ce1abb
35 changed files with 16112 additions and 30 deletions
32
imagecatalog/AssemblyInfo.cs
Normal file
32
imagecatalog/AssemblyInfo.cs
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
using System;
|
||||
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.
|
||||
|
||||
// Review the values of the assembly attributes
|
||||
|
||||
[assembly: AssemblyTitle("Image Catalog")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyCompany("FornaSoft")]
|
||||
[assembly: AssemblyProduct("")]
|
||||
[assembly: AssemblyCopyright("(C) 2002-08")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: CLSCompliant(true)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("948AA2AA-5BED-4DD5-9C67-3126EE9109C6")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
|
||||
[assembly: AssemblyVersion("1.74.*")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue