From a055e76644594f97f77862bf18b305f69093061e Mon Sep 17 00:00:00 2001 From: John Date: Tue, 5 Apr 2016 17:56:06 +0000 Subject: [PATCH] --- PROMS/Formats/Formats.csproj | 54 +++++++++++++++++-- PROMS/Formats/app.config | 3 ++ .../LBWordLibrary/Properties/AssemblyInfo.cs | 35 ++++++++++++ 3 files changed, 89 insertions(+), 3 deletions(-) create mode 100644 PROMS/Formats/app.config create mode 100644 PROMS/LBWordLibrary/Properties/AssemblyInfo.cs diff --git a/PROMS/Formats/Formats.csproj b/PROMS/Formats/Formats.csproj index ade1887b..f7dd03da 100644 --- a/PROMS/Formats/Formats.csproj +++ b/PROMS/Formats/Formats.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -13,6 +14,13 @@ SAK SAK SAK + v3.5 + + + + + 2.0 + true @@ -32,7 +40,9 @@ 4 - + + True + @@ -61,7 +71,9 @@ True Resources.resx + True + SettingsSingleFileGenerator Settings.Designer.cs @@ -73,11 +85,16 @@ - + + Designer + + + + @@ -93,6 +110,7 @@ + @@ -104,6 +122,11 @@ + + + + Designer + @@ -124,19 +147,25 @@ + + + + + + @@ -145,6 +174,11 @@ + + + + + @@ -158,6 +192,7 @@ + @@ -231,6 +266,7 @@ + @@ -272,6 +308,7 @@ + @@ -287,6 +324,10 @@ + + + + @@ -304,13 +345,19 @@ + + + + + + @@ -359,6 +406,7 @@ + diff --git a/PROMS/Formats/app.config b/PROMS/Formats/app.config new file mode 100644 index 00000000..2fa6e95d --- /dev/null +++ b/PROMS/Formats/app.config @@ -0,0 +1,3 @@ + + + diff --git a/PROMS/LBWordLibrary/Properties/AssemblyInfo.cs b/PROMS/LBWordLibrary/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..63a49229 --- /dev/null +++ b/PROMS/LBWordLibrary/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using 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. +[assembly: AssemblyTitle("LBWordLibrary")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("LBWordLibrary")] +[assembly: AssemblyCopyright("Copyright © 2009")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// 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. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("0bf46b15-747d-427c-a355-9135905fa33b")] + +// 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 Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")]