v0.1 for XNA 3.1

This commit is contained in:
headhunter45_cp
2010-09-26 21:30:05 +00:00
parent fc39e5d411
commit 4369d2296a
5 changed files with 645 additions and 16 deletions

View File

@@ -8,8 +8,8 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Plan B Html Parser")]
[assembly: AssemblyProduct("Plan B Html Parser")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2009")]
[assembly: AssemblyCompany("Plan B Game Studios Inc.")]
[assembly: AssemblyCopyright("Copyright © Plan B Game Studios Inc. 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -19,7 +19,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("b8545a1e-c024-4eec-9d5e-a3e470e43671")]
[assembly: Guid("25b75844-05a1-4b9c-b054-a3835cbda08c")]
// Version information for an assembly consists of the following four values:
//
@@ -28,4 +28,4 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.1.0.0")]