2021-05-25 22:23:39 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug MD DLL|Win32">
|
|
|
|
|
<Configuration>Debug MD DLL</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug MD DLL|x64">
|
|
|
|
|
<Configuration>Debug MD DLL</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug MT DLL|Win32">
|
|
|
|
|
<Configuration>Debug MT DLL</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug MT DLL|x64">
|
|
|
|
|
<Configuration>Debug MT DLL</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug Kernel|Win32">
|
|
|
|
|
<Configuration>Debug Kernel</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug Kernel|x64">
|
|
|
|
|
<Configuration>Debug Kernel</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug MD|Win32">
|
|
|
|
|
<Configuration>Debug MD</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug MT|Win32">
|
|
|
|
|
<Configuration>Debug MT</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug MT|x64">
|
|
|
|
|
<Configuration>Debug MT</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release MD DLL|Win32">
|
|
|
|
|
<Configuration>Release MD DLL</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release MD DLL|x64">
|
|
|
|
|
<Configuration>Release MD DLL</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release MT DLL|Win32">
|
|
|
|
|
<Configuration>Release MT DLL</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release MT DLL|x64">
|
|
|
|
|
<Configuration>Release MT DLL</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release Kernel|Win32">
|
|
|
|
|
<Configuration>Release Kernel</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release Kernel|x64">
|
|
|
|
|
<Configuration>Release Kernel</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release MD|Win32">
|
|
|
|
|
<Configuration>Release MD</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug MD|x64">
|
|
|
|
|
<Configuration>Debug MD</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release MD|x64">
|
|
|
|
|
<Configuration>Release MD</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release MT|Win32">
|
|
|
|
|
<Configuration>Release MT</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release MT|x64">
|
|
|
|
|
<Configuration>Release MT</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{88A23124-5640-35A0-B890-311D7A67A7D2}</ProjectGuid>
|
|
|
|
|
<TemplateGuid>{0a049372-4c4d-4ea0-a64e-dc6ad88ceca1}</TemplateGuid>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform Condition="'$(Platform)' == ''">x64</Platform>
|
|
|
|
|
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD|Win32'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT|Win32'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<SpectreMitigation>false</SpectreMitigation>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Kernel|Win32'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
|
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
|
<_NT_TARGET_VERSION>0x0601</_NT_TARGET_VERSION>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<DriverType>WDM</DriverType>
|
|
|
|
|
<SupportsPackaging>false</SupportsPackaging>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<SpectreMitigation>false</SpectreMitigation>
|
|
|
|
|
<Driver_SpectreMitigation>false</Driver_SpectreMitigation>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD DLL|Win32'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT DLL|Win32'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MD|Win32'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MT|Win32'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<SpectreMitigation>false</SpectreMitigation>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Kernel|Win32'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
|
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
|
<_NT_TARGET_VERSION>0x0601</_NT_TARGET_VERSION>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<DriverType>WDM</DriverType>
|
|
|
|
|
<SupportsPackaging>false</SupportsPackaging>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<SpectreMitigation>false</SpectreMitigation>
|
|
|
|
|
<Driver_SpectreMitigation>false</Driver_SpectreMitigation>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MD DLL|Win32'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MT DLL|Win32'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD|x64'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT|x64'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<SpectreMitigation>false</SpectreMitigation>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Kernel|x64'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
|
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
|
<_NT_TARGET_VERSION>0x0601</_NT_TARGET_VERSION>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<DriverType>WDM</DriverType>
|
|
|
|
|
<SupportsPackaging>false</SupportsPackaging>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<SpectreMitigation>false</SpectreMitigation>
|
|
|
|
|
<Driver_SpectreMitigation>false</Driver_SpectreMitigation>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD DLL|x64'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT DLL|x64'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MD|x64'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MT|x64'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<SpectreMitigation>false</SpectreMitigation>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Kernel|x64'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
|
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
|
<_NT_TARGET_VERSION>0x0601</_NT_TARGET_VERSION>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<DriverType>WDM</DriverType>
|
|
|
|
|
<SupportsPackaging>false</SupportsPackaging>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<SpectreMitigation>false</SpectreMitigation>
|
|
|
|
|
<Driver_SpectreMitigation>false</Driver_SpectreMitigation>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MD DLL|x64'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MT DLL|x64'" Label="Configuration">
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD|Win32'">
|
|
|
|
|
<OutDir>..\bin\DebugX86\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT|Win32'">
|
|
|
|
|
<OutDir>..\bin\DebugX86\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Kernel|Win32'">
|
|
|
|
|
<OutDir>..\bin\DebugX86Kernel\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD DLL|Win32'">
|
|
|
|
|
<OutDir>..\bin\DebugX86\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT DLL|Win32'">
|
|
|
|
|
<OutDir>..\bin\DebugX86\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MD|Win32'">
|
|
|
|
|
<OutDir>..\bin\ReleaseX86\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MT|Win32'">
|
|
|
|
|
<OutDir>..\bin\ReleaseX86\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Kernel|Win32'">
|
|
|
|
|
<OutDir>..\bin\ReleaseX86Kernel\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MD DLL|Win32'">
|
|
|
|
|
<OutDir>..\bin\ReleaseX86\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MT DLL|Win32'">
|
|
|
|
|
<OutDir>..\bin\ReleaseX86\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD|x64'">
|
|
|
|
|
<OutDir>..\bin\DebugX64\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT|x64'">
|
|
|
|
|
<OutDir>..\bin\DebugX64\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Kernel|x64'">
|
|
|
|
|
<OutDir>..\bin\DebugX64Kernel\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD DLL|x64'">
|
|
|
|
|
<OutDir>..\bin\DebugX64\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT DLL|x64'">
|
|
|
|
|
<OutDir>..\bin\DebugX64\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MD|x64'">
|
|
|
|
|
<OutDir>..\bin\ReleaseX64\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MT|x64'">
|
|
|
|
|
<OutDir>..\bin\ReleaseX64\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Kernel|x64'">
|
|
|
|
|
<OutDir>..\bin\ReleaseX64Kernel\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MD DLL|x64'">
|
|
|
|
|
<OutDir>..\bin\ReleaseX64\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MT DLL|x64'">
|
|
|
|
|
<OutDir>..\bin\ReleaseX64\</OutDir>
|
|
|
|
|
<IntDir>obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD|Win32'">
|
|
|
|
|
<ClCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0501;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<SupportJustMyCode>false</SupportJustMyCode>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT|Win32'">
|
|
|
|
|
<ClCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0501;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<SupportJustMyCode>false</SupportJustMyCode>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Kernel|Win32'">
|
|
|
|
|
<ClCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYAN_NO_LIBC;ZYDIS_NO_LIBC;ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0501;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP;WINAPI_PARTITION_DESKTOP=1;WINAPI_PARTITION_SYSTEM=1;WINAPI_PARTITION_APP=1;WINAPI_PARTITION_PC_APP=1;_X86_=1;i386=1;STD_CALL;DBG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<AdditionalOptions>/Gw /kernel</AdditionalOptions>
|
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<DisableSpecificWarnings>4201;4748;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Native</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>$(SUBSYSTEM_NATVER)</MinimumRequiredVersion>
|
|
|
|
|
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD DLL|Win32'">
|
|
|
|
|
<ClCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;WINVER=0x0501;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;_DLL;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<Version>5.1</Version>
|
|
|
|
|
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
|
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<SetChecksum>true</SetChecksum>
|
|
|
|
|
<AdditionalOptions>/NOVCFEATURE /NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT DLL|Win32'">
|
|
|
|
|
<ClCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;WINVER=0x0501;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;_DLL;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<Version>5.1</Version>
|
|
|
|
|
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
|
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<SetChecksum>true</SetChecksum>
|
|
|
|
|
<AdditionalOptions>/NOVCFEATURE /NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MD|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0501;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<SupportJustMyCode>false</SupportJustMyCode>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MT|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0501;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<SupportJustMyCode>false</SupportJustMyCode>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Kernel|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYAN_NO_LIBC;ZYDIS_NO_LIBC;ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0501;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP;WINAPI_PARTITION_DESKTOP=1;WINAPI_PARTITION_SYSTEM=1;WINAPI_PARTITION_APP=1;WINAPI_PARTITION_PC_APP=1;_X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
|
|
|
|
<AdditionalOptions>/Gw /kernel</AdditionalOptions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<DisableSpecificWarnings>4201;4603;4627;4986;4987;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Native</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>$(SUBSYSTEM_NATVER)</MinimumRequiredVersion>
|
|
|
|
|
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MD DLL|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;WINVER=0x0501;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;_DLL;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<Version>5.1</Version>
|
|
|
|
|
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
|
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
|
<SetChecksum>true</SetChecksum>
|
|
|
|
|
<AdditionalOptions>/NOVCFEATURE /NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MT DLL|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;WINVER=0x0501;_WIN32_WINNT=0x0501;NTDDI_VERSION=0x05010000;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;_DLL;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<Version>5.1</Version>
|
|
|
|
|
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
|
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
|
<SetChecksum>true</SetChecksum>
|
|
|
|
|
<AdditionalOptions>/NOVCFEATURE /NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD|x64'">
|
|
|
|
|
<ClCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WIN64;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<SupportJustMyCode>false</SupportJustMyCode>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.02</MinimumRequiredVersion>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT|x64'">
|
|
|
|
|
<ClCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WIN64;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<SupportJustMyCode>false</SupportJustMyCode>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.02</MinimumRequiredVersion>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Kernel|x64'">
|
|
|
|
|
<ClCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYAN_NO_LIBC;ZYDIS_NO_LIBC;ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WIN64;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP;WINAPI_PARTITION_DESKTOP=1;WINAPI_PARTITION_SYSTEM=1;WINAPI_PARTITION_APP=1;WINAPI_PARTITION_PC_APP=1;_AMD64_;AMD64;DBG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<AdditionalOptions>/Gw /kernel</AdditionalOptions>
|
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<DisableSpecificWarnings>4201;4748;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Native</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>$(SUBSYSTEM_NATVER)</MinimumRequiredVersion>
|
|
|
|
|
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MD DLL|x64'">
|
|
|
|
|
<ClCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WIN64;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;_DLL;WIN32;_WIN64;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<Version>5.2</Version>
|
|
|
|
|
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
|
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.02</MinimumRequiredVersion>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<SetChecksum>true</SetChecksum>
|
|
|
|
|
<AdditionalOptions>/NOVCFEATURE /NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MT DLL|x64'">
|
|
|
|
|
<ClCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WIN64;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;_DLL;WIN32;_WIN64;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<Version>5.2</Version>
|
|
|
|
|
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
|
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.02</MinimumRequiredVersion>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<SetChecksum>true</SetChecksum>
|
|
|
|
|
<AdditionalOptions>/NOVCFEATURE /NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MD|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WIN64;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<SupportJustMyCode>false</SupportJustMyCode>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.02</MinimumRequiredVersion>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MT|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WIN64;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<SupportJustMyCode>false</SupportJustMyCode>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.02</MinimumRequiredVersion>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Kernel|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYAN_NO_LIBC;ZYDIS_NO_LIBC;ZYCORE_STATIC_BUILD;ZYDIS_STATIC_BUILD;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WIN64;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP;WINAPI_PARTITION_DESKTOP=1;WINAPI_PARTITION_SYSTEM=1;WINAPI_PARTITION_APP=1;WINAPI_PARTITION_PC_APP=1;_AMD64_;AMD64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
|
|
|
|
<AdditionalOptions>/Gw /kernel</AdditionalOptions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<OmitDefaultLibName>true</OmitDefaultLibName>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<DisableSpecificWarnings>4201;4603;4627;4986;4987;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SubSystem>Native</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>$(SUBSYSTEM_NATVER)</MinimumRequiredVersion>
|
|
|
|
|
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors>
|
|
|
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MD DLL|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WIN64;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;_DLL;WIN32;_WIN64;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<Version>5.2</Version>
|
|
|
|
|
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
|
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.02</MinimumRequiredVersion>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
|
<SetChecksum>true</SetChecksum>
|
|
|
|
|
<AdditionalOptions>/NOVCFEATURE /NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MT DLL|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WIN64;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<DiagnosticsFormat>Caret</DiagnosticsFormat>
|
|
|
|
|
<AdditionalOptions>/Gw </AdditionalOptions>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<AdditionalIncludeDirectories>../../dependencies/zycore/include;../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_SHOULD_EXPORT;_DLL;WIN32;_WIN64;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;../../src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-05-25 22:23:39 +02:00
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<Version>5.2</Version>
|
|
|
|
|
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
|
|
|
|
|
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<MinimumRequiredVersion>5.02</MinimumRequiredVersion>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
|
<SetChecksum>true</SetChecksum>
|
|
|
|
|
<AdditionalOptions>/NOVCFEATURE /NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<ClCompile Include="..\..\src\Disassembler.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\Encoder.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\EncoderData.c" />
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ClCompile Include="..\..\src\FormatterATT.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\FormatterBase.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\FormatterBuffer.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\FormatterIntel.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\MetaInfo.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\Mnemonic.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\Register.c" />
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<ClCompile Include="..\..\src\Segment.c" />
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ClCompile Include="..\..\src\SharedData.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\String.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\Utils.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\Zydis.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\Decoder.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\DecoderData.c" />
|
|
|
|
|
<ClCompile Include="..\..\src\Formatter.c" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\Allocator.h" />
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\API\Memory.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\API\Process.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\API\Synchronization.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\API\Terminal.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\API\Thread.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\ArgParse.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\Atomic.h" />
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\Bitset.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\Comparison.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\Defines.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\Format.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\LibC.h" />
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\List.h" />
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\Object.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\Status.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\String.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\Types.h" />
|
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\Vector.h" />
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<ClInclude Include="..\..\dependencies\zycore\include\Zycore\Zycore.h" />
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Decoder.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\DecoderTypes.h" />
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Defines.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Disassembler.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Encoder.h" />
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Formatter.h" />
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<ClInclude Include="..\..\include\Zydis\FormatterBuffer.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Internal\EncoderData.h" />
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ClInclude Include="..\..\include\Zydis\MetaInfo.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Mnemonic.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Register.h" />
|
2022-11-20 21:52:09 +01:00
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Segment.h" />
|
2021-05-25 22:23:39 +02:00
|
|
|
|
<ClInclude Include="..\..\include\Zydis\SharedTypes.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\ShortString.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Status.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Utils.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Zydis.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Internal\SharedData.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Internal\DecoderData.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Internal\FormatterATT.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Internal\FormatterBase.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Internal\FormatterIntel.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\Zydis\Internal\String.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="..\..\resources\VersionInfo.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|