Merge pull request #26220 from 78andyp/blurayfixes
[xbmc.git] / lib / libUPnP / Platinum / Build / Targets / x86-microsoft-win32-vs2010 / Platinum.Managed / AssemblyInfo.cpp
blob081d5a90ef7647402d5ae71bd060ec3ba438af3c
1 #include "stdafx.h"
3 using namespace System;
4 using namespace System::Reflection;
5 using namespace System::Runtime::CompilerServices;
6 using namespace System::Runtime::InteropServices;
7 using namespace System::Security::Permissions;
9 //
10 // General Information about an assembly is controlled through the following
11 // set of attributes. Change these attribute values to modify the information
12 // associated with an assembly.
14 [assembly:AssemblyTitleAttribute("PlatinumManaged")];
15 [assembly:AssemblyDescriptionAttribute("")];
16 [assembly:AssemblyConfigurationAttribute("")];
17 [assembly:AssemblyCompanyAttribute("Plutinosoft")];
18 [assembly:AssemblyProductAttribute("PlatinumManaged")];
19 [assembly:AssemblyCopyrightAttribute("Copyright (c) Plutinosoft 2010")];
20 [assembly:AssemblyTrademarkAttribute("")];
21 [assembly:AssemblyCultureAttribute("")];
24 // Version information for an assembly consists of the following four values:
26 // Major Version
27 // Minor Version
28 // Build Number
29 // Revision
31 // You can specify all the value or you can default the Revision and Build Numbers
32 // by using the '*' as shown below:
34 [assembly:AssemblyVersionAttribute("1.0.*")];
36 [assembly:ComVisible(false)];
38 [assembly:CLSCompliantAttribute(true)];
40 [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];