Removed Script.fsx template.

This commit is contained in:
Achim D. Brucker 2017-08-06 20:58:47 +01:00
parent ce1dd4a90a
commit e53ef93995
2 changed files with 1 additions and 10 deletions

View File

@ -70,7 +70,6 @@
<Import Project="..\..\.paket\paket.targets" />
<ItemGroup>
<Compile Include="Library.fs" />
<None Include="Script.fsx" />
<None Include="paket.references" />
<None Include="paket.template" />
<Content Include="Google.DataTable.Net.Wrapper.XML">
@ -402,4 +401,4 @@
</When>
</Choose>
<Import Project="..\..\packages\System.Data.SQLite.Core\build\$(__paket__System_Data_SQLite_Core_targets).targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core\build\$(__paket__System_Data_SQLite_Core_targets).targets')" Label="Paket" />
</Project>
</Project>

View File

@ -1,8 +0,0 @@
// Learn more about F# at http://fsharp.org. See the 'F# Tutorial' project
// for more guidance on F# programming.
#load "Library.fs"
open LogicalHacking.ExtensionDsLab
let num = Library.hello 42
printfn "%i" num