-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProgrammerare.ShortestPaths.nuspec
91 lines (72 loc) · 6.49 KB
/
Programmerare.ShortestPaths.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Programmerare.ShortestPaths</id>
<version>1.0.0</version>
<title>Shortest paths adapter/adaptee library</title>
<authors>TomasJohansson</authors>
<owners>TomasJohansson</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/TomasJohansson/adapters-shortest-paths-dotnet/blob/master/NOTICE.txt</licenseUrl>
<projectUrl>https://www.programmerare.com/adapters-shortest-paths-dotnet/</projectUrl>
<description>
Adapter library and implementations for finding the shortest paths between two locations.
This is useful for travel routing when you want to minimize the total time or total distance.
</description>
<tags>k-shortest-paths kShortestPaths shortestpaths shortest-path-algorithm shortest-paths-algorithm yenalgorithm yen-algorithm Yen algorithm routing</tags>
<dependencies>
<group targetFramework="net20">
<dependency id="OptimizedPriorityQueue" version="4.1.1" exclude="Build,Analyzers" />
</group>
<group targetFramework="net40">
<dependency id="OptimizedPriorityQueue" version="4.1.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<!-- net20 -->
<file src="Programmerare.ShortestPaths.Core\bin\Release\net20\Programmerare.ShortestPaths.Core.dll" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Core\bin\Release\net20\Programmerare.ShortestPaths.Core.pdb" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Core\bin\Programmerare.ShortestPaths.Core.xml" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adaptees.Common\bin\Release\net20\Programmerare.ShortestPaths.Adaptees.Common.dll" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adaptees.Common\bin\Release\net20\Programmerare.ShortestPaths.Adaptees.Common.pdb" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adaptees.Common\bin\Programmerare.ShortestPaths.Adaptees.Common.xml" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adaptee.Bsmock\bin\Release\net20\Programmerare.ShortestPaths.Adaptee.Bsmock.dll" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adaptee.Bsmock\bin\Release\net20\Programmerare.ShortestPaths.Adaptee.Bsmock.pdb" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adaptee.Bsmock\bin\Programmerare.ShortestPaths.Adaptee.Bsmock.xml" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adaptee.YanQi\bin\Release\net20\Programmerare.ShortestPaths.Adaptee.YanQi.dll" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adaptee.YanQi\bin\Release\net20\Programmerare.ShortestPaths.Adaptee.YanQi.pdb" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adaptee.YanQi\bin\Programmerare.ShortestPaths.Adaptee.YanQi.xml" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adapter.Bsmock\bin\Release\net20\Programmerare.ShortestPaths.Adapter.Bsmock.dll" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adapter.Bsmock\bin\Release\net20\Programmerare.ShortestPaths.Adapter.Bsmock.pdb" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adapter.Bsmock\bin\Programmerare.ShortestPaths.Adapter.Bsmock.xml" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adapter.YanQi\bin\Release\net20\Programmerare.ShortestPaths.Adapter.YanQi.dll" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adapter.YanQi\bin\Release\net20\Programmerare.ShortestPaths.Adapter.YanQi.pdb" target="lib\net20" />
<file src="Programmerare.ShortestPaths.Adapter.YanQi\bin\Programmerare.ShortestPaths.Adapter.YanQi.xml" target="lib\net20" />
<!-- net20 -->
<!-- net40 -->
<file src="Programmerare.ShortestPaths.Core\bin\Release\net40\Programmerare.ShortestPaths.Core.dll" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Core\bin\Release\net40\Programmerare.ShortestPaths.Core.pdb" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Core\bin\Programmerare.ShortestPaths.Core.xml" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adaptees.Common\bin\Release\net40\Programmerare.ShortestPaths.Adaptees.Common.dll" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adaptees.Common\bin\Release\net40\Programmerare.ShortestPaths.Adaptees.Common.pdb" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adaptees.Common\bin\Programmerare.ShortestPaths.Adaptees.Common.xml" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adaptee.Bsmock\bin\Release\net40\Programmerare.ShortestPaths.Adaptee.Bsmock.dll" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adaptee.Bsmock\bin\Release\net40\Programmerare.ShortestPaths.Adaptee.Bsmock.pdb" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adaptee.Bsmock\bin\Programmerare.ShortestPaths.Adaptee.Bsmock.xml" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adaptee.YanQi\bin\Release\net40\Programmerare.ShortestPaths.Adaptee.YanQi.dll" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adaptee.YanQi\bin\Release\net40\Programmerare.ShortestPaths.Adaptee.YanQi.pdb" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adaptee.YanQi\bin\Programmerare.ShortestPaths.Adaptee.YanQi.xml" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adapter.Bsmock\bin\Release\net40\Programmerare.ShortestPaths.Adapter.Bsmock.dll" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adapter.Bsmock\bin\Release\net40\Programmerare.ShortestPaths.Adapter.Bsmock.pdb" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adapter.Bsmock\bin\Programmerare.ShortestPaths.Adapter.Bsmock.xml" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adapter.YanQi\bin\Release\net40\Programmerare.ShortestPaths.Adapter.YanQi.dll" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adapter.YanQi\bin\Release\net40\Programmerare.ShortestPaths.Adapter.YanQi.pdb" target="lib\net40" />
<file src="Programmerare.ShortestPaths.Adapter.YanQi\bin\Programmerare.ShortestPaths.Adapter.YanQi.xml" target="lib\net40" />
<!-- net40 -->
</files>
<!--
https://docs.microsoft.com/en-us/nuget/reference/nuspec
nuget pack Programmerare.ShortestPaths.nuspec
-->
</package>