From a118f4fe8bc9f52f650b16aefb0a32373ee60a92 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Wed, 9 Apr 2025 08:09:11 +0200 Subject: [PATCH] fix --- ExamplePlugin/Properties/AssemblyInfo.cs | 35 ++++++++++++++++++++++++ ExamplePlugin/packages.config | 5 ++++ WXPlugin/Properties/AssemblyInfo.cs | 35 ++++++++++++++++++++++++ WXPlugin/packages.config | 5 ++++ 4 files changed, 80 insertions(+) create mode 100644 ExamplePlugin/Properties/AssemblyInfo.cs create mode 100644 ExamplePlugin/packages.config create mode 100644 WXPlugin/Properties/AssemblyInfo.cs create mode 100644 WXPlugin/packages.config diff --git a/ExamplePlugin/Properties/AssemblyInfo.cs b/ExamplePlugin/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..1391c3d --- /dev/null +++ b/ExamplePlugin/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +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("ExamplePlugin")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("ExamplePlugin")] +[assembly: AssemblyCopyright("Copyright © 2025")] +[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("910F0FC8-B73D-449F-ADD7-C6CA147D9F05")] + +// 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: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/ExamplePlugin/packages.config b/ExamplePlugin/packages.config new file mode 100644 index 0000000..88577c2 --- /dev/null +++ b/ExamplePlugin/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/WXPlugin/Properties/AssemblyInfo.cs b/WXPlugin/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..74b1fbe --- /dev/null +++ b/WXPlugin/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +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("WXPlugin")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("WXPlugin")] +[assembly: AssemblyCopyright("Copyright © 2025")] +[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("56BFE4E0-0D30-474A-B57B-CF08515FF66E")] + +// 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: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/WXPlugin/packages.config b/WXPlugin/packages.config new file mode 100644 index 0000000..88577c2 --- /dev/null +++ b/WXPlugin/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file