| | |
| | | <DefineConstants>TRACE</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| | | </PropertyGroup> |
| | | <PropertyGroup> |
| | | <ApplicationIcon>program.ico</ApplicationIcon> |
| | |
| | | <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" /> |
| | |
| | | <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> |