-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSSMenuSystem-LABAPI.nuspec
More file actions
36 lines (32 loc) · 1.61 KB
/
SSMenuSystem-LABAPI.nuspec
File metadata and controls
36 lines (32 loc) · 1.61 KB
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SSMenuSystem</id>
<title>SS Menu System</title>
<version>2.1.0-LABAPI</version>
<authors>Sky</authors>
<owners>Sky</owners>
<copyright>Copyright © Sky 2025</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="Git" url="https://github.com/skyfr0676/SSMenuSystem" />
<projectUrl>https://github.com/skyfr0676/SSMenuSystem</projectUrl>
<description>An api that add a menu system into SCP: Secret Laboratory. Builded with EXILED, NWAPI and LABAPI separated.</description>
<readme>docs\README.md</readme>
<dependencies>
<group targetFramework="net48"/>
</dependencies>
</metadata>
<files>
<!-- Project files -->
<file src="$(PACKAGE_REF)/Assembly-CSharp-Publicized.dll" target="lib\net48" />
<file src="$(PACKAGE_REF)/NorthwoodLib.dll" target="lib\net48" />
<file src="$(PACKAGE_REF)/LabApi.dll" target="lib\net48" />
<file src="bin/Release LABAPI/SSMenuSystem-LABAPI.dll" target="lib\net48" />
<file src="bin/Release LABAPI/SSMenuSystem-LABAPI.xml" target="lib\net48" />
<file src="$(PACKAGE_REF)/Unity.TextMeshPro.dll" target="lib\net48" />
<file src="$(PACKAGE_REF)/UnityEngine.CoreModule.dll" target="lib\net48" />
<file src="$(PACKAGE_REF)/Mirror.dll" target="lib\net48" />
<file src="README.md" target="docs\" />
<!-- Project files -->
</files>
</package>