scripts
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyVersion("1.3.0.0")]
|
||||
[assembly: AssemblyTitle("KdTreeLib")]
|
||||
[assembly: AssemblyDescription("Generic multi-dimensional binary search tree")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("codeandcats@gmail.com")]
|
||||
[assembly: AssemblyProduct("KdTreeLib")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2016")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: Guid("40b103e3-41e5-4a82-b9ba-384af1391862")]
|
||||
[assembly: AssemblyFileVersion("1.3.0.0")]
|
||||
Reference in New Issue
Block a user