Skip to content

Commit

Permalink
Added DLL's required to run locally in an editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefangansevles committed Dec 5, 2020
1 parent 98b0f59 commit def7eb4
Show file tree
Hide file tree
Showing 20 changed files with 50 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Database.Entity/obj/Debug/Database.Entity.csproj.FileListAbsolute.txt
*.pdb
*.nupkg
*.dll
*.suo
*.cache
*.exe
Expand Down Expand Up @@ -118,3 +117,4 @@ _UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
WinForms/AdamsLair.WinForms.xml
RemindMe/External_DLL/Bunifu_UI_v1.5.3.dll
Binary file added Microsoft.Deployment.WindowsInstaller.dll
Binary file not shown.
Binary file added RemindMe/External_DLL/FSManager.dll
Binary file not shown.
Binary file added RemindMe/External_DLL/GFramework.WinForm.dll
Binary file not shown.
Binary file added RemindMe/External_DLL/GFramework.dll
Binary file not shown.
Binary file not shown.
Binary file added RemindMe/External_DLL/HtmlRenderer.WinForms.dll
Binary file not shown.
Binary file added RemindMe/External_DLL/HtmlRenderer.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added RemindMe/External_DLL/OSVersionInfo.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion RemindMe/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static class Program
static void Main(string[] args)
{

string resource1 = "RemindMe.Bunifu_UI_v1.5.3.dll";
string resource1 = "RemindMe.External_DLL.Bunifu_UI_v1.5.3.dll";
EmbeddedAssembly.Load(resource1, "Bunifu_UI_v1.5.3.dll");
AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(CurrentDomain_AssemblyResolve);

Expand Down
16 changes: 8 additions & 8 deletions RemindMe/RemindMe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Bunifu.UI.WinForms.BunifuScrollBar">
<HintPath>..\Bunifu.UI.WinForms.BunifuScrollBar.dll</HintPath>
</Reference>
<Reference Include="Bunifu_UI_v1.5.3">
<HintPath>..\..\..\Downloads\Bunifu_UI_v1.5.3.dll</HintPath>
<Private>False</Private>
<HintPath>External DLL's\Bunifu_UI_v1.5.3.dll</HintPath>
</Reference>
<Reference Include="DotNetZip, Version=1.13.5.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.13.5\lib\net40\DotNetZip.dll</HintPath>
Expand Down Expand Up @@ -123,8 +119,9 @@
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="OSVersionInfo">
<HintPath>.\OSVersionInfo.dll</HintPath>
<Reference Include="OSVersionInfo, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>External DLL's\OSVersionInfo.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down Expand Up @@ -706,7 +703,10 @@
<None Include="Resources\arrow.png" />
<None Include="Resources\email1.png" />
<None Include="Resources\loadingGif.gif" />
<EmbeddedResource Include="Bunifu_UI_v1.5.3.dll" />
<EmbeddedResource Include="External_DLL\Bunifu_UI_v1.5.3.dll" />
<Content Include="External_DLL\HtmlRenderer.dll" />
<Content Include="External_DLL\HtmlRenderer.WinForms.dll" />
<Content Include="External_DLL\OSVersionInfo.dll" />
<Content Include="RemindMeIcon.ico" />
<None Include="Resources\hide.png" />
<None Include="Resources\show.png" />
Expand Down
Binary file added RemindMe/img/RemindMeBannerInstall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 40 additions & 41 deletions RemindMe/obj/Debug/RemindMe.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,44 +162,6 @@ D:\Users\rs\Documents\1panic\RemindMe\bin\Debug\Data Access Layer.pdb
D:\Users\rs\Documents\1panic\RemindMe\bin\Debug\Data Access Layer.dll.config
D:\Users\rs\Documents\1panic\RemindMe\obj\Debug\RemindMe.exe
D:\Users\rs\Documents\1panic\RemindMe\obj\Debug\RemindMe.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\RemindMe.exe.config
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\RemindMe.exe
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\RemindMe.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Bunifu.UI.WinForms.BunifuScrollBar.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Business Logic Layer.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Database.Entity.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\DotNetZip.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\EntityFramework.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\EntityFramework.SqlServer.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\FSManager.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Gma.System.MouseKeyHook.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\MaterialSkin.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.Deployment.WindowsInstaller.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.WindowsAPICodePack.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.WindowsAPICodePack.Sensors.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.WindowsAPICodePack.Shell.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.WindowsAPICodePack.ShellExtensions.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\OSVersionInfo.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\System.Data.SQLite.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\System.Data.SQLite.EF6.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\System.Data.SQLite.Linq.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Data Access Layer.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Business Logic Layer.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Business Logic Layer.dll.config
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Database.Entity.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Database.Entity.dll.config
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\MaterialSkin.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\DotNetZip.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\DotNetZip.xml
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\EntityFramework.xml
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\EntityFramework.SqlServer.xml
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\FSManager.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\FSManager.xml
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\System.Data.SQLite.xml
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\System.Data.SQLite.dll.config
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Data Access Layer.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Data Access Layer.dll.config
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\RemindMe.csprojAssemblyReference.cache
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\Interop.IWshRuntimeLibrary.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\Interop.WMPLib.dll
Expand Down Expand Up @@ -258,10 +220,47 @@ D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\RemindMe.UCTimer.re
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\RemindMe.UCSettings.resources
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\RemindMe.csproj.GenerateResource.cache
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\RemindMe.csproj.CoreCompileInputs.cache
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\RemindMe.csproj.CopyComplete
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\RemindMe.exe
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\RemindMe.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\RemindMe.exe.config
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\RemindMe.exe
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\RemindMe.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Business Logic Layer.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Database.Entity.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\DotNetZip.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\EntityFramework.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\EntityFramework.SqlServer.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\FSManager.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Gma.System.MouseKeyHook.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\HtmlRenderer.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\HtmlRenderer.WinForms.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\MaterialSkin.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.Deployment.WindowsInstaller.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.WindowsAPICodePack.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.WindowsAPICodePack.Sensors.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.WindowsAPICodePack.Shell.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Microsoft.WindowsAPICodePack.ShellExtensions.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Newtonsoft.Json.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\OSVersionInfo.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\System.Data.SQLite.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\System.Data.SQLite.EF6.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\System.Data.SQLite.Linq.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Data Access Layer.dll
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Business Logic Layer.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Business Logic Layer.dll.config
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Database.Entity.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Database.Entity.dll.config
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\MaterialSkin.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\DotNetZip.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\DotNetZip.xml
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\EntityFramework.xml
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\EntityFramework.SqlServer.xml
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\FSManager.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\FSManager.xml
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Newtonsoft.Json.xml
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\System.Data.SQLite.xml
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\System.Data.SQLite.dll.config
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Data Access Layer.pdb
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\bin\Debug\Data Access Layer.dll.config
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\RemindMe.csproj.CopyComplete
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\RemindMe.exe
D:\Users\rs\Documents\[C#] RemindMe (git)\RemindMe\obj\Debug\RemindMe.pdb
Binary file added RemindMe/x86/SQLite.Interop.dll
Binary file not shown.

0 comments on commit def7eb4

Please sign in to comment.