This commit is contained in:
2025-04-28 23:02:20 +08:00
parent bfb9be65b5
commit 1fddc97e20
12 changed files with 756 additions and 81 deletions

View File

@@ -158,8 +158,11 @@
<ClInclude Include="Include\Hook.hpp" />
<ClInclude Include="Include\HookUi.hpp" />
<ClInclude Include="Include\inlinehook.h" />
<ClInclude Include="Include\IO_Ex.hpp" />
<ClInclude Include="Include\PVF_IO.hpp" />
<ClInclude Include="Include\RegisterSquirrel.hpp" />
<ClInclude Include="pch.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp" />
@@ -182,11 +185,18 @@
<ProjectReference Include="F:\nut\SQUIRREL2\squirrel\squirrel.vcxproj">
<Project>{055a88b6-e28d-4155-a0db-b2b60dd6c7ae}</Project>
</ProjectReference>
<ProjectReference Include="F:\zhuomian\Libffi-master\Libffi-master\build\ffi.vcxproj">
<Project>{e76c4b11-4165-3c69-89ce-954037c7bb5b}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="packages\zlib-msvc-x86.1.2.11.8900\build\native\zlib-msvc-x86.targets" Condition="Exists('packages\zlib-msvc-x86.1.2.11.8900\build\native\zlib-msvc-x86.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\zlib-msvc-x86.1.2.11.8900\build\native\zlib-msvc-x86.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\zlib-msvc-x86.1.2.11.8900\build\native\zlib-msvc-x86.targets'))" />
</Target>
</Project>