Infra changes

Moved projects around; API still builds successfully
This commit is contained in:
Daniel J. Summers
2019-03-30 21:08:02 -05:00
parent d738321dc0
commit a11302afc3
29 changed files with 756 additions and 307 deletions

View File

@@ -0,0 +1,5 @@
namespace MyPrayerJournal.Mobile.Core
module Say =
let hello name =
printfn "Hello %s" name

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Library.fs" />
</ItemGroup>
</Project>