File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
ExtDriversFromLogs/Properties Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11using System . Reflection ;
22using System . Runtime . CompilerServices ;
33using System . Runtime . InteropServices ;
4+ using System . Resources ;
45
56// General Information about an assembly is controlled through the following
67// set of attributes. Change these attribute values to modify the information
78// associated with an assembly.
89[ assembly: AssemblyTitle ( "ExtDriversFromLogs" ) ]
9- [ assembly: AssemblyDescription ( "" ) ]
10+ [ assembly: AssemblyDescription ( "Small programm for extract drivers-list from log file " ) ]
1011[ assembly: AssemblyConfiguration ( "" ) ]
11- [ assembly: AssemblyCompany ( "" ) ]
12+ [ assembly: AssemblyCompany ( "Euro Trans ^_^ " ) ]
1213[ assembly: AssemblyProduct ( "ExtDriversFromLogs" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
14+ [ assembly: AssemblyCopyright ( "Copyright © jackrv 2015" ) ]
1415[ assembly: AssemblyTrademark ( "" ) ]
1516[ assembly: AssemblyCulture ( "" ) ]
1617
3233// You can specify all the values or you can default the Build and Revision Numbers
3334// by using the '*' as shown below:
3435// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
36+ [ assembly: AssemblyVersion ( "0.1.0.0" ) ]
37+ [ assembly: AssemblyFileVersion ( "0.1.0.0" ) ]
38+ [ assembly: NeutralResourcesLanguageAttribute ( "en" ) ]
You can’t perform that action at this time.
0 commit comments