| 77 | |
| 78 | = Build Files = |
| 79 | |
| 80 | In the file system, under the directory MyCompany.MyProject\MyCompany.MyProject.Console\bin\Debug |
| 81 | |
| 82 | you will now have these files: |
| 83 | |
| 84 | Cobra.Core.dll |
| 85 | MyCompany.MyProject.Console.exe |
| 86 | MyCompany.MyProject.Console.pdb |
| 87 | MyCompany.MyProject.Lib.dll |
| 88 | MyCompany.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". |