mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 09:33:46 -07:00
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1833 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
294 lines
No EOL
13 KiB
XML
294 lines
No EOL
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{5B924697-4DCD-4F98-85F1-105CB84B7341}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>GreenshotPlugin</RootNamespace>
|
|
<AssemblyName>GreenshotPlugin</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
<SourceAnalysisOverrideSettingsFile>C:\Users\Robin\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<NoStdLib>False</NoStdLib>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>Full</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
<BaseAddress>4194304</BaseAddress>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<DebugType>None</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
<BaseAddress>4194304</BaseAddress>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<FileAlignment>4096</FileAlignment>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
|
<ItemGroup>
|
|
<Reference Include="Accessibility" />
|
|
<Reference Include="CustomMarshalers" />
|
|
<Reference Include="log4net">
|
|
<HintPath>..\Greenshot\Lib\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLBodyElement.cs">
|
|
<Link>Interop\IHTMLBodyElement.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLCurrentStyle.cs">
|
|
<Link>Interop\IHTMLCurrentStyle.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLDocument.cs">
|
|
<Link>Interop\IHTMLDocument.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLDocument2.cs">
|
|
<Link>Interop\IHTMLDocument2.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLDocument3.cs">
|
|
<Link>Interop\IHTMLDocument3.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLDocument4.cs">
|
|
<Link>Interop\IHTMLDocument4.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLDocument5.cs">
|
|
<Link>Interop\IHTMLDocument5.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLElement.cs">
|
|
<Link>Interop\IHTMLElement.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLElement2.cs">
|
|
<Link>Interop\IHTMLElement2.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLElementCollection.cs">
|
|
<Link>Interop\IHTMLElementCollection.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLFrameBase.cs">
|
|
<Link>Interop\IHTMLFrameBase.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLFramesCollection2.cs">
|
|
<Link>Interop\IHTMLFramesCollection2.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLRect.cs">
|
|
<Link>Interop\IHTMLRect.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLScreen.cs">
|
|
<Link>Interop\IHTMLScreen.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLScreen2.cs">
|
|
<Link>Interop\IHTMLScreen2.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLSelectionObject.cs">
|
|
<Link>Interop\IHTMLSelectionObject.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLStyle.cs">
|
|
<Link>Interop\IHTMLStyle.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLTxtRange.cs">
|
|
<Link>Interop\IHTMLTxtRange.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLWindow2.cs">
|
|
<Link>Interop\IHTMLWindow2.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLWindow3.cs">
|
|
<Link>Interop\IHTMLWindow3.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IHTMLWindow4.cs">
|
|
<Link>Interop\IHTMLWindow4.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\IEInterop\IWebBrowser2.cs">
|
|
<Link>Interop\IWebBrowser2.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\Interop\Base.cs">
|
|
<Link>Interop\Base.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\Interop\ComProgIdAttribute.cs">
|
|
<Link>Interop\ComProgIdAttribute.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\Interop\COMWrapper.cs">
|
|
<Link>Interop\COMWrapper.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\Interop\IDispatch.cs">
|
|
<Link>Interop\IDispatch.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\Interop\IOleWindow.cs">
|
|
<Link>Interop\IOleWindow.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\Interop\IServiceProvider.cs">
|
|
<Link>Interop\IServiceProvider.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeExport\ExcelExporter.cs">
|
|
<Link>Interop\ExcelExporter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeExport\OneNoteExporter.cs">
|
|
<Link>Interop\OneNoteExporter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeExport\OutlookEmailExporter.cs">
|
|
<Link>Interop\OutlookEmailExporter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeExport\PowerpointExporter.cs">
|
|
<Link>Interop\PowerpointExporter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeExport\WordExporter.cs">
|
|
<Link>Interop\WordExporter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeInterop\ExcelInterop.cs">
|
|
<Link>Interop\ExcelInterop.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeInterop\OfficeInterop.cs">
|
|
<Link>Interop\OfficeInterop.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeInterop\OneNoteInterop.cs">
|
|
<Link>Interop\OneNoteInterop.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeInterop\OutlookInterop.cs">
|
|
<Link>Interop\OutlookInterop.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeInterop\OutlookUtils.cs">
|
|
<Link>Interop\OutlookUtils.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeInterop\PowerpointInterop.cs">
|
|
<Link>Interop\PowerpointInterop.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GreenshotInterop\OfficeInterop\WordInterop.cs">
|
|
<Link>Interop\WordInterop.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Controls\GreenshotButton.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\GreenshotCheckBox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\GreenshotColumnSorter.cs" />
|
|
<Compile Include="Controls\GreenshotComboBox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\GreenshotForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\GreenshotGroupBox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\GreenshotLabel.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\GreenshotTabPage.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\GreenshotTextBox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\GreenshotToolStripMenuItem.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\HotkeyControl.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\BackgroundForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\BackgroundForm.Designer.cs">
|
|
<DependentUpon>BackgroundForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\IGreenshotConfigBindable.cs" />
|
|
<Compile Include="Controls\IGreenshotLanguageBindable.cs" />
|
|
<Compile Include="Controls\GreenshotToolStripButton.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\GreenshotToolStripLabel.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\GreenshotToolDropDownButton.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Core\AbstractDestination.cs" />
|
|
<Compile Include="Core\AbstractProcessor.cs" />
|
|
<Compile Include="Core\AccessibleHelper.cs" />
|
|
<Compile Include="Core\BitmapBuffer.cs" />
|
|
<Compile Include="Core\Cache.cs" />
|
|
<Compile Include="Core\CoreConfiguration.cs" />
|
|
<Compile Include="Core\CredentialsHelper.cs" />
|
|
<Compile Include="Core\EncryptionHelper.cs" />
|
|
<Compile Include="Core\InterfaceUtils.cs" />
|
|
<Compile Include="Core\DisplayKeyAttribute.cs" />
|
|
<Compile Include="Core\EmailConfigHelper.cs" />
|
|
<Compile Include="Core\EnumExtensions.cs" />
|
|
<Compile Include="Core\ExtensionAttribute.cs" />
|
|
<Compile Include="Core\GreenshotResources.cs" />
|
|
<Compile Include="Core\IEHelper.cs" />
|
|
<Compile Include="Core\ImageHelper.cs" />
|
|
<Compile Include="Core\Language.cs" />
|
|
<Compile Include="Core\LogHelper.cs" />
|
|
<Compile Include="Core\NetworkHelper.cs" />
|
|
<Compile Include="Core\Objects.cs" />
|
|
<Compile Include="Core\PluginUtils.cs" />
|
|
<Compile Include="Core\QuantizerHelper.cs" />
|
|
<Compile Include="Core\SourceForgeHelper.cs" />
|
|
<Compile Include="Core\WindowCapture.cs" />
|
|
<Compile Include="Core\WindowsHelper.cs" />
|
|
<Compile Include="IniFile\IniAttributes.cs" />
|
|
<Compile Include="IniFile\IniConfig.cs" />
|
|
<Compile Include="IniFile\IniReader.cs" />
|
|
<Compile Include="IniFile\IniSection.cs" />
|
|
<Compile Include="IniFile\IniValue.cs" />
|
|
<Compile Include="Interfaces\Capture.cs" />
|
|
<Compile Include="Interfaces\Drawing\Container.cs" />
|
|
<Compile Include="Interfaces\Forms\ImageEditor.cs" />
|
|
<Compile Include="Interfaces\Generic.cs" />
|
|
<Compile Include="Interfaces\IDestination.cs" />
|
|
<Compile Include="Interfaces\IProcessor.cs" />
|
|
<Compile Include="Interfaces\Plugin\PluginInterfaces.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="UnmanagedHelpers\DWM.cs" />
|
|
<Compile Include="UnmanagedHelpers\Enumerations.cs" />
|
|
<Compile Include="UnmanagedHelpers\GDI32.cs" />
|
|
<Compile Include="UnmanagedHelpers\Kernel32.cs" />
|
|
<Compile Include="UnmanagedHelpers\Shell32.cs" />
|
|
<Compile Include="UnmanagedHelpers\Structs.cs" />
|
|
<Compile Include="UnmanagedHelpers\User32.cs" />
|
|
<Compile Include="UnmanagedHelpers\Win32Errors.cs" />
|
|
<Compile Include="UnmanagedHelpers\WinMM.cs" />
|
|
<EmbeddedResource Include="log4net-embedded.xml" />
|
|
<None Include="Properties\AssemblyInfo.cs.template" />
|
|
<EmbeddedResource Include="Core\GreenshotResources.resx">
|
|
<DependentUpon>GreenshotResources.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="IniFile" />
|
|
<Folder Include="Interfaces\Drawing" />
|
|
<Folder Include="Interfaces\Drawing\Filters" />
|
|
<Folder Include="Interfaces\Forms" />
|
|
<Folder Include="Interfaces" />
|
|
<Folder Include="Core" />
|
|
<Folder Include="Interfaces\Plugin" />
|
|
<Folder Include="Controls" />
|
|
<Folder Include="UnmanagedHelpers" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<PreBuildEvent>rmdir /S /Q "$(SolutionDir)bin\$(Configuration)\Plugins"
|
|
"$(SolutionDir)\tools\TortoiseSVN\SubWCRev.exe" "$(ProjectDir)\" "$(ProjectDir)\Properties\AssemblyInfo.cs.template" "$(ProjectDir)\Properties\AssemblyInfo.cs"</PreBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |