2020-12-06 15:59:02 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-03-31 20:45:26 +08:00
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-08-09 16:53:35 +08:00
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2018-08-02 11:07:50 +08:00
|
|
|
<ProjectConfiguration Include="Debug Infinality|Win32">
|
|
|
|
<Configuration>Debug Infinality</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug Infinality|x64">
|
|
|
|
<Configuration>Debug Infinality</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2016-08-09 16:53:35 +08:00
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2024-09-12 17:13:10 +08:00
|
|
|
<ProjectConfiguration Include="EXE|Win32">
|
|
|
|
<Configuration>EXE</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="EXE|x64">
|
|
|
|
<Configuration>EXE</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ProjectConfiguration Include="Rel+Detours|Win32">
|
|
|
|
<Configuration>Rel+Detours</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Rel+Detours|x64">
|
|
|
|
<Configuration>Rel+Detours</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
2022-07-18 17:53:24 +08:00
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Rel+Trace|Win32">
|
|
|
|
<Configuration>Rel+Trace</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Rel+Trace|x64">
|
|
|
|
<Configuration>Rel+Trace</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ProjectConfiguration Include="Release Infinality|Win32">
|
|
|
|
<Configuration>Release Infinality</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release Infinality|x64">
|
|
|
|
<Configuration>Release Infinality</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2023-07-27 17:46:29 +08:00
|
|
|
<ProjectConfiguration Include="Release+StaticHook|Win32">
|
|
|
|
<Configuration>Release+StaticHook</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release+StaticHook|x64">
|
|
|
|
<Configuration>Release+StaticHook</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2016-08-09 16:53:35 +08:00
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectName>MacType</ProjectName>
|
|
|
|
<ProjectGuid>{15C33FD9-0811-4981-B08F-E0BAD74A3028}</ProjectGuid>
|
|
|
|
<RootNamespace>gdipp</RootNamespace>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
2021-05-07 16:10:37 +08:00
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
2016-08-09 16:53:35 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
2024-09-12 17:13:10 +08:00
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2016-08-09 16:53:35 +08:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2022-07-18 17:53:24 +08:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Detours|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2023-07-27 17:46:29 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release+StaticHook|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2022-07-18 17:53:24 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Trace|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2016-08-09 16:53:35 +08:00
|
|
|
</PropertyGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Infinality|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2022-07-18 17:53:24 +08:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2018-08-02 11:07:50 +08:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
</PropertyGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2022-07-18 17:53:24 +08:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2016-08-09 16:53:35 +08:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Infinality|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2022-07-18 17:53:24 +08:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2018-08-02 11:07:50 +08:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2022-07-18 17:53:24 +08:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
</PropertyGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Detours|x64'" Label="Configuration">
|
2022-07-18 17:53:24 +08:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2016-08-09 16:53:35 +08:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
</PropertyGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release+StaticHook|x64'" Label="Configuration">
|
2023-07-27 17:46:29 +08:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
</PropertyGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Trace|x64'" Label="Configuration">
|
2022-07-18 17:53:24 +08:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2018-04-13 14:05:08 +08:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
</PropertyGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Infinality|x64'" Label="Configuration">
|
2018-08-02 11:07:50 +08:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2022-07-18 17:53:24 +08:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2018-08-02 11:07:50 +08:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
</PropertyGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2022-07-18 17:53:24 +08:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2016-08-09 16:53:35 +08:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Infinality|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2022-07-18 17:53:24 +08:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2018-08-02 11:07:50 +08:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2024-09-12 17:13:10 +08:00
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='EXE|Win32'">
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='EXE|x64'">
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Detours|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2023-07-27 17:46:29 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release+StaticHook|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2022-07-18 17:53:24 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Trace|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Infinality|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Infinality|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Detours|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2023-07-27 17:46:29 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release+StaticHook|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2022-07-18 17:53:24 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Trace|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Infinality|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Infinality|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
2017-03-23 10:18:56 +08:00
|
|
|
<TargetName>$(ProjectName).Core</TargetName>
|
2020-04-12 15:55:53 +08:00
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2016-08-09 16:53:35 +08:00
|
|
|
</PropertyGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Infinality|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
<TargetName>$(ProjectName).Core</TargetName>
|
2020-04-12 15:55:53 +08:00
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2018-08-02 11:07:50 +08:00
|
|
|
</PropertyGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
2017-03-23 10:18:56 +08:00
|
|
|
<TargetName>$(ProjectName)64.Core</TargetName>
|
2020-04-12 15:55:53 +08:00
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2016-08-09 16:53:35 +08:00
|
|
|
</PropertyGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Infinality|x64'">
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
<TargetName>$(ProjectName)64.Core</TargetName>
|
2020-04-12 15:55:53 +08:00
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2018-08-02 11:07:50 +08:00
|
|
|
</PropertyGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2018-08-02 11:07:50 +08:00
|
|
|
<GenerateManifest>false</GenerateManifest>
|
2023-08-21 15:59:22 +08:00
|
|
|
<TargetName>$(ProjectName).Core</TargetName>
|
2020-04-12 15:55:53 +08:00
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2018-08-02 11:07:50 +08:00
|
|
|
</PropertyGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Detours|Win32'">
|
2016-08-09 16:53:35 +08:00
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
2017-03-23 10:18:56 +08:00
|
|
|
<TargetName>$(ProjectName).Core</TargetName>
|
2020-04-12 15:55:53 +08:00
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2016-08-09 16:53:35 +08:00
|
|
|
</PropertyGroup>
|
2023-07-27 17:46:29 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release+StaticHook|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
<TargetName>$(ProjectName).Core</TargetName>
|
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
|
|
|
</PropertyGroup>
|
2022-07-18 17:53:24 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Trace|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
<TargetName>$(ProjectName).Core</TargetName>
|
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
|
|
|
</PropertyGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Infinality|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
<TargetName>$(ProjectName).Core</TargetName>
|
2020-04-12 15:55:53 +08:00
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2018-08-02 11:07:50 +08:00
|
|
|
</PropertyGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
2017-03-23 10:18:56 +08:00
|
|
|
<TargetName>$(ProjectName)64.Core</TargetName>
|
2020-04-12 15:55:53 +08:00
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2016-08-09 16:53:35 +08:00
|
|
|
</PropertyGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Detours|x64'">
|
2018-08-02 11:07:50 +08:00
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
<TargetName>$(ProjectName)64.Core</TargetName>
|
2020-04-12 15:55:53 +08:00
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2018-08-02 11:07:50 +08:00
|
|
|
</PropertyGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release+StaticHook|x64'">
|
2023-07-27 17:46:29 +08:00
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
<TargetName>$(ProjectName)64.Core</TargetName>
|
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
|
|
|
</PropertyGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Trace|x64'">
|
2022-07-18 17:53:24 +08:00
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
<TargetName>$(ProjectName)64.Core</TargetName>
|
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
|
|
|
</PropertyGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Infinality|x64'">
|
2018-08-02 11:07:50 +08:00
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
<TargetName>$(ProjectName)64.Core</TargetName>
|
2020-04-12 15:55:53 +08:00
|
|
|
<IncludePath>$(INI_PARSER_PATH);$(FREETYPE_PATH)\include;$(IncludePath)</IncludePath>
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2018-08-02 11:07:50 +08:00
|
|
|
</PropertyGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2023-08-23 10:51:07 +08:00
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;EASYHOOK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-08-09 16:53:35 +08:00
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader />
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
2021-01-06 21:13:10 +08:00
|
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
2016-08-09 16:53:35 +08:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>freetype.lib;usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreSpecificDefaultLibraries>LIBCMT;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
2016-09-08 13:45:52 +08:00
|
|
|
<AdditionalOptions>/DEBUG</AdditionalOptions>
|
2022-07-18 17:53:24 +08:00
|
|
|
<DelayLoadDLLs>easyhk32.dll</DelayLoadDLLs>
|
2016-08-09 16:53:35 +08:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Infinality|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;INFINALITY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
2021-01-06 21:13:10 +08:00
|
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
2018-08-02 11:07:50 +08:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>freetype_inf.lib;usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreSpecificDefaultLibraries>LIBCMT;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
<AdditionalOptions>/DEBUG</AdditionalOptions>
|
2020-04-12 15:55:53 +08:00
|
|
|
<DelayLoadDLLs>easyhook32.dll</DelayLoadDLLs>
|
2018-08-02 11:07:50 +08:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<Midl>
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2023-08-23 10:51:07 +08:00
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;EASYHOOK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-08-09 16:53:35 +08:00
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader />
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2021-01-06 21:13:10 +08:00
|
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
2016-08-09 16:53:35 +08:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>freetype64.lib;usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreSpecificDefaultLibraries>LIBCMT;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
2016-09-08 13:45:52 +08:00
|
|
|
<AdditionalOptions>/DEBUG %(AdditionalOptions)</AdditionalOptions>
|
2020-04-12 15:55:53 +08:00
|
|
|
<DelayLoadDLLs>easyhook64.dll</DelayLoadDLLs>
|
2016-08-09 16:53:35 +08:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Infinality|x64'">
|
|
|
|
<Midl>
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2021-01-06 21:13:10 +08:00
|
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
2018-08-02 11:07:50 +08:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>freetype64.lib;usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreSpecificDefaultLibraries>LIBCMT;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
<AdditionalOptions>/DEBUG %(AdditionalOptions)</AdditionalOptions>
|
2020-04-12 15:55:53 +08:00
|
|
|
<DelayLoadDLLs>easyhook64.dll</DelayLoadDLLs>
|
2018-08-02 11:07:50 +08:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2018-08-02 11:07:50 +08:00
|
|
|
<ClCompile>
|
2023-08-21 15:59:22 +08:00
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2018-08-02 11:07:50 +08:00
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
2024-09-12 17:13:10 +08:00
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_EXE;EASYHOOK;STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
<PrecompiledHeader />
|
2018-08-02 11:07:50 +08:00
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2023-08-21 15:59:22 +08:00
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)deps\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
2018-08-02 11:07:50 +08:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2023-08-21 15:59:22 +08:00
|
|
|
<AdditionalDependencies>freetype.lib;usp10.lib;dwrite.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2023-08-21 15:59:22 +08:00
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
2018-08-02 11:07:50 +08:00
|
|
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
2023-08-21 15:59:22 +08:00
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
<DelayLoadDLLs>easyhk32.dll</DelayLoadDLLs>
|
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)deps\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
<ImageHasSafeExceptionHandlers />
|
2018-08-02 11:07:50 +08:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Detours|Win32'">
|
2016-08-09 16:53:35 +08:00
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;USE_DETOURS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-08-09 16:53:35 +08:00
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2018-04-13 14:05:08 +08:00
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
2016-08-09 16:53:35 +08:00
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
2016-08-09 16:53:35 +08:00
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2018-03-31 20:45:26 +08:00
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)deps\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-01-06 21:13:10 +08:00
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
2016-08-09 16:53:35 +08:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2016-08-12 10:14:45 +08:00
|
|
|
<AdditionalDependencies>freetype.lib;usp10.lib;dwrite.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2016-08-09 16:53:35 +08:00
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
2016-09-28 15:49:18 +08:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2016-08-09 16:53:35 +08:00
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
2017-05-12 11:17:19 +08:00
|
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
2016-08-09 16:53:35 +08:00
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
2023-08-21 15:59:22 +08:00
|
|
|
<DelayLoadDLLs>
|
|
|
|
</DelayLoadDLLs>
|
2018-03-31 20:45:26 +08:00
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)deps\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2021-05-07 16:10:37 +08:00
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ImageHasSafeExceptionHandlers>
|
|
|
|
</ImageHasSafeExceptionHandlers>
|
2023-07-27 17:46:29 +08:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release+StaticHook|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
2023-08-23 10:51:07 +08:00
|
|
|
<PreprocessorDefinitions>STATIC_LIB;EASYHOOK;WIN32;NDEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-07-27 17:46:29 +08:00
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)deps\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>freetype.lib;usp10.lib;dwrite.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
<DelayLoadDLLs>
|
|
|
|
</DelayLoadDLLs>
|
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)deps\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
<ImageHasSafeExceptionHandlers>
|
|
|
|
</ImageHasSafeExceptionHandlers>
|
2016-08-09 16:53:35 +08:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2022-07-18 17:53:24 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Trace|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)deps\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>freetype.lib;usp10.lib;dwrite.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
|
|
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
<DelayLoadDLLs>easyhk32.dll</DelayLoadDLLs>
|
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)deps\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Infinality|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;INFINALITY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2021-01-06 21:13:10 +08:00
|
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
2018-08-02 11:07:50 +08:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>freetype_inf.lib;usp10.lib;dwrite.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
|
|
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
2020-04-12 15:55:53 +08:00
|
|
|
<DelayLoadDLLs>easyhook32.dll</DelayLoadDLLs>
|
2018-08-02 11:07:50 +08:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<Midl>
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;EASYHOOK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-08-09 16:53:35 +08:00
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<PrecompiledHeader />
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2018-03-31 20:45:26 +08:00
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)deps\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-01-06 21:13:10 +08:00
|
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
2016-08-09 16:53:35 +08:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>freetype64.lib;usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
2018-04-13 14:05:08 +08:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2016-08-09 16:53:35 +08:00
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
2017-05-12 11:17:19 +08:00
|
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
2016-08-09 16:53:35 +08:00
|
|
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
2020-04-23 13:26:16 +08:00
|
|
|
<DelayLoadDLLs>easyhk64.dll</DelayLoadDLLs>
|
2018-03-31 20:45:26 +08:00
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)deps\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2021-05-07 16:10:37 +08:00
|
|
|
<CETCompat>true</CETCompat>
|
2016-08-09 16:53:35 +08:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Detours|x64'">
|
2023-07-27 17:46:29 +08:00
|
|
|
<Midl>
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;USE_DETOURS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-07-27 17:46:29 +08:00
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)deps\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>freetype64.lib;usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
<DelayLoadDLLs>
|
|
|
|
</DelayLoadDLLs>
|
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)deps\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<CETCompat>true</CETCompat>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release+StaticHook|x64'">
|
2022-07-18 17:53:24 +08:00
|
|
|
<Midl>
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2023-08-23 10:51:07 +08:00
|
|
|
<PreprocessorDefinitions>STATIC_LIB;EASYHOOK;NDEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2022-07-18 17:53:24 +08:00
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)deps\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>freetype64.lib;usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
2023-08-21 15:59:22 +08:00
|
|
|
<DelayLoadDLLs>
|
|
|
|
</DelayLoadDLLs>
|
2022-07-18 17:53:24 +08:00
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)deps\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<CETCompat>true</CETCompat>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Rel+Trace|x64'">
|
2018-08-02 11:07:50 +08:00
|
|
|
<Midl>
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
</Midl>
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;TRACE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2022-07-18 17:53:24 +08:00
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2023-08-21 15:59:22 +08:00
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)deps\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2022-07-18 17:53:24 +08:00
|
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>freetype64.lib;usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
|
|
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
2023-08-21 15:59:22 +08:00
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
<DelayLoadDLLs>easyhk64.dll</DelayLoadDLLs>
|
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)deps\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
<CETCompat>true</CETCompat>
|
2022-07-18 17:53:24 +08:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Infinality|x64'">
|
|
|
|
<Midl>
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
</Midl>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2023-08-21 15:59:22 +08:00
|
|
|
<PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;GDIPP_EXPORTS;_GDIPP_DLL;INFINALITY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2021-01-06 21:13:10 +08:00
|
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
2018-08-02 11:07:50 +08:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2023-08-21 15:59:22 +08:00
|
|
|
<AdditionalDependencies>freetype64_inf.lib;usp10.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2018-08-02 11:07:50 +08:00
|
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
|
<ModuleDefinitionFile>expfunc.def</ModuleDefinitionFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
|
|
|
<SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL>
|
2023-08-21 15:59:22 +08:00
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
2020-04-12 15:55:53 +08:00
|
|
|
<DelayLoadDLLs>easyhook64.dll</DelayLoadDLLs>
|
2018-08-02 11:07:50 +08:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2016-08-09 16:53:35 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="cache.cpp" />
|
2016-08-12 10:14:45 +08:00
|
|
|
<ClCompile Include="directwrite.cpp" />
|
2016-08-09 16:53:35 +08:00
|
|
|
<ClCompile Include="dll.cpp" />
|
2016-09-01 14:59:16 +08:00
|
|
|
<ClCompile Include="dynCodeHelper.cpp" />
|
2016-09-02 15:30:58 +08:00
|
|
|
<ClCompile Include="EventLogging.cpp" />
|
2016-08-09 16:53:35 +08:00
|
|
|
<ClCompile Include="expfunc.cpp" />
|
|
|
|
<ClCompile Include="ft.cpp" />
|
|
|
|
<ClCompile Include="ft2vert.c" />
|
|
|
|
<ClCompile Include="fteng.cpp" />
|
|
|
|
<ClCompile Include="ftref.c" />
|
|
|
|
<ClCompile Include="gdiPlusFlat2.cpp" />
|
|
|
|
<ClCompile Include="hash_list.cpp" />
|
|
|
|
<ClCompile Include="hook.cpp" />
|
2023-08-22 17:48:13 +08:00
|
|
|
<ClCompile Include="hookCounter.cpp" />
|
2016-08-09 16:53:35 +08:00
|
|
|
<ClCompile Include="misc.cpp" />
|
|
|
|
<ClCompile Include="override.cpp">
|
|
|
|
<ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Sync</ExceptionHandling>
|
2023-08-21 15:59:22 +08:00
|
|
|
<ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Rel+Detours|Win32'">Sync</ExceptionHandling>
|
2023-07-27 17:46:29 +08:00
|
|
|
<ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Release+StaticHook|Win32'">Sync</ExceptionHandling>
|
2022-07-18 17:53:24 +08:00
|
|
|
<ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Rel+Trace|Win32'">Sync</ExceptionHandling>
|
2018-08-02 11:07:50 +08:00
|
|
|
<ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Release Infinality|Win32'">Sync</ExceptionHandling>
|
2016-08-09 16:53:35 +08:00
|
|
|
</ClCompile>
|
|
|
|
<ClCompile Include="ownedcs.cpp" />
|
|
|
|
<ClCompile Include="settings.cpp" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="expfunc.def" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="array.h" />
|
|
|
|
<ClInclude Include="cache.h" />
|
|
|
|
<ClInclude Include="common.h" />
|
2019-02-28 16:57:42 +08:00
|
|
|
<ClInclude Include="crc32.h" />
|
2016-08-12 10:14:45 +08:00
|
|
|
<ClInclude Include="directwrite.h" />
|
2016-08-09 16:53:35 +08:00
|
|
|
<ClInclude Include="dll.h" />
|
2016-09-01 14:59:16 +08:00
|
|
|
<ClInclude Include="dynCodeHelper.h" />
|
2016-09-02 15:30:58 +08:00
|
|
|
<ClInclude Include="EventLogging.h" />
|
2016-08-09 16:53:35 +08:00
|
|
|
<ClInclude Include="ft.h" />
|
|
|
|
<ClInclude Include="ft2build.h" />
|
|
|
|
<ClInclude Include="ft2vert.h" />
|
|
|
|
<ClInclude Include="fteng.h" />
|
|
|
|
<ClInclude Include="ftref.h" />
|
|
|
|
<ClInclude Include="gdiPlusFlat2.h" />
|
|
|
|
<ClInclude Include="hash_list.h" />
|
2023-08-22 17:48:13 +08:00
|
|
|
<ClInclude Include="hookCounter.h" />
|
2016-08-09 16:53:35 +08:00
|
|
|
<ClInclude Include="hooklist.h" />
|
|
|
|
<ClInclude Include="ivs_otft.h" />
|
2022-07-18 17:53:24 +08:00
|
|
|
<ClInclude Include="json.hpp" />
|
2016-08-09 16:53:35 +08:00
|
|
|
<ClInclude Include="override.h" />
|
|
|
|
<ClInclude Include="ownedcs.h" />
|
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
<ClInclude Include="settings.h" />
|
|
|
|
<ClInclude Include="stdint.h" />
|
|
|
|
<ClInclude Include="strtoken.h" />
|
|
|
|
<ClInclude Include="supinfo.h" />
|
|
|
|
<ClInclude Include="tlsdata.h" />
|
|
|
|
<ClInclude Include="undocAPI.h" />
|
2016-09-08 13:45:52 +08:00
|
|
|
<ClInclude Include="wow64ext.h" />
|
2016-08-09 16:53:35 +08:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ResourceCompile Include="gdidll.rc" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
2022-07-18 17:53:24 +08:00
|
|
|
</Project>
|