<?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>{CEEFF4D3-CC6F-4AFE-85FE-E590C87A9972}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>RichCreator.Utility</RootNamespace>
|
<AssemblyName>RichCreator.Utility</AssemblyName>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
</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="Emgu.CV.UI, Version=4.1.0.3420, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
<HintPath>..\packages\EMGU.CV.4.1.0.3420\lib\net35\Emgu.CV.UI.dll</HintPath>
|
</Reference>
|
<Reference Include="Emgu.CV.World, Version=4.1.0.3420, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
<HintPath>..\packages\EMGU.CV.4.1.0.3420\lib\net35\Emgu.CV.World.dll</HintPath>
|
</Reference>
|
<Reference Include="PresentationCore" />
|
<Reference Include="SharpDX">
|
<HintPath>..\Libs\SharpDX.dll</HintPath>
|
</Reference>
|
<Reference Include="SharpDX.D3DCompiler">
|
<HintPath>..\Libs\SharpDX.D3DCompiler.dll</HintPath>
|
</Reference>
|
<Reference Include="SharpDX.Direct3D11">
|
<HintPath>..\Libs\SharpDX.Direct3D11.dll</HintPath>
|
</Reference>
|
<Reference Include="SharpDX.DXGI">
|
<HintPath>..\Libs\SharpDX.DXGI.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Web" />
|
<Reference Include="System.Windows" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Windows.Presentation" />
|
<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="ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
|
<HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
|
</Reference>
|
<Reference Include="ZTImage, Version=2.1.16.0, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\packages\ZTImage.2.1.16\lib\net45\ZTImage.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Captures\BitBltCapture.cs" />
|
<Compile Include="Captures\DesktopDuplicationCapture.cs" />
|
<Compile Include="Captures\DesktopDuplication\DesktopDuplicationException.cs" />
|
<Compile Include="Captures\DesktopDuplication\DesktopDuplicator.cs" />
|
<Compile Include="Captures\DesktopDuplication\DesktopFrame.cs" />
|
<Compile Include="Captures\DesktopDuplication\MovedRegion.cs" />
|
<Compile Include="Captures\DesktopDuplication\PointerInfo.cs" />
|
<Compile Include="Captures\ICapture.cs" />
|
<Compile Include="Captures\ScreenCapture.cs" />
|
<Compile Include="CV\CVHelper.cs" />
|
<Compile Include="CV\GroupCVHelper.cs" />
|
<Compile Include="CV\SkillCVHelper.cs" />
|
<Compile Include="CV\DnfCVHelper.cs" />
|
<Compile Include="CV\LindongCVHelper.cs" />
|
<Compile Include="CV\WeGameCVHelper.cs" />
|
<Compile Include="ImageHelper.cs" />
|
<Compile Include="InputControl\HardwareInputControl.cs" />
|
<Compile Include="InputControl\HIDCode.cs" />
|
<Compile Include="InputControl\IInputControl.cs" />
|
<Compile Include="InputControl\NativeInputControl.cs" />
|
<Compile Include="InputControl\SerialPortConnect.cs" />
|
<Compile Include="MouseHook.cs" />
|
<Compile Include="PathFinding\AStarFinding\PathGrid.cs" />
|
<Compile Include="PathFinding\AStarFinding\PathNode.cs" />
|
<Compile Include="PathFinding\AStarFinding\Point2.cs" />
|
<Compile Include="PathFinding\DijkstraFinding\Dijkstra.cs" />
|
<Compile Include="PathFinding\DijkstraFinding\Edge.cs" />
|
<Compile Include="PathFinding\DijkstraFinding\Node.cs" />
|
<Compile Include="PathFinding\DNFPathFinding.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Structs\ColorArray.cs" />
|
<Compile Include="Structs\ColorArrayItem.cs" />
|
<Compile Include="Structs\Direction.cs" />
|
<Compile Include="Structs\MoveQueueItem.cs" />
|
<Compile Include="Structs\Orientation.cs" />
|
<Compile Include="Structs\FindPathInfo.cs" />
|
<Compile Include="Structs\ZTColor.cs" />
|
<Compile Include="Structs\ZTColorArrayItem.cs" />
|
<Compile Include="Structs\ZTHsvColor.cs" />
|
<Compile Include="Structs\ZTHsvFloatColor.cs" />
|
<Compile Include="Structs\ZTHsvFloatColorArrayItem.cs" />
|
<Compile Include="Structs\ZTLine.cs" />
|
<Compile Include="Structs\ZTPoint.cs" />
|
<Compile Include="Structs\ZTRectangle.cs" />
|
<Compile Include="Structs\ZTSize.cs" />
|
<Compile Include="Structs\ZTSizeDouble.cs" />
|
<Compile Include="Utilitys\ColorUtils.cs" />
|
<Compile Include="Utilitys\ProcessUtils.cs" />
|
<Compile Include="Utilitys\RandomUtils.cs" />
|
<Compile Include="Utilitys\WindowUtils.cs" />
|
<Compile Include="Utils.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="License-LGPL.txt" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="..\packages\EMGU.CV.4.1.0.3420\build\EMGU.CV.targets" Condition="Exists('..\packages\EMGU.CV.4.1.0.3420\build\EMGU.CV.targets')" />
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<PropertyGroup>
|
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
</PropertyGroup>
|
<Error Condition="!Exists('..\packages\EMGU.CV.4.1.0.3420\build\EMGU.CV.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EMGU.CV.4.1.0.3420\build\EMGU.CV.targets'))" />
|
</Target>
|
</Project>
|