$search
00001 #include "stdafx.h" 00002 00003 using namespace System; 00004 using namespace System::Reflection; 00005 using namespace System::Runtime::CompilerServices; 00006 using namespace System::Runtime::InteropServices; 00007 using namespace System::Security::Permissions; 00008 00009 // 00010 // General Information about an assembly is controlled through the following 00011 // set of attributes. Change these attribute values to modify the information 00012 // associated with an assembly. 00013 // 00014 [assembly:AssemblyTitleAttribute("KNInet")]; 00015 [assembly:AssemblyDescriptionAttribute("")]; 00016 [assembly:AssemblyConfigurationAttribute("")]; 00017 [assembly:AssemblyCompanyAttribute("Neuronics AG")]; 00018 [assembly:AssemblyProductAttribute("KNInet")]; 00019 [assembly:AssemblyCopyrightAttribute("Copyright (c) Neuronics AG 2006")]; 00020 [assembly:AssemblyTrademarkAttribute("")]; 00021 [assembly:AssemblyCultureAttribute("")]; 00022 00023 // 00024 // Version information for an assembly consists of the following four values: 00025 // 00026 // Major Version 00027 // Minor Version 00028 // Build Number 00029 // Revision 00030 // 00031 // You can specify all the value or you can default the Revision and Build Numbers 00032 // by using the '*' as shown below: 00033 00034 [assembly:AssemblyVersionAttribute("3.5.*")]; 00035 00036 [assembly:ComVisible(false)]; 00037 00038 [assembly:CLSCompliantAttribute(true)]; 00039 00040 [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];