asmrobot
2024-12-31 a8536c3c73a4445b1f1252a1d3271e0c73b35613
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,18 @@
    <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="Models\StateInfoItem.cs" />
    <Compile Include="Models\StateProvider.cs" />
    <Compile Include="Utilitys\GameUtils.cs" />
    <Compile Include="Maps\Kalete\KaleteMap.cs" />
    <Compile Include="Maps\Kalete\KaleteMiniMap.cs" />
    <Compile Include="Maps\Lindong\LindongMiniMap.cs" />
    <Compile Include="Maps\ShikongzhimenMapBase.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,24 +125,15 @@
    <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\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\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>
@@ -192,7 +191,16 @@
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Maps\Kalete\" />
    <Content Include="configs\lingdong.txt">
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="configs\kalete.txt">
      <SubType>Designer</SubType>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Resource Include="Images\down.png" />
    <Resource Include="Images\up.png" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">