迁移成功

This commit is contained in:
947330670 2022-05-25 11:45:30 +08:00
parent 516b9b993d
commit ff48fc1d25
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -23,7 +23,7 @@
<Keyword>Win32Proj</Keyword> <Keyword>Win32Proj</Keyword>
<ProjectGuid>{f3d55a8b-a1e8-4e81-a655-5f2bf73b00e9}</ProjectGuid> <ProjectGuid>{f3d55a8b-a1e8-4e81-a655-5f2bf73b00e9}</ProjectGuid>
<RootNamespace>test</RootNamespace> <RootNamespace>test</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
<ProjectName>DOF_DllHook</ProjectName> <ProjectName>DOF_DllHook</ProjectName>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@ -78,7 +78,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental> <LinkIncremental>false</LinkIncremental>
<OutDir>D:\BaiduNetdiskWorkspace\DOF-Lenheart\Plugins\</OutDir> <OutDir>Y:\DOF\DOF-Lenheart\Plugins\</OutDir>
<LibraryPath>E:\openssl\lib;E:\Testnixiang\test\test\OpenSSL-Win32\lib;E:\Testnixiang\test\test\OpenSSL-Win32\lib\VC;$(LibraryPath)</LibraryPath> <LibraryPath>E:\openssl\lib;E:\Testnixiang\test\test\OpenSSL-Win32\lib;E:\Testnixiang\test\test\OpenSSL-Win32\lib\VC;$(LibraryPath)</LibraryPath>
<IncludePath>E:\openssl\include;$(IncludePath)</IncludePath> <IncludePath>E:\openssl\include;$(IncludePath)</IncludePath>
</PropertyGroup> </PropertyGroup>