diff --git a/CommonProject.properties b/CommonProject.properties index d28f0fe8b..4a0e80af2 100644 --- a/CommonProject.properties +++ b/CommonProject.properties @@ -1,6 +1,7 @@ + 1685 true bin\Debug\ DEBUG;TRACE @@ -11,6 +12,7 @@ Off + 1685 true bin\Debug\ DEBUG;TRACE @@ -21,6 +23,7 @@ Off + 1685 bin\Release\ true 4096 diff --git a/Greenshot/Forms/ImageEditorForm.cs b/Greenshot/Forms/ImageEditorForm.cs index 33e677078..f5394bbbf 100644 --- a/Greenshot/Forms/ImageEditorForm.cs +++ b/Greenshot/Forms/ImageEditorForm.cs @@ -50,7 +50,6 @@ namespace Greenshot { public partial class ImageEditorForm : BaseForm, IImageEditor { private static readonly ILog LOG = LogManager.GetLogger(typeof(ImageEditorForm)); private static EditorConfiguration editorConfiguration = IniConfig.GetIniSection(); - private static CoreConfiguration coreConfiguration = IniConfig.GetIniSection(); private static List ignoreDestinations = new List() { PickerDestination.DESIGNATION, EditorDestination.DESIGNATION }; private static List editorList = new List(); diff --git a/GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj b/GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj index c2d7255f5..a0722875c 100644 --- a/GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj +++ b/GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj @@ -2,6 +2,7 @@ + 1685 {C3052651-598A-44E2-AAB3-2E41311D50F9} Library GreenshotConfluencePlugin @@ -143,32 +144,4 @@ copy "$(ProjectDir)bin\$(Configuration)\$(ProjectName).pdb" "$(SolutionDir)bin\$ mkdir "$(SolutionDir)bin\$(Configuration)\Languages\Plugins\$(ProjectName)" copy "$(ProjectDir)\Languages\*.xml" "$(SolutionDir)bin\$(Configuration)\Languages\Plugins\$(ProjectName)\" - - False - Off - 4194304 - x86 - 4096 - - - False - Off - 4194304 - AnyCPU - 4096 - - - TRACE - True - False - None - false - - - DEBUG;TRACE - False - True - Full - true - \ No newline at end of file