add images to SBB Proj. Breakdown page.

master
Craig Oates 5 years ago
parent
commit
f81e8b6f5e
  1. 4
      SmoulderingBeachBall-Project-Breakdown.md
  2. BIN
      attachments/sbb-file-structure.png
  3. BIN
      attachments/sbb-selected.png

4
SmoulderingBeachBall-Project-Breakdown.md

@ -1,9 +1,9 @@
This project is a .Net Standard 2.0 library, written in F#. Within the project, you will see six files although you will work with three of them most of the time.
IMAGE OF CURRENT PROJECT.
![s.b.b. selected](attachments/sbb-selected.png)
"AssemblyInfo.fs" and "SmoulderingBeachBall.fsproj" are files you will usually find in a standard F# project. "ScratchPad.fsx", on the other hand, is not. The purpose of "ScratchPad.fsx" is to test out this libraries code using F# Interactive (FSI). All code is "ScratchPad.fsx" is "throw-away" code.
FILE STRUCTURE IMAGE.
![s.b.b. file structure](attachments/sbb-file-structure.png)
As an aside, when working with the source code, I ask you stick to using Visual Studio. The reason why is because it is possible to work with **this project** in something like Visual Studio Code. If you do that, though, the remaining two will not load properly. And, the repository will clog-up with extra project/configuration files.

BIN
attachments/sbb-file-structure.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
attachments/sbb-selected.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Loading…
Cancel
Save