forked from rlabrecque/Steamworks.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSteamworks.NET-Standalone.nuspec
47 lines (39 loc) · 3.54 KB
/
Steamworks.NET-Standalone.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Steamworks.NET-Standalone</id>
<version>13.0.0</version>
<title>Steamworks.NET Standalone</title>
<authors>Riley Labrecque</authors>
<owners>Aragas, Riley Labrecque</owners>
<projectUrl>https://github.com/FactrIDE/Steamworks.NET</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Steamworks.NET is a C# Wrapper for Valve's Steamworks API, it can be used either with Unity or your C# based Application.
Steamworks.NET was designed to be as close as possible to the original C++ API, as such the documentation provided from Valve largely covers usage of Steamworks.NET. Niceties and C# Idioms can be easily implemented on top of Steamworks.NET.
Steamworks.NET currently fully supports Windows, OSX, and Linux in both 32 and 64bit varieties. Currently building against Steamworks SDK 1.46.</description>
</metadata>
<files>
<file src="Release\OSX-Linux-x86\net40\Steamworks.NET.dll" target="runtimes\linux-x86\lib\net40\Steamworks.NET.dll" />
<file src="Release\OSX-Linux-x86\netstandard2.0\Steamworks.NET.dll" target="runtimes\linux-x86\lib\netstandard2.0\Steamworks.NET.dll" />
<file src="Plugins\x86\libsteam_api.so" target="runtimes\linux-x86\native\libsteam_api.so" />
<file src="Release\OSX-Linux-x64\net40\Steamworks.NET.dll" target="runtimes\linux-x64\lib\net40\Steamworks.NET.dll" />
<file src="Release\OSX-Linux-x64\netstandard2.0\Steamworks.NET.dll" target="runtimes\linux-x64\lib\netstandard2.0\Steamworks.NET.dll" />
<file src="Plugins\x86_64\libsteam_api.so" target="runtimes\linux-x64\native\libsteam_api.so" />
<file src="Release\OSX-Linux-x64\net40\Steamworks.NET.dll" target="runtimes\osx\lib\net40\Steamworks.NET.dll" />
<file src="Release\OSX-Linux-x64\netstandard2.0\Steamworks.NET.dll" target="runtimes\osx\lib\netstandard2.0\Steamworks.NET.dll" />
<file src="Standalone\Steamworks.NET.dll.config" target="runtimes\osx\lib\net40\Steamworks.NET.dll.config" />
<file src="Standalone\Steamworks.NET.dll.config" target="runtimes\osx\lib\netstandard2.0\Steamworks.NET.dll.config" />
<file src="Plugins\steam_api.bundle\Contents\MacOS\libsteam_api.dylib" target="runtimes\osx\native\libsteam_api.dylib" />
<file src="Release\Windows-x86\net40\Steamworks.NET.dll" target="runtimes\win-x86\lib\net40\Steamworks.NET.dll" />
<file src="Release\Windows-x86\netstandard2.0\Steamworks.NET.dll" target="runtimes\win-x86\lib\netstandard2.0\Steamworks.NET.dll" />
<file src="Plugins\x86\steam_api.dll" target="runtimes\win-x86\native\steam_api.dll" />
<file src="Release\Windows-x64\net40\Steamworks.NET.dll" target="runtimes\win-x64\lib\net40\Steamworks.NET.dll" />
<file src="Release\Windows-x64\netstandard2.0\Steamworks.NET.dll" target="runtimes\win-x64\lib\netstandard2.0\Steamworks.NET.dll" />
<file src="Plugins\x86_64\steam_api64.dll" target="runtimes\win-x64\native\steam_api64.dll" />
<file src="Release\Windows-x86\netstandard2.0\Steamworks.NET.dll" target="ref\netstandard2.0\Steamworks.NET.dll" />
<file src="_._" target="ref\net40\" />
<file src="Steamworks.NET-Standalone.net40.targets" target="build\net40\Steamworks.NET-Standalone.targets" />
<file src="Steamworks.NET-Standalone.netstandard2.0.targets" target="build\netstandard2.0\Steamworks.NET-Standalone.targets" />
<file src="Plugins\Steamworks.NET\redist\steam_appid.txt" target="build\steam_appid.txt" />
</files>
</package>