From 79edfb8cb852dc998be55bcd75dee21016716436 Mon Sep 17 00:00:00 2001 From: jbandi Date: Tue, 29 Jun 2010 22:49:43 +0200 Subject: [PATCH] Referencing global version info --- Runtime.Silverlight/Properties/AssemblyInfo.cs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Runtime.Silverlight/Properties/AssemblyInfo.cs b/Runtime.Silverlight/Properties/AssemblyInfo.cs index 9da5cad6a..79c201e17 100644 --- a/Runtime.Silverlight/Properties/AssemblyInfo.cs +++ b/Runtime.Silverlight/Properties/AssemblyInfo.cs @@ -21,15 +21,3 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("04dec58a-9677-4f58-ae8b-4744bbffb9a9")] - -// 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 Revision and Build Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")]