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,8 +0,0 @@
|
|||
using System;
|
||||
|
||||
namespace GreenshotFlickrPlugin {
|
||||
public static class FlickrCredentials {
|
||||
public static string ConsumerKey = "f967e5148945cb3c4e149cc5be97796a";
|
||||
public static string ConsumerSecret = "4180a21a1d2f8666";
|
||||
}
|
||||
}
|
|
@ -18,7 +18,8 @@
|
|||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
||||
<ItemGroup>
|
||||
<Reference Include="log4net">
|
||||
<HintPath>..\lib\log4net.dll</HintPath>
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<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