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:
chrisf
2007-07-10 02:24:10 +00:00
parent 3338422abc
commit 206df3514e
19 changed files with 1657 additions and 0 deletions

18
BluntDx/AssemblyInfo.cpp Normal file
View 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)];