Files
git-tfs/GitTfs.VsFake/Properties/AssemblyInfo.cs
Matt Burke 6e3cf85a3b Added a 'fake' TFS backend.
Hopefully, this will make it easier to dev on mono on my mac.
2012-01-28 10:55:38 -05:00

18 lines
757 B
C#

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.
[assembly: AssemblyTitle("GitTfs.VsFake")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("03CBF74E-49C8-11E1-A1A2-EDE84824019B")]