ShareX/ImageEffectsLib/ImageEffectsLib.csproj

166 lines
6.8 KiB
XML
Raw Normal View History

2013-11-03 23:53:49 +13:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D13441B6-96E1-4D1B-8A95-58A7D6CB1E24}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ImageEffectsLib</RootNamespace>
<AssemblyName>ImageEffectsLib</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Adjustments\Alpha.cs" />
<Compile Include="Adjustments\Matrix.cs" />
<Compile Include="Filters\Pixelate.cs" />
<Compile Include="ImageEffectManager.cs" />
<Compile Include="Manipulations\BackgroundGradient.cs" />
<Compile Include="Adjustments\Brightness.cs" />
<Compile Include="Adjustments\Colorize.cs" />
<Compile Include="Adjustments\Contrast.cs" />
<Compile Include="Adjustments\Gamma.cs" />
<Compile Include="Adjustments\Grayscale.cs" />
<Compile Include="Adjustments\Hue.cs" />
<Compile Include="Adjustments\Inverse.cs" />
<Compile Include="Adjustments\Saturation.cs" />
<Compile Include="Manipulations\Skew.cs" />
<Compile Include="Filters\Blur.cs" />
<Compile Include="Filters\Shadow.cs" />
<Compile Include="Filters\TornEdge.cs" />
<Compile Include="Manipulations\Canvas.cs" />
<Compile Include="Manipulations\Background.cs" />
<Compile Include="Manipulations\Flip.cs" />
<Compile Include="Manipulations\Scale.cs" />
<Compile Include="ImageEffect.cs" />
<Compile Include="ImageEffectsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ImageEffectsForm.Designer.cs">
<DependentUpon>ImageEffectsForm.cs</DependentUpon>
</Compile>
<Compile Include="Manipulations\Border.cs" />
<Compile Include="Filters\Reflection.cs" />
<Compile Include="Manipulations\Resize.cs" />
<Compile Include="Manipulations\Rotate.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Watermark\GradientData.cs" />
<Compile Include="Watermark\GradientMaker.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Watermark\GradientMaker.Designer.cs">
<DependentUpon>GradientMaker.cs</DependentUpon>
</Compile>
<Compile Include="Watermark\GradientStop.cs" />
<Compile Include="Watermark\WatermarkConfig.cs" />
<Compile Include="Watermark\WatermarkManager.cs" />
<Compile Include="Watermark\WatermarkForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Watermark\WatermarkForm.Designer.cs">
<DependentUpon>WatermarkForm.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HelpersLib\HelpersLib.csproj">
<Project>{327750e1-9fb7-4cc3-8aea-9bc42180cad3}</Project>
<Name>HelpersLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ImageEffectsForm.resx">
<DependentUpon>ImageEffectsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Watermark\GradientMaker.resx">
<DependentUpon>GradientMaker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Watermark\WatermarkForm.resx">
<DependentUpon>WatermarkForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>