Wiki

Changes between Version 11 and Version 12 of CreateNewProjectInXamarinStudio

Show
Ignore:
Timestamp:
02/27/14 20:40:16 (10 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CreateNewProjectInXamarinStudio

    v11 v12  
    1 = Introduction = 
     1= Creating a New Project in Xamarin Studio = 
     2 
     3== Introduction == 
    24 
    35Let's say: 
     
    1012Here are the steps done with XamarinStudio 4.2.3 on Windows. 
    1113 
    12 = Create a New Solution with Library Project = 
     14== Create a New Solution with Library Project == 
    1315 
    1416 * Launch Xamarin Studio 
     
    3234}}} 
    3335 
    34 = Create Console Project = 
     36== Create Console Project == 
    3537 
    3638 * In the solution outline, the very top node says "!MyCompany.!MyProject" 
     
    5052}}} 
    5153 
    52 = Copy the Core = 
     54== Copy the Core == 
    5355 
    5456I like to copy Cobra's core library to co-reside with my program. This insulates it from the environment. 
     
    6062 * Click "OK" 
    6163 
    62 = Run It = 
     64== Run It == 
    6365 
    6466 Try running the project. 
     
    7779Press "Return" to continue. 
    7880 
    79 = Build Files = 
     81== Build Files == 
    8082 
    8183In the file system, you will now have these files: 
     
    104106You can remove the "Console.readLine" from the program. It's there so that when you run the program from the IDE, the new output window will be "paused" so you can read it. 
    105107 
    106 = Default Namespaces = 
     108== Default Namespaces == 
    107109 
    108110The Cobra language has [wiki:Namespace namespaces] which are either declared in code: 
     
    124126 
    125127 
    126 = Where to go from here = 
     128== Where to go from here == 
    127129 
    128130 * You can now start fleshing out your library. 
     
    134136 * If you see errors on this page, or you have additional tips, edit this page. That's the "wiki way". 
    135137 
    136 = See Also = 
     138== See Also == 
    137139 
    138140 * XamarinStudio 
    139141 * [wiki:IDESupport] 
    140