-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectXTK.NET.nuspec
More file actions
29 lines (29 loc) · 1.2 KB
/
DirectXTK.NET.nuspec
File metadata and controls
29 lines (29 loc) · 1.2 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
<?xml version="1.0"?>
<package>
<metadata>
<id>DirectXTK.NET</id>
<version>1.1.0</version>
<authors>jjb</authors>
<owners>jjb</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>DirectXTK.NET is a .NET wrapper for the DirectX Tool Kit, built using C++/CLI for Silk.NET and DirectX 11.</description>
<tags>DirectX DirectXTK Silk.NET Wrapper</tags>
<dependencies>
<group targetFramework="net8.0">
<dependency id="Silk.NET.Direct3D11" version="2.20.0" />
</group>
</dependencies>
<icon>assets\icon.png</icon>
<readme>README.md</readme>
<projectUrl>https://github.com/jjb-pro/DirectXTK.NET</projectUrl>
<repository type="git" url="https://github.com/jjb-pro/DirectXTK.NET" />
<license type="expression">MIT</license>
</metadata>
<files>
<file src="DirectXTK.NET\x64\Release\DirectXTK.NET.dll" target="lib\net8.0\" />
<file src="DirectXTK.NET\x64\Release\DirectXTK.NET.pdb" target="lib\net8.0\" />
<file src="DirectXTK.NET\x64\Release\Ijwhost.dll" target="runtimes\win-x64\native\" />
<file src="DirectXTK.NET\assets\icon.png" target="assets\" />
<file src="README.md" target="\" />
</files>
</package>