Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bin/
obj/
SilkySouls/FodyWeavers.xsd
293 changes: 19 additions & 274 deletions SilkySouls/SilkySouls.csproj
Original file line number Diff line number Diff line change
@@ -1,285 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Costura.Fody.6.0.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.6.0.0\build\Costura.Fody.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{5361D6BC-01FA-4705-93A0-F5864C22F679}</ProjectGuid>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PlatformTarget>x64</PlatformTarget>
<RootNamespace>SilkySouls</RootNamespace>
<AssemblyName>SilkySouls</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<ApplicationIcon>Assets\Silky.ico</ApplicationIcon>
<LangVersion>12</LangVersion>
<Nullable>disable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>x64</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\SilkySouls\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Costura, Version=6.0.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>..\packages\Costura.Fody.6.0.0\lib\netstandard2.0\Costura.dll</HintPath>
</Reference>
<Reference Include="H.Hooks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=603f13207e65c17b, processorArchitecture=MSIL">
<HintPath>..\packages\H.Hooks.1.7.0\lib\net462\H.Hooks.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="Wpf.Ui, Version=4.0.0.0, Culture=neutral, PublicKeyToken=11f9f5cc97b3ffd6, processorArchitecture=MSIL">
<HintPath>..\packages\WPF-UI.4.0.2\lib\net472\Wpf.Ui.dll</HintPath>
</Reference>
<Reference Include="Wpf.Ui.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=11f9f5cc97b3ffd6, processorArchitecture=MSIL">
<HintPath>..\packages\WPF-UI.Abstractions.4.0.2\lib\net472\Wpf.Ui.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Xceed.Wpf.AvalonDock, Version=4.7.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.4.7.25103.5738\lib\net40\Xceed.Wpf.AvalonDock.dll</HintPath>
</Reference>
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero, Version=4.7.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.4.7.25103.5738\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
</Reference>
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro, Version=4.7.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.4.7.25103.5738\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
</Reference>
<Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010, Version=4.7.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.4.7.25103.5738\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
</Reference>
<Reference Include="Xceed.Wpf.Toolkit, Version=4.7.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
<HintPath>..\packages\Extended.Wpf.Toolkit.4.7.25103.5738\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="Converters\BooleanAndConverter.cs" />
<Compile Include="Converters\ImmuneFillConverter.cs" />
<Compile Include="Converters\InverseBooleanToVisibilityConverter.cs" />
<Compile Include="Converters\StringToVisibilityConverter.cs" />
<Compile Include="Core\DelegateCommand.cs" />
<Compile Include="Enums\AsmScript.cs" />
<Compile Include="Enums\GameVersion.cs" />
<Compile Include="Enums\HotkeyActions.cs" />
<Compile Include="Enums\State.cs" />
<Compile Include="GameIds\Emevd.cs" />
<Compile Include="GameIds\EntityId.cs" />
<Compile Include="GameIds\EventFlags.cs" />
<Compile Include="GameIds\EzState.cs" />
<Compile Include="GameIds\ShopParams.cs" />
<Compile Include="Interfaces\IDebugDrawService.cs" />
<Compile Include="Interfaces\IEmevdService.cs" />
<Compile Include="Interfaces\IEnemyService.cs" />
<Compile Include="Interfaces\IEventLogReader.cs" />
<Compile Include="Interfaces\IEventService.cs" />
<Compile Include="Interfaces\IEzStateService.cs" />
<Compile Include="Interfaces\IGameTickService.cs" />
<Compile Include="Interfaces\IItemService.cs" />
<Compile Include="Interfaces\IMemoryService.cs" />
<Compile Include="Interfaces\IParamService.cs" />
<Compile Include="Interfaces\IPlayerService.cs" />
<Compile Include="Interfaces\ISettingsService.cs" />
<Compile Include="Interfaces\IStateService.cs" />
<Compile Include="Interfaces\ITargetService.cs" />
<Compile Include="Interfaces\ITravelService.cs" />
<Compile Include="Interfaces\IUtilityService.cs" />
<Compile Include="IParamService.cs" />
<Compile Include="Memory\AoBScanner.cs" />
<Compile Include="Memory\AsmHelper.cs" />
<Compile Include="Memory\BitFlag.cs" />
<Compile Include="Memory\CodeCaveOffsets.cs" />
<Compile Include="Memory\HookManager.cs" />
<Compile Include="Memory\MemoryBlock.cs" />
<Compile Include="Memory\Pattern.cs" />
<Compile Include="Models\CharacterState.cs" />
<Compile Include="Models\EquippedWeapon.cs" />
<Compile Include="Models\InfusionType.cs" />
<Compile Include="Models\Item.cs" />
<Compile Include="Models\ItemCategory.cs" />
<Compile Include="Models\Position.cs" />
<Compile Include="Models\WarpLocation.cs" />
<Compile Include="Models\UpgradeType.cs" />
<Compile Include="Services\DebugDrawService.cs" />
<Compile Include="Services\EmevdService.cs" />
<Compile Include="Services\EnemyService.cs" />
<Compile Include="Services\EventService.cs" />
<Compile Include="Services\EzStateService.cs" />
<Compile Include="Services\GameTickService.cs" />
<Compile Include="Services\ItemService.cs" />
<Compile Include="Services\MemoryService.cs" />
<Compile Include="Services\ParamService.cs" />
<Compile Include="Services\PlayerService.cs" />
<Compile Include="Services\SettingsService.cs" />
<Compile Include="Services\StateService.cs" />
<Compile Include="Services\TargetService.cs" />
<Compile Include="Services\TravelService.cs" />
<Compile Include="Services\UtilityService.cs" />
<Compile Include="Utilities\AsmLoader.cs" />
<Compile Include="Utilities\HotkeyManager.cs" />
<Compile Include="Utilities\DataLoader.cs" />
<Compile Include="Utilities\MsgBox.cs" />
<Compile Include="Utilities\PatchManager.cs" />
<Compile Include="Utilities\SettingsManager.cs" />
<Compile Include="Utilities\UpDownHelper.cs" />
<Compile Include="Utilities\User32.cs" />
<Compile Include="Utilities\VersionChecker.cs" />
<Compile Include="ViewModels\BaseViewModel.cs" />
<Compile Include="ViewModels\EventViewModel.cs" />
<Compile Include="ViewModels\HotkeyBindingViewModel.cs" />
<Compile Include="ViewModels\ItemViewModel.cs" />
<Compile Include="ViewModels\PlayerViewModel.cs" />
<Compile Include="ViewModels\EnemyViewModel.cs" />
<Compile Include="ViewModels\SettingsViewModel.cs" />
<Compile Include="ViewModels\TargetViewModel.cs" />
<Compile Include="ViewModels\TravelViewModel.cs" />
<Compile Include="ViewModels\UtilityViewModel.cs" />
<Compile Include="Views\CustomMessageBox.xaml.cs">
<DependentUpon>CustomMessageBox.xaml</DependentUpon>
</Compile>
<Compile Include="Views\EventTab.xaml.cs">
<DependentUpon>EventTab.xaml</DependentUpon>
</Compile>
<Compile Include="Views\InputBox.xaml.cs">
<DependentUpon>InputBox.xaml</DependentUpon>
</Compile>
<Compile Include="Views\ItemTab.xaml.cs">
<DependentUpon>ItemTab.xaml</DependentUpon>
</Compile>
<Compile Include="Views\PlayerTab.xaml.cs">
<DependentUpon>PlayerTab.xaml</DependentUpon>
</Compile>
<Compile Include="Views\EnemyTab.xaml.cs">
<DependentUpon>EnemyTab.xaml</DependentUpon>
</Compile>
<Compile Include="Views\ResistancesWindow.xaml.cs">
<DependentUpon>ResistancesWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Views\SettingsTab.xaml.cs">
<DependentUpon>SettingsTab.xaml</DependentUpon>
</Compile>
<Compile Include="Views\TargetTab.xaml.cs">
<DependentUpon>TargetTab.xaml</DependentUpon>
</Compile>
<Compile Include="Views\TravelTab.xaml.cs">
<DependentUpon>TravelTab.xaml</DependentUpon>
</Compile>
<Compile Include="Views\UtilityTab.xaml.cs">
<DependentUpon>UtilityTab.xaml</DependentUpon>
</Compile>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Page Include="Views\CustomMessageBox.xaml" />
<Page Include="Views\EventTab.xaml" />
<Page Include="Views\InputBox.xaml" />
<Page Include="Views\ItemTab.xaml" />
<Page Include="Views\PlayerTab.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\EnemyTab.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\ResistancesWindow.xaml" />
<Page Include="Views\SettingsTab.xaml" />
<Page Include="Views\TargetTab.xaml" />
<Page Include="Views\TravelTab.xaml" />
<Page Include="Views\UtilityTab.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Memory\Kernel32.cs" />
<Compile Include="Memory\Offsets.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="packages.config" />
</ItemGroup>

<ItemGroup>
<None Include="App.config" />
<PackageReference Include="Costura.Fody" Version="6.0.0" PrivateAssets="all" />
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.7.25103.5738" />
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="all" />
<PackageReference Include="H.Hooks" Version="1.7.0" />
<PackageReference Include="WPF-UI" Version="4.0.2" />
<PackageReference Include="WPF-UI.Abstractions" Version="4.0.2" />
</ItemGroup>

<ItemGroup>
<Content Include="LICENSE.txt" />
<Resource Include="Assets\Silky.ico" />
<Content Include="FodyWeavers.xml" />
<None Include="LICENSE.txt" CopyToOutputDirectory="PreserveNewest" />
<None Include="FodyWeavers.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.6.8.2\build\Fody.targets" Condition="Exists('..\packages\Fody.6.8.2\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Fody.6.8.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.8.2\build\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Costura.Fody.6.0.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.6.0.0\build\Costura.Fody.props'))" />
<Error Condition="!Exists('..\packages\Costura.Fody.6.0.0\build\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.6.0.0\build\Costura.Fody.targets'))" />
</Target>
<Import Project="..\packages\Costura.Fody.6.0.0\build\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.6.0.0\build\Costura.Fody.targets')" />
</Project>
</Project>