silverlight - Is it possible to convert Windows Phone App project into Windows Phone Class Library? -
silverlight - Is it possible to convert Windows Phone App project into Windows Phone Class Library? -
i accidentally created windows phone app project instead of windows phone class library project , worked on few days, till realized when i'm running "end-point" application installs "library" app well.
so possible convert windows phone app project windows phone class library?
luckily solution easy. instead of creating new windows phone class library project , manually moving files it, i modified project.csproj
:
1) close visual studio 2) alter silverlightapplication
tag false
3) remove tags:supportedcultures
xapoutputs
generatesilverlightmanifest
xapfilename
silverlightmanifesttemplate
silverlightappentry
4) open vs , clean project
that's it!
p.s.: tested on wp7.1 & vs2012
silverlight windows-phone-7 visual-studio-2012 windows-phone-8
Comments
Post a Comment