feat: remove app icon, update easyhook version

This commit is contained in:
2026-02-25 17:34:02 +07:00
parent 60bd1abe2a
commit b8c0dd8f17
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyHook" Version="2.7.7030.0" />
<PackageReference Include="EasyHook" Version="2.7.7097.0" />
</ItemGroup>
</Project>
+1 -2
View File
@@ -7,11 +7,10 @@
<RootNamespace>TimeMocker.UI</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationIcon>app.ico</ApplicationIcon>
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyHook" Version="2.7.7030.0" />
<PackageReference Include="EasyHook" Version="2.7.7097.0" />
</ItemGroup>
<ItemGroup>
<!-- Ensure the hook DLL is always next to the UI exe -->
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB