HyperDbg/hyperdbg/libhyperdbg/libhyperdbg.vcxproj
2026-06-21 14:22:33 +02:00

336 lines
No EOL
22 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="debug|x64">
<Configuration>debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="release|x64">
<Configuration>release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{809C3AD5-3211-4992-A472-9D81D124C5FA}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>libhyperdbg</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v145</PlatformToolset>
<CharacterSet>NotSet</CharacterSet>
<SpectreMitigation>false</SpectreMitigation>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v145</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>NotSet</CharacterSet>
<SpectreMitigation>false</SpectreMitigation>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
<Import Project="$(VCTargetsPath)\BuildCustomizations\marmasm.props" />
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<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>
<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>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
<TargetName>libhyperdbg</TargetName>
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)build\bin\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)build\obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
<PreBuildEventUseInBuild>true</PreBuildEventUseInBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'">
<TargetName>libhyperdbg</TargetName>
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)build\bin\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)build\obj\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>ZYCORE_STATIC_DEFINE;ZYDIS_STATIC_DEFINE;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;HPRDBGCTRL_EXPORTS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>$(SolutionDir)\dependencies\phnt;$(SolutionDir)\dependencies;$(SolutionDir)\dependencies\zydis\dependencies\zycore\include;$(SolutionDir)\include;$(SolutionDir)\dependencies\zydis\include;$(SolutionDir)\libhyperdbg;$(SolutionDir)\script-eval;$(SolutionDir)\dependencies\keystone\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<CompileAs>CompileAsCpp</CompileAs>
<TreatWarningAsError>true</TreatWarningAsError>
<LanguageStandard>stdcpp20</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
<AdditionalDependencies>$(SolutionDir)libraries\zydis\user\Zycore.lib;$(SolutionDir)libraries\zydis\user\Zydis.lib;$(SolutionDir)build\bin\$(Configuration)\script-engine.lib;$(SolutionDir)libraries\keystone\$(Configuration)-lib\keystone.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<TreatLinkerWarningAsErrors>false</TreatLinkerWarningAsErrors>
</Link>
<PostBuildEvent>
<Command>
</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>copy "$(SolutionDir)libraries\libipt\libipt.lib" "$(OutDir)"
copy "$(SolutionDir)libraries\libipt\libipt.dll" "$(OutDir)"
msbuild "$(SolutionDir)dependencies\zydis\msvc\Zydis.sln" /m /p:Configuration="Release MT" /p:Platform=$(Platform) /target:zydis /target:zycore /p:OutDir="$(SolutionDir)libraries\zydis\user"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>
</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>ZYCORE_STATIC_DEFINE;ZYDIS_STATIC_DEFINE;WINVER=0x0502;_WIN32_WINNT=0x0502;NTDDI_VERSION=0x05020000;WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;HPRDBGCTRL_EXPORTS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>$(SolutionDir)\dependencies\phnt;$(SolutionDir)\dependencies;$(SolutionDir)\dependencies\zydis\dependencies\zycore\include;$(SolutionDir)\include;$(SolutionDir)\dependencies\zydis\include;$(SolutionDir)\libhyperdbg;$(SolutionDir)\script-eval;$(SolutionDir)\dependencies\keystone\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<CompileAs>CompileAsCpp</CompileAs>
<TreatWarningAsError>true</TreatWarningAsError>
<LanguageStandard>stdcpp20</LanguageStandard>
<Optimization>MaxSpeed</Optimization>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
<AdditionalDependencies>$(SolutionDir)libraries\zydis\user\Zycore.lib;$(SolutionDir)libraries\zydis\user\Zydis.lib;$(SolutionDir)build\bin\$(Configuration)\script-engine.lib;$(SolutionDir)libraries\keystone\$(Configuration)-lib\keystone.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
</Link>
<PostBuildEvent>
<Command>
</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>copy "$(SolutionDir)libraries\libipt\libipt.lib" "$(OutDir)"
copy "$(SolutionDir)libraries\libipt\libipt.dll" "$(OutDir)"
msbuild "$(SolutionDir)dependencies\zydis\msvc\Zydis.sln" /m /p:Configuration="Release MT" /p:Platform=$(Platform) /target:zydis /target:zycore /p:OutDir="$(SolutionDir)libraries\zydis\user"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\include\components\pe\header\pe-image-reader.h" />
<ClInclude Include="..\include\platform\user\header\platform-intrinsics.h" />
<ClInclude Include="..\include\platform\user\header\platform-lib-calls.h" />
<ClInclude Include="..\include\platform\user\header\platform-serial.h" />
<ClInclude Include="..\include\platform\user\header\platform-ioctl.h" />
<ClInclude Include="..\include\platform\user\header\platform-signal.h" />
<ClInclude Include="..\include\platform\general\header\nt-list.h" />
<ClInclude Include="..\include\platform\user\header\windows-only\windows-privilege.h" />
<ClInclude Include="..\include\platform\user\header\Windows.h" />
<ClInclude Include="header\assembler.h" />
<ClInclude Include="header\commands.h" />
<ClInclude Include="header\common.h" />
<ClInclude Include="header\communication.h" />
<ClInclude Include="header\debugger.h" />
<ClInclude Include="header\export.h" />
<ClInclude Include="header\forwarding.h" />
<ClInclude Include="header\globals.h" />
<ClInclude Include="header\help.h" />
<ClInclude Include="header\hwdbg-interpreter.h" />
<ClInclude Include="header\hwdbg-scripts.h" />
<ClInclude Include="header\inipp.h" />
<ClInclude Include="header\install.h" />
<ClInclude Include="header\kd.h" />
<ClInclude Include="header\libhyperdbg.h" />
<ClInclude Include="header\list.h" />
<ClInclude Include="header\messaging.h" />
<ClInclude Include="header\namedpipe.h" />
<ClInclude Include="header\objects.h" />
<ClInclude Include="header\packets.h" />
<ClInclude Include="header\pci-id.h" />
<ClInclude Include="header\pe-parser.h" />
<ClInclude Include="header\rev-ctrl.h" />
<ClInclude Include="header\script-engine.h" />
<ClInclude Include="header\steppings.h" />
<ClInclude Include="header\symbol.h" />
<ClInclude Include="header\tests.h" />
<ClInclude Include="header\transparency.h" />
<ClInclude Include="header\ud.h" />
<ClInclude Include="pch.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\include\components\pe\code\pe-image-reader.cpp" />
<ClCompile Include="..\include\platform\user\code\platform-intrinsics.c" />
<ClCompile Include="..\include\platform\user\code\platform-lib-calls.c" />
<ClCompile Include="..\include\platform\user\code\platform-serial.c" />
<ClCompile Include="..\include\platform\user\code\platform-ioctl.c" />
<ClCompile Include="..\include\platform\user\code\platform-signal.c" />
<ClCompile Include="..\include\platform\user\code\windows-only\windows-privilege.c" />
<ClCompile Include="..\script-eval\code\Functions.c" />
<ClCompile Include="..\script-eval\code\Keywords.c" />
<ClCompile Include="..\script-eval\code\PseudoRegisters.c" />
<ClCompile Include="..\script-eval\code\Regs.c" />
<ClCompile Include="..\script-eval\code\ScriptEngineEval.c" />
<ClCompile Include="code\app\messaging.cpp" />
<ClCompile Include="code\app\packets.cpp" />
<ClCompile Include="code\common\spinlock.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\a.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\continue.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\core.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\dt-struct.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\gg.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\gu.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\k.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\preactivate.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\prealloc.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\apic.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\crwrite.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\idt.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\ioapic.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\lbr.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\lbrdump.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\pcicam.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\pcitree.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\pt.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\rev.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\smi.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\trace.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\track.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\mode.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\xsetbv.cpp" />
<ClCompile Include="code\debugger\commands\hwdbg-commands\hw.cpp" />
<ClCompile Include="code\debugger\commands\hwdbg-commands\hw_clk.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\dump.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\kill.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\pagein.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\pe.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\restart.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\start.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\switch.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\thread.cpp" />
<ClCompile Include="code\debugger\core\break-control.cpp" />
<ClCompile Include="code\debugger\core\debugger.cpp" />
<ClCompile Include="code\debugger\core\interpreter.cpp" />
<ClCompile Include="code\debugger\core\steppings.cpp" />
<ClCompile Include="code\debugger\kernel-level\kd.cpp" />
<ClCompile Include="code\debugger\kernel-level\kernel-listening.cpp" />
<ClCompile Include="code\debugger\misc\assembler.cpp" />
<ClCompile Include="code\debugger\misc\callstack.cpp" />
<ClCompile Include="code\debugger\misc\disassembler.cpp" />
<ClCompile Include="code\debugger\misc\pci-id.cpp" />
<ClCompile Include="code\debugger\misc\readmem.cpp" />
<ClCompile Include="code\debugger\script-engine\script-engine-wrapper.cpp" />
<ClCompile Include="code\debugger\script-engine\script-engine.cpp" />
<ClCompile Include="code\debugger\script-engine\symbol.cpp" />
<ClCompile Include="code\debugger\user-level\pe-parser.cpp" />
<ClCompile Include="code\debugger\user-level\ud.cpp" />
<ClCompile Include="code\debugger\user-level\user-listening.cpp" />
<ClCompile Include="code\export\export.cpp" />
<ClCompile Include="code\hwdbg\hwdbg-interpreter.cpp" />
<ClCompile Include="code\hwdbg\hwdbg-scripts.cpp" />
<ClCompile Include="code\objects\objects.cpp" />
<ClCompile Include="code\rev\rev-ctrl.cpp" />
<ClCompile Include="pch.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="code\app\dllmain.cpp" />
<ClCompile Include="code\app\libhyperdbg.cpp" />
<ClCompile Include="code\common\common.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\bc.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\bd.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\be.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\bl.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\bp.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\cpu.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\d-u.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\e.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\eval.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\events.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\exit.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\flush.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\g.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\i.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\lm.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\load.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\output.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\p.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\pause.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\print.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\r.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\rdmsr.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\s.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\settings.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\sleep.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\t.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\test.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\unload.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\wrmsr.cpp" />
<ClCompile Include="code\debugger\commands\debugging-commands\x.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\cpuid.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\dr.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\epthook.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\epthook2.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\exception.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\hide.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\interrupt.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\ioin.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\ioout.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\measure.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\monitor.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\msrread.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\msrwrite.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\pa2va.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\pmc.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\pte.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\syscall-sysret.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\tsc.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\unhide.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\va2pa.cpp" />
<ClCompile Include="code\debugger\commands\extension-commands\vmcall.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\attach.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\cls.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\connect.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\debug.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\detach.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\disconnect.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\formats.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\help.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\listen.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\logclose.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\logopen.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\process.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\script.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\status.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\sym.cpp" />
<ClCompile Include="code\debugger\commands\meta-commands\sympath.cpp" />
<ClCompile Include="code\debugger\communication\forwarding.cpp" />
<ClCompile Include="code\debugger\communication\namedpipe.cpp" />
<ClCompile Include="code\debugger\communication\remote-connection.cpp" />
<ClCompile Include="code\debugger\communication\tcpclient.cpp" />
<ClCompile Include="code\debugger\communication\tcpserver.cpp" />
<ClCompile Include="code\debugger\driver-loader\install.cpp" />
<ClCompile Include="code\debugger\tests\tests.cpp" />
<ClCompile Include="code\debugger\transparency\gaussian-rng.cpp" />
<ClCompile Include="code\debugger\transparency\transparency.cpp" />
<MASM Include="code\assembly\asm-vmx-checks.asm" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
<Import Project="$(VCTargetsPath)\BuildCustomizations\marmasm.targets" />
</ImportGroup>
</Project>