From 866d6a3328d1769a3882cfe48ba6d4a7b3969015 Mon Sep 17 00:00:00 2001 From: "OPTIMUS-PRIME\\craig" Date: Sat, 8 Sep 2018 17:45:55 +0100 Subject: [PATCH] add assembly info. to library project. --- SmoulderingBeachBall/AssemblyInfo.fs | 42 +++++++++++++++++++ .../SmoulderingBeachBall.fsproj | 1 + 2 files changed, 43 insertions(+) create mode 100644 SmoulderingBeachBall/AssemblyInfo.fs diff --git a/SmoulderingBeachBall/AssemblyInfo.fs b/SmoulderingBeachBall/AssemblyInfo.fs new file mode 100644 index 0000000..e39e1be --- /dev/null +++ b/SmoulderingBeachBall/AssemblyInfo.fs @@ -0,0 +1,42 @@ +namespace SmoulderingBeachBallCLI.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/SmoulderingBeachBall/SmoulderingBeachBall.fsproj b/SmoulderingBeachBall/SmoulderingBeachBall.fsproj index e6eb3b4..63eb962 100644 --- a/SmoulderingBeachBall/SmoulderingBeachBall.fsproj +++ b/SmoulderingBeachBall/SmoulderingBeachBall.fsproj @@ -5,6 +5,7 @@ +