mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
SVN Ignore and fixed some references
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@708 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
0b8c75241e
commit
65faa1f7de
3 changed files with 8 additions and 2 deletions
|
@ -28,6 +28,8 @@ using System.Runtime.Serialization.Formatters.Binary;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
using Greenshot.Capturing;
|
||||||
|
using Greenshot.Forms;
|
||||||
using Greenshot.Plugin;
|
using Greenshot.Plugin;
|
||||||
using GreenshotPlugin.Core;
|
using GreenshotPlugin.Core;
|
||||||
using Microsoft.Win32;
|
using Microsoft.Win32;
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
<HintPath>Lib\FlickrNet.dll</HintPath>
|
<HintPath>Lib\FlickrNet.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="log4net">
|
<Reference Include="log4net">
|
||||||
<HintPath>..\Greenshot\Lib\log4net.dll</HintPath>
|
<HintPath>..\GreenshotCore\Lib\log4net.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Drawing" />
|
<Reference Include="System.Drawing" />
|
||||||
|
@ -78,6 +78,10 @@
|
||||||
<Folder Include="Lib" />
|
<Folder Include="Lib" />
|
||||||
<Folder Include="Languages" />
|
<Folder Include="Languages" />
|
||||||
<Folder Include="Forms" />
|
<Folder Include="Forms" />
|
||||||
|
<ProjectReference Include="..\GreenshotCore\GreenshotCore.csproj">
|
||||||
|
<Project>{BDC408EE-DEA1-4474-B59D-7F05757B12EC}</Project>
|
||||||
|
<Name>GreenshotCore</Name>
|
||||||
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\GreenshotPlugin\GreenshotPlugin.csproj">
|
<ProjectReference Include="..\GreenshotPlugin\GreenshotPlugin.csproj">
|
||||||
<Project>{5B924697-4DCD-4F98-85F1-105CB84B7341}</Project>
|
<Project>{5B924697-4DCD-4F98-85F1-105CB84B7341}</Project>
|
||||||
<Name>GreenshotPlugin</Name>
|
<Name>GreenshotPlugin</Name>
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="log4net">
|
<Reference Include="log4net">
|
||||||
<HintPath>..\Greenshot\Lib\log4net.dll</HintPath>
|
<HintPath>..\GreenshotCore\Lib\log4net.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Drawing" />
|
<Reference Include="System.Drawing" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue