<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProjectGuid>{FD38D776-2E7E-4E00-BE2B-A035D5B087AA}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>Bro.Common.ImageCanvas</RootNamespace>
|
<AssemblyName>Bro.Common.ImageCanvas</AssemblyName>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<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>
|
<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>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath>
|
</Reference>
|
<Reference Include="MahApps.Metro.IconPacks, Version=2.3.0.4, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\MahApps.Metro.IconPacks.2.3.0\lib\net45\MahApps.Metro.IconPacks.dll</HintPath>
|
</Reference>
|
<Reference Include="PresentationCore" />
|
<Reference Include="PresentationFramework" />
|
<Reference Include="System" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\ControlzEx.3.0.2.4\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Xaml" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Xml" />
|
<Reference Include="WindowsBase" />
|
<Reference Include="Xceed.Wpf.AvalonDock, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.dll</HintPath>
|
</Reference>
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
|
</Reference>
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
|
</Reference>
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
|
</Reference>
|
<Reference Include="Xceed.Wpf.Toolkit, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="ImageCanvas.xaml.cs">
|
<DependentUpon>ImageCanvas.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="StaticHelper.cs" />
|
<Compile Include="ZoomAndPanControl\AnimationHelper.cs" />
|
<Compile Include="Canvas\CenteredCrossHairCanvas.cs" />
|
<Compile Include="ZoomAndPanControl\DoubleHelpers.cs" />
|
<Compile Include="Canvas\ImageColorPicker.cs" />
|
<Compile Include="ZoomAndPanControl\KeepAliveTimer.cs" />
|
<Compile Include="ZoomAndPanControl\MinimumZoomTypeEnum.cs" />
|
<Compile Include="ZoomAndPanControl\MouseHandlingModeEnum.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Canvas\ObserableCollectionCanvas.cs" />
|
<Compile Include="ZoomAndPanControl\RelayCommand.cs" />
|
<Compile Include="ZoomAndPanControl\RelayCommandGeneric.cs" />
|
<Compile Include="ZoomAndPanControl\ViewportHelpers.cs" />
|
<Compile Include="ZoomAndPanControl\VisualTreeHelpers.cs" />
|
<Compile Include="ZoomAndPanControl\ZoomAdjustConverter.cs" />
|
<Compile Include="ZoomAndPanControl\ZoomAndPanControl.cs" />
|
<Compile Include="ZoomAndPanControl\ZoomAndPanControl_EventHandlers.cs" />
|
<Compile Include="ZoomAndPanControl\ZoomAndPanControl_IScrollInfo.cs" />
|
<Compile Include="ZoomAndPanControl\ZoomAndPanControl_Methods.cs" />
|
<Compile Include="ZoomAndPanControl\ZoomAndPanControl_UndoRedo.cs" />
|
<Compile Include="ZoomAndPanControl\ZoomAndPanInitialPositionEnum.cs" />
|
<Compile Include="Canvas\ZoomAndPanScrollViewer.cs" />
|
<Compile Include="ZoomAndPanControl\ZoomAndPanViewBox.cs" />
|
<Compile Include="ZoomAndPanControl\ZoomAndPanViewBoxClampConverter.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<Page Include="ImageCanvas.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Themes\Generic.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="Colors.jpg" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\Bro.UI.Model\Bro.UI.Model.WPF.csproj">
|
<Project>{dd79d871-4a44-41f7-ad66-d66108c5a35c}</Project>
|
<Name>Bro.UI.Model.WPF</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|