mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
Refactoring the interop code to a separate project. Still need to add the interop DLL to the final exe... or maybe I want to use references inside the projects...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1689 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
7666127106
commit
0aa8e43478
14 changed files with 18 additions and 585 deletions
|
@ -25,7 +25,8 @@ using System.Drawing;
|
|||
using System.IO;
|
||||
using System.Windows.Forms;
|
||||
using Greenshot.Plugin;
|
||||
using IniFile;
|
||||
using Greenshot.Interop.Office;
|
||||
using Greenshot.IniFile;
|
||||
|
||||
namespace GreenshotPlugin.Core {
|
||||
public enum ClipboardFormat {
|
||||
|
@ -37,9 +38,6 @@ namespace GreenshotPlugin.Core {
|
|||
public enum WindowCaptureMode {
|
||||
Screen, GDI, Aero, AeroTransparent, Auto
|
||||
}
|
||||
public enum EmailFormat {
|
||||
Text, HTML
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Description of CoreConfiguration.
|
||||
|
|
|
@ -27,7 +27,7 @@ using System.Drawing.Drawing2D;
|
|||
|
||||
using GreenshotPlugin.UnmanagedHelpers;
|
||||
using GreenshotPlugin.Core;
|
||||
using IniFile;
|
||||
using Greenshot.IniFile;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace GreenshotPlugin.Core {
|
||||
|
|
|
@ -27,7 +27,7 @@ using System.Text;
|
|||
using System.Threading;
|
||||
using System.Xml;
|
||||
|
||||
using IniFile;
|
||||
using Greenshot.IniFile;
|
||||
using Microsoft.Win32;
|
||||
|
||||
namespace GreenshotPlugin.Core {
|
||||
|
|
|
@ -23,7 +23,7 @@ using System.IO;
|
|||
using System.Reflection;
|
||||
using System.Windows.Forms;
|
||||
|
||||
using IniFile;
|
||||
using Greenshot.IniFile;
|
||||
using log4net;
|
||||
using log4net.Appender;
|
||||
using log4net.Config;
|
||||
|
|
|
@ -24,7 +24,7 @@ using System.IO;
|
|||
using System.Net;
|
||||
using System.Text;
|
||||
|
||||
using IniFile;
|
||||
using Greenshot.IniFile;
|
||||
|
||||
namespace GreenshotPlugin.Core {
|
||||
/// <summary>
|
||||
|
|
|
@ -33,7 +33,7 @@ using System.Windows.Forms;
|
|||
|
||||
using Greenshot.Plugin;
|
||||
using GreenshotPlugin.UnmanagedHelpers;
|
||||
using IniFile;
|
||||
using Greenshot.IniFile;
|
||||
|
||||
/// <summary>
|
||||
/// Code for handling with "windows"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue