Wiki

Changes between Version 4 and Version 5 of CreateNewProjectInXamarinStudio

Show
Ignore:
Timestamp:
02/27/14 20:21:13 (11 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CreateNewProjectInXamarinStudio

    v4 v5  
    7575 
    7676Press "Return" to continue. 
     77 
     78= Build Files = 
     79 
     80In the file system, under the directory MyCompany.MyProject\MyCompany.MyProject.Console\bin\Debug 
     81 
     82you will now have these files: 
     83 
     84Cobra.Core.dll 
     85MyCompany.MyProject.Console.exe 
     86MyCompany.MyProject.Console.pdb 
     87MyCompany.MyProject.Lib.dll 
     88MyCompany.MyProject.Lib.pdb 
     89 
     90= Where to go from here = 
     91 
     92 * You can now start fleshing out your library. 
     93 * You can use that library from the console program. 
     94 * You can later use that library in a web site, web service or GUI app. 
     95 * Explore the right click menus in Xamarin Studio. 
     96 * Try out some breakpoint debugging. 
     97 * If you get stuck or experience bugs, get on the Cobra discussion forums. 
     98 * If you see errors on this page, or you have additional tips, edit this page. That's the "wiki way".