fixed some AssemblyInfo files
parent
e3998230cc
commit
76a67f45c6
|
@ -34,11 +34,11 @@ using System.Runtime.InteropServices;
|
||||||
// change them to the information which is associated with the assembly
|
// change them to the information which is associated with the assembly
|
||||||
// you compile.
|
// you compile.
|
||||||
|
|
||||||
[assembly : AssemblyTitle("PhysXplugin")]
|
[assembly : AssemblyTitle("BasicPhysicsPlugin")]
|
||||||
[assembly : AssemblyDescription("")]
|
[assembly : AssemblyDescription("")]
|
||||||
[assembly : AssemblyConfiguration("")]
|
[assembly : AssemblyConfiguration("")]
|
||||||
[assembly : AssemblyCompany("")]
|
[assembly : AssemblyCompany("")]
|
||||||
[assembly : AssemblyProduct("PhysXplugin")]
|
[assembly : AssemblyProduct("BasicPhysicsPlugin")]
|
||||||
[assembly : AssemblyCopyright("")]
|
[assembly : AssemblyCopyright("")]
|
||||||
[assembly : AssemblyTrademark("")]
|
[assembly : AssemblyTrademark("")]
|
||||||
[assembly : AssemblyCulture("")]
|
[assembly : AssemblyCulture("")]
|
||||||
|
|
|
@ -34,11 +34,11 @@ using System.Runtime.InteropServices;
|
||||||
// change them to the information which is associated with the assembly
|
// change them to the information which is associated with the assembly
|
||||||
// you compile.
|
// you compile.
|
||||||
|
|
||||||
[assembly : AssemblyTitle("RealPhysXplugin")]
|
[assembly : AssemblyTitle("OdePlugin")]
|
||||||
[assembly : AssemblyDescription("")]
|
[assembly : AssemblyDescription("")]
|
||||||
[assembly : AssemblyConfiguration("")]
|
[assembly : AssemblyConfiguration("")]
|
||||||
[assembly : AssemblyCompany("")]
|
[assembly : AssemblyCompany("")]
|
||||||
[assembly : AssemblyProduct("RealPhysXplugin")]
|
[assembly : AssemblyProduct("OdePlugin")]
|
||||||
[assembly : AssemblyCopyright("")]
|
[assembly : AssemblyCopyright("")]
|
||||||
[assembly : AssemblyTrademark("")]
|
[assembly : AssemblyTrademark("")]
|
||||||
[assembly : AssemblyCulture("")]
|
[assembly : AssemblyCulture("")]
|
||||||
|
|
Loading…
Reference in New Issue