From c4bd9d8c587bd1401f0fb2f60c34a4964d7afe20 Mon Sep 17 00:00:00 2001
From: asmrobot <asmrobot@hotmail.com>
Date: Sun, 27 Oct 2019 16:02:50 +0000
Subject: [PATCH] o

---
 src/RichCreator/RichCreator.csproj |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/RichCreator/RichCreator.csproj b/src/RichCreator/RichCreator.csproj
index 782a40c..7b3b6e2 100644
--- a/src/RichCreator/RichCreator.csproj
+++ b/src/RichCreator/RichCreator.csproj
@@ -34,6 +34,7 @@
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup>
     <ApplicationIcon>program.ico</ApplicationIcon>
@@ -102,28 +103,28 @@
     <Compile Include="..\Protocols\Richcreator.cs">
       <Link>Services\Richcreator.cs</Link>
     </Compile>
-    <Compile Include="Maps\Group\GroupMap.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="Services\ServiceMonitor.cs" />
+    <Compile Include="Services\ServiceProvider.cs" />
+    <Compile Include="StateMachines\ChannelStateMachine.cs" />
+    <Compile Include="StateMachines\StateMachineBase.cs" />
     <Compile Include="Utilitys\FuncUtils.cs" />
     <Compile Include="G.cs" />
     <Compile Include="Jobs\DNFJob.cs" />
     <Compile Include="Jobs\JobBase.cs" />
     <Compile Include="Jobs\JobMonitor.cs" />
-    <Compile Include="Jobs\JobResult.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\KillMonsterStateResult.cs" />
     <Compile Include="StateMachines\MoveState.cs" />
     <Compile Include="StateMachines\SkillInfo.cs" />
     <Compile Include="StateMachines\SkillQueue.cs" />
-    <Compile Include="Maps\MapHouse.cs" />
+    <Compile Include="Maps\HouseInfo.cs" />
     <Compile Include="Maps\Lindong\LindongMap.cs" />
     <Compile Include="Maps\MapInfo.cs" />
     <Compile Include="Models\RichCreatorConfig.cs" />
@@ -132,6 +133,7 @@
     <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>

--
Gitblit v1.9.3