forked from restsharp/RestSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.cmd
12 lines (8 loc) · 834 Bytes
/
package.cmd
1
2
3
4
5
6
7
8
9
10
11
12
tools\ilmerge.exe /lib:RestSharp\bin\Release /internalize /ndebug /v2 /out:Download\RestSharp.dll RestSharp.dll Newtonsoft.Json.Net35.dll
tools\ilmerge.exe /lib:RestSharp.Silverlight\bin\Release /internalize /ndebug /targetplatform:v4,"C:\Program Files (x86)\Microsoft Silverlight\4.0.60129.0" /out:Download\RestSharp.Silverlight.dll RestSharp.Silverlight.dll Newtonsoft.Json.Silverlight.dll System.Xml.Linq.dll
copy RestSharp.WindowsPhone\bin\Release\*.dll Download\WindowsPhone\
copy LICENSE.txt Download
copy RestSharp\bin\Release\RestSharp.dll Download\Package\lib\3.5\
copy RestSharp.Silverlight\bin\Release\RestSharp.Silverlight.dll Download\Package\lib\SL4\
copy RestSharp.WindowsPhone\bin\Release\RestSharp.WindowsPhone.dll Download\Package\lib\SL3-WP\
tools\nuget.exe pack restsharp.nuspec -b Download\Package -o Download