Changes between Version 5 and Version 6 of CreateNewProjectInXamarinStudio
- Timestamp:
- 02/27/14 20:22:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreateNewProjectInXamarinStudio
v5 v6 1 1 = Introduction = 2 2 3 Let's say your company name is !MyCompany and your project is called !MyProject. You want to put most of your code for the project in a library, with a small console program to provide a command line interface to it.3 Let's say your company name is '''!MyCompany''' and your project is called '''!MyProject'''. You want to put most of your code for the project in a library, with a small console program to provide a command line interface to it. 4 4 5 Here are the steps .5 Here are the steps done with XamarinStudio 4.2.3 on Windows. 6 6 7 7 = Create a New Solution with Library Project = 8 8 9 * Launch Xamarin Studio 4.2.39 * Launch Xamarin Studio 10 10 * File > New > Solution 11 11 * Choose Cobra > Console Project