1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-12 15:15:45 +02:00
A Windows Client for TweetDeck. Not affiliated with Twitter. https://tweetduck.chylex.com
Go to file
2016-09-26 16:10:21 +02:00
Configuration Update all exception handlers 2016-09-20 16:55:51 +02:00
Core Address code analysis issues 2016-09-26 15:53:08 +02:00
Libraries Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
Migration Reorganize utility classes and methods in TweetDeck Migration code 2016-09-26 04:19:50 +02:00
Plugins Address code analysis issues 2016-09-26 15:53:08 +02:00
Properties Add second tray icon for unread tweets when notifications are muted 2016-05-12 15:46:39 +02:00
Resources Update version of the design-revert plugin 2016-09-25 19:01:39 +02:00
Updates Replace calls to Program.Log 2016-09-20 16:39:31 +02:00
_postbuild.bat Remove everything TweetDick related 2016-09-18 23:24:11 +02:00
.gitignore Prepare plugin git handling and build event scripts 2016-06-03 15:04:56 +02:00
LICENSE.md Rename LICENSE to LICENSE.md 2016-04-16 16:16:30 +02:00
Program.cs Fix Release build compliation error 2016-09-26 16:10:21 +02:00
README.md Update CefSharp to 53 and update the readme 2016-09-19 00:12:48 +02:00
Reporter.cs Kill process instead of Environment.FailFast if possible 2016-09-20 17:11:36 +02:00
TweetDck.csproj Add a CommandLineArgs class for easy arg management 2016-09-26 13:52:55 +02:00
TweetDck.sln Remove everything TweetDick related 2016-09-18 23:24:11 +02:00

Build Instructions

The program was build using Visual Studio 2013. After opening the solution, make sure you have CefSharp.WinForms and Microsoft.VC120.CRT.JetBrains included - if not, download them using NuGet. For CefSharp, you will need version 53 or newer currently available as a pre-release.

PM> Install-Package CefSharp.WinForms -Pre -Version 53.0.0-pre01
PM> Install-Package Microsoft.VC120.CRT.JetBrains

After building, run _postbuild.bat which deletes unnecessary files that CefSharp adds after post-build events >_>

Built files are then available in bin/x86 and/or bin/x64.