Saksham
Saksham

Reputation: 9380

App targeting only Windows Phone

I am developing an app using Visual Studio Express 2013. I selected a blank application(Universal) template and there is no blank template available specific to phone.

Doing so has created an app with 2 c# classes targeting to both phone and desktop.

How can I create an app which I want to target only for windows phone. Will deleting one of the class from the project solve the purpose?

Upvotes: 0

Views: 82

Answers (2)

Amit Bhatiya
Amit Bhatiya

Reputation: 2621

I think You should select windows phone Apps Template if you are going for only windows phone app.

Image for selection of new Template

Upvotes: 2

Kulasangar
Kulasangar

Reputation: 9444

If you're targeting only WindowsPhone, then you should be going with the Silverlight app for WP or the normal WinRT apps for WP.

Universal app is where it targets both the WP and the Store apps.

Hope it helps!

Upvotes: -1

Related Questions