Skip to content

Commit

Permalink
Silverlight 5
Browse files Browse the repository at this point in the history
  • Loading branch information
AqlaSolutions committed Mar 13, 2016
1 parent 6017597 commit f01647f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ For more examples please see tests.

* .NET 2.0 and higher (also IKVM version available)
* Windows Phone 8
* Silverlight 4
* Silverlight 5
9 changes: 7 additions & 2 deletions all.build
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
<WP8Files Include="LICENSE"/>
<SilverlightFiles Include="RunSharpSilverlight\bin\Release\RunSharp.*"/>
<SilverlightFiles Include="LICENSE"/>
<PortableFiles Include="RunSharpPortable\bin\Release\RunSharp.*"/>
<PortableFiles Include="LICENSE"/>
</ItemGroup>


Expand All @@ -53,8 +55,11 @@
<Copy SourceFiles="@(WP8Files)" DestinationFolder="$(NugetDirectory)\windowsphone8"/>
<Copy SourceFiles="@(WP8Files)" DestinationFolder="$(ZipDirectory)\windowsphone8"/>

<Copy SourceFiles="@(SilverlightFiles)" DestinationFolder="$(NugetDirectory)\sl4"/>
<Copy SourceFiles="@(SilverlightFiles)" DestinationFolder="$(ZipDirectory)\sl4"/>
<Copy SourceFiles="@(SilverlightFiles)" DestinationFolder="$(NugetDirectory)\sl5"/>
<Copy SourceFiles="@(SilverlightFiles)" DestinationFolder="$(ZipDirectory)\sl5"/>

<Copy SourceFiles="@(PortableFiles)" DestinationFolder="$(NugetDirectory)\portable-sl5+net40+wp81+windows8+android+ios"/>
<Copy SourceFiles="@(PortableFiles)" DestinationFolder="$(ZipDirectory)\portable-sl5+net40+wp81+windows8+android+ios"/>


<Exec Command="packages\NuGet.CommandLine.2.0.40000\tools\NuGet.exe pack $(NugetDirectory)\..\runsharp.nuspec"/>
Expand Down

0 comments on commit f01647f

Please sign in to comment.