lets do this properly.
git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1144 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
18
BluntDx/AssemblyInfo.cpp
Normal file
18
BluntDx/AssemblyInfo.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
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)];
|
||||
Reference in New Issue
Block a user