win-pvdrivers
changeset 1058:8b6500e0ebfc
Rename to fix case issue on shutdownmon directory
author | James Harper <james.harper@bendigoit.com.au> |
---|---|
date | Mon Sep 30 19:46:16 2013 +1000 (2013-09-30) |
parents | 2d5fbe07e866 |
children | 6f69b45af0fb |
files | ShutdownMon/Properties/AssemblyInfo.cs shutdownmon/Properties/AssemblyInfo.cs |
line diff
1.1 --- a/ShutdownMon/Properties/AssemblyInfo.cs Sat Jun 08 10:42:55 2013 +1000 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,33 +0,0 @@ 1.4 -using System.Reflection; 1.5 -using System.Runtime.CompilerServices; 1.6 -using System.Runtime.InteropServices; 1.7 - 1.8 -// General Information about an assembly is controlled through the following 1.9 -// set of attributes. Change these attribute values to modify the information 1.10 -// associated with an assembly. 1.11 -[assembly: AssemblyTitle("ShutdownMon")] 1.12 -[assembly: AssemblyDescription("")] 1.13 -[assembly: AssemblyConfiguration("")] 1.14 -[assembly: AssemblyCompany("Bendigo IT")] 1.15 -[assembly: AssemblyProduct("ShutdownMon")] 1.16 -[assembly: AssemblyCopyright("Copyright © Bendigo IT 2007")] 1.17 -[assembly: AssemblyTrademark("")] 1.18 -[assembly: AssemblyCulture("")] 1.19 - 1.20 -// Setting ComVisible to false makes the types in this assembly not visible 1.21 -// to COM components. If you need to access a type in this assembly from 1.22 -// COM, set the ComVisible attribute to true on that type. 1.23 -[assembly: ComVisible(false)] 1.24 - 1.25 -// The following GUID is for the ID of the typelib if this project is exposed to COM 1.26 -[assembly: Guid("8b7b842d-4b9b-41e9-8ffb-41f6250e5a55")] 1.27 - 1.28 -// Version information for an assembly consists of the following four values: 1.29 -// 1.30 -// Major Version 1.31 -// Minor Version 1.32 -// Build Number 1.33 -// Revision 1.34 -// 1.35 -[assembly: AssemblyVersion("1.0.0.0")] 1.36 -[assembly: AssemblyFileVersion("1.0.0.0")]
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/shutdownmon/Properties/AssemblyInfo.cs Mon Sep 30 19:46:16 2013 +1000 2.3 @@ -0,0 +1,33 @@ 2.4 +using System.Reflection; 2.5 +using System.Runtime.CompilerServices; 2.6 +using System.Runtime.InteropServices; 2.7 + 2.8 +// General Information about an assembly is controlled through the following 2.9 +// set of attributes. Change these attribute values to modify the information 2.10 +// associated with an assembly. 2.11 +[assembly: AssemblyTitle("ShutdownMon")] 2.12 +[assembly: AssemblyDescription("")] 2.13 +[assembly: AssemblyConfiguration("")] 2.14 +[assembly: AssemblyCompany("Bendigo IT")] 2.15 +[assembly: AssemblyProduct("ShutdownMon")] 2.16 +[assembly: AssemblyCopyright("Copyright © Bendigo IT 2007")] 2.17 +[assembly: AssemblyTrademark("")] 2.18 +[assembly: AssemblyCulture("")] 2.19 + 2.20 +// Setting ComVisible to false makes the types in this assembly not visible 2.21 +// to COM components. If you need to access a type in this assembly from 2.22 +// COM, set the ComVisible attribute to true on that type. 2.23 +[assembly: ComVisible(false)] 2.24 + 2.25 +// The following GUID is for the ID of the typelib if this project is exposed to COM 2.26 +[assembly: Guid("8b7b842d-4b9b-41e9-8ffb-41f6250e5a55")] 2.27 + 2.28 +// Version information for an assembly consists of the following four values: 2.29 +// 2.30 +// Major Version 2.31 +// Minor Version 2.32 +// Build Number 2.33 +// Revision 2.34 +// 2.35 +[assembly: AssemblyVersion("1.0.0.0")] 2.36 +[assembly: AssemblyFileVersion("1.0.0.0")]