Skip to content

Commit

Permalink
Add package for HC studio
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Dec 23, 2023
1 parent be8ce48 commit 1ba190c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packaging/HoneyComeStudio/Assembly-CSharp.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$gameVersion$</version>
<description>Studio code and critical dependencies</description>
<authors>Illgames</authors>
<dependencies>
<group targetFramework="net6.0" >
<dependency id="IllusionLibs.HoneyCome.UnityEngine" version="2021.3.14.2" />
<dependency id="IllusionLibs.HoneyCome.Il2Cppmscorlib" version="$gameVersion$" />
</group>
</dependencies>
</metadata>
<files>
<file src="libraries\Assembly-CSharp*" target="lib\net60" />
<file src="libraries\IL.dll" target="lib\net60" />
<file src="libraries\MessagePack*" target="lib\net60" />
<file src="libraries\MemoryPack.dll" target="lib\net60" />
<!--<file src="..\install.ps1" target="tools" /> not necessary since assemblies are not publicized-->
<!--<file src="$id$.targets" target="build" />-->
</files>
</package>
Binary file not shown.
Binary file not shown.
Binary file added packaging/HoneyComeStudio/libraries/IL.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1ba190c

Please sign in to comment.