StephaneLenclud@159: #include "stdafx.h" StephaneLenclud@159: StephaneLenclud@159: using namespace System; StephaneLenclud@159: using namespace System::Reflection; StephaneLenclud@159: using namespace System::Runtime::CompilerServices; StephaneLenclud@159: using namespace System::Runtime::InteropServices; StephaneLenclud@159: using namespace System::Security::Permissions; StephaneLenclud@159: StephaneLenclud@159: // StephaneLenclud@159: // General Information about an assembly is controlled through the following StephaneLenclud@159: // set of attributes. Change these attribute values to modify the information StephaneLenclud@159: // associated with an assembly. StephaneLenclud@159: // StephaneLenclud@159: [assembly:AssemblyTitleAttribute(L"PowerManager")]; StephaneLenclud@159: [assembly:AssemblyDescriptionAttribute(L"")]; StephaneLenclud@159: [assembly:AssemblyConfigurationAttribute(L"")]; StephaneLenclud@159: [assembly:AssemblyCompanyAttribute(L"")]; StephaneLenclud@159: [assembly:AssemblyProductAttribute(L"PowerManager")]; StephaneLenclud@159: [assembly:AssemblyCopyrightAttribute(L"Copyright (c) 2015")]; StephaneLenclud@159: [assembly:AssemblyTrademarkAttribute(L"")]; StephaneLenclud@159: [assembly:AssemblyCultureAttribute(L"")]; StephaneLenclud@159: StephaneLenclud@159: // StephaneLenclud@159: // Version information for an assembly consists of the following four values: StephaneLenclud@159: // StephaneLenclud@159: // Major Version StephaneLenclud@159: // Minor Version StephaneLenclud@159: // Build Number StephaneLenclud@159: // Revision StephaneLenclud@159: // StephaneLenclud@159: // You can specify all the value or you can default the Revision and Build Numbers StephaneLenclud@159: // by using the '*' as shown below: StephaneLenclud@159: StephaneLenclud@159: [assembly:AssemblyVersionAttribute("1.0.*")]; StephaneLenclud@159: StephaneLenclud@159: [assembly:ComVisible(false)]; StephaneLenclud@159: StephaneLenclud@159: [assembly:CLSCompliantAttribute(true)];