Skip to content

Commit 14d4379

Browse files
DllUnInject vcxproj add header file
1 parent bb8ea77 commit 14d4379

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

APIHOOK/DllUnInject/DllUnInject.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
</Link>
144144
</ItemDefinitionGroup>
145145
<ItemGroup>
146+
<ClInclude Include="DllUnInject.h" />
146147
<ClInclude Include="stdafx.h" />
147148
<ClInclude Include="targetver.h" />
148149
</ItemGroup>

APIHOOK/DllUnInject/DllUnInject.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<ClInclude Include="targetver.h">
2222
<Filter>头文件</Filter>
2323
</ClInclude>
24+
<ClInclude Include="DllUnInject.h">
25+
<Filter>头文件</Filter>
26+
</ClInclude>
2427
</ItemGroup>
2528
<ItemGroup>
2629
<ClCompile Include="stdafx.cpp">

0 commit comments

Comments
 (0)