add images to SBBCLI Proj. Breakdown page.

master
Craig Oates 5 years ago
parent
commit
95675ad4ba
  1. 4
      CLI-Project-Breakdown.md
  2. BIN
      attachments/sbbcli-file-structure.png
  3. BIN
      attachments/sbbcli-selected.png

4
CLI-Project-Breakdown.md

@ -1,3 +1,5 @@
![smoulderingbeachballcli selected](attachments/sbbcli-selected.png)
This project is a traditional .Net console program, written in F#. Within it, you will find eleven files but you will spend most of your time in three of them. The name of these files are "Program.fs", "Validation.fs" and "ConsoleCommands.fs". "App.config", "AssemblyInfo.fs", "SmoulderingBeachBallCLI.fsproj" are all standard project files. If you have worked with a .Net project in Visual Studio in the past, you will have seen these types of files before. "cheat-sheet.pdf" is, as the name suggests, a cheat sheet. You will see it used as part of the `cheat` command in "ConsoleCommands.fs". The remaining three files are "AppIcon.rc", "AppIcon.res" and "icon.ico". For the most part, you should never need to touch these files. They are, also, files you will not normally come across in a project like this. The reason they are here is because the provide a way for F# console programs to have their own icons. Unfortunately, F# does not cater to this very well. So, "AppIcon.rc" and "AppIcon.res" are needed for you to see "icon.ico" at run-time. If you would like to know more about ".rc" and ".res" files, please use the following links:
- [.res file (Microsoft)](https://docs.microsoft.com/en-us/windows/desktop/menurc/resource-file-formats)
@ -5,4 +7,4 @@ This project is a traditional .Net console program, written in F#. Within it, yo
Please note, you need C++ tools installed with your Visual Studio installation. If you do not have them installed, you will not have the ability to change the console's icon. With that said, you should not need to because I have already creates and connected the icon to the system.
IMAGE OF FOLDER AND FILE STRUCTURE.
![smoulderingbeachballcli file structure](attachments/sbbcli-file-structure.png)

BIN
attachments/sbbcli-file-structure.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
attachments/sbbcli-selected.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Loading…
Cancel
Save