mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Updates for refactoring, everything should compile again
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@713 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
b5d8f4e248
commit
1c2462874d
43 changed files with 649 additions and 68 deletions
|
@ -30,9 +30,9 @@ using System.Windows.Forms;
|
|||
|
||||
using FlickrNet;
|
||||
using Greenshot.Capturing;
|
||||
using Greenshot.Core;
|
||||
using Greenshot.Forms;
|
||||
using Greenshot.Plugin;
|
||||
using GreenshotPlugin.Core;
|
||||
using Microsoft.Win32;
|
||||
|
||||
namespace GreenshotFlickrPlugin {
|
||||
|
|
|
@ -83,10 +83,6 @@
|
|||
<Project>{BDC408EE-DEA1-4474-B59D-7F05757B12EC}</Project>
|
||||
<Name>GreenshotCore</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\GreenshotPlugin\GreenshotPlugin.csproj">
|
||||
<Project>{5B924697-4DCD-4F98-85F1-105CB84B7341}</Project>
|
||||
<Name>GreenshotPlugin</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>"$(SolutionDir)\tools\TortoiseSVN\SubWCRev.exe" "$(ProjectDir)\" "$(ProjectDir)\Properties\AssemblyInfo.cs.template" "$(ProjectDir)\Properties\AssemblyInfo.cs"</PreBuildEvent>
|
||||
|
|
|
@ -24,7 +24,7 @@ using System.Globalization;
|
|||
using System.Resources;
|
||||
using System.Threading;
|
||||
|
||||
using GreenshotPlugin.Core;
|
||||
using Greenshot.Core;
|
||||
|
||||
namespace GreenshotFlickrPlugin {
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue