主修改整合基本完成

This commit is contained in:
2022-03-08 12:57:35 +08:00
parent 0b2e30605a
commit 5ffa76fdef
14 changed files with 864 additions and 1301 deletions

View File

@@ -170,13 +170,19 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="DNFTOOL.h" />
<ClInclude Include="framework.h" />
<ClInclude Include="hook.h" />
<ClInclude Include="inlinehook.h" />
<ClInclude Include="pch.h" />
<ClInclude Include="RSAC.h" />
<ClInclude Include="sock.h" />
<ClInclude Include="squirrel.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="DNFTOOL.cpp" />
<ClCompile Include="hook.cpp" />
<ClCompile Include="inlinehook.cpp" />
<ClCompile Include="pch.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
@@ -185,7 +191,8 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="RSAC.cpp" />
<ClCompile Include="函数块.cpp" />
<ClCompile Include="sock.cpp" />
<ClCompile Include="squirrel.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">