Added forgotten files... and optimized the ImageOutput to skip some checks when using the .greenshot format.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2378 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-12-12 09:57:40 +00:00
commit bd58845c68
3 changed files with 233 additions and 43 deletions

View file

@ -147,6 +147,7 @@
<Compile Include="Core\ClipboardHelper.cs" />
<Compile Include="Core\CoreConfiguration.cs" />
<Compile Include="Core\CredentialsHelper.cs" />
<Compile Include="Core\Effects.cs" />
<Compile Include="Core\EncryptionHelper.cs" />
<Compile Include="Core\FilenameHelper.cs" />
<Compile Include="Core\ImageOutput.cs" />