1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/PowerManager/AssemblyInfo.cpp Thu Sep 24 21:39:05 2015 +0200
1.3 @@ -0,0 +1,38 @@
1.4 +#include "stdafx.h"
1.5 +
1.6 +using namespace System;
1.7 +using namespace System::Reflection;
1.8 +using namespace System::Runtime::CompilerServices;
1.9 +using namespace System::Runtime::InteropServices;
1.10 +using namespace System::Security::Permissions;
1.11 +
1.12 +//
1.13 +// General Information about an assembly is controlled through the following
1.14 +// set of attributes. Change these attribute values to modify the information
1.15 +// associated with an assembly.
1.16 +//
1.17 +[assembly:AssemblyTitleAttribute(L"PowerManager")];
1.18 +[assembly:AssemblyDescriptionAttribute(L"")];
1.19 +[assembly:AssemblyConfigurationAttribute(L"")];
1.20 +[assembly:AssemblyCompanyAttribute(L"")];
1.21 +[assembly:AssemblyProductAttribute(L"PowerManager")];
1.22 +[assembly:AssemblyCopyrightAttribute(L"Copyright (c) 2015")];
1.23 +[assembly:AssemblyTrademarkAttribute(L"")];
1.24 +[assembly:AssemblyCultureAttribute(L"")];
1.25 +
1.26 +//
1.27 +// Version information for an assembly consists of the following four values:
1.28 +//
1.29 +// Major Version
1.30 +// Minor Version
1.31 +// Build Number
1.32 +// Revision
1.33 +//
1.34 +// You can specify all the value or you can default the Revision and Build Numbers
1.35 +// by using the '*' as shown below:
1.36 +
1.37 +[assembly:AssemblyVersionAttribute("1.0.*")];
1.38 +
1.39 +[assembly:ComVisible(false)];
1.40 +
1.41 +[assembly:CLSCompliantAttribute(true)];
1.42 \ No newline at end of file