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:supportedculturesxapoutputsgeneratesilverlightmanifestxapfilenamesilverlightmanifesttemplatesilverlightappentry 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

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -