Use Mile.Windows.Internal instead of Chuyu.Mint.

This commit is contained in:
MouriNaruto
2024-03-14 21:24:15 +08:00
parent 0c03931fd0
commit 50a9ce5d06
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
* MouriNaruto (KurikoMouri@outlook.jp)
*/
#include <Mint.h>
#include <Mile.Internal.h>
#include <Detours.h>

View File

@@ -32,8 +32,8 @@
<PackageReference Include="Mile.Windows.Helpers">
<Version>1.0.15</Version>
</PackageReference>
<PackageReference Include="Chuyu.Mint">
<Version>2024.1.0</Version>
<PackageReference Include="Mile.Windows.Internal">
<Version>1.0.2818</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />