~cbehrens/openstack-guest-agents/lp764221

« back to all changes in this revision

Viewing changes to src/xenserver/windows/src/Rackspace.Cloud.Server.Common/Properties/AssemblyInfo.cs

  • Committer: Antony Messerli
  • Date: 2011-03-02 21:56:51 UTC
  • Revision ID: amesserl@rackspace.com-20110302215651-0clqh49spumg13c6
Initial commit Rackspace Windows Guest Agent

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
using System.Reflection;
 
2
using System.Runtime.InteropServices;
 
3
 
 
4
[assembly: AssemblyTitle("Rackspace.Cloud.Server.Common")]
 
5
[assembly: AssemblyDescription("C#.NET Agent for Windows Virtual Machines")]
 
6
[assembly: AssemblyConfiguration("")]
 
7
[assembly: AssemblyCompany("Rackspace Cloud")]
 
8
[assembly: AssemblyProduct("Rackspace Cloud Server Agent")]
 
9
[assembly: AssemblyCopyright("Copyright (c) 2009 2010, Rackspace Cloud.  All Rights Reserved")]
 
10
[assembly: AssemblyTrademark("")]
 
11
[assembly: AssemblyCulture("")]
 
12
[assembly: ComVisible(false)]
 
13
[assembly: AssemblyVersion("1.0.28.0")]
 
14
[assembly: AssemblyFileVersion("1.0.28.0")]