Skip to main content

Microsoft Silverlight

Answered Question Build Silverlight Visual Studio Project from a command lineRSS Feed

(0)

Ludo35
Ludo35

Member

Member

16 points

53 Posts

Build Silverlight Visual Studio Project from a command line

Hello,

I have created a basic Silverlight project in Visual Studio. I am looking for a way to build this project from a command line.

Please let me know which command line I should use to be able to build my Visual Studio solution.

Thanks in advance,

Ludo

SilverlightCoderCom
Silverli...

Member

Member

124 points

23 Posts

Answered Question

Re: Build Silverlight Visual Studio Project from a command line

 Hello,

You can try LocBaml.exe command  to compile Silverlight project

 Please refer this site URL http://www.guysmithferrier.com/Downloads/I18NWPF.pdf  for more detail.

 

Please click on 'Mark as answer' near my comment if you feel I answered your question.


Silverlightcoder Team
http://silverlightcoder.com

mahesh.panhale
mahesh.p...

Member

Member

134 points

59 Posts

Answered Question

Re: Build Silverlight Visual Studio Project from a command line

Hi,

You can make use of following for the same

msbuild "<Path of silverlight project file i.e. Proj>"  /Property:OutDir="<Path of the output file>"

 

 

 Thanks & Regards,

Mahesh Panhale

mahesh.panhale
mahesh.p...

Member

Member

134 points

59 Posts

Re: Re: Build Silverlight Visual Studio Project from a command line

OutDir is path of folder where you want output to be placed .

 

 

Ludo35
Ludo35

Member

Member

16 points

53 Posts

Re: Re: Build Silverlight Visual Studio Project from a command line

 Cool, it worked! Thanks!

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities