How can i create a windows phone project by using cmd ( command line ) ?
Asked
Active
Viewed 187 times
1
-
I suspect CMake may be the way you want to go. [Check out this related question](http://stackoverflow.com/questions/7865700/create-new-visual-studio-project-add-files-and-run-it-command-line) – Michael Dautermann Apr 15 '13 at 02:21
-
Do you mean "create" or do you mean "build/compile"? – Simon MᶜKenzie Apr 15 '13 at 02:29
-
I mean "create" like Creating an Android Project :http://developer.android.com/tools/projects/projects-cmdline.html – trinhvanhuy Apr 15 '13 at 03:09
-
But, why you need that? – Spaso Lazarevic Apr 15 '13 at 06:09
-
because i want to create windows phone project from acceleo in eclipse, do you know MDD ? – trinhvanhuy Apr 15 '13 at 06:51
-
If you mean building from the command line, that was previously asked and answered on stackoverflow: http://stackoverflow.com/questions/14020712/building-windows-8-phone-app-on-command-line – Dan Colasanti Apr 16 '13 at 14:27
-
thanks so much, but I want to "create" then i can open and build in visual studio – trinhvanhuy Apr 16 '13 at 16:26