From a3c6b4a768278105983f320f840f3942474bf694 Mon Sep 17 00:00:00 2001 From: Sacha Trauwaen Date: Sun, 25 Sep 2016 22:43:21 +0200 Subject: [PATCH] verion 4.6.4 --- .gitignore | 2 + BuildScripts/MSBuild.Community.Tasks.Targets | 101 ++++++++++++++ BuildScripts/ModulePackage.targets | 138 +++++++++++++++++++ Config/cache.config | 10 ++ Config/processing.config | 61 ++++++++ Config/security.config | 24 ++++ License.txt | 21 +++ OpenImageProcessor.csproj | 129 +++++++++++++++++ OpenImageProcessor.csproj.user | 31 +++++ OpenImageProcessor.dnn | 85 ++++++++++++ Properties/AssemblyInfo.cs | 34 +++++ ReleaseNotes.txt | 5 + packages.config | 4 + 13 files changed, 645 insertions(+) create mode 100644 BuildScripts/MSBuild.Community.Tasks.Targets create mode 100644 BuildScripts/ModulePackage.targets create mode 100644 Config/cache.config create mode 100644 Config/processing.config create mode 100644 Config/security.config create mode 100644 License.txt create mode 100644 OpenImageProcessor.csproj create mode 100644 OpenImageProcessor.csproj.user create mode 100644 OpenImageProcessor.dnn create mode 100644 Properties/AssemblyInfo.cs create mode 100644 ReleaseNotes.txt create mode 100644 packages.config diff --git a/.gitignore b/.gitignore index f805e81..c18e4e0 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ # Debug files *.dSYM/ *.su +obj/ +install/ diff --git a/BuildScripts/MSBuild.Community.Tasks.Targets b/BuildScripts/MSBuild.Community.Tasks.Targets new file mode 100644 index 0000000..0bc0bc4 --- /dev/null +++ b/BuildScripts/MSBuild.Community.Tasks.Targets @@ -0,0 +1,101 @@ + + + + $(MSBuildProjectDirectory)\BuildScripts + $(MSBuildProjectDirectory)\..\..\bin + $(SolutionDir)\packages\MSBuildTasks.1.4.0.88\tools\MSBuild.Community.Tasks.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/BuildScripts/ModulePackage.targets b/BuildScripts/ModulePackage.targets new file mode 100644 index 0000000..819463e --- /dev/null +++ b/BuildScripts/ModulePackage.targets @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Config/cache.config b/Config/cache.config new file mode 100644 index 0000000..2f1c2b8 --- /dev/null +++ b/Config/cache.config @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/Config/processing.config b/Config/processing.config new file mode 100644 index 0000000..0ccbd94 --- /dev/null +++ b/Config/processing.config @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Config/security.config b/Config/security.config new file mode 100644 index 0000000..7fb718f --- /dev/null +++ b/Config/security.config @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/License.txt b/License.txt new file mode 100644 index 0000000..9e95926 --- /dev/null +++ b/License.txt @@ -0,0 +1,21 @@ +
+

License

+

+ Satrabel.be http://www.satrabel.be
+ Copyright (c) 2015
+ by Satrabel.be
+

+

+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated + documentation files (the "Software"), to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and + to permit persons to whom the Software is furnished to do so, subject to the following conditions: +

+

+ The above copyright notice and this permission notice shall be included in all copies or substantial portions + of the Software. +

+

+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +

+
\ No newline at end of file diff --git a/OpenImageProcessor.csproj b/OpenImageProcessor.csproj new file mode 100644 index 0000000..5177a68 --- /dev/null +++ b/OpenImageProcessor.csproj @@ -0,0 +1,129 @@ + + + + + Debug + AnyCPU + + + 2.0 + {82DF4E3D-0255-4961-84DD-84E9372EDFE3} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + Christoc.Modules.OpenImageProcessor + OpenImageProcessor + v4.0 + true + + + + + + + + true + full + false + ..\..\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\..\bin\ + TRACE + prompt + 4 + + + + False + ..\..\bin\DotNetNuke.dll + + + False + ..\..\bin\DotNetNuke.WebUtility.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + + + + + True + False + 61426 + + + http://localhost:61426/ + False + False + + + False + + + + + + zip + OpenImageProcessor + OpenImageProcessor + $(SolutionDir)\packages\MSBuildTasks.1.4.0.88\tools + + + + + \ No newline at end of file diff --git a/OpenImageProcessor.csproj.user b/OpenImageProcessor.csproj.user new file mode 100644 index 0000000..99a85c3 --- /dev/null +++ b/OpenImageProcessor.csproj.user @@ -0,0 +1,31 @@ + + + + ShowAllFiles + + + + + + + + CurrentPage + True + False + False + False + + + + + + + + + True + True + + + + + \ No newline at end of file diff --git a/OpenImageProcessor.dnn b/OpenImageProcessor.dnn new file mode 100644 index 0000000..3f3cd2a --- /dev/null +++ b/OpenImageProcessor.dnn @@ -0,0 +1,85 @@ + + + + OpenImageProcessor + Satrabel OpenImageProcessor + ~/Images/icon_extensions.gif + + Satrabel + Satrabel + http://www.satrabel.be + support@satrabel.com + + + + + + + + + + + ImageProcessor.dll + bin + + + ImageProcessor.Web.dll + bin + + + + + + web.config + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + Config\imageprocessor + + security.config + + + cache.config + + + processing.config + + + + + + + \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..757495f --- /dev/null +++ b/Properties/AssemblyInfo.cs @@ -0,0 +1,34 @@ +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("OpenImageProcessor")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("OpenImageProcessor")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[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("5ef01dd5-84a1-49f3-9232-067440288455")] + +// 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("00.00.01.*")] +[assembly: AssemblyFileVersion("00.00.01.*")] diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt new file mode 100644 index 0000000..edb6d5f --- /dev/null +++ b/ReleaseNotes.txt @@ -0,0 +1,5 @@ +

OpenImageProcessor

+

+ This library is just make it easy to install imageprocessor on DNN
+ http://imageprocessor.org/
+

diff --git a/packages.config b/packages.config new file mode 100644 index 0000000..ae18162 --- /dev/null +++ b/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file