1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 22:56:30 +09:00

All projects converted to .Net 4.0 and VS2010

This commit is contained in:
lidgren
2012-01-07 11:01:32 +00:00
parent af3608c544
commit 47ef6f1055
75 changed files with 884 additions and 639 deletions

View File

@@ -5,12 +5,12 @@ 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("SpeedTestClient")]
[assembly: AssemblyTitle("SpeedClient")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("SpeedTestClient")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SpeedClient")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -20,7 +20,7 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("d19a0d9e-10ed-4442-b0d6-0ede7488dad6")]
[assembly: Guid("dcd70d6e-8d70-460c-a2dd-0ac9d36237ab")]
// Version information for an assembly consists of the following four values:
//