diff options
Diffstat (limited to 'libraries/ode-0.9/contrib/Ode.NET/Ode/AssemblyInfo.cs')
-rw-r--r-- | libraries/ode-0.9/contrib/Ode.NET/Ode/AssemblyInfo.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/ode-0.9/contrib/Ode.NET/Ode/AssemblyInfo.cs b/libraries/ode-0.9/contrib/Ode.NET/Ode/AssemblyInfo.cs new file mode 100644 index 0000000..6a8c2b6 --- /dev/null +++ b/libraries/ode-0.9/contrib/Ode.NET/Ode/AssemblyInfo.cs | |||
@@ -0,0 +1,18 @@ | |||
1 | using System; | ||
2 | using System.Reflection; | ||
3 | using System.Runtime.CompilerServices; | ||
4 | using System.Runtime.InteropServices; | ||
5 | |||
6 | [assembly: AssemblyTitle("Ode.NET")] | ||
7 | [assembly: AssemblyDescription("")] | ||
8 | [assembly: AssemblyConfiguration("")] | ||
9 | [assembly: AssemblyCompany("")] | ||
10 | [assembly: AssemblyProduct("Ode.NET")] | ||
11 | [assembly: AssemblyCopyright("")] | ||
12 | [assembly: AssemblyTrademark("")] | ||
13 | [assembly: AssemblyCulture("")] | ||
14 | [assembly: ComVisible(false)] | ||
15 | [assembly: Guid("1347a35e-c32b-4ff6-8064-7d10b2cc113b")] | ||
16 | [assembly: AssemblyVersion("0.7.0.0")] | ||
17 | [assembly: AssemblyFileVersion("0.7.0.0")] | ||
18 | [assembly: CLSCompliantAttribute(true)] | ||