Browse Source

Began restructuring library architecture.

master
Craig Oates 6 years ago
parent
commit
ddede7cff7
  1. 0
      WetPancake/DataAccess.fs
  2. 2
      WetPancake/SystemServices.fs
  3. 2
      WetPancake/Textprocessing.fs
  4. 3
      WetPancake/WetPancake.fsproj

0
WetPancake/FileProcessing.fs → WetPancake/DataAccess.fs

2
WetPancake/SystemServices.fs

@ -0,0 +1,2 @@
module SystemServices

2
WetPancake/Textprocessing.fs

@ -1,4 +1,4 @@
module internal TextProcessing
module internal DataAccess
open System.Text.RegularExpressions
open System

3
WetPancake/WetPancake.fsproj

@ -54,7 +54,8 @@
<Content Include="TextFiles\desktop-clock-info.txt" />
<Content Include="TextFiles\console-waterworks-announcement.txt" />
<Compile Include="AssemblyInfo.fs" />
<Compile Include="FileProcessing.fs" />
<Compile Include="DataAccess.fs" />
<Compile Include="SystemServices.fs" />
<Compile Include="Textprocessing.fs" />
<Compile Include="MapProcessing.fs" />
<Compile Include="CoOrdinator.fs" />

Loading…
Cancel
Save