11Imports System.Reflection
22Imports System.Runtime.InteropServices
33
4- ' General Information about an assembly is controlled through the following
4+ ' General Information about an assembly is controlled through the following
55' set of attributes. Change these attribute values to modify the information
66' associated with an assembly.
77
88' Review the values of the assembly attributes
99
10- < Assembly : AssemblyTitle( "LocalizingScriptResources" )>
11- < Assembly : AssemblyDescription( "" )>
12- < Assembly : AssemblyCompany( "Microsoft" )>
13- < Assembly : AssemblyProduct( "LocalizingScriptResources" )>
14- < Assembly : AssemblyCopyright( "Copyright © Microsoft 2006" )>
15- < Assembly : AssemblyTrademark( "" )>
10+ < Assembly : AssemblyTitle( "LocalizingScriptResources" )>
11+ < Assembly : AssemblyDescription( "" )>
12+ < Assembly : AssemblyCompany( "Microsoft" )>
13+ < Assembly : AssemblyProduct( "LocalizingScriptResources" )>
14+ < Assembly : AssemblyCopyright( "Copyright © Microsoft 2006" )>
15+ < Assembly : AssemblyTrademark( "" )>
1616
1717< Assembly : ComVisible( False )>
1818
1919'The following GUID is for the ID of the typelib if this project is exposed to COM
20- < Assembly : Guid( "a48fbad3-2e05-495f-92b8-c7d6aa88bfe7" )>
20+ < Assembly : Guid( "a48fbad3-2e05-495f-92b8-c7d6aa88bfe7" )>
2121
2222' Version information for an assembly consists of the following four values:
2323'
2424' Major Version
25- ' Minor Version
25+ ' Minor Version
2626' Build Number
2727' Revision
2828'
29- ' You can specify all the values or you can default the Build and Revision Numbers
29+ ' You can specify all the values or you can default the Build and Revision Numbers
3030' by using the '*' as shown below:
31- ' <Assembly: AssemblyVersion("1.0.*")>
31+ ' <Assembly: AssemblyVersion("1.0.*")>
3232
33- < Assembly : AssemblyVersion( "1.0.0.0" )>
34- < Assembly : AssemblyFileVersion( "1.0.0.0" )>
35- < Assembly : System.Web.UI.WebResource( "LocalizingScriptResources.CheckAnswer.js" , "application/x-javascript" )>
33+ < Assembly : AssemblyVersion( "1.0.0.0" )>
34+ < Assembly : AssemblyFileVersion( "1.0.0.0" )>
35+
36+ '<Snippet3>
37+ < Assembly : System.Web.UI.WebResource( "LocalizingScriptResources.CheckAnswer.js" , "application/x-javascript" )>
3638< Assembly : System.Web.UI.ScriptResource( "LocalizingScriptResources.CheckAnswer.js" , "LocalizingScriptResources.VerificationResources" , "Answer" )>
39+ '</Snippet3>
0 commit comments