-
Notifications
You must be signed in to change notification settings - Fork 13
/
nfluidsynth.nuspec
36 lines (36 loc) · 2.18 KB
/
nfluidsynth.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
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>nfluidsynth</id>
<version>0.3.1</version>
<description>libfluidsynth C# binding</description>
<authors>atsushieno</authors>
<owners>atsushieno</owners>
<licenseUrl>https://github.com/atsushieno/nfluidsynth/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/atsushieno/nfluidsynth</projectUrl>
<summary>see github commits, there is not a lot of changes.</summary>
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="System.Memory" version="4.5.3" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETCoreApp3.1">
</group>
<group targetFramework=".NETStandard2.1">
<dependency id="managed-midi" version="1.9" />
</group>
</dependencies>
</metadata>
<files>
<file src="NFluidsynth.MidiAccess\bin\Debug\net472\NFluidsynth.dll" target="lib\net472" />
<file src="NFluidsynth.MidiAccess\bin\Debug\net472\NFluidsynth.pdb" target="lib\net472" />
<file src="NFluidsynth.MidiAccess\bin\Debug\net472\NFluidsynth.MidiAccess.dll" target="lib\net472" />
<file src="NFluidsynth.MidiAccess\bin\Debug\net472\NFluidsynth.MidiAccess.pdb" target="lib\net472" />
<file src="NFluidsynth.MidiAccess\bin\Debug\netcoreapp3.1\NFluidsynth.dll" target="lib\netcoreapp3.1" />
<file src="NFluidsynth.MidiAccess\bin\Debug\netcoreapp3.1\NFluidsynth.pdb" target="lib\netcoreapp3.1" />
<file src="NFluidsynth.MidiAccess\bin\Debug\netcoreapp3.1\NFluidsynth.MidiAccess.dll" target="lib\netcoreapp3.1" />
<file src="NFluidsynth.MidiAccess\bin\Debug\netcoreapp3.1\NFluidsynth.MidiAccess.pdb" target="lib\netcoreapp3.1" />
<file src="NFluidsynth.MidiAccess\bin\Debug\netstandard2.1\NFluidsynth.dll" target="lib\netstandard2.1" />
<file src="NFluidsynth.MidiAccess\bin\Debug\netstandard2.1\NFluidsynth.pdb" target="lib\netstandard2.1" />
<file src="NFluidsynth.MidiAccess\bin\Debug\netstandard2.1\NFluidsynth.MidiAccess.dll" target="lib\netstandard2.1" />
<file src="NFluidsynth.MidiAccess\bin\Debug\net472\NFluidsynth.MidiAccess.pdb" target="lib\netstandard2.1" />
</files>
</package>