aboutsummaryrefslogtreecommitdiff
path: root/AoE_imgui_DE.vcxproj
diff options
context:
space:
mode:
authorBDKPlayer <fabian.stotz@yahoo.de>2020-04-01 20:57:35 +0200
committerBDKPlayer <fabian.stotz@yahoo.de>2020-04-01 20:57:35 +0200
commitd0f91aed16a1cb40df6e1ab7c19b17410888906d (patch)
tree401f2a4d5690b03f22e11212832dbe1693404536 /AoE_imgui_DE.vcxproj
parent1d8b290947b6b94f75eebc72a6becf6278729925 (diff)
Removed detours dependency
Diffstat (limited to 'AoE_imgui_DE.vcxproj')
1 files changed, 2 insertions, 3 deletions
diff --git a/AoE_imgui_DE.vcxproj b/AoE_imgui_DE.vcxproj
index 81ce97e..7432e66 100644
--- a/AoE_imgui_DE.vcxproj
+++ b/AoE_imgui_DE.vcxproj
@@ -150,8 +150,6 @@
<ClInclude Include="Classes.h" />
<ClInclude Include="Core.h" />
<ClInclude Include="CustomLoadingScreen.h" />
- <ClInclude Include="DetourHook64.h" />
- <ClInclude Include="detours.h" />
<ClInclude Include="Engine.h" />
<ClInclude Include="ESP.h" />
<ClInclude Include="Feature.h" />
@@ -174,11 +172,11 @@
<ClInclude Include="ResourceInformation.h" />
<ClInclude Include="SDK.h" />
<ClInclude Include="Utility.h" />
+ <ClInclude Include="VmtHook.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="Core.cpp" />
<ClCompile Include="CustomLoadingScreen.cpp" />
- <ClCompile Include="DetourHook64.cpp" />
<ClCompile Include="Engine.cpp" />
<ClCompile Include="ESP.cpp" />
<ClCompile Include="Feature.cpp" />
@@ -197,6 +195,7 @@
<ClCompile Include="Renderer.cpp" />
<ClCompile Include="ResourceInformation.cpp" />
<ClCompile Include="Source.cpp" />
+ <ClCompile Include="VmtHook.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">