1
1
Imports System.Reflection
2
2
Imports System.Runtime.InteropServices
3
3
4
- ' General Information about an assembly is controlled through the following
4
+ ' General Information about an assembly is controlled through the following
5
5
' set of attributes. Change these attribute values to modify the information
6
6
' associated with an assembly.
7
7
8
8
' Review the values of the assembly attributes
9
9
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( "" )>
16
16
17
17
< Assembly : ComVisible( False )>
18
18
19
19
'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" )>
21
21
22
22
' Version information for an assembly consists of the following four values:
23
23
'
24
24
' Major Version
25
- ' Minor Version
25
+ ' Minor Version
26
26
' Build Number
27
27
' Revision
28
28
'
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
30
30
' by using the '*' as shown below:
31
- ' <Assembly: AssemblyVersion("1.0.*")>
31
+ ' <Assembly: AssemblyVersion("1.0.*")>
32
32
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" )>
36
38
< Assembly : System.Web.UI.ScriptResource( "LocalizingScriptResources.CheckAnswer.js" , "LocalizingScriptResources.VerificationResources" , "Answer" )>
39
+ '</Snippet3>
0 commit comments