This commit is contained in:
2025-08-27 08:46:45 +08:00
parent 1fddc97e20
commit 79185568a0
13 changed files with 26503 additions and 429 deletions

View File

@@ -23,7 +23,7 @@
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{75189a0e-e2ca-4ef0-a07e-3dc37c53ba21}</ProjectGuid>
<RootNamespace>RindroPlugin</RootNamespace>
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -36,7 +36,7 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141_xp</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<WholeProgramOptimization>false</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
@@ -71,9 +71,9 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>H:\Zlib-win32;$(LocalDebuggerWorkingDirectory)OtherInc\nlohmann;$(LocalDebuggerWorkingDirectory)OtherInc\openssl\include;$(LocalDebuggerWorkingDirectory)OtherInc;$(LocalDebuggerWorkingDirectory)Include;$(IncludePath)</IncludePath>
<IncludePath>H:\Visual Studio\VS_C_AND_C++_PROJECT\Rindro_Plugin\OtherInc\squirrel_debug\sqdbg\include;H:\Zlib-win32;$(LocalDebuggerWorkingDirectory)OtherInc\nlohmann;$(LocalDebuggerWorkingDirectory)OtherInc\openssl\include;$(LocalDebuggerWorkingDirectory)OtherInc;$(LocalDebuggerWorkingDirectory)Include;$(IncludePath)</IncludePath>
<ExecutablePath>$(ExecutablePath)</ExecutablePath>
<OutDir>I:\DOF\DNF-CC\Plugins\</OutDir>
<OutDir>F:\zhuomian\Sapphire_Case\Plugins\</OutDir>
<LibraryPath>$(LocalDebuggerWorkingDirectory)OtherLib;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -93,17 +93,17 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<SDLCheck>false</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;TEST_EXPORTS;_WINDOWS;_USRDLL;NOMINMAX;ZLIB_STATIC;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>false</ConformanceMode>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<Optimization>Disabled</Optimization>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<DisableSpecificWarnings>4244;4018;4996;4049;</DisableSpecificWarnings>
<DisableSpecificWarnings>4244;4018;4996;4049;4819;4551;</DisableSpecificWarnings>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -159,10 +159,13 @@
<ClInclude Include="Include\HookUi.hpp" />
<ClInclude Include="Include\inlinehook.h" />
<ClInclude Include="Include\IO_Ex.hpp" />
<ClInclude Include="Include\json.hpp" />
<ClInclude Include="Include\PVF_IO.hpp" />
<ClInclude Include="Include\RegisterSquirrel.hpp" />
<ClInclude Include="pch.h" />
<ClInclude Include="Register_System.hpp" />
<ClInclude Include="resource.h" />
<ClInclude Include="Verify.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp" />