FILZA Tariq
FILZA Tariq

Reputation: 31

How To Publish a Windows form (C#) application on windows store

I am new to Windows Development. And as per criteria of my Internship they want an application from me on windows store whether UWP, WPF or Windows form. Now as I made an application on Windows form(C#). My question is that how to publish my application on windows store? Or whether a Windows form application can be published to store or not. Or I have to make a WPF or UWP application?

Upvotes: 1

Views: 1288

Answers (1)

ganchito55
ganchito55

Reputation: 3607

As a developer who creates some apps for the Windows Store, I think that you can only submit UWP. Because Visual Studio only generates store packages if you are working in a UWP project.

However, Microsoft is working in Project Centennial a desktop to store app converter.

Upvotes: 2

Related Questions