This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+17
View File
@@ -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")]