diff --git a/.directory b/.directory index f14fffb..b8a4df0 100644 --- a/.directory +++ b/.directory @@ -1,7 +1,4 @@ [Dolphin] -Timestamp=2019,6,14,14,30,35 +Timestamp=2019,6,14,16,25,15 Version=4 ViewMode=2 - -[Settings] -HiddenFilesShown=true diff --git a/Solution-Overview.md b/Solution-Overview.md index a9ce9b9..b224823 100644 --- a/Solution-Overview.md +++ b/Solution-Overview.md @@ -1,27 +1,17 @@ -If you would like to know how to add Console.Waterworks (C.W.) to your F# project, use the following link; +If you would like to know how to add Console.Waterworks (C.W.) to your +F# project, use the following link; -* [Adding Console.Waterworks to your Project](Adding-Console.Waterworks-to-Your-Project) +* [Adding Console.Waterworks to your + Project](Adding-Console.Waterworks-to-Your-Project) -This repository is a typical Visual Studio solution. Within it are four projects. Two of them focus on the traditional .Net framework and the other two focus on .Net Core. Overall, there are two console programs and two libraries. Each console program references their framework equivalent libraries. This means the .Net Core console program references the .Net Core library and the .Net version does the same. +This repository is a typical Visual Studio solution and within it is +four projects. Two of them focus on the traditional .Net framework and +the other two focus on .Net Core. Overall, there are two console +programs and two libraries. Each console program references their +framework equivalent libraries. This means the .Net Core console +program references the .Net Core library and the .Net version does the +same. **To be clear, every project in Brittle-Fish is an F# one.** -Brittle-Fish (Solution) - -                    | - -                    ----- BrittleFish (.Net Console) - -                    | - -                    ----- BrittleFishLib (.Net Library) - -                    | - -                    ----- BrittleFishCore (.Net Core Console) - -                    | - -                     ----- BrittleFishCoreLib (.Net Core Library) - -**TO-DO: ADD IMAGE OF SOLUTION/FOLDER LAYOUT.** +![solution overview](attachments/solution-overview.png) diff --git a/attachments/solution-overview.png b/attachments/solution-overview.png new file mode 100644 index 0000000..263b8cb Binary files /dev/null and b/attachments/solution-overview.png differ