From 576b92fd82f568572bc4beb125fa0ba0191a602f Mon Sep 17 00:00:00 2001
From: asmrobot <asmrobot@hotmail.com>
Date: Wed, 13 Nov 2019 14:59:52 +0000
Subject: [PATCH] add map editor

---
 src/RichCreator/RichCreator.csproj |   24 ++++++++++--------------
 1 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/src/RichCreator/RichCreator.csproj b/src/RichCreator/RichCreator.csproj
index 7b3b6e2..0d8f63c 100644
--- a/src/RichCreator/RichCreator.csproj
+++ b/src/RichCreator/RichCreator.csproj
@@ -67,6 +67,7 @@
     <Reference Include="System.ServiceModel" />
     <Reference Include="System.Transactions" />
     <Reference Include="System.Web" />
+    <Reference Include="System.Windows.Forms" />
     <Reference Include="System.Xml" />
     <Reference Include="Microsoft.CSharp" />
     <Reference Include="System.Core" />
@@ -103,11 +104,15 @@
     <Compile Include="..\Protocols\Richcreator.cs">
       <Link>Services\Richcreator.cs</Link>
     </Compile>
+    <Compile Include="Dnf\DnfRole.cs" />
+    <Compile Include="Dnf\IMiniMap.cs" />
+    <Compile Include="Dnf\MapInfo.cs" />
+    <Compile Include="Maps\Kalete\KaleteMap.cs" />
+    <Compile Include="Maps\Kalete\KaleteMiniMap.cs" />
+    <Compile Include="Maps\Kalete\OutOfBounds.cs" />
+    <Compile Include="Maps\Lindong\LindongMiniMap.cs" />
     <Compile Include="Maps\Test\TestMap.cs" />
-    <Compile Include="Maps\Skills\SkillMap.cs" />
-    <Compile Include="PathFinding\Dijkstra.cs" />
-    <Compile Include="PathFinding\Edge.cs" />
-    <Compile Include="PathFinding\Node.cs" />
+    <Compile Include="Maps\SkillSetting\SkillSettingMap.cs" />
     <Compile Include="Services\ServiceProvider.cs" />
     <Compile Include="StateMachines\ChannelStateMachine.cs" />
     <Compile Include="StateMachines\StateMachineBase.cs" />
@@ -117,23 +122,16 @@
     <Compile Include="Jobs\JobBase.cs" />
     <Compile Include="Jobs\JobMonitor.cs" />
     <Compile Include="Maps\Lindong\OutOfBounds.cs" />
-    <Compile Include="Maps\Lindong\SingleEntryHouseSkill.cs" />
     <Compile Include="Models\RunningModel.cs" />
     <Compile Include="Models\RunningStep.cs" />
     <Compile Include="StateMachines\KillMonsterStateMachine.cs" />
-    <Compile Include="StateMachines\MoveState.cs" />
-    <Compile Include="StateMachines\SkillInfo.cs" />
-    <Compile Include="StateMachines\SkillQueue.cs" />
-    <Compile Include="Maps\HouseInfo.cs" />
     <Compile Include="Maps\Lindong\LindongMap.cs" />
-    <Compile Include="Maps\MapInfo.cs" />
     <Compile Include="Models\RichCreatorConfig.cs" />
     <Compile Include="Jobs\WeGameJob.cs" />
     <Compile Include="Utilitys\AttackRectangle.cs" />
     <Compile Include="Utilitys\Utils.cs" />
     <Compile Include="ViewModels\ConfigViewModel.cs" />
     <Compile Include="ViewModels\NotificationObject.cs" />
-    <Compile Include="ZTResult.cs" />
     <Page Include="MainWindow.xaml">
       <Generator>MSBuild:Compile</Generator>
       <SubType>Designer</SubType>
@@ -190,9 +188,7 @@
       <Name>RichCreator.Utility</Name>
     </ProjectReference>
   </ItemGroup>
-  <ItemGroup>
-    <Folder Include="Maps\Kalete\" />
-  </ItemGroup>
+  <ItemGroup />
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
     <PropertyGroup>

--
Gitblit v1.9.3