This commit is contained in:
2022-03-07 13:50:29 +08:00
parent bd510c2bac
commit 0b2e30605a
5 changed files with 175 additions and 0 deletions

View File

@@ -24,6 +24,9 @@
<ClInclude Include="RSAC.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="inlinehook.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
@@ -38,5 +41,8 @@
<ClCompile Include="RSAC.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="inlinehook.cpp">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
</Project>