길 찾기 알고리즘 버전관리 시작
This commit is contained in:
BIN
bin/Debug/AStarPathFinding.exe
Normal file
BIN
bin/Debug/AStarPathFinding.exe
Normal file
Binary file not shown.
326
bin/Debug/AStarPathFinding.exe.config
Normal file
326
bin/Debug/AStarPathFinding.exe.config
Normal file
@@ -0,0 +1,326 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||
</startup>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Collections.Concurrent" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Collections" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.ComponentModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.ComponentModel.EventBasedAsync" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Data.Common" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.Contracts" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.Debug" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.Tools" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.Tracing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Dynamic.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Globalization" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Globalization.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Linq" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Linq.Expressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Linq.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Linq.Queryable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Net.NetworkInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Net.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Net.Requests" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Net.Sockets" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.ObjectModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Reflection.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Reflection.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Resources.ResourceManager" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.Numerics" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.Serialization.Json" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.Serialization.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.Serialization.Xml" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.3.0" newVersion="4.1.3.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.Principal" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.SecureString" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Text.Encoding" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Text.Encoding.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Text.RegularExpressions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Overlapped" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks.Parallel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Timer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Xml.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Xml.XmlSerializer" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
BIN
bin/Debug/AStarPathFinding.pdb
Normal file
BIN
bin/Debug/AStarPathFinding.pdb
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.Win32.Primitives.dll
Normal file
BIN
bin/Debug/Microsoft.Win32.Primitives.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Roy-T.AStar.dll
Normal file
BIN
bin/Debug/Roy-T.AStar.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.AppContext.dll
Normal file
BIN
bin/Debug/System.AppContext.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Collections.Concurrent.dll
Normal file
BIN
bin/Debug/System.Collections.Concurrent.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Collections.NonGeneric.dll
Normal file
BIN
bin/Debug/System.Collections.NonGeneric.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Collections.Specialized.dll
Normal file
BIN
bin/Debug/System.Collections.Specialized.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Collections.dll
Normal file
BIN
bin/Debug/System.Collections.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.ComponentModel.EventBasedAsync.dll
Normal file
BIN
bin/Debug/System.ComponentModel.EventBasedAsync.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.ComponentModel.Primitives.dll
Normal file
BIN
bin/Debug/System.ComponentModel.Primitives.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.ComponentModel.TypeConverter.dll
Normal file
BIN
bin/Debug/System.ComponentModel.TypeConverter.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.ComponentModel.dll
Normal file
BIN
bin/Debug/System.ComponentModel.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Console.dll
Normal file
BIN
bin/Debug/System.Console.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Data.Common.dll
Normal file
BIN
bin/Debug/System.Data.Common.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Diagnostics.Contracts.dll
Normal file
BIN
bin/Debug/System.Diagnostics.Contracts.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Diagnostics.Debug.dll
Normal file
BIN
bin/Debug/System.Diagnostics.Debug.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Diagnostics.FileVersionInfo.dll
Normal file
BIN
bin/Debug/System.Diagnostics.FileVersionInfo.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Diagnostics.Process.dll
Normal file
BIN
bin/Debug/System.Diagnostics.Process.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Diagnostics.StackTrace.dll
Normal file
BIN
bin/Debug/System.Diagnostics.StackTrace.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Diagnostics.TextWriterTraceListener.dll
Normal file
BIN
bin/Debug/System.Diagnostics.TextWriterTraceListener.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Diagnostics.Tools.dll
Normal file
BIN
bin/Debug/System.Diagnostics.Tools.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Diagnostics.TraceSource.dll
Normal file
BIN
bin/Debug/System.Diagnostics.TraceSource.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Diagnostics.Tracing.dll
Normal file
BIN
bin/Debug/System.Diagnostics.Tracing.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Drawing.Primitives.dll
Normal file
BIN
bin/Debug/System.Drawing.Primitives.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Dynamic.Runtime.dll
Normal file
BIN
bin/Debug/System.Dynamic.Runtime.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Globalization.Calendars.dll
Normal file
BIN
bin/Debug/System.Globalization.Calendars.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Globalization.Extensions.dll
Normal file
BIN
bin/Debug/System.Globalization.Extensions.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Globalization.dll
Normal file
BIN
bin/Debug/System.Globalization.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IO.Compression.ZipFile.dll
Normal file
BIN
bin/Debug/System.IO.Compression.ZipFile.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IO.Compression.dll
Normal file
BIN
bin/Debug/System.IO.Compression.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IO.FileSystem.DriveInfo.dll
Normal file
BIN
bin/Debug/System.IO.FileSystem.DriveInfo.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IO.FileSystem.Primitives.dll
Normal file
BIN
bin/Debug/System.IO.FileSystem.Primitives.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IO.FileSystem.Watcher.dll
Normal file
BIN
bin/Debug/System.IO.FileSystem.Watcher.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IO.FileSystem.dll
Normal file
BIN
bin/Debug/System.IO.FileSystem.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IO.IsolatedStorage.dll
Normal file
BIN
bin/Debug/System.IO.IsolatedStorage.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IO.MemoryMappedFiles.dll
Normal file
BIN
bin/Debug/System.IO.MemoryMappedFiles.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IO.Pipes.dll
Normal file
BIN
bin/Debug/System.IO.Pipes.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IO.UnmanagedMemoryStream.dll
Normal file
BIN
bin/Debug/System.IO.UnmanagedMemoryStream.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.IO.dll
Normal file
BIN
bin/Debug/System.IO.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Linq.Expressions.dll
Normal file
BIN
bin/Debug/System.Linq.Expressions.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Linq.Parallel.dll
Normal file
BIN
bin/Debug/System.Linq.Parallel.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Linq.Queryable.dll
Normal file
BIN
bin/Debug/System.Linq.Queryable.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Linq.dll
Normal file
BIN
bin/Debug/System.Linq.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Net.Http.dll
Normal file
BIN
bin/Debug/System.Net.Http.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Net.NameResolution.dll
Normal file
BIN
bin/Debug/System.Net.NameResolution.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Net.NetworkInformation.dll
Normal file
BIN
bin/Debug/System.Net.NetworkInformation.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Net.Ping.dll
Normal file
BIN
bin/Debug/System.Net.Ping.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Net.Primitives.dll
Normal file
BIN
bin/Debug/System.Net.Primitives.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Net.Requests.dll
Normal file
BIN
bin/Debug/System.Net.Requests.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Net.Security.dll
Normal file
BIN
bin/Debug/System.Net.Security.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Net.Sockets.dll
Normal file
BIN
bin/Debug/System.Net.Sockets.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Net.WebHeaderCollection.dll
Normal file
BIN
bin/Debug/System.Net.WebHeaderCollection.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Net.WebSockets.Client.dll
Normal file
BIN
bin/Debug/System.Net.WebSockets.Client.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Net.WebSockets.dll
Normal file
BIN
bin/Debug/System.Net.WebSockets.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.ObjectModel.dll
Normal file
BIN
bin/Debug/System.ObjectModel.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Reflection.Extensions.dll
Normal file
BIN
bin/Debug/System.Reflection.Extensions.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Reflection.Primitives.dll
Normal file
BIN
bin/Debug/System.Reflection.Primitives.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Reflection.dll
Normal file
BIN
bin/Debug/System.Reflection.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Resources.Reader.dll
Normal file
BIN
bin/Debug/System.Resources.Reader.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Resources.ResourceManager.dll
Normal file
BIN
bin/Debug/System.Resources.ResourceManager.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Resources.Writer.dll
Normal file
BIN
bin/Debug/System.Resources.Writer.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Runtime.CompilerServices.VisualC.dll
Normal file
BIN
bin/Debug/System.Runtime.CompilerServices.VisualC.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Runtime.Extensions.dll
Normal file
BIN
bin/Debug/System.Runtime.Extensions.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Runtime.Handles.dll
Normal file
BIN
bin/Debug/System.Runtime.Handles.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll
Normal file
BIN
bin/Debug/System.Runtime.InteropServices.RuntimeInformation.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Runtime.InteropServices.dll
Normal file
BIN
bin/Debug/System.Runtime.InteropServices.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Runtime.Numerics.dll
Normal file
BIN
bin/Debug/System.Runtime.Numerics.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Runtime.Serialization.Formatters.dll
Normal file
BIN
bin/Debug/System.Runtime.Serialization.Formatters.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Runtime.Serialization.Json.dll
Normal file
BIN
bin/Debug/System.Runtime.Serialization.Json.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Runtime.Serialization.Primitives.dll
Normal file
BIN
bin/Debug/System.Runtime.Serialization.Primitives.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Runtime.Serialization.Xml.dll
Normal file
BIN
bin/Debug/System.Runtime.Serialization.Xml.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Runtime.dll
Normal file
BIN
bin/Debug/System.Runtime.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Security.Claims.dll
Normal file
BIN
bin/Debug/System.Security.Claims.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Security.Cryptography.Algorithms.dll
Normal file
BIN
bin/Debug/System.Security.Cryptography.Algorithms.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Security.Cryptography.Csp.dll
Normal file
BIN
bin/Debug/System.Security.Cryptography.Csp.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Security.Cryptography.Encoding.dll
Normal file
BIN
bin/Debug/System.Security.Cryptography.Encoding.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Security.Cryptography.Primitives.dll
Normal file
BIN
bin/Debug/System.Security.Cryptography.Primitives.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Security.Cryptography.X509Certificates.dll
Normal file
BIN
bin/Debug/System.Security.Cryptography.X509Certificates.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Security.Principal.dll
Normal file
BIN
bin/Debug/System.Security.Principal.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Security.SecureString.dll
Normal file
BIN
bin/Debug/System.Security.SecureString.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Text.Encoding.Extensions.dll
Normal file
BIN
bin/Debug/System.Text.Encoding.Extensions.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Text.Encoding.dll
Normal file
BIN
bin/Debug/System.Text.Encoding.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Text.RegularExpressions.dll
Normal file
BIN
bin/Debug/System.Text.RegularExpressions.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Threading.Overlapped.dll
Normal file
BIN
bin/Debug/System.Threading.Overlapped.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Threading.Tasks.Parallel.dll
Normal file
BIN
bin/Debug/System.Threading.Tasks.Parallel.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Threading.Tasks.dll
Normal file
BIN
bin/Debug/System.Threading.Tasks.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Threading.Thread.dll
Normal file
BIN
bin/Debug/System.Threading.Thread.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Threading.ThreadPool.dll
Normal file
BIN
bin/Debug/System.Threading.ThreadPool.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Threading.Timer.dll
Normal file
BIN
bin/Debug/System.Threading.Timer.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Threading.dll
Normal file
BIN
bin/Debug/System.Threading.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.ValueTuple.dll
Normal file
BIN
bin/Debug/System.ValueTuple.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Xml.ReaderWriter.dll
Normal file
BIN
bin/Debug/System.Xml.ReaderWriter.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Xml.XDocument.dll
Normal file
BIN
bin/Debug/System.Xml.XDocument.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Xml.XPath.XDocument.dll
Normal file
BIN
bin/Debug/System.Xml.XPath.XDocument.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Xml.XPath.dll
Normal file
BIN
bin/Debug/System.Xml.XPath.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Xml.XmlDocument.dll
Normal file
BIN
bin/Debug/System.Xml.XmlDocument.dll
Normal file
Binary file not shown.
BIN
bin/Debug/System.Xml.XmlSerializer.dll
Normal file
BIN
bin/Debug/System.Xml.XmlSerializer.dll
Normal file
Binary file not shown.
BIN
bin/Debug/netstandard.dll
Normal file
BIN
bin/Debug/netstandard.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user