diff --git a/Smouldeing Beach Ball.sln b/Smouldeing Beach Ball.sln index 49386e5..7da3d03 100644 --- a/Smouldeing Beach Ball.sln +++ b/Smouldeing Beach Ball.sln @@ -5,6 +5,8 @@ VisualStudioVersion = 15.0.27703.2026 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Smouldeing Beach Ball", "Smouldeing Beach Ball\Smouldeing Beach Ball.fsproj", "{7C2B506A-A7DB-4B97-8443-BEFDF57E95AE}" EndProject +Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Smouldering Beach Ball CLI", "Smouldering Beach Ball CLI\Smouldering Beach Ball CLI.fsproj", "{18B85D45-9A87-4174-B0DC-C5F7B77921F3}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,6 +17,10 @@ Global {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 + {18B85D45-9A87-4174-B0DC-C5F7B77921F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {18B85D45-9A87-4174-B0DC-C5F7B77921F3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {18B85D45-9A87-4174-B0DC-C5F7B77921F3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {18B85D45-9A87-4174-B0DC-C5F7B77921F3}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Smouldering Beach Ball CLI/App.config b/Smouldering Beach Ball CLI/App.config new file mode 100644 index 0000000..787dcbe --- /dev/null +++ b/Smouldering Beach Ball CLI/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Smouldering Beach Ball CLI/AssemblyInfo.fs b/Smouldering Beach Ball CLI/AssemblyInfo.fs new file mode 100644 index 0000000..13b4e5b --- /dev/null +++ b/Smouldering Beach Ball CLI/AssemblyInfo.fs @@ -0,0 +1,41 @@ +namespace Smouldering_Beach_Ball_CLI.AssemblyInfo + +open System.Reflection +open System.Runtime.CompilerServices +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. +[] +[] +[] +[] +[] +[] +[] +[] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[] + +// 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: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [] +[] +[] + +do + () \ No newline at end of file diff --git a/Smouldering Beach Ball CLI/Program.fs b/Smouldering Beach Ball CLI/Program.fs new file mode 100644 index 0000000..2bcf7f9 --- /dev/null +++ b/Smouldering Beach Ball CLI/Program.fs @@ -0,0 +1,7 @@ +// 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 diff --git a/Smouldering Beach Ball CLI/Smouldering Beach Ball CLI.fsproj b/Smouldering Beach Ball CLI/Smouldering Beach Ball CLI.fsproj new file mode 100644 index 0000000..c07e1fd --- /dev/null +++ b/Smouldering Beach Ball CLI/Smouldering Beach Ball CLI.fsproj @@ -0,0 +1,84 @@ + + + + + Debug + AnyCPU + 2.0 + 18b85d45-9a87-4174-b0dc-c5f7b77921f3 + Exe + Smouldering_Beach_Ball_CLI + Smouldering_Beach_Ball_CLI + v4.7.1 + true + true + 4.4.3.0 + Smouldering Beach Ball CLI + + + true + full + false + false + bin\$(Configuration)\ + DEBUG;TRACE + 3 + AnyCPU + bin\$(Configuration)\$(AssemblyName).XML + true + + + pdbonly + true + true + bin\$(Configuration)\ + TRACE + 3 + AnyCPU + bin\$(Configuration)\$(AssemblyName).XML + true + + + 11 + + + + + $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets + + + + + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets + + + + + + + + + + + + + + FSharp.Core + FSharp.Core.dll + $(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\$(TargetFSharpCoreVersion)\FSharp.Core.dll + + + + + + True + + + + \ No newline at end of file diff --git a/Smouldering Beach Ball CLI/packages.config b/Smouldering Beach Ball CLI/packages.config new file mode 100644 index 0000000..b4aca10 --- /dev/null +++ b/Smouldering Beach Ball CLI/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file