using namespace System; using namespace System::Reflection; using namespace System::Runtime::CompilerServices; using namespace System::Runtime::InteropServices; using namespace System::Security::Permissions; [assembly:AssemblyTitleAttribute("BluntDx")]; [assembly:AssemblyDescriptionAttribute("BluntDirectX Lightweight MDX Replacement")]; [assembly:AssemblyConfigurationAttribute("")]; [assembly:AssemblyCompanyAttribute("C Forbes & Associates")]; [assembly:AssemblyProductAttribute("BluntDx")]; [assembly:AssemblyCopyrightAttribute("Copyright (c) C Forbes & Associates 2006")]; [assembly:AssemblyTrademarkAttribute("")]; [assembly:AssemblyCultureAttribute("")]; [assembly:AssemblyVersionAttribute("1.0.*")]; [assembly:ComVisible(false)]; [assembly:CLSCompliantAttribute(true)]; [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];