Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools How to compile silverlight 2 C# proj on mac?
1 replies. Latest Post by Tony.Champion on April 28, 2009.
(0)
SLDownlo...
Member
0 points
4 Posts
04-28-2009 9:23 AM |
I have a silverlight 2 c# project that builds fine on Windows and generate the app.
I want to build that on mac. I have downloaded and installed MonoDevelop-2.0-3 & MonoFramework-2.4_7.macos10.noell.universal.dmg
using smcs or gmcs I am able to compile the .cs file. But how to compile the .proj file so that it builds the Silverlight app.
What steps I need to follow? I don't want to do that through IDE such as the eclipse4SL plugin.
Thanks
NKC
Tony.Cha...
730 points
114 Posts
04-28-2009 11:08 PM |
Just an FYI, you should not have to create a new version of the Silverlight app on the Mac. You can build and deploy it from Windows. Mono has created a Silverlight plugin for the Mac, but to the best of my knowledge I don't believe it requires seperate builds.
Tony Champion