Skip to content

Commit

Permalink
Attempt at modifying the nuspec file to include UWP target
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Soderling committed Oct 21, 2016
1 parent 552e601 commit 972c085
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NGraphics.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@
<file src="NGraphics/bin/Release/NGraphics.dll.mdb" target="lib\wpa81\NGraphics.dll.mdb" />
<file src="Platforms/NGraphics.WindowsPhone/bin/Release/NGraphics.WindowsPhone.dll" target="lib\wpa81\NGraphics.WindowsPhone.dll" />
<file src="Platforms/NGraphics.WindowsPhone/bin/Release/NGraphics.WindowsPhone.xml" target="lib\wpa81\NGraphics.WindowsPhone.xml" />
<file src="Platforms/NGraphics.WindowsPhone/bin/Release/NGraphics.WindowsPhone.pdb" target="lib\wpa81\NGraphics.WindowsPhone.dll.mdb" />
<file src="Platforms/NGraphics.WindowsPhone/bin/Release/NGraphics.WindowsPhone.pdb" target="lib\wpa81\NGraphics.WindowsPhone.dll.mdb" />
<!-- UWP -->
<file src="NGraphics/bin/Release/NGraphics.dll" target="lib\uap10.0\NGraphics.dll" />
<file src="NGraphics/bin/Release/NGraphics.xml" target="lib\uap10.0\NGraphics.xml" />
<file src="NGraphics/bin/Release/NGraphics.dll.mdb" target="lib\uap10.0\NGraphics.dll.mdb" />
<file src="Platforms/NGraphics.UWP/bin/x86/Release/NGraphics.UWP.dll" target="lib\uap10.0\NGraphics.UWP.dll" />
<file src="Platforms/NGraphics.UWP/bin/x86/Release/NGraphics.UWP.pdb" target="lib\uap10.0\NGraphics.UWP.pdb" />
<!-- Xamarin.Mac -->
<file src="NGraphics/bin/Release/NGraphics.dll" target="lib\Xamarin.Mac20\NGraphics.dll" />
<file src="NGraphics/bin/Release/NGraphics.xml" target="lib\Xamarin.Mac20\NGraphics.xml" />
Expand Down

0 comments on commit 972c085

Please sign in to comment.