Fixed wrong reference to the GreenshotPlugin and changed a property name so it's forced to a default.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2228 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-10-30 18:10:41 +00:00
parent 65ad25ac57
commit 2127ce678b
9 changed files with 22 additions and 74 deletions

View file

@ -13,13 +13,13 @@
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Reference Include="log4net">
<HintPath>..\Greenshot\Lib\log4net.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
@ -31,6 +31,9 @@
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="UIAutomationClient">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
@ -79,72 +82,15 @@
<DesignTime>True</DesignTime>
<DependentUpon>Reference.map</DependentUpon>
</Compile>
<None Include="Web References\confluence\RemoteAttachment1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteBlogEntry1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteBlogEntrySummary1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteClusterInformation1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteComment1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteContentPermissionSet1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteLabel1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteNodeStatus1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemotePage1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemotePageHistory1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemotePageSummary1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemotePermission1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteSearchResult1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteServerInfo1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteSpace1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteSpaceGroup1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteSpaceSummary1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteUser1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\confluence\RemoteUserInformation1.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<Resource Include="Images\Confluence.ico" />
<None Include="Languages\language_confluenceplugin-de-DE.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Include="Languages\language_confluenceplugin-en-US.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Include="Languages\language_confluenceplugin-nl-NL.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Include="Properties\AssemblyInfo.cs.template" />
<None Include="Web References\confluence\confluenceservice-v1.wsdl" />
@ -188,6 +134,7 @@
<ProjectReference Include="..\GreenshotPlugin\GreenshotPlugin.csproj">
<Project>{5B924697-4DCD-4F98-85F1-105CB84B7341}</Project>
<Name>GreenshotPlugin</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<PropertyGroup>