forked from BlueRaja/High-Speed-Priority-Queue-for-C-Sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
67 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
*.user | ||
*.suo | ||
/packages/ | ||
/Priority Queue/*.nupkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>OptimizedPriorityQueue</id> | ||
<version>$version$</version> | ||
<title>$title$</title> | ||
<authors>BlueRaja</authors> | ||
<owners>BlueRaja</owners> | ||
<licenseUrl>https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp/blob/master/LICENSE.txt</licenseUrl> | ||
<projectUrl>https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>$description$</description> | ||
<releaseNotes>Initial publishing onto NuGet</releaseNotes> | ||
<copyright>Copyright 2015</copyright> | ||
<tags>C# priority-queue pathfinding optimized</tags> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\net20\Priority Queue.dll" target="lib\net20\Priority Queue.dll" /> | ||
<file src="bin\Release\net20\Priority Queue.pdb" target="lib\net20\Priority Queue.pdb" /> | ||
<file src="bin\Release\net45\Priority Queue.dll" target="lib\net45\Priority Queue.dll" /> | ||
<file src="bin\Release\net45\Priority Queue.pdb" target="lib\net45\Priority Queue.pdb" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="NuGet.CommandLine" version="2.8.6" targetFramework="net45" developmentDependency="true"/> | ||
</packages> |