diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d30edc --- /dev/null +++ b/.gitignore @@ -0,0 +1,223 @@ +# Created by http://www.gitignore.io + +### VisualStudio ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# 2015 +.vs/ + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +#build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Cleanup project results +*.[Ff]ile[Ll]ist[Aa]bsolute.txt + +# Roslyn cache directories +*.ide/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +#NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding addin-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml + +# MightyMoose +*.mm.* +AutoTest.Net/ + +#GhostDoc +*.[Gg]host[Dd]oc.xml + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# If using the old MSBuild-Integrated Package Restore, uncomment this: +#!**/packages/repositories.config + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +sql/ +*.Cache +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + + +### Windows ### +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# DNN website +[Ww]ebsite/ + +# DNN Lucene.net index files +[Ww]ebsite/[Aa]pp_[Dd]ata/[Ss]earch/ + +# DNN Logs +[Ww]ebsite/[Pp]ortals/_default/[Ll]ogs/ +/MSBuildLog.txt diff --git a/.yo-rc.json b/.yo-rc.json new file mode 100644 index 0000000..069ea5d --- /dev/null +++ b/.yo-rc.json @@ -0,0 +1,12 @@ +{ + "generator-upendodnn": { + "promptValues": { + "dnnHost": "http://dnndev.me", + "dnnRoot": "c:\\Work\\ScheduledJob", + "companyName": "UpendoVentures", + "company": "Upendo", + "companyUrl": "https://upendoventures.com", + "emailAddy": "solutions@upendoventures.com" + } + } +} \ No newline at end of file diff --git a/Build/DotNetNuke.MSBuild.Tasks.dll b/Build/DotNetNuke.MSBuild.Tasks.dll new file mode 100644 index 0000000..ec20a03 Binary files /dev/null and b/Build/DotNetNuke.MSBuild.Tasks.dll differ diff --git a/Build/HccViewsetPackage.targets b/Build/HccViewsetPackage.targets new file mode 100644 index 0000000..5a40c57 --- /dev/null +++ b/Build/HccViewsetPackage.targets @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/ICSharpCode.SharpZipLib.dll b/Build/ICSharpCode.SharpZipLib.dll new file mode 100644 index 0000000..77bafe8 Binary files /dev/null and b/Build/ICSharpCode.SharpZipLib.dll differ diff --git a/Build/LibraryPackage.targets b/Build/LibraryPackage.targets new file mode 100644 index 0000000..c1f0943 --- /dev/null +++ b/Build/LibraryPackage.targets @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/MSBuild.Community.Tasks.Targets b/Build/MSBuild.Community.Tasks.Targets new file mode 100644 index 0000000..284a039 --- /dev/null +++ b/Build/MSBuild.Community.Tasks.Targets @@ -0,0 +1,104 @@ + + + + + + $(MSBuildProjectDirectory)\..\..\..\..\BuildScripts + $(BuildScriptsPath)\MSBuild.Community.Tasks.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Build/MSBuild.Community.Tasks.dll b/Build/MSBuild.Community.Tasks.dll new file mode 100644 index 0000000..cf847a5 Binary files /dev/null and b/Build/MSBuild.Community.Tasks.dll differ diff --git a/Build/ModulePackage.targets b/Build/ModulePackage.targets new file mode 100644 index 0000000..c3a386f --- /dev/null +++ b/Build/ModulePackage.targets @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/SkinPackage.targets b/Build/SkinPackage.targets new file mode 100644 index 0000000..133e75e --- /dev/null +++ b/Build/SkinPackage.targets @@ -0,0 +1,98 @@ + + + + + + + + + + + Containers + Skins + $(MSBuildProjectDirectory)\SkinPackageTemp\ + $(MSBuildProjectDirectory)\SkinPackageContainerTemp\ + $(MSBuildProjectDirectory)\SkinPackageSkinTemp\ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Build/SolutionReferences.targets b/Build/SolutionReferences.targets new file mode 100644 index 0000000..3a80570 --- /dev/null +++ b/Build/SolutionReferences.targets @@ -0,0 +1,31 @@ + + + + + 09.01.01 + 03.02.01 + ..\..\References + $(ReferencesPath)\DNN\$(DnnVersion) + $(ReferencesPath)\HotcakesCommerce\$(HccVersion) + + \ No newline at end of file diff --git a/Libraries/FileSync/FileSync.dnn b/Libraries/FileSync/FileSync.dnn new file mode 100644 index 0000000..fc290ee --- /dev/null +++ b/Libraries/FileSync/FileSync.dnn @@ -0,0 +1,33 @@ + + + + + FileSync Scheduled Job + + Allows you to synchronize the portals files and folders with the database.

]]> +
+ + Upendo + Upendo + https://upendoventures.com]]> + solutions@upendoventures.com]]> + + + + True + + 09.01.01 + + + + + + + Resources.zip + + + + +
+
+
\ No newline at end of file diff --git a/Libraries/FileSync/FileSync_Symbols.dnn b/Libraries/FileSync/FileSync_Symbols.dnn new file mode 100644 index 0000000..779f232 --- /dev/null +++ b/Libraries/FileSync/FileSync_Symbols.dnn @@ -0,0 +1,28 @@ + + + + + FileSync Library Symbols + + + Upendo + Upendo + https://upendoventures.com + solutions@upendoventures.com + + + + True + + + + + + Resources.zip + + + + + + + \ No newline at end of file diff --git a/Libraries/FileSync/Library.build b/Libraries/FileSync/Library.build new file mode 100644 index 0000000..75826d9 --- /dev/null +++ b/Libraries/FileSync/Library.build @@ -0,0 +1,36 @@ + + + FileSync + FileSync + Upendo.FileSync + zip + $(MSBuildProjectDirectory)\..\..\Build + $(MSBuildProjectDirectory)\..\..\Website + $(WebsitePath)\Install\Library + $(WebsitePath)\Bin + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Libraries/FileSync/License.txt b/Libraries/FileSync/License.txt new file mode 100644 index 0000000..61f734b --- /dev/null +++ b/Libraries/FileSync/License.txt @@ -0,0 +1,10 @@ +

FileSync Scheduled Job for DNN

+

Upendo https://upendoventures.com

+ +

Copyright 2019, Upendo Ventures, LLC

+ +

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 NONINFRINGEMENT. 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/Libraries/FileSync/Properties/AssemblyInfo.cs b/Libraries/FileSync/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..604961a --- /dev/null +++ b/Libraries/FileSync/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +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("FileSync Libraries Extension for DNN")] +[assembly: AssemblyDescription("Allows you to synchronize the portals files and folders with the database.")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Upendo")] +[assembly: AssemblyProduct("FileSync Libraries Extension for DNN")] +[assembly: AssemblyCopyright("Copyright 2019 Upendo")] +[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("2A2469CA-4D51-499A-A48B-A0B491380BF5")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("01.00.00")] +[assembly: AssemblyFileVersion("01.00.00")] diff --git a/Libraries/FileSync/SyncFiles.cs b/Libraries/FileSync/SyncFiles.cs new file mode 100644 index 0000000..4724b66 --- /dev/null +++ b/Libraries/FileSync/SyncFiles.cs @@ -0,0 +1,101 @@ +/* +Copyright 2019, Upendo Ventures, LLC + +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 +NONINFRINGEMENT. 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. + */ +using DotNetNuke.Services.FileSystem; +using DotNetNuke.Instrumentation; +using DotNetNuke.Services.Exceptions; +using DotNetNuke.Services.Scheduling; +using System; +using DotNetNuke.Entities.Portals; + +namespace Upendo.Libraries.FileSync.ScheduledJobs +{ + /// + /// A scheduled job that can be managed in DNN. + /// + public class SyncFiles : SchedulerClient + { + private static readonly ILog Logger = LoggerSource.Instance.GetLogger(typeof(SyncFiles)); + + /// + /// Gets things started... + /// + /// + public SyncFiles(ScheduleHistoryItem oItem) : base() + { + ScheduleHistoryItem = oItem; + } + + /// + /// This method does all of the real work. + /// + public override void DoWork() + { + try + { + // Perform required items for logging + Progressing(); + + ScheduleHistoryItem.AddLogNote("SyncFiles Starting"); + Logger.Debug("SyncFiles Starting"); + + // + SynchronizeFiles(); + // + + ScheduleHistoryItem.AddLogNote("SyncFiles Completed"); + Logger.Debug("SyncFiles Completed"); + + // Show success + ScheduleHistoryItem.Succeeded = true; + } + catch (Exception ex) + { + Logger.Error(ex); + ScheduleHistoryItem.Succeeded = false; + ScheduleHistoryItem.AddLogNote("Exception:: " + ex.ToString()); + Exceptions.LogException(ex); + } + } + + private void SynchronizeFiles() + { + var ctlPortal = new PortalController(); + var portals = ctlPortal.GetPortals(); + + foreach (PortalInfo portal in portals) + { + SyncForPortal(portal.PortalID); + } + } + + private void SyncForPortal(int portalId) + { + try + { + FolderManager.Instance.Synchronize(portalId); + } + catch (Exception ex) + { + Logger.Error(ex); + ScheduleHistoryItem.AddLogNote("Exception:: " + ex.ToString()); + Exceptions.LogException(ex); + } + } + } +} \ No newline at end of file diff --git a/Libraries/FileSync/Upendo.Libraries.FileSync.csproj b/Libraries/FileSync/Upendo.Libraries.FileSync.csproj new file mode 100644 index 0000000..e875442 --- /dev/null +++ b/Libraries/FileSync/Upendo.Libraries.FileSync.csproj @@ -0,0 +1,106 @@ + + + + + 09.01.01 + 03.02.01 + ..\..\References + $(ReferencesPath)\DNN\$(DnnVersion) + $(ReferencesPath)\HotcakesCommerce\$(HccVersion) + Debug + AnyCPU + {2A2469CA-4D51-499A-A48B-A0B491380BF5} + Library + Properties + Upendo.Libraries.FileSync + Upendo.Libraries.FileSync + v4.5.1 + 512 + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + bin\Upendo.Libraries.FileSync.xml + + + pdbonly + true + bin\ + TRACE + prompt + 4 + bin\Upendo.Libraries.FileSync.xml + + + + False + $(DnnReferencePath)\DotNetNuke.dll + False + + + False + $(DnnReferencePath)\DotNetNuke.Instrumentation.dll + False + + + False + $(DnnReferencePath)\DotNetNuke.Web.dll + False + + + False + $(DnnReferencePath)\Newtonsoft.Json.dll + False + + + + + + + + + + False + $(DnnReferencePath)\System.Net.Http.Formatting.dll + False + + + + + + False + $(DnnReferencePath)\System.Web.Http.dll + False + + + False + $(DnnReferencePath)\System.Web.Http.WebHost.dll + False + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Libraries/FileSync/Upendo.Libraries.FileSync.sln b/Libraries/FileSync/Upendo.Libraries.FileSync.sln new file mode 100644 index 0000000..ade05e0 --- /dev/null +++ b/Libraries/FileSync/Upendo.Libraries.FileSync.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27004.2010 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Upendo.Libraries.FileSync", "Upendo.Libraries.FileSync.csproj", "{2A2469CA-4D51-499A-A48B-A0B491380BF5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2A2469CA-4D51-499A-A48B-A0B491380BF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2A2469CA-4D51-499A-A48B-A0B491380BF5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2A2469CA-4D51-499A-A48B-A0B491380BF5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2A2469CA-4D51-499A-A48B-A0B491380BF5}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {47D18600-47D9-4C0B-95EF-F88F2457A02A} + EndGlobalSection +EndGlobal diff --git a/Libraries/FileSync/releasenotes.txt b/Libraries/FileSync/releasenotes.txt new file mode 100644 index 0000000..24efe1e --- /dev/null +++ b/Libraries/FileSync/releasenotes.txt @@ -0,0 +1,6 @@ + +

FileSync Libraries Extension for DNN

+

Version 01.00.00

+ \ No newline at end of file diff --git a/README.md b/README.md index 3e95228..ae989e3 100644 --- a/README.md +++ b/README.md @@ -1 +1,189 @@ -DNN-File-Sync-Scheduled-Job +**A Special Note to ALL Developers...** +Please do not begin any development until you first read through and understand all of the notes in the README below. + +## Background +The previous version was not adhering to known best practices and as a result, it was unclear of how to find and maintain it. This version has been cleaned up and restructured with best practice architecture, build, versioning, and deployment in mind. + +## Solution +The solution currently expects to be in the following environment, but you can update that to be any version you'd like, provided all extensions will be compatible: + +- DNN: 09.01.01 +- Hotcakes Commerce: 03.02.01 +- SQL: 2012 + +You should build and develop in a development environment that's separate from the local environment where you'd be testing. The examples below help to illustrate this... + +- Development Path: `C:\Work\ProjectName\source-code\` +- Staging/Testing Path: `C:\Work\ProjectName\website\` + +The *Development Path* is where the source code (solution) should be contained. The *Staging/Testing Path* is +where the testing website instance should be restored to and ran from via IIS. + +While you can technically do everything from a single path, this model helps to reduce environmental synchronization, duplication, and testing issues. It also often reduces ramp up time between testing scenarios where installations, upgrades, back-ups, and restorations are necessary. + +## Getting Started + +You should get a backup of the website and database from production, then overwrite those files using this repo. + +## Builds + +There are two possible paths for development, building and testing related to the suggested approach for this solution. + +1. Restore the website to the *Development Path*. When you build, test the updates from that path. +2. Restore the website to the *Staging/Testing Path*. When you build, you'll need to install the extensions into this website. + +__Please Note__: It's possible to follow both approaches. This allows the website in your *Staging/Testing Path* to remain as clean as possible and be a true test before deploying to a true staging environment and/or in production. + +### Debug Mode + +When you build the solution or any single project in **DEBUG** mode, the following occurs: + +- All source code is built in debug mode. +- Any relevant DLL's are generated and placed into the `/website/Bin/` folder. +- Any relevant files needed to see/use the extensions are placed into their respective locations (e.g., +DesktopModules, Portals, Skins, Containers, etc.). + +### Release Mode + +When you build the solution or any single project in **RELEASE** mode, the following occurs: + +- All source code is built in debug mode. +- All extensions are packaged into installable DNN extension packages. +- Extensions will be found in their respective folders in the `/website/Install` folder: + - `Hotcakes-Integration`: Contains Hotcakes Commerce viewsets. (_This is an non-standard folder that DNN is unaware of._) + - `Library`: Contains class libraries (DLL's). + - `Module`: Contains custom modules and skin objects. + - `Skin`: Contains theme packages. + +When there are DLL's involved, there are two packages created, Install and Symbols. The respective +work will be seen at the end of the respective file name. + +- Install: Used to install or upgrade an extension. +- Symbols: Used to install the PDB files for the DLL's in the installation package. Used for troubleshooting only. Always remember to uninstall the symbols when you're done troubleshooting. + +_If you don't remember to uninstall the symbols package, it could result in upgrade and/or troubleshooting issues in the future._ + +## Development Environment + +Steps 1 through 8 are considered to be more for set-up, while the remaining steps are for ongoing development. + +1. Fork/install source code (see suggested paths above). +2. Create a database and restore a backup from production. Add a user to the database that has `db_owner` permissions. +3. Update the `PortalAlias` table to add your new website domain name and make sure it's marked as the "Primary" domain name for the respective `PortalID`. +4. Restore a copy of the website backup to the `/website` folder (create the `/website` folder in the root, if necessary) +5. Update the web.config to have the updated database connection string. +6. Update the Hosts file to have the new domain name (if necessary). +7. Update IIS to point to the desired `/website` folder(s). +8. View the website in your preferred web browser. +9. Open the solution. +10. Ensure that the solution can build in both DEBUG and RELEASE modes. +11. Update the code and build as necessary (see build notes above). +12. Build in Debug mode will push the code updates into the `Website\DesktopModules` folder (for modules, and other areas for other extensions, such as `\Bin` for Libraries) +13. Build in Release mode will create the release packages in the `Install\ExtensionType` folder (e.g., Skins, Modules, Libraries, etc.) + +### Solution Folder Architecture + +Here is an explanation of each of the top-level folders found in the solution. These folders are +also reflected the same way when viewed in Visual Studio, when necessary. + +- Assets: Contains any dependencies or backup files that may be necessary (except website/database backups). +- Build: Contains supporting files that enable the build processes mentioned above. These files should usually not be changed. +- Libraries: Contains class librarys that either deploy on their own, and/or are deployed within another packaged extension. +- Modules: Contains modules. +- References: Contains references that may be used by one or many of the projects in the solution. +- Skin-Objects: Contains skin objects that the theme might need to use. +- Skins: Contains theme packages (skins and containers). +- Viewsets: Contains Hotcakes Commerce viewset packages. + +There is a `packages` that may be created as a result of building the solution or a project. This is created by Nuget and is not part of this solution architecture. + +### First Time Deployments +When an extension is new to the solution, there may be an extra bit of setup required. + +1. Build the extension in DEBUG mode so the deployment files are put into their respective places. +2. View the website and login as a superuser. +3. Manually install the extension in the Extensions view by using it's manifest file. +4. If there are any database dependencies, manually run the SqlDataProvider file(s) to make the necessary schema updates to the database. +5. Add the extension to a page or otherwise use it as it's intended. + +Alternatively, you can build the solution in RELEASE mode and install that package into the +website. Then build the solution/project again in DEBUG mode. + +### Debugging +In order to debug the code, you'll need to follow the steps below: + +1. Open Visual Studio using the "As Administrator" option in Windows. +2. Build the project(s) solution in DEBUG mode. +3. Ensure that the web.config is set to allow debugging: `` +4. Run the website and view the page that contains the code you wish to debug. +5. In Visual Studio, choose the Debug > Attach to Process feature (a.k.a., ``+``+`

`). +6. Find `w3wp.exe` in the list and click the Attach button. +7. Set any breakpoints that you wish to hit and step through. +8. View the page again and/or perform the steps necessary to hit the breakpoint. + +### Adding/Updating References + +Any references that can't or shouldn't be managed by Nuget are driving by the `SolutionReferences.targets` file in the Build folder. This central file allows you to update the references in a single place, for all projects. + +If you're adding/editing references that come from DNN (or from the References folder), DO NOT use the Visual Studio IDE to do this. It will result in long-term management issues for the solution. Instead, you should view any of the `.csproj` files in a text editor to see how to properly add a reference. It's not possible to add it correctly in the Visual Studio IDE. + +#### General Instructions + +When necessary, first add the new references to the correct references folder/path, and then update the `SolutionReferences.targets` file. + +Include the following line in the `.csproj` file, just before the references section (if necessary). + +```xml + +``` + +__Please Note__: It's currently required for you to manually update the version numbers in the `.csproj` file when working with any `Library` type project as well. Please see [Issue #17](https://github.com/UpendoVentures/generator-upendodnn/issues/17) for more details and to potentially help fix this. :) + +Next, add the appropriate reference, per the targets file. Here are examples for DNN, and Hotcakes Commerce. + +```xml + + + False + $(DnnReferencePath)\DotNetNuke.dll + False + + + False + $(HccReferencePath)\Hotcakes.Commerce.dll + False + + +``` + +Note the use of `SpecificVersion` and `Private` above. These are very important to ensuring consistent builds and packages. + +If you reference a DLL in the references folder directly, simply edit the `.csproj` file afterward to follow the pattern outlined above. + +# Source Control + +It may be noticed that this solution and it's architecture are both complicated and elegant at the same time. A beginning developer may feel overwhelmed at first, but this solution greatly simplifies all development. This is especially important and true due to how tightly integrated and dependant all of the projects and code is. + +## Solution +As such, this solution would function best when used with a Git-based source control product, such as Git, GitHub, and BitBucket. There are many workflows that could be used for this solution as it relates to the interaction with Git. For developers that are new to Git and its potential workflows, a workflow known as "centralized workflow" may be tempting, because it is how solo developers and SVN/TFS has been used in the past. When using Git, this is generally a mistake since it ignores all of the features Git offers. + +## Workflow +It is highly recommended that a [Gitflow Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) workflow is used and followed. This empowers all developers that may be involved to work at the same time, independently, regardless of location, focus, and feature/issue they're working on. Initially, some developers will feel this simply over-complicates the development process, but the moment something "bad" happens during a development cycle, this process will very clearly highlight itself as having saved the day. This approach also ensures that one or more PM's are able to see and know the state of the code base, pending updates, and more because they're at all times seeing branches in a logical pattern and reviewing pull requests to the primary/release branches. + +## Branches +The primary branches that are present and used may change over time. Those potential branches are defined below. There are no strict requirements, except as defined as the project/product manager assigned to this solution. Naming conventions such as those listed below are very important to ensure the productivity of all parties involved during development, so that everyone can easily understand the purpose of various branches and their contained code/updates. + +- **master** - A _master_ branch should always be present and used, regardless of the way Git is leveraged. This branch is always expected to **only** contain tested and unbroken code at all times. At no time should code be committed to this branch without first being verified to be tested and unbroken. Pull requests into this branch would often only come from the _development_ branch. +- **development** - A _development_ branch is not currently being used and it is not necessarily required moving forward, depending on how development will be done in the future. It is best used when development is expected to follow a more strict schedule or versioning pattern. If continuous integration (CI) or similar solutions are to be integrated, this branch will also become necessary. This branch is where other branches are merged to first, before being determined to be production-ready. Once the code is merged to the _development_ branch, a QA engineer would smoke and regression test the code in this branch. Once all updates are verified to be correct and not break other existing features, the code in this branch would then be merged into the _master_ branch as part of a release process/cycle. This code would also be what is used to push into a staging/UAT environment. Pull requests generally would always come to this branch, and not to the master branch. +- **Issues\name-number** - This is a common branching naming convention when working on bugs. The name/number would reference a work item/task ID or a very short name to identify the update. Examples of this naming convention would include `Issues\Issue-12345` and `Issues\email-template-routing`. +- **Features\name-number** - This is a common branching naming convention when adding new features. The name/number would reference a work item/task ID or a very short name to identify the update. Examples of this naming convention would include `Features\Issue-12345` and `Features\salesforce-integration`. +- **Tasks\name-number** - This is a common branching naming convention when working on tasks that aren't necessarily a new feature or bug fix. The name/number would reference a work item/task ID or a very short name to identify the update. Examples of this naming convention would include `Tasks\Issue-12345` and `Tasks\03.02.01-packaging`. +- **Releases\version** - This naming convention and its branches are only necessary when following a release schedule that's highly focused on a product management approach that includes versioning. Ideally, in this scenario, all projects would always have the same version. This workflow would be ideal for a solution like this, but it also depends on the level of and availability of resources assigned to the project. Having such a approach also helps to identify and troubleshoot differences over time. An example of a branch using this approach would be `Releases\03.02.01`. The code that is included in this branch would come only from the _master_ branch, and this branch would be created directly prior to pushing the updates into production from a staging/UAT environment. + +# Support for this Project + +This solution and the related materials are proudly created and provided by Upendo Ventures. + +- [Visit Us](https://upendoventures.com/) +- [E-Mail Us](mailto:solutions@upendoventures.com) +- [Other Ways to Contact Us](https://upendoventures.com/Contact-Us) diff --git a/References/DNN/07.04.02/ClientDependency.Core.dll b/References/DNN/07.04.02/ClientDependency.Core.dll new file mode 100644 index 0000000..4d0875c Binary files /dev/null and b/References/DNN/07.04.02/ClientDependency.Core.dll differ diff --git a/References/DNN/07.04.02/CountryListBox.dll b/References/DNN/07.04.02/CountryListBox.dll new file mode 100644 index 0000000..799cbc9 Binary files /dev/null and b/References/DNN/07.04.02/CountryListBox.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.Authentication.Facebook.dll b/References/DNN/07.04.02/DotNetNuke.Authentication.Facebook.dll new file mode 100644 index 0000000..b016831 Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.Authentication.Facebook.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.Authentication.Google.dll b/References/DNN/07.04.02/DotNetNuke.Authentication.Google.dll new file mode 100644 index 0000000..c14951f Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.Authentication.Google.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.Authentication.LiveConnect.dll b/References/DNN/07.04.02/DotNetNuke.Authentication.LiveConnect.dll new file mode 100644 index 0000000..f95d68c Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.Authentication.LiveConnect.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.Authentication.Twitter.dll b/References/DNN/07.04.02/DotNetNuke.Authentication.Twitter.dll new file mode 100644 index 0000000..f1505bb Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.Authentication.Twitter.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.HttpModules.dll b/References/DNN/07.04.02/DotNetNuke.HttpModules.dll new file mode 100644 index 0000000..125961c Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.HttpModules.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.Instrumentation.dll b/References/DNN/07.04.02/DotNetNuke.Instrumentation.dll new file mode 100644 index 0000000..90c339d Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.Instrumentation.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.Log4Net.dll b/References/DNN/07.04.02/DotNetNuke.Log4Net.dll new file mode 100644 index 0000000..8d62bc3 Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.Log4Net.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.RadEditorProvider.dll b/References/DNN/07.04.02/DotNetNuke.RadEditorProvider.dll new file mode 100644 index 0000000..0815bde Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.RadEditorProvider.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.Services.Syndication.dll b/References/DNN/07.04.02/DotNetNuke.Services.Syndication.dll new file mode 100644 index 0000000..b07fb1e Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.Services.Syndication.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.Web.Client.dll b/References/DNN/07.04.02/DotNetNuke.Web.Client.dll new file mode 100644 index 0000000..e5f95b8 Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.Web.Client.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.Web.DDRMenu.dll b/References/DNN/07.04.02/DotNetNuke.Web.DDRMenu.dll new file mode 100644 index 0000000..62166bf Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.Web.DDRMenu.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.Web.Razor.dll b/References/DNN/07.04.02/DotNetNuke.Web.Razor.dll new file mode 100644 index 0000000..4f38918 Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.Web.Razor.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.Web.dll b/References/DNN/07.04.02/DotNetNuke.Web.dll new file mode 100644 index 0000000..d624dbd Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.Web.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.WebControls.dll b/References/DNN/07.04.02/DotNetNuke.WebControls.dll new file mode 100644 index 0000000..efd2a7f Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.WebControls.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.WebUtility.dll b/References/DNN/07.04.02/DotNetNuke.WebUtility.dll new file mode 100644 index 0000000..fe89947 Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.WebUtility.dll differ diff --git a/References/DNN/07.04.02/DotNetNuke.dll b/References/DNN/07.04.02/DotNetNuke.dll new file mode 100644 index 0000000..5285bb5 Binary files /dev/null and b/References/DNN/07.04.02/DotNetNuke.dll differ diff --git a/References/DNN/07.04.02/Lucene.Net.Contrib.Analyzers.dll b/References/DNN/07.04.02/Lucene.Net.Contrib.Analyzers.dll new file mode 100644 index 0000000..392894d Binary files /dev/null and b/References/DNN/07.04.02/Lucene.Net.Contrib.Analyzers.dll differ diff --git a/References/DNN/07.04.02/Lucene.Net.Contrib.FastVectorHighlighter.dll b/References/DNN/07.04.02/Lucene.Net.Contrib.FastVectorHighlighter.dll new file mode 100644 index 0000000..6b75bce Binary files /dev/null and b/References/DNN/07.04.02/Lucene.Net.Contrib.FastVectorHighlighter.dll differ diff --git a/References/DNN/07.04.02/Lucene.Net.dll b/References/DNN/07.04.02/Lucene.Net.dll new file mode 100644 index 0000000..cbf0220 Binary files /dev/null and b/References/DNN/07.04.02/Lucene.Net.dll differ diff --git a/References/DNN/07.04.02/Microsoft.ApplicationBlocks.Data.dll b/References/DNN/07.04.02/Microsoft.ApplicationBlocks.Data.dll new file mode 100644 index 0000000..8158be3 Binary files /dev/null and b/References/DNN/07.04.02/Microsoft.ApplicationBlocks.Data.dll differ diff --git a/References/DNN/07.04.02/Microsoft.Web.Helpers.dll b/References/DNN/07.04.02/Microsoft.Web.Helpers.dll new file mode 100644 index 0000000..2d852ee Binary files /dev/null and b/References/DNN/07.04.02/Microsoft.Web.Helpers.dll differ diff --git a/References/DNN/07.04.02/Microsoft.Web.Infrastructure.dll b/References/DNN/07.04.02/Microsoft.Web.Infrastructure.dll new file mode 100644 index 0000000..85f1138 Binary files /dev/null and b/References/DNN/07.04.02/Microsoft.Web.Infrastructure.dll differ diff --git a/References/DNN/07.04.02/Newtonsoft.Json.dll b/References/DNN/07.04.02/Newtonsoft.Json.dll new file mode 100644 index 0000000..1c16c11 Binary files /dev/null and b/References/DNN/07.04.02/Newtonsoft.Json.dll differ diff --git a/References/DNN/07.04.02/PetaPoco.dll b/References/DNN/07.04.02/PetaPoco.dll new file mode 100644 index 0000000..d04e182 Binary files /dev/null and b/References/DNN/07.04.02/PetaPoco.dll differ diff --git a/References/DNN/07.04.02/Providers/DotNetNuke.ASP2MenuNavigationProvider.dll b/References/DNN/07.04.02/Providers/DotNetNuke.ASP2MenuNavigationProvider.dll new file mode 100644 index 0000000..2b86972 Binary files /dev/null and b/References/DNN/07.04.02/Providers/DotNetNuke.ASP2MenuNavigationProvider.dll differ diff --git a/References/DNN/07.04.02/Providers/DotNetNuke.DNNDropDownNavigationProvider.dll b/References/DNN/07.04.02/Providers/DotNetNuke.DNNDropDownNavigationProvider.dll new file mode 100644 index 0000000..c839115 Binary files /dev/null and b/References/DNN/07.04.02/Providers/DotNetNuke.DNNDropDownNavigationProvider.dll differ diff --git a/References/DNN/07.04.02/Providers/DotNetNuke.DNNMenuNavigationProvider.dll b/References/DNN/07.04.02/Providers/DotNetNuke.DNNMenuNavigationProvider.dll new file mode 100644 index 0000000..159e6f1 Binary files /dev/null and b/References/DNN/07.04.02/Providers/DotNetNuke.DNNMenuNavigationProvider.dll differ diff --git a/References/DNN/07.04.02/Providers/DotNetNuke.DNNTreeNavigationProvider.dll b/References/DNN/07.04.02/Providers/DotNetNuke.DNNTreeNavigationProvider.dll new file mode 100644 index 0000000..2c24c77 Binary files /dev/null and b/References/DNN/07.04.02/Providers/DotNetNuke.DNNTreeNavigationProvider.dll differ diff --git a/References/DNN/07.04.02/Providers/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll b/References/DNN/07.04.02/Providers/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll new file mode 100644 index 0000000..4799a62 Binary files /dev/null and b/References/DNN/07.04.02/Providers/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll differ diff --git a/References/DNN/07.04.02/Providers/DotNetNuke.SolpartMenuNavigationProvider.dll b/References/DNN/07.04.02/Providers/DotNetNuke.SolpartMenuNavigationProvider.dll new file mode 100644 index 0000000..40cda90 Binary files /dev/null and b/References/DNN/07.04.02/Providers/DotNetNuke.SolpartMenuNavigationProvider.dll differ diff --git a/References/DNN/07.04.02/Providers/FiftyOne.Foundation.dll b/References/DNN/07.04.02/Providers/FiftyOne.Foundation.dll new file mode 100644 index 0000000..2ed57df Binary files /dev/null and b/References/DNN/07.04.02/Providers/FiftyOne.Foundation.dll differ diff --git a/References/DNN/07.04.02/Providers/SolpartWebControls.dll b/References/DNN/07.04.02/Providers/SolpartWebControls.dll new file mode 100644 index 0000000..04c2941 Binary files /dev/null and b/References/DNN/07.04.02/Providers/SolpartWebControls.dll differ diff --git a/References/DNN/07.04.02/SharpZipLib.dll b/References/DNN/07.04.02/SharpZipLib.dll new file mode 100644 index 0000000..b7e439f Binary files /dev/null and b/References/DNN/07.04.02/SharpZipLib.dll differ diff --git a/References/DNN/07.04.02/System.Net.Http.Formatting.dll b/References/DNN/07.04.02/System.Net.Http.Formatting.dll new file mode 100644 index 0000000..367d253 Binary files /dev/null and b/References/DNN/07.04.02/System.Net.Http.Formatting.dll differ diff --git a/References/DNN/07.04.02/System.Net.Http.WebRequest.dll b/References/DNN/07.04.02/System.Net.Http.WebRequest.dll new file mode 100644 index 0000000..b26b59a Binary files /dev/null and b/References/DNN/07.04.02/System.Net.Http.WebRequest.dll differ diff --git a/References/DNN/07.04.02/System.Net.Http.dll b/References/DNN/07.04.02/System.Net.Http.dll new file mode 100644 index 0000000..2ee8ff7 Binary files /dev/null and b/References/DNN/07.04.02/System.Net.Http.dll differ diff --git a/References/DNN/07.04.02/System.Web.Helpers.dll b/References/DNN/07.04.02/System.Web.Helpers.dll new file mode 100644 index 0000000..a41bdcc Binary files /dev/null and b/References/DNN/07.04.02/System.Web.Helpers.dll differ diff --git a/References/DNN/07.04.02/System.Web.Http.WebHost.dll b/References/DNN/07.04.02/System.Web.Http.WebHost.dll new file mode 100644 index 0000000..1dfa8d2 Binary files /dev/null and b/References/DNN/07.04.02/System.Web.Http.WebHost.dll differ diff --git a/References/DNN/07.04.02/System.Web.Http.dll b/References/DNN/07.04.02/System.Web.Http.dll new file mode 100644 index 0000000..206c331 Binary files /dev/null and b/References/DNN/07.04.02/System.Web.Http.dll differ diff --git a/References/DNN/07.04.02/System.Web.Razor.dll b/References/DNN/07.04.02/System.Web.Razor.dll new file mode 100644 index 0000000..470f0c7 Binary files /dev/null and b/References/DNN/07.04.02/System.Web.Razor.dll differ diff --git a/References/DNN/07.04.02/System.Web.WebPages.Deployment.dll b/References/DNN/07.04.02/System.Web.WebPages.Deployment.dll new file mode 100644 index 0000000..89e7d27 Binary files /dev/null and b/References/DNN/07.04.02/System.Web.WebPages.Deployment.dll differ diff --git a/References/DNN/07.04.02/System.Web.WebPages.Razor.dll b/References/DNN/07.04.02/System.Web.WebPages.Razor.dll new file mode 100644 index 0000000..f9e71f8 Binary files /dev/null and b/References/DNN/07.04.02/System.Web.WebPages.Razor.dll differ diff --git a/References/DNN/07.04.02/System.Web.WebPages.dll b/References/DNN/07.04.02/System.Web.WebPages.dll new file mode 100644 index 0000000..60e9aba Binary files /dev/null and b/References/DNN/07.04.02/System.Web.WebPages.dll differ diff --git a/References/DNN/07.04.02/Telerik.Web.UI.Skins.dll b/References/DNN/07.04.02/Telerik.Web.UI.Skins.dll new file mode 100644 index 0000000..728faa3 Binary files /dev/null and b/References/DNN/07.04.02/Telerik.Web.UI.Skins.dll differ diff --git a/References/DNN/07.04.02/Telerik.Web.UI.dll b/References/DNN/07.04.02/Telerik.Web.UI.dll new file mode 100644 index 0000000..3eebc2a Binary files /dev/null and b/References/DNN/07.04.02/Telerik.Web.UI.dll differ diff --git a/References/DNN/07.04.02/WebFormsMvp.dll b/References/DNN/07.04.02/WebFormsMvp.dll new file mode 100644 index 0000000..3123f84 Binary files /dev/null and b/References/DNN/07.04.02/WebFormsMvp.dll differ diff --git a/References/DNN/07.04.02/WebMatrix.Data.dll b/References/DNN/07.04.02/WebMatrix.Data.dll new file mode 100644 index 0000000..19287ce Binary files /dev/null and b/References/DNN/07.04.02/WebMatrix.Data.dll differ diff --git a/References/DNN/07.04.02/WebMatrix.WebData.dll b/References/DNN/07.04.02/WebMatrix.WebData.dll new file mode 100644 index 0000000..e058ba8 Binary files /dev/null and b/References/DNN/07.04.02/WebMatrix.WebData.dll differ diff --git a/References/DNN/08.00.03/ClientDependency.Core.dll b/References/DNN/08.00.03/ClientDependency.Core.dll new file mode 100644 index 0000000..dc3cda5 Binary files /dev/null and b/References/DNN/08.00.03/ClientDependency.Core.dll differ diff --git a/References/DNN/08.00.03/CountryListBox.dll b/References/DNN/08.00.03/CountryListBox.dll new file mode 100644 index 0000000..10a0299 Binary files /dev/null and b/References/DNN/08.00.03/CountryListBox.dll differ diff --git a/References/DNN/08.00.03/DNNConnect.CKEditorProvider.dll b/References/DNN/08.00.03/DNNConnect.CKEditorProvider.dll new file mode 100644 index 0000000..2d4ebe0 Binary files /dev/null and b/References/DNN/08.00.03/DNNConnect.CKEditorProvider.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.HttpModules.dll b/References/DNN/08.00.03/DotNetNuke.HttpModules.dll new file mode 100644 index 0000000..bdc54d3 Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.HttpModules.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Instrumentation.dll b/References/DNN/08.00.03/DotNetNuke.Instrumentation.dll new file mode 100644 index 0000000..639a15f Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.Instrumentation.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Log4Net.dll b/References/DNN/08.00.03/DotNetNuke.Log4Net.dll new file mode 100644 index 0000000..854bcd6 Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.Log4Net.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll b/References/DNN/08.00.03/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll new file mode 100644 index 0000000..8e521a1 Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.RadEditorProvider.dll b/References/DNN/08.00.03/DotNetNuke.RadEditorProvider.dll new file mode 100644 index 0000000..af08209 Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.RadEditorProvider.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Services.Syndication.dll b/References/DNN/08.00.03/DotNetNuke.Services.Syndication.dll new file mode 100644 index 0000000..f9b7ba8 Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.Services.Syndication.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Web.Client.dll b/References/DNN/08.00.03/DotNetNuke.Web.Client.dll new file mode 100644 index 0000000..a42449b Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.Web.Client.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Web.DDRMenu.dll b/References/DNN/08.00.03/DotNetNuke.Web.DDRMenu.dll new file mode 100644 index 0000000..a60d8b3 Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.Web.DDRMenu.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Web.Deprecated.dll b/References/DNN/08.00.03/DotNetNuke.Web.Deprecated.dll new file mode 100644 index 0000000..7c7b669 Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.Web.Deprecated.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Web.Mvc.dll b/References/DNN/08.00.03/DotNetNuke.Web.Mvc.dll new file mode 100644 index 0000000..a40f986 Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.Web.Mvc.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Web.Razor.dll b/References/DNN/08.00.03/DotNetNuke.Web.Razor.dll new file mode 100644 index 0000000..6dde40b Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.Web.Razor.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Web.dll b/References/DNN/08.00.03/DotNetNuke.Web.dll new file mode 100644 index 0000000..22ba6ab Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.Web.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.WebControls.dll b/References/DNN/08.00.03/DotNetNuke.WebControls.dll new file mode 100644 index 0000000..efd2a7f Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.WebControls.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.WebUtility.dll b/References/DNN/08.00.03/DotNetNuke.WebUtility.dll new file mode 100644 index 0000000..74b2a3c Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.WebUtility.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Website.dll b/References/DNN/08.00.03/DotNetNuke.Website.dll new file mode 100644 index 0000000..c49e00a Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.Website.dll differ diff --git a/References/DNN/08.00.03/DotNetNuke.Website.dll.config b/References/DNN/08.00.03/DotNetNuke.Website.dll.config new file mode 100644 index 0000000..8e1fa8a --- /dev/null +++ b/References/DNN/08.00.03/DotNetNuke.Website.dll.config @@ -0,0 +1,417 @@ + + + + + +

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/References/DNN/08.00.03/DotNetNuke.dll b/References/DNN/08.00.03/DotNetNuke.dll new file mode 100644 index 0000000..8703ab0 Binary files /dev/null and b/References/DNN/08.00.03/DotNetNuke.dll differ diff --git a/References/DNN/08.00.03/FiftyOne.Foundation.dll b/References/DNN/08.00.03/FiftyOne.Foundation.dll new file mode 100644 index 0000000..2ed57df Binary files /dev/null and b/References/DNN/08.00.03/FiftyOne.Foundation.dll differ diff --git a/References/DNN/08.00.03/Lucene.Net.Contrib.Analyzers.dll b/References/DNN/08.00.03/Lucene.Net.Contrib.Analyzers.dll new file mode 100644 index 0000000..392894d Binary files /dev/null and b/References/DNN/08.00.03/Lucene.Net.Contrib.Analyzers.dll differ diff --git a/References/DNN/08.00.03/Lucene.Net.Contrib.FastVectorHighlighter.dll b/References/DNN/08.00.03/Lucene.Net.Contrib.FastVectorHighlighter.dll new file mode 100644 index 0000000..6b75bce Binary files /dev/null and b/References/DNN/08.00.03/Lucene.Net.Contrib.FastVectorHighlighter.dll differ diff --git a/References/DNN/08.00.03/Lucene.Net.dll b/References/DNN/08.00.03/Lucene.Net.dll new file mode 100644 index 0000000..cbf0220 Binary files /dev/null and b/References/DNN/08.00.03/Lucene.Net.dll differ diff --git a/References/DNN/08.00.03/Microsoft.AnalysisServices.AdomdClient.dll b/References/DNN/08.00.03/Microsoft.AnalysisServices.AdomdClient.dll new file mode 100644 index 0000000..a921f9a Binary files /dev/null and b/References/DNN/08.00.03/Microsoft.AnalysisServices.AdomdClient.dll differ diff --git a/References/DNN/08.00.03/Microsoft.ApplicationBlocks.Data.dll b/References/DNN/08.00.03/Microsoft.ApplicationBlocks.Data.dll new file mode 100644 index 0000000..8158be3 Binary files /dev/null and b/References/DNN/08.00.03/Microsoft.ApplicationBlocks.Data.dll differ diff --git a/References/DNN/08.00.03/Microsoft.Web.Helpers.dll b/References/DNN/08.00.03/Microsoft.Web.Helpers.dll new file mode 100644 index 0000000..da8f497 Binary files /dev/null and b/References/DNN/08.00.03/Microsoft.Web.Helpers.dll differ diff --git a/References/DNN/08.00.03/Microsoft.Web.Infrastructure.dll b/References/DNN/08.00.03/Microsoft.Web.Infrastructure.dll new file mode 100644 index 0000000..85f1138 Binary files /dev/null and b/References/DNN/08.00.03/Microsoft.Web.Infrastructure.dll differ diff --git a/References/DNN/08.00.03/Newtonsoft.Json.dll b/References/DNN/08.00.03/Newtonsoft.Json.dll new file mode 100644 index 0000000..d4c9037 Binary files /dev/null and b/References/DNN/08.00.03/Newtonsoft.Json.dll differ diff --git a/References/DNN/08.00.03/PetaPoco.dll b/References/DNN/08.00.03/PetaPoco.dll new file mode 100644 index 0000000..d04e182 Binary files /dev/null and b/References/DNN/08.00.03/PetaPoco.dll differ diff --git a/References/DNN/08.00.03/SchwabenCode.QuickIO.dll b/References/DNN/08.00.03/SchwabenCode.QuickIO.dll new file mode 100644 index 0000000..2428031 Binary files /dev/null and b/References/DNN/08.00.03/SchwabenCode.QuickIO.dll differ diff --git a/References/DNN/08.00.03/SharpZipLib.dll b/References/DNN/08.00.03/SharpZipLib.dll new file mode 100644 index 0000000..b7e439f Binary files /dev/null and b/References/DNN/08.00.03/SharpZipLib.dll differ diff --git a/References/DNN/08.00.03/System.Net.Http.Formatting.dll b/References/DNN/08.00.03/System.Net.Http.Formatting.dll new file mode 100644 index 0000000..3b76acd Binary files /dev/null and b/References/DNN/08.00.03/System.Net.Http.Formatting.dll differ diff --git a/References/DNN/08.00.03/System.Web.Helpers.dll b/References/DNN/08.00.03/System.Web.Helpers.dll new file mode 100644 index 0000000..7e6cd4e Binary files /dev/null and b/References/DNN/08.00.03/System.Web.Helpers.dll differ diff --git a/References/DNN/08.00.03/System.Web.Http.WebHost.dll b/References/DNN/08.00.03/System.Web.Http.WebHost.dll new file mode 100644 index 0000000..4f2b581 Binary files /dev/null and b/References/DNN/08.00.03/System.Web.Http.WebHost.dll differ diff --git a/References/DNN/08.00.03/System.Web.Http.dll b/References/DNN/08.00.03/System.Web.Http.dll new file mode 100644 index 0000000..e1dbdd1 Binary files /dev/null and b/References/DNN/08.00.03/System.Web.Http.dll differ diff --git a/References/DNN/08.00.03/System.Web.Mvc.dll b/References/DNN/08.00.03/System.Web.Mvc.dll new file mode 100644 index 0000000..cfb0277 Binary files /dev/null and b/References/DNN/08.00.03/System.Web.Mvc.dll differ diff --git a/References/DNN/08.00.03/System.Web.Razor.dll b/References/DNN/08.00.03/System.Web.Razor.dll new file mode 100644 index 0000000..45b7e9f Binary files /dev/null and b/References/DNN/08.00.03/System.Web.Razor.dll differ diff --git a/References/DNN/08.00.03/System.Web.WebPages.Deployment.dll b/References/DNN/08.00.03/System.Web.WebPages.Deployment.dll new file mode 100644 index 0000000..fe224fb Binary files /dev/null and b/References/DNN/08.00.03/System.Web.WebPages.Deployment.dll differ diff --git a/References/DNN/08.00.03/System.Web.WebPages.Razor.dll b/References/DNN/08.00.03/System.Web.WebPages.Razor.dll new file mode 100644 index 0000000..9fcc8e6 Binary files /dev/null and b/References/DNN/08.00.03/System.Web.WebPages.Razor.dll differ diff --git a/References/DNN/08.00.03/System.Web.WebPages.dll b/References/DNN/08.00.03/System.Web.WebPages.dll new file mode 100644 index 0000000..f946454 Binary files /dev/null and b/References/DNN/08.00.03/System.Web.WebPages.dll differ diff --git a/References/DNN/08.00.03/Telerik.Web.UI.Skins.dll b/References/DNN/08.00.03/Telerik.Web.UI.Skins.dll new file mode 100644 index 0000000..728faa3 Binary files /dev/null and b/References/DNN/08.00.03/Telerik.Web.UI.Skins.dll differ diff --git a/References/DNN/08.00.03/Telerik.Web.UI.dll b/References/DNN/08.00.03/Telerik.Web.UI.dll new file mode 100644 index 0000000..3eebc2a Binary files /dev/null and b/References/DNN/08.00.03/Telerik.Web.UI.dll differ diff --git a/References/DNN/08.00.03/WebFormsMvp.dll b/References/DNN/08.00.03/WebFormsMvp.dll new file mode 100644 index 0000000..3123f84 Binary files /dev/null and b/References/DNN/08.00.03/WebFormsMvp.dll differ diff --git a/References/DNN/08.00.03/WebMatrix.Data.dll b/References/DNN/08.00.03/WebMatrix.Data.dll new file mode 100644 index 0000000..081d54a Binary files /dev/null and b/References/DNN/08.00.03/WebMatrix.Data.dll differ diff --git a/References/DNN/08.00.03/WebMatrix.WebData.dll b/References/DNN/08.00.03/WebMatrix.WebData.dll new file mode 100644 index 0000000..5215b2c Binary files /dev/null and b/References/DNN/08.00.03/WebMatrix.WebData.dll differ diff --git a/References/DNN/08.00.04/ClientDependency.Core.dll b/References/DNN/08.00.04/ClientDependency.Core.dll new file mode 100644 index 0000000..4e2bac4 Binary files /dev/null and b/References/DNN/08.00.04/ClientDependency.Core.dll differ diff --git a/References/DNN/08.00.04/CountryListBox.dll b/References/DNN/08.00.04/CountryListBox.dll new file mode 100644 index 0000000..3f1846b Binary files /dev/null and b/References/DNN/08.00.04/CountryListBox.dll differ diff --git a/References/DNN/08.00.04/DNNConnect.CKEditorProvider.dll b/References/DNN/08.00.04/DNNConnect.CKEditorProvider.dll new file mode 100644 index 0000000..0eb1b57 Binary files /dev/null and b/References/DNN/08.00.04/DNNConnect.CKEditorProvider.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.HttpModules.dll b/References/DNN/08.00.04/DotNetNuke.HttpModules.dll new file mode 100644 index 0000000..d8f37fe Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.HttpModules.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Instrumentation.dll b/References/DNN/08.00.04/DotNetNuke.Instrumentation.dll new file mode 100644 index 0000000..274607f Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.Instrumentation.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Log4Net.dll b/References/DNN/08.00.04/DotNetNuke.Log4Net.dll new file mode 100644 index 0000000..adaff2e Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.Log4Net.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll b/References/DNN/08.00.04/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll new file mode 100644 index 0000000..fd337b6 Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.RadEditorProvider.dll b/References/DNN/08.00.04/DotNetNuke.RadEditorProvider.dll new file mode 100644 index 0000000..fa386ad Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.RadEditorProvider.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Services.Syndication.dll b/References/DNN/08.00.04/DotNetNuke.Services.Syndication.dll new file mode 100644 index 0000000..9b4da3b Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.Services.Syndication.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Web.Client.dll b/References/DNN/08.00.04/DotNetNuke.Web.Client.dll new file mode 100644 index 0000000..ef2defc Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.Web.Client.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Web.DDRMenu.dll b/References/DNN/08.00.04/DotNetNuke.Web.DDRMenu.dll new file mode 100644 index 0000000..69678f7 Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.Web.DDRMenu.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Web.Deprecated.dll b/References/DNN/08.00.04/DotNetNuke.Web.Deprecated.dll new file mode 100644 index 0000000..579584c Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.Web.Deprecated.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Web.Mvc.dll b/References/DNN/08.00.04/DotNetNuke.Web.Mvc.dll new file mode 100644 index 0000000..3b6562a Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.Web.Mvc.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Web.Razor.dll b/References/DNN/08.00.04/DotNetNuke.Web.Razor.dll new file mode 100644 index 0000000..f79afa2 Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.Web.Razor.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Web.dll b/References/DNN/08.00.04/DotNetNuke.Web.dll new file mode 100644 index 0000000..345a63a Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.Web.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.WebControls.dll b/References/DNN/08.00.04/DotNetNuke.WebControls.dll new file mode 100644 index 0000000..efd2a7f Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.WebControls.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.WebUtility.dll b/References/DNN/08.00.04/DotNetNuke.WebUtility.dll new file mode 100644 index 0000000..cac2703 Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.WebUtility.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Website.dll b/References/DNN/08.00.04/DotNetNuke.Website.dll new file mode 100644 index 0000000..2659e25 Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.Website.dll differ diff --git a/References/DNN/08.00.04/DotNetNuke.Website.dll.config b/References/DNN/08.00.04/DotNetNuke.Website.dll.config new file mode 100644 index 0000000..92ba5e2 --- /dev/null +++ b/References/DNN/08.00.04/DotNetNuke.Website.dll.config @@ -0,0 +1,434 @@ + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/References/DNN/08.00.04/DotNetNuke.dll b/References/DNN/08.00.04/DotNetNuke.dll new file mode 100644 index 0000000..0fa00dd Binary files /dev/null and b/References/DNN/08.00.04/DotNetNuke.dll differ diff --git a/References/DNN/08.00.04/FiftyOne.Foundation.dll b/References/DNN/08.00.04/FiftyOne.Foundation.dll new file mode 100644 index 0000000..2ed57df Binary files /dev/null and b/References/DNN/08.00.04/FiftyOne.Foundation.dll differ diff --git a/References/DNN/08.00.04/Lucene.Net.Contrib.Analyzers.dll b/References/DNN/08.00.04/Lucene.Net.Contrib.Analyzers.dll new file mode 100644 index 0000000..392894d Binary files /dev/null and b/References/DNN/08.00.04/Lucene.Net.Contrib.Analyzers.dll differ diff --git a/References/DNN/08.00.04/Lucene.Net.Contrib.FastVectorHighlighter.dll b/References/DNN/08.00.04/Lucene.Net.Contrib.FastVectorHighlighter.dll new file mode 100644 index 0000000..6b75bce Binary files /dev/null and b/References/DNN/08.00.04/Lucene.Net.Contrib.FastVectorHighlighter.dll differ diff --git a/References/DNN/08.00.04/Lucene.Net.dll b/References/DNN/08.00.04/Lucene.Net.dll new file mode 100644 index 0000000..cbf0220 Binary files /dev/null and b/References/DNN/08.00.04/Lucene.Net.dll differ diff --git a/References/DNN/08.00.04/Microsoft.AnalysisServices.AdomdClient.dll b/References/DNN/08.00.04/Microsoft.AnalysisServices.AdomdClient.dll new file mode 100644 index 0000000..a921f9a Binary files /dev/null and b/References/DNN/08.00.04/Microsoft.AnalysisServices.AdomdClient.dll differ diff --git a/References/DNN/08.00.04/Microsoft.ApplicationBlocks.Data.dll b/References/DNN/08.00.04/Microsoft.ApplicationBlocks.Data.dll new file mode 100644 index 0000000..8158be3 Binary files /dev/null and b/References/DNN/08.00.04/Microsoft.ApplicationBlocks.Data.dll differ diff --git a/References/DNN/08.00.04/Microsoft.Web.Helpers.dll b/References/DNN/08.00.04/Microsoft.Web.Helpers.dll new file mode 100644 index 0000000..da8f497 Binary files /dev/null and b/References/DNN/08.00.04/Microsoft.Web.Helpers.dll differ diff --git a/References/DNN/08.00.04/Microsoft.Web.Infrastructure.dll b/References/DNN/08.00.04/Microsoft.Web.Infrastructure.dll new file mode 100644 index 0000000..85f1138 Binary files /dev/null and b/References/DNN/08.00.04/Microsoft.Web.Infrastructure.dll differ diff --git a/References/DNN/08.00.04/Newtonsoft.Json.dll b/References/DNN/08.00.04/Newtonsoft.Json.dll new file mode 100644 index 0000000..d4c9037 Binary files /dev/null and b/References/DNN/08.00.04/Newtonsoft.Json.dll differ diff --git a/References/DNN/08.00.04/PetaPoco.dll b/References/DNN/08.00.04/PetaPoco.dll new file mode 100644 index 0000000..d04e182 Binary files /dev/null and b/References/DNN/08.00.04/PetaPoco.dll differ diff --git a/References/DNN/08.00.04/SchwabenCode.QuickIO.dll b/References/DNN/08.00.04/SchwabenCode.QuickIO.dll new file mode 100644 index 0000000..2428031 Binary files /dev/null and b/References/DNN/08.00.04/SchwabenCode.QuickIO.dll differ diff --git a/References/DNN/08.00.04/SharpZipLib.dll b/References/DNN/08.00.04/SharpZipLib.dll new file mode 100644 index 0000000..b7e439f Binary files /dev/null and b/References/DNN/08.00.04/SharpZipLib.dll differ diff --git a/References/DNN/08.00.04/System.Net.Http.Formatting.dll b/References/DNN/08.00.04/System.Net.Http.Formatting.dll new file mode 100644 index 0000000..3b76acd Binary files /dev/null and b/References/DNN/08.00.04/System.Net.Http.Formatting.dll differ diff --git a/References/DNN/08.00.04/System.Web.Helpers.dll b/References/DNN/08.00.04/System.Web.Helpers.dll new file mode 100644 index 0000000..7e6cd4e Binary files /dev/null and b/References/DNN/08.00.04/System.Web.Helpers.dll differ diff --git a/References/DNN/08.00.04/System.Web.Http.WebHost.dll b/References/DNN/08.00.04/System.Web.Http.WebHost.dll new file mode 100644 index 0000000..4f2b581 Binary files /dev/null and b/References/DNN/08.00.04/System.Web.Http.WebHost.dll differ diff --git a/References/DNN/08.00.04/System.Web.Http.dll b/References/DNN/08.00.04/System.Web.Http.dll new file mode 100644 index 0000000..e1dbdd1 Binary files /dev/null and b/References/DNN/08.00.04/System.Web.Http.dll differ diff --git a/References/DNN/08.00.04/System.Web.Mvc.dll b/References/DNN/08.00.04/System.Web.Mvc.dll new file mode 100644 index 0000000..cfb0277 Binary files /dev/null and b/References/DNN/08.00.04/System.Web.Mvc.dll differ diff --git a/References/DNN/08.00.04/System.Web.Razor.dll b/References/DNN/08.00.04/System.Web.Razor.dll new file mode 100644 index 0000000..45b7e9f Binary files /dev/null and b/References/DNN/08.00.04/System.Web.Razor.dll differ diff --git a/References/DNN/08.00.04/System.Web.WebPages.Deployment.dll b/References/DNN/08.00.04/System.Web.WebPages.Deployment.dll new file mode 100644 index 0000000..fe224fb Binary files /dev/null and b/References/DNN/08.00.04/System.Web.WebPages.Deployment.dll differ diff --git a/References/DNN/08.00.04/System.Web.WebPages.Razor.dll b/References/DNN/08.00.04/System.Web.WebPages.Razor.dll new file mode 100644 index 0000000..9fcc8e6 Binary files /dev/null and b/References/DNN/08.00.04/System.Web.WebPages.Razor.dll differ diff --git a/References/DNN/08.00.04/System.Web.WebPages.dll b/References/DNN/08.00.04/System.Web.WebPages.dll new file mode 100644 index 0000000..f946454 Binary files /dev/null and b/References/DNN/08.00.04/System.Web.WebPages.dll differ diff --git a/References/DNN/08.00.04/Telerik.Web.UI.Skins.dll b/References/DNN/08.00.04/Telerik.Web.UI.Skins.dll new file mode 100644 index 0000000..728faa3 Binary files /dev/null and b/References/DNN/08.00.04/Telerik.Web.UI.Skins.dll differ diff --git a/References/DNN/08.00.04/Telerik.Web.UI.dll b/References/DNN/08.00.04/Telerik.Web.UI.dll new file mode 100644 index 0000000..3eebc2a Binary files /dev/null and b/References/DNN/08.00.04/Telerik.Web.UI.dll differ diff --git a/References/DNN/08.00.04/WebFormsMvp.dll b/References/DNN/08.00.04/WebFormsMvp.dll new file mode 100644 index 0000000..3123f84 Binary files /dev/null and b/References/DNN/08.00.04/WebFormsMvp.dll differ diff --git a/References/DNN/08.00.04/WebMatrix.Data.dll b/References/DNN/08.00.04/WebMatrix.Data.dll new file mode 100644 index 0000000..081d54a Binary files /dev/null and b/References/DNN/08.00.04/WebMatrix.Data.dll differ diff --git a/References/DNN/08.00.04/WebMatrix.WebData.dll b/References/DNN/08.00.04/WebMatrix.WebData.dll new file mode 100644 index 0000000..5215b2c Binary files /dev/null and b/References/DNN/08.00.04/WebMatrix.WebData.dll differ diff --git a/References/DNN/09.01.01/ClientDependency.Core.dll b/References/DNN/09.01.01/ClientDependency.Core.dll new file mode 100644 index 0000000..ffc78da Binary files /dev/null and b/References/DNN/09.01.01/ClientDependency.Core.dll differ diff --git a/References/DNN/09.01.01/CountryListBox.dll b/References/DNN/09.01.01/CountryListBox.dll new file mode 100644 index 0000000..c947800 Binary files /dev/null and b/References/DNN/09.01.01/CountryListBox.dll differ diff --git a/References/DNN/09.01.01/DNNConnect.CKEditorProvider.dll b/References/DNN/09.01.01/DNNConnect.CKEditorProvider.dll new file mode 100644 index 0000000..6dea2f3 Binary files /dev/null and b/References/DNN/09.01.01/DNNConnect.CKEditorProvider.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.HttpModules.dll b/References/DNN/09.01.01/DotNetNuke.HttpModules.dll new file mode 100644 index 0000000..67b176c Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.HttpModules.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.Instrumentation.dll b/References/DNN/09.01.01/DotNetNuke.Instrumentation.dll new file mode 100644 index 0000000..691e7c4 Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.Instrumentation.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.Log4Net.dll b/References/DNN/09.01.01/DotNetNuke.Log4Net.dll new file mode 100644 index 0000000..ceee8c4 Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.Log4Net.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll b/References/DNN/09.01.01/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll new file mode 100644 index 0000000..6cf9fb0 Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.Providers.FiftyOneClientCapabilityProvider.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.Services.Syndication.dll b/References/DNN/09.01.01/DotNetNuke.Services.Syndication.dll new file mode 100644 index 0000000..1c12cf3 Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.Services.Syndication.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.SiteExportImport.dll b/References/DNN/09.01.01/DotNetNuke.SiteExportImport.dll new file mode 100644 index 0000000..3571e34 Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.SiteExportImport.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.Web.Client.dll b/References/DNN/09.01.01/DotNetNuke.Web.Client.dll new file mode 100644 index 0000000..b46cee1 Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.Web.Client.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.Web.DDRMenu.dll b/References/DNN/09.01.01/DotNetNuke.Web.DDRMenu.dll new file mode 100644 index 0000000..dfd269e Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.Web.DDRMenu.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.Web.Mvc.dll b/References/DNN/09.01.01/DotNetNuke.Web.Mvc.dll new file mode 100644 index 0000000..91f4adc Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.Web.Mvc.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.Web.Razor.dll b/References/DNN/09.01.01/DotNetNuke.Web.Razor.dll new file mode 100644 index 0000000..0c12d48 Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.Web.Razor.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.Web.dll b/References/DNN/09.01.01/DotNetNuke.Web.dll new file mode 100644 index 0000000..14d9208 Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.Web.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.WebControls.dll b/References/DNN/09.01.01/DotNetNuke.WebControls.dll new file mode 100644 index 0000000..efd2a7f Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.WebControls.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.WebUtility.dll b/References/DNN/09.01.01/DotNetNuke.WebUtility.dll new file mode 100644 index 0000000..4956224 Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.WebUtility.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.Website.dll b/References/DNN/09.01.01/DotNetNuke.Website.dll new file mode 100644 index 0000000..ce01c92 Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.Website.dll differ diff --git a/References/DNN/09.01.01/DotNetNuke.dll b/References/DNN/09.01.01/DotNetNuke.dll new file mode 100644 index 0000000..dbefcd6 Binary files /dev/null and b/References/DNN/09.01.01/DotNetNuke.dll differ diff --git a/References/DNN/09.01.01/FiftyOne.Foundation.dll b/References/DNN/09.01.01/FiftyOne.Foundation.dll new file mode 100644 index 0000000..2ed57df Binary files /dev/null and b/References/DNN/09.01.01/FiftyOne.Foundation.dll differ diff --git a/References/DNN/09.01.01/Lucene.Net.Contrib.Analyzers.dll b/References/DNN/09.01.01/Lucene.Net.Contrib.Analyzers.dll new file mode 100644 index 0000000..392894d Binary files /dev/null and b/References/DNN/09.01.01/Lucene.Net.Contrib.Analyzers.dll differ diff --git a/References/DNN/09.01.01/Lucene.Net.Contrib.FastVectorHighlighter.dll b/References/DNN/09.01.01/Lucene.Net.Contrib.FastVectorHighlighter.dll new file mode 100644 index 0000000..6b75bce Binary files /dev/null and b/References/DNN/09.01.01/Lucene.Net.Contrib.FastVectorHighlighter.dll differ diff --git a/References/DNN/09.01.01/Lucene.Net.dll b/References/DNN/09.01.01/Lucene.Net.dll new file mode 100644 index 0000000..cbf0220 Binary files /dev/null and b/References/DNN/09.01.01/Lucene.Net.dll differ diff --git a/References/DNN/09.01.01/Microsoft.ApplicationBlocks.Data.dll b/References/DNN/09.01.01/Microsoft.ApplicationBlocks.Data.dll new file mode 100644 index 0000000..8158be3 Binary files /dev/null and b/References/DNN/09.01.01/Microsoft.ApplicationBlocks.Data.dll differ diff --git a/References/DNN/09.01.01/Microsoft.Web.Helpers.dll b/References/DNN/09.01.01/Microsoft.Web.Helpers.dll new file mode 100644 index 0000000..da8f497 Binary files /dev/null and b/References/DNN/09.01.01/Microsoft.Web.Helpers.dll differ diff --git a/References/DNN/09.01.01/Microsoft.Web.Infrastructure.dll b/References/DNN/09.01.01/Microsoft.Web.Infrastructure.dll new file mode 100644 index 0000000..85f1138 Binary files /dev/null and b/References/DNN/09.01.01/Microsoft.Web.Infrastructure.dll differ diff --git a/References/DNN/09.01.01/Newtonsoft.Json.dll b/References/DNN/09.01.01/Newtonsoft.Json.dll new file mode 100644 index 0000000..d4c9037 Binary files /dev/null and b/References/DNN/09.01.01/Newtonsoft.Json.dll differ diff --git a/References/DNN/09.01.01/PetaPoco.dll b/References/DNN/09.01.01/PetaPoco.dll new file mode 100644 index 0000000..d04e182 Binary files /dev/null and b/References/DNN/09.01.01/PetaPoco.dll differ diff --git a/References/DNN/09.01.01/SchwabenCode.QuickIO.dll b/References/DNN/09.01.01/SchwabenCode.QuickIO.dll new file mode 100644 index 0000000..2428031 Binary files /dev/null and b/References/DNN/09.01.01/SchwabenCode.QuickIO.dll differ diff --git a/References/DNN/09.01.01/SharpZipLib.dll b/References/DNN/09.01.01/SharpZipLib.dll new file mode 100644 index 0000000..b7e439f Binary files /dev/null and b/References/DNN/09.01.01/SharpZipLib.dll differ diff --git a/References/DNN/09.01.01/System.Net.Http.Formatting.dll b/References/DNN/09.01.01/System.Net.Http.Formatting.dll new file mode 100644 index 0000000..3b76acd Binary files /dev/null and b/References/DNN/09.01.01/System.Net.Http.Formatting.dll differ diff --git a/References/DNN/09.01.01/System.Web.Helpers.dll b/References/DNN/09.01.01/System.Web.Helpers.dll new file mode 100644 index 0000000..7e6cd4e Binary files /dev/null and b/References/DNN/09.01.01/System.Web.Helpers.dll differ diff --git a/References/DNN/09.01.01/System.Web.Http.WebHost.dll b/References/DNN/09.01.01/System.Web.Http.WebHost.dll new file mode 100644 index 0000000..4f2b581 Binary files /dev/null and b/References/DNN/09.01.01/System.Web.Http.WebHost.dll differ diff --git a/References/DNN/09.01.01/System.Web.Http.dll b/References/DNN/09.01.01/System.Web.Http.dll new file mode 100644 index 0000000..e1dbdd1 Binary files /dev/null and b/References/DNN/09.01.01/System.Web.Http.dll differ diff --git a/References/DNN/09.01.01/System.Web.Mvc.dll b/References/DNN/09.01.01/System.Web.Mvc.dll new file mode 100644 index 0000000..f52249a Binary files /dev/null and b/References/DNN/09.01.01/System.Web.Mvc.dll differ diff --git a/References/DNN/09.01.01/System.Web.Razor.dll b/References/DNN/09.01.01/System.Web.Razor.dll new file mode 100644 index 0000000..45b7e9f Binary files /dev/null and b/References/DNN/09.01.01/System.Web.Razor.dll differ diff --git a/References/DNN/09.01.01/System.Web.WebPages.Deployment.dll b/References/DNN/09.01.01/System.Web.WebPages.Deployment.dll new file mode 100644 index 0000000..fe224fb Binary files /dev/null and b/References/DNN/09.01.01/System.Web.WebPages.Deployment.dll differ diff --git a/References/DNN/09.01.01/System.Web.WebPages.Razor.dll b/References/DNN/09.01.01/System.Web.WebPages.Razor.dll new file mode 100644 index 0000000..9fcc8e6 Binary files /dev/null and b/References/DNN/09.01.01/System.Web.WebPages.Razor.dll differ diff --git a/References/DNN/09.01.01/System.Web.WebPages.dll b/References/DNN/09.01.01/System.Web.WebPages.dll new file mode 100644 index 0000000..f946454 Binary files /dev/null and b/References/DNN/09.01.01/System.Web.WebPages.dll differ diff --git a/References/DNN/09.01.01/WebFormsMvp.dll b/References/DNN/09.01.01/WebFormsMvp.dll new file mode 100644 index 0000000..3123f84 Binary files /dev/null and b/References/DNN/09.01.01/WebFormsMvp.dll differ diff --git a/References/DNN/09.01.01/WebMatrix.Data.dll b/References/DNN/09.01.01/WebMatrix.Data.dll new file mode 100644 index 0000000..081d54a Binary files /dev/null and b/References/DNN/09.01.01/WebMatrix.Data.dll differ diff --git a/References/DNN/09.01.01/WebMatrix.WebData.dll b/References/DNN/09.01.01/WebMatrix.WebData.dll new file mode 100644 index 0000000..5215b2c Binary files /dev/null and b/References/DNN/09.01.01/WebMatrix.WebData.dll differ diff --git a/References/DNN/09.02.02/ClientDependency.Core.dll b/References/DNN/09.02.02/ClientDependency.Core.dll new file mode 100644 index 0000000..21b5c2e Binary files /dev/null and b/References/DNN/09.02.02/ClientDependency.Core.dll differ diff --git a/References/DNN/09.02.02/CountryListBox.dll b/References/DNN/09.02.02/CountryListBox.dll new file mode 100644 index 0000000..d9b8a16 Binary files /dev/null and b/References/DNN/09.02.02/CountryListBox.dll differ diff --git a/References/DNN/09.02.02/DNNConnect.CKEditorProvider.dll b/References/DNN/09.02.02/DNNConnect.CKEditorProvider.dll new file mode 100644 index 0000000..fed17a5 Binary files /dev/null and b/References/DNN/09.02.02/DNNConnect.CKEditorProvider.dll differ diff --git a/References/DNN/09.02.02/Dnn.AzureConnector.dll b/References/DNN/09.02.02/Dnn.AzureConnector.dll new file mode 100644 index 0000000..fb41574 Binary files /dev/null and b/References/DNN/09.02.02/Dnn.AzureConnector.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.HttpModules.dll b/References/DNN/09.02.02/DotNetNuke.HttpModules.dll new file mode 100644 index 0000000..fca4ca5 Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.HttpModules.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.Instrumentation.dll b/References/DNN/09.02.02/DotNetNuke.Instrumentation.dll new file mode 100644 index 0000000..4b1b8ec Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.Instrumentation.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.Log4Net.dll b/References/DNN/09.02.02/DotNetNuke.Log4Net.dll new file mode 100644 index 0000000..5084b18 Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.Log4Net.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.Services.Syndication.dll b/References/DNN/09.02.02/DotNetNuke.Services.Syndication.dll new file mode 100644 index 0000000..79951b7 Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.Services.Syndication.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.SiteExportImport.dll b/References/DNN/09.02.02/DotNetNuke.SiteExportImport.dll new file mode 100644 index 0000000..5f12ea3 Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.SiteExportImport.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.Web.Client.dll b/References/DNN/09.02.02/DotNetNuke.Web.Client.dll new file mode 100644 index 0000000..ede4645 Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.Web.Client.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.Web.DDRMenu.dll b/References/DNN/09.02.02/DotNetNuke.Web.DDRMenu.dll new file mode 100644 index 0000000..1a1faaf Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.Web.DDRMenu.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.Web.Mvc.dll b/References/DNN/09.02.02/DotNetNuke.Web.Mvc.dll new file mode 100644 index 0000000..dba4981 Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.Web.Mvc.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.Web.Razor.dll b/References/DNN/09.02.02/DotNetNuke.Web.Razor.dll new file mode 100644 index 0000000..b3d3b50 Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.Web.Razor.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.Web.dll b/References/DNN/09.02.02/DotNetNuke.Web.dll new file mode 100644 index 0000000..0d9857e Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.Web.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.WebControls.dll b/References/DNN/09.02.02/DotNetNuke.WebControls.dll new file mode 100644 index 0000000..efd2a7f Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.WebControls.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.WebUtility.dll b/References/DNN/09.02.02/DotNetNuke.WebUtility.dll new file mode 100644 index 0000000..ef9ad32 Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.WebUtility.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.Website.dll b/References/DNN/09.02.02/DotNetNuke.Website.dll new file mode 100644 index 0000000..aa5fbe9 Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.Website.dll differ diff --git a/References/DNN/09.02.02/DotNetNuke.dll b/References/DNN/09.02.02/DotNetNuke.dll new file mode 100644 index 0000000..5593c62 Binary files /dev/null and b/References/DNN/09.02.02/DotNetNuke.dll differ diff --git a/References/DNN/09.02.02/ICSharpCode.SharpZipLib.dll b/References/DNN/09.02.02/ICSharpCode.SharpZipLib.dll new file mode 100644 index 0000000..fe643eb Binary files /dev/null and b/References/DNN/09.02.02/ICSharpCode.SharpZipLib.dll differ diff --git a/References/DNN/09.02.02/Lucene.Net.Contrib.Analyzers.dll b/References/DNN/09.02.02/Lucene.Net.Contrib.Analyzers.dll new file mode 100644 index 0000000..392894d Binary files /dev/null and b/References/DNN/09.02.02/Lucene.Net.Contrib.Analyzers.dll differ diff --git a/References/DNN/09.02.02/Lucene.Net.Contrib.FastVectorHighlighter.dll b/References/DNN/09.02.02/Lucene.Net.Contrib.FastVectorHighlighter.dll new file mode 100644 index 0000000..6b75bce Binary files /dev/null and b/References/DNN/09.02.02/Lucene.Net.Contrib.FastVectorHighlighter.dll differ diff --git a/References/DNN/09.02.02/Lucene.Net.dll b/References/DNN/09.02.02/Lucene.Net.dll new file mode 100644 index 0000000..cbf0220 Binary files /dev/null and b/References/DNN/09.02.02/Lucene.Net.dll differ diff --git a/References/DNN/09.02.02/Microsoft.ApplicationBlocks.Data.dll b/References/DNN/09.02.02/Microsoft.ApplicationBlocks.Data.dll new file mode 100644 index 0000000..8158be3 Binary files /dev/null and b/References/DNN/09.02.02/Microsoft.ApplicationBlocks.Data.dll differ diff --git a/References/DNN/09.02.02/Microsoft.Web.Helpers.dll b/References/DNN/09.02.02/Microsoft.Web.Helpers.dll new file mode 100644 index 0000000..da8f497 Binary files /dev/null and b/References/DNN/09.02.02/Microsoft.Web.Helpers.dll differ diff --git a/References/DNN/09.02.02/Microsoft.Web.Infrastructure.dll b/References/DNN/09.02.02/Microsoft.Web.Infrastructure.dll new file mode 100644 index 0000000..85f1138 Binary files /dev/null and b/References/DNN/09.02.02/Microsoft.Web.Infrastructure.dll differ diff --git a/References/DNN/09.02.02/Newtonsoft.Json.dll b/References/DNN/09.02.02/Newtonsoft.Json.dll new file mode 100644 index 0000000..77a5d89 Binary files /dev/null and b/References/DNN/09.02.02/Newtonsoft.Json.dll differ diff --git a/References/DNN/09.02.02/PetaPoco.dll b/References/DNN/09.02.02/PetaPoco.dll new file mode 100644 index 0000000..d04e182 Binary files /dev/null and b/References/DNN/09.02.02/PetaPoco.dll differ diff --git a/References/DNN/09.02.02/Providers/DotNetNuke.Providers.AspNetClientCapabilityProvider.dll b/References/DNN/09.02.02/Providers/DotNetNuke.Providers.AspNetClientCapabilityProvider.dll new file mode 100644 index 0000000..b68c9ba Binary files /dev/null and b/References/DNN/09.02.02/Providers/DotNetNuke.Providers.AspNetClientCapabilityProvider.dll differ diff --git a/References/DNN/09.02.02/SchwabenCode.QuickIO.dll b/References/DNN/09.02.02/SchwabenCode.QuickIO.dll new file mode 100644 index 0000000..2428031 Binary files /dev/null and b/References/DNN/09.02.02/SchwabenCode.QuickIO.dll differ diff --git a/References/DNN/09.02.02/System.Net.Http.Formatting.dll b/References/DNN/09.02.02/System.Net.Http.Formatting.dll new file mode 100644 index 0000000..3b76acd Binary files /dev/null and b/References/DNN/09.02.02/System.Net.Http.Formatting.dll differ diff --git a/References/DNN/09.02.02/System.Web.Helpers.dll b/References/DNN/09.02.02/System.Web.Helpers.dll new file mode 100644 index 0000000..7e6cd4e Binary files /dev/null and b/References/DNN/09.02.02/System.Web.Helpers.dll differ diff --git a/References/DNN/09.02.02/System.Web.Http.WebHost.dll b/References/DNN/09.02.02/System.Web.Http.WebHost.dll new file mode 100644 index 0000000..4f2b581 Binary files /dev/null and b/References/DNN/09.02.02/System.Web.Http.WebHost.dll differ diff --git a/References/DNN/09.02.02/System.Web.Http.dll b/References/DNN/09.02.02/System.Web.Http.dll new file mode 100644 index 0000000..e1dbdd1 Binary files /dev/null and b/References/DNN/09.02.02/System.Web.Http.dll differ diff --git a/References/DNN/09.02.02/System.Web.Mvc.dll b/References/DNN/09.02.02/System.Web.Mvc.dll new file mode 100644 index 0000000..f52249a Binary files /dev/null and b/References/DNN/09.02.02/System.Web.Mvc.dll differ diff --git a/References/DNN/09.02.02/System.Web.Razor.dll b/References/DNN/09.02.02/System.Web.Razor.dll new file mode 100644 index 0000000..45b7e9f Binary files /dev/null and b/References/DNN/09.02.02/System.Web.Razor.dll differ diff --git a/References/DNN/09.02.02/System.Web.WebPages.Deployment.dll b/References/DNN/09.02.02/System.Web.WebPages.Deployment.dll new file mode 100644 index 0000000..fe224fb Binary files /dev/null and b/References/DNN/09.02.02/System.Web.WebPages.Deployment.dll differ diff --git a/References/DNN/09.02.02/System.Web.WebPages.Razor.dll b/References/DNN/09.02.02/System.Web.WebPages.Razor.dll new file mode 100644 index 0000000..9fcc8e6 Binary files /dev/null and b/References/DNN/09.02.02/System.Web.WebPages.Razor.dll differ diff --git a/References/DNN/09.02.02/System.Web.WebPages.dll b/References/DNN/09.02.02/System.Web.WebPages.dll new file mode 100644 index 0000000..f946454 Binary files /dev/null and b/References/DNN/09.02.02/System.Web.WebPages.dll differ diff --git a/References/DNN/09.02.02/WebFormsMvp.dll b/References/DNN/09.02.02/WebFormsMvp.dll new file mode 100644 index 0000000..3123f84 Binary files /dev/null and b/References/DNN/09.02.02/WebFormsMvp.dll differ diff --git a/References/DNN/09.02.02/WebMatrix.Data.dll b/References/DNN/09.02.02/WebMatrix.Data.dll new file mode 100644 index 0000000..081d54a Binary files /dev/null and b/References/DNN/09.02.02/WebMatrix.Data.dll differ diff --git a/References/DNN/09.02.02/WebMatrix.WebData.dll b/References/DNN/09.02.02/WebMatrix.WebData.dll new file mode 100644 index 0000000..5215b2c Binary files /dev/null and b/References/DNN/09.02.02/WebMatrix.WebData.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Avalara.AvaTax.Adapter.dll b/References/HotcakesCommerce/03.02.01/Avalara.AvaTax.Adapter.dll new file mode 100644 index 0000000..723d70f Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Avalara.AvaTax.Adapter.dll differ diff --git a/References/HotcakesCommerce/03.02.01/BrandonHaynes.ModelAdapter.EntityFramework.dll b/References/HotcakesCommerce/03.02.01/BrandonHaynes.ModelAdapter.EntityFramework.dll new file mode 100644 index 0000000..28771e5 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/BrandonHaynes.ModelAdapter.EntityFramework.dll differ diff --git a/References/HotcakesCommerce/03.02.01/DocumentFormat.OpenXml.Extensions.dll b/References/HotcakesCommerce/03.02.01/DocumentFormat.OpenXml.Extensions.dll new file mode 100644 index 0000000..7df305e Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/DocumentFormat.OpenXml.Extensions.dll differ diff --git a/References/HotcakesCommerce/03.02.01/DocumentFormat.OpenXml.dll b/References/HotcakesCommerce/03.02.01/DocumentFormat.OpenXml.dll new file mode 100644 index 0000000..a3249c1 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/DocumentFormat.OpenXml.dll differ diff --git a/References/HotcakesCommerce/03.02.01/EntityFramework.SqlServer.dll b/References/HotcakesCommerce/03.02.01/EntityFramework.SqlServer.dll new file mode 100644 index 0000000..7b207fc Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/EntityFramework.SqlServer.dll differ diff --git a/References/HotcakesCommerce/03.02.01/EntityFramework.dll b/References/HotcakesCommerce/03.02.01/EntityFramework.dll new file mode 100644 index 0000000..7b1205f Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/EntityFramework.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Commerce.Dnn.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Commerce.Dnn.dll new file mode 100644 index 0000000..8630cef Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Commerce.Dnn.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Commerce.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Commerce.dll new file mode 100644 index 0000000..13e729a Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Commerce.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.CommerceDTO.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.CommerceDTO.dll new file mode 100644 index 0000000..3c2deb4 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.CommerceDTO.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Common.Dnn.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Common.Dnn.dll new file mode 100644 index 0000000..6b1a271 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Common.Dnn.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Licensing.Common.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Licensing.Common.dll new file mode 100644 index 0000000..51ec1d5 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Licensing.Common.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Modules.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Modules.dll new file mode 100644 index 0000000..e9584cc Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Modules.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Payment.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Payment.dll new file mode 100644 index 0000000..b181d47 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Payment.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.PaypalWebServices.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.PaypalWebServices.dll new file mode 100644 index 0000000..1f63210 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.PaypalWebServices.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.FedEx.XmlSerializers.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.FedEx.XmlSerializers.dll new file mode 100644 index 0000000..3564341 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.FedEx.XmlSerializers.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.FedEx.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.FedEx.dll new file mode 100644 index 0000000..eaf8771 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.FedEx.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.USPostal.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.USPostal.dll new file mode 100644 index 0000000..0d0ad23 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.USPostal.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.Ups.Keys.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.Ups.Keys.dll new file mode 100644 index 0000000..0f89ea4 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.Ups.Keys.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.Ups.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.Ups.dll new file mode 100644 index 0000000..63d506a Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.Ups.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.UpsFreight.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.UpsFreight.dll new file mode 100644 index 0000000..b960cbd Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.UpsFreight.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.dll new file mode 100644 index 0000000..263f9fa Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Shipping.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Hotcakes.Web.dll b/References/HotcakesCommerce/03.02.01/Hotcakes.Web.dll new file mode 100644 index 0000000..94b1f0c Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Hotcakes.Web.dll differ diff --git a/References/HotcakesCommerce/03.02.01/ImageResizer.dll b/References/HotcakesCommerce/03.02.01/ImageResizer.dll new file mode 100644 index 0000000..ab93567 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/ImageResizer.dll differ diff --git a/References/HotcakesCommerce/03.02.01/MiniProfiler.EntityFramework6.dll b/References/HotcakesCommerce/03.02.01/MiniProfiler.EntityFramework6.dll new file mode 100644 index 0000000..6b146a3 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/MiniProfiler.EntityFramework6.dll differ diff --git a/References/HotcakesCommerce/03.02.01/MiniProfiler.dll b/References/HotcakesCommerce/03.02.01/MiniProfiler.dll new file mode 100644 index 0000000..2d09245 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/MiniProfiler.dll differ diff --git a/References/HotcakesCommerce/03.02.01/Stripe.net.dll b/References/HotcakesCommerce/03.02.01/Stripe.net.dll new file mode 100644 index 0000000..590a1ef Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/Stripe.net.dll differ diff --git a/References/HotcakesCommerce/03.02.01/System.Web.Abstractions.dll b/References/HotcakesCommerce/03.02.01/System.Web.Abstractions.dll new file mode 100644 index 0000000..d57c4cb Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/System.Web.Abstractions.dll differ diff --git a/References/HotcakesCommerce/03.02.01/System.Web.Routing.dll b/References/HotcakesCommerce/03.02.01/System.Web.Routing.dll new file mode 100644 index 0000000..c67a587 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/System.Web.Routing.dll differ diff --git a/References/HotcakesCommerce/03.02.01/log4net.dll b/References/HotcakesCommerce/03.02.01/log4net.dll new file mode 100644 index 0000000..ffc57e1 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/log4net.dll differ diff --git a/References/HotcakesCommerce/03.02.01/paypal_base.dll b/References/HotcakesCommerce/03.02.01/paypal_base.dll new file mode 100644 index 0000000..e744c77 Binary files /dev/null and b/References/HotcakesCommerce/03.02.01/paypal_base.dll differ diff --git a/UpendoVentures.DNN.sln b/UpendoVentures.DNN.sln new file mode 100644 index 0000000..739684d --- /dev/null +++ b/UpendoVentures.DNN.sln @@ -0,0 +1,54 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29409.12 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Files", "Build Files", "{F84D698C-3163-472D-95E9-EC36712D597B}" + ProjectSection(SolutionItems) = preProject + Build\HccViewsetPackage.targets = Build\HccViewsetPackage.targets + Build\LibraryPackage.targets = Build\LibraryPackage.targets + Build\ModulePackage.targets = Build\ModulePackage.targets + Build\SkinPackage.targets = Build\SkinPackage.targets + Build\SolutionReferences.targets = Build\SolutionReferences.targets + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration Files", "Configuration Files", "{B51AA4AF-EE33-49E1-B621-DF1BCD22A28C}" + ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore + Website\DotNetNuke.log4net.config = Website\DotNetNuke.log4net.config + README.md = README.md + Website\web.config = Website\web.config + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{1F828F98-2015-4EAD-8296-EABDD9EA4880}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{70FB7EDF-2E12-405F-B9CD-8A437E96FB11}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Skin Objects", "Skin Objects", "{7722B241-C88C-4BBA-973F-32D755BE9C08}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Skins", "Skins", "{EAE79EDB-A03E-445B-AF45-8508AB5CB551}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Viewsets", "Viewsets", "{C5228275-B3D3-4550-A755-98F70CDCEA69}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Upendo.Libraries.FileSync", "Libraries\FileSync\Upendo.Libraries.FileSync.csproj", "{2A2469CA-4D51-499A-A48B-A0B491380BF5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2A2469CA-4D51-499A-A48B-A0B491380BF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2A2469CA-4D51-499A-A48B-A0B491380BF5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2A2469CA-4D51-499A-A48B-A0B491380BF5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2A2469CA-4D51-499A-A48B-A0B491380BF5}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {2A2469CA-4D51-499A-A48B-A0B491380BF5} = {1F828F98-2015-4EAD-8296-EABDD9EA4880} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {0a3979ee-24d3-4e9b-9d55-5da77184305d} + EndGlobalSection +EndGlobal