mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Project cleanup after last file-system refactoring
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2190 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
eb07468219
commit
a531cfb941
9 changed files with 8 additions and 77 deletions
|
@ -1,9 +0,0 @@
|
|||
using System;
|
||||
|
||||
namespace GreenshotDropboxPlugin
|
||||
{
|
||||
public static class DropBoxCredentials {
|
||||
public static string CONSUMER_KEY = "u7c1rpxht2x5s1r";
|
||||
public static string CONSUMER_SECRET = "apitf6xvdaysaww";
|
||||
}
|
||||
}
|
|
@ -18,9 +18,9 @@
|
|||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
||||
<ItemGroup>
|
||||
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
||||
<Reference Include="log4net">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\lib\log4net.dll</HintPath>
|
||||
<HintPath>..\Greenshot\lib\log4net.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Drawing" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue