User
User

Reputation: 53

metro app without the UI?

I am working on a porting a windows desktop app to metro. In its current form it is a command line tool with no UI support. I want the app to run on top of winRT also as a command line tool.Is that possible? If yes, how should i proceed? I am developing in VS 2102 on windows 8.

PS: i am still researching on how to do the porting. Although there are plenty of resources for how to make a metro app with UI , there is none for my requirement. So am not sure if that is even possible. Any help will be greatly appreciated.

Upvotes: 2

Views: 101

Answers (1)

w.b
w.b

Reputation: 11228

There is a dedicated template on Visual Studio Gallery: http://visualstudiogallery.msdn.microsoft.com/3c68246b-8103-467c-9557-894b1f837591

Upvotes: 1

Related Questions