Skip to content

Commit

Permalink
Add SVS AstarPathfindingProject
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Sep 25, 2024
1 parent 6080092 commit ee47e15
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packaging/SamabakeScramble/AstarPathfindingProject.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$gameVersion$</version>
<description>Used by game AI</description>
<authors>Illgames</authors>
</metadata>
<files>
<file src="libraries\AstarPathfindingProject.*" target="lib\net60" />
<!--<file src="..\install.ps1" target="tools" /> not necessary since assemblies are not publicized-->
<!--<file src="$id$.targets" target="build" />-->
</files>
</package>

0 comments on commit ee47e15

Please sign in to comment.