1
- Imports System
1
+ Imports System.Resources
2
+
3
+ Imports System
2
4
Imports System.Reflection
3
5
Imports System.Runtime.InteropServices
4
6
@@ -8,14 +10,14 @@ Imports System.Runtime.InteropServices
8
10
9
11
' Review the values of the assembly attributes
10
12
11
- < Assembly : AssemblyTitle( "WindowsApplication1 " )>
12
- < Assembly : AssemblyDescription( "" )>
13
- < Assembly : AssemblyCompany( "NVIDIA " )>
14
- < Assembly : AssemblyProduct( "WindowsApplication1 " )>
15
- < Assembly : AssemblyCopyright( "Copyright © NVIDIA 2015" )>
16
- < Assembly : AssemblyTrademark( "" )>
13
+ < Assembly : AssemblyTitle( "Active Window Logger " )>
14
+ < Assembly : AssemblyDescription( "Smartly log the active foreground window of the system to transparently capture usage analytics. " )>
15
+ < Assembly : AssemblyCompany( "CVS Game Studios " )>
16
+ < Assembly : AssemblyProduct( "Active Window Logger " )>
17
+ < Assembly : AssemblyCopyright( "CC BY-SA 4.0 - 2015" )>
18
+ < Assembly : AssemblyTrademark( "Active Window Logger " )>
17
19
18
- < Assembly : ComVisible( False )>
20
+ < Assembly : ComVisible( False )>
19
21
20
22
'The following GUID is for the ID of the typelib if this project is exposed to COM
21
23
< Assembly : Guid( "78626270-da34-490b-aff6-667fdc88da5d" )>
@@ -33,3 +35,5 @@ Imports System.Runtime.InteropServices
33
35
34
36
< Assembly : AssemblyVersion( "1.0.0.0" )>
35
37
< Assembly : AssemblyFileVersion( "1.0.0.0" )>
38
+
39
+ < Assembly : NeutralResourcesLanguageAttribute( "en-GB" )>
0 commit comments