asmrobot
2019-11-13 576b92fd82f568572bc4beb125fa0ba0191a602f
src/RichCreator.Utility/RichCreator.Utility.csproj
@@ -90,34 +90,41 @@
    <Compile Include="CV\CVHelper.cs" />
    <Compile Include="CV\ChannelCVHelper.cs" />
    <Compile Include="CV\GroupCVHelper.cs" />
    <Compile Include="CV\KaleteCVHelper.cs" />
    <Compile Include="CV\SkillCVHelper.cs" />
    <Compile Include="CV\DnfCVHelper.cs" />
    <Compile Include="CV\LindongCVHelper.cs" />
    <Compile Include="CV\WeGameCVHelper.cs" />
    <Compile Include="Dnf\MoveIntent.cs" />
    <Compile Include="Dnf\MoveMethod.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="Maps\HouseInfo.cs" />
    <Compile Include="Maps\MapType.cs" />
    <Compile Include="Maps\MovePriority.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\Dijkstra.cs" />
    <Compile Include="PathFinding\DNFPathFinding.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Skills\SkillInfo.cs" />
    <Compile Include="Skills\SkillQueue.cs" />
    <Compile Include="Dnf\SpeedProvider.cs" />
    <Compile Include="Structs\ColorArray.cs" />
    <Compile Include="Structs\ColorArrayItem.cs" />
    <Compile Include="Structs\Direction.cs" />
    <Compile Include="Structs\HousePathInfo.cs" />
    <Compile Include="Maps\HousePathInfo.cs" />
    <Compile Include="Structs\HousePathInfoObj.cs" />
    <Compile Include="Structs\ParametersPoint.cs" />
    <Compile Include="Structs\ParametersPointObj.cs" />
    <Compile Include="Structs\ZTLinePoint.cs" />
    <Compile Include="Structs\MoveQueueItem.cs" />
    <Compile Include="Structs\Orientation.cs" />
    <Compile Include="Structs\FindPathInfo.cs" />
    <Compile Include="Structs\ZTLinePointObj.cs" />
    <Compile Include="Structs\ZTPointObj.cs" />
    <Compile Include="Structs\ZTPolygon.cs" />
@@ -128,16 +135,20 @@
    <Compile Include="Structs\ZTHsvFloatColorArrayItem.cs" />
    <Compile Include="Structs\ZTLine.cs" />
    <Compile Include="Structs\ZTPoint.cs" />
    <Compile Include="Structs\ZTTargetPolygonObj.cs" />
    <Compile Include="Structs\ZTPolygonObj.cs" />
    <Compile Include="Structs\ZTRectangle.cs" />
    <Compile Include="Structs\ZTSize.cs" />
    <Compile Include="Structs\ZTSizeDouble.cs" />
    <Compile Include="Structs\ZTTargetPolygon.cs" />
    <Compile Include="Utilitys\ColorUtils.cs" />
    <Compile Include="Utilitys\GeometryHelper.cs" />
    <Compile Include="Utilitys\ProcessUtils.cs" />
    <Compile Include="Utilitys\RandomUtils.cs" />
    <Compile Include="Utilitys\SystemHotKey.cs" />
    <Compile Include="Utilitys\WindowUtils.cs" />
    <Compile Include="Utils.cs" />
    <Compile Include="ZTResult.cs" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="License-LGPL.txt" />