diff --git a/Smouldering Beach Ball.sln b/Smouldeing Beach Ball.sln similarity index 57% rename from Smouldering Beach Ball.sln rename to Smouldeing Beach Ball.sln index 4eadf32..49386e5 100644 --- a/Smouldering Beach Ball.sln +++ b/Smouldeing Beach Ball.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27703.2026 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Smouldering Beach Ball", "Smouldering Beach Ball\Smouldering Beach Ball.fsproj", "{F7E9C02A-2ABF-49EA-A582-07EA7FA17EFE}" +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Smouldeing Beach Ball", "Smouldeing Beach Ball\Smouldeing Beach Ball.fsproj", "{7C2B506A-A7DB-4B97-8443-BEFDF57E95AE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,15 +11,15 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F7E9C02A-2ABF-49EA-A582-07EA7FA17EFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F7E9C02A-2ABF-49EA-A582-07EA7FA17EFE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F7E9C02A-2ABF-49EA-A582-07EA7FA17EFE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F7E9C02A-2ABF-49EA-A582-07EA7FA17EFE}.Release|Any CPU.Build.0 = Release|Any CPU + {7C2B506A-A7DB-4B97-8443-BEFDF57E95AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7C2B506A-A7DB-4B97-8443-BEFDF57E95AE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7C2B506A-A7DB-4B97-8443-BEFDF57E95AE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7C2B506A-A7DB-4B97-8443-BEFDF57E95AE}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {B081B383-0027-4016-B9DA-B77383FA2E92} + SolutionGuid = {35E66E82-0589-48AE-B937-66D3E84E1B3A} EndGlobalSection EndGlobal diff --git a/Smouldering Beach Ball/AssemblyInfo.fs b/Smouldeing Beach Ball/AssemblyInfo.fs similarity index 85% rename from Smouldering Beach Ball/AssemblyInfo.fs rename to Smouldeing Beach Ball/AssemblyInfo.fs index f07f9a9..ceeb402 100644 --- a/Smouldering Beach Ball/AssemblyInfo.fs +++ b/Smouldeing Beach Ball/AssemblyInfo.fs @@ -1,4 +1,4 @@ -namespace Smouldering_Beach_Ball.AssemblyInfo +namespace Smouldeing_Beach_Ball.AssemblyInfo open System.Reflection open System.Runtime.CompilerServices @@ -7,11 +7,11 @@ open System.Runtime.InteropServices // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[] +[] [] [] [] -[] +[] [] [] [] @@ -22,7 +22,7 @@ open System.Runtime.InteropServices [] // The following GUID is for the ID of the typelib if this project is exposed to COM -[] +[] // Version information for an assembly consists of the following four values: // diff --git a/Smouldeing Beach Ball/Library1.fs b/Smouldeing Beach Ball/Library1.fs new file mode 100644 index 0000000..09156f5 --- /dev/null +++ b/Smouldeing Beach Ball/Library1.fs @@ -0,0 +1,4 @@ +namespace Smouldeing_Beach_Ball + +type Class1() = + member this.X = "F#" diff --git a/Smouldering Beach Ball/Program.fs b/Smouldeing Beach Ball/Script.fsx similarity index 51% rename from Smouldering Beach Ball/Program.fs rename to Smouldeing Beach Ball/Script.fsx index 2bcf7f9..a16cb11 100644 --- a/Smouldering Beach Ball/Program.fs +++ b/Smouldeing Beach Ball/Script.fsx @@ -1,7 +1,8 @@ // Learn more about F# at http://fsharp.org // See the 'F# Tutorial' project for more help. -[] -let main argv = - printfn "%A" argv - 0 // return an integer exit code +#load "Library1.fs" +open Smouldeing_Beach_Ball + +// Define your library scripting code here + diff --git a/Smouldering Beach Ball/Smouldering Beach Ball.fsproj b/Smouldeing Beach Ball/Smouldeing Beach Ball.fsproj similarity index 88% rename from Smouldering Beach Ball/Smouldering Beach Ball.fsproj rename to Smouldeing Beach Ball/Smouldeing Beach Ball.fsproj index 630a828..86000b2 100644 --- a/Smouldering Beach Ball/Smouldering Beach Ball.fsproj +++ b/Smouldeing Beach Ball/Smouldeing Beach Ball.fsproj @@ -5,15 +5,15 @@ Debug AnyCPU 2.0 - f7e9c02a-2abf-49ea-a582-07ea7fa17efe - Exe - Smouldering_Beach_Ball - Smouldering_Beach_Ball - v4.7.1 - true + 7c2b506a-a7db-4b97-8443-befdf57e95ae + Library + Smouldeing_Beach_Ball + Smouldeing_Beach_Ball true + v4.7.1 4.4.3.0 - Smouldering Beach Ball + true + Smouldeing Beach Ball true @@ -23,9 +23,7 @@ bin\$(Configuration)\ DEBUG;TRACE 3 - AnyCPU bin\$(Configuration)\$(AssemblyName).XML - true pdbonly @@ -34,9 +32,7 @@ bin\$(Configuration)\ TRACE 3 - AnyCPU bin\$(Configuration)\$(AssemblyName).XML - true 11 @@ -56,8 +52,8 @@ - - + + diff --git a/Smouldering Beach Ball/packages.config b/Smouldeing Beach Ball/packages.config similarity index 100% rename from Smouldering Beach Ball/packages.config rename to Smouldeing Beach Ball/packages.config diff --git a/Smouldering Beach Ball/App.config b/Smouldering Beach Ball/App.config deleted file mode 100644 index 787dcbe..0000000 --- a/Smouldering Beach Ball/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file