mimikatz/mimilib/mimilib.vcxproj

132 lines
6.3 KiB
XML
Raw Permalink Normal View History

2014-04-06 18:31:53 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
2014-04-06 18:31:53 +00:00
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{E049487C-C5BD-471E-99AE-C756E70B6520}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>mimilib</RootNamespace>
<SccProjectName>Svn</SccProjectName>
<SccAuxPath>Svn</SccAuxPath>
<SccLocalPath>Svn</SccLocalPath>
<SccProvider>SubversionScc</SccProvider>
<WindowsTargetPlatformVersion Condition="'$(Platform)' == 'ARM64'">10.0.17763.0</WindowsTargetPlatformVersion>
2014-04-06 18:31:53 +00:00
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v100</PlatformToolset>
<PlatformToolset Condition="'$(VCTargetsPath11)' != ''">v110_xp</PlatformToolset>
<PlatformToolset Condition="'$(VCTargetsPath12)' != ''">v120_xp</PlatformToolset>
2015-07-23 22:20:34 +00:00
<PlatformToolset Condition="'$(VCTargetsPath14)' != ''">v140_xp</PlatformToolset>
<PlatformToolset Condition="'$(VCTargetsPath15)' != ''">v141_xp</PlatformToolset>
2014-04-06 18:31:53 +00:00
<UseOfMfc>static</UseOfMfc>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="Exists('$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\ddk2003') Or Exists('$(VCTargetsPath)\..\Platforms\$(Platform)\PlatformToolsets\ddk2003')">
<PlatformToolset>ddk2003</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Platform)' == 'ARM64'">
<PlatformToolset>v141</PlatformToolset>
<UseOfMfc>static</UseOfMfc>
</PropertyGroup>
2014-04-06 18:31:53 +00:00
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<PropertyGroup>
<OutDir>$(SolutionDir)$(Platform)\</OutDir>
<IntDir>$(Platform)\</IntDir>
<LinkIncremental>false</LinkIncremental>
<IncludePath>$(SolutionDir)inc;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)lib\$(Platform);$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<Optimization>Full</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>false</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<StringPooling>true</StringPooling>
<ExceptionHandling>false</ExceptionHandling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<FloatingPointModel>Fast</FloatingPointModel>
<FloatingPointExceptions>false</FloatingPointExceptions>
<CreateHotpatchableImage>false</CreateHotpatchableImage>
<ErrorReporting>None</ErrorReporting>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>false</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AssemblyDebug>false</AssemblyDebug>
2021-06-15 21:33:25 +00:00
<AdditionalDependencies>advapi32.lib;bcrypt.lib;delayimp.lib;ntdll.min.lib;rpcrt4.lib;ole32.lib;%(AdditionalDependencies)</AdditionalDependencies>
2014-04-06 18:31:53 +00:00
<DataExecutionPrevention>true</DataExecutionPrevention>
<LinkErrorReporting>NoErrorReport</LinkErrorReporting>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
2015-09-06 17:34:30 +00:00
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
2014-04-06 18:31:53 +00:00
<ModuleDefinitionFile>mimilib.def</ModuleDefinitionFile>
<DelayLoadDLLs>bcrypt.dll</DelayLoadDLLs>
2014-04-06 18:31:53 +00:00
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ItemGroup>
<None Include="mimilib.def" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="mimilib.rc" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="kappfree.c" />
<ClCompile Include="kdhcp.c" />
<ClCompile Include="kdns.c" />
2014-04-06 18:31:53 +00:00
<ClCompile Include="kfilt.c" />
<ClCompile Include="knp.c" />
2014-04-06 18:31:53 +00:00
<ClCompile Include="kssp.c" />
<ClCompile Include="ksub.c" />
2021-06-15 21:33:25 +00:00
<ClCompile Include="kcredentialprovider.c" />
2014-04-06 18:31:53 +00:00
<ClCompile Include="sekurlsadbg\kuhl_m_sekurlsa_nt6.c" />
<ClCompile Include="sekurlsadbg\kuhl_m_sekurlsa_packages.c" />
<ClCompile Include="sekurlsadbg\kuhl_m_sekurlsa_utils.c" />
<ClCompile Include="sekurlsadbg\kull_m_rpc.c" />
<ClCompile Include="sekurlsadbg\kull_m_rpc_ms-credentialkeys.c" />
2014-04-06 18:31:53 +00:00
<ClCompile Include="sekurlsadbg\kwindbg.c" />
<ClCompile Include="utils.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="kdhcp.h" />
<ClInclude Include="kdns.h" />
2014-04-06 18:31:53 +00:00
<ClInclude Include="kfilt.h" />
<ClInclude Include="knp.h" />
2014-04-06 18:31:53 +00:00
<ClInclude Include="kssp.h" />
<ClInclude Include="ksub.h" />
2021-06-15 21:33:25 +00:00
<ClInclude Include="kcredentialprovider.h" />
2014-04-06 18:31:53 +00:00
<ClInclude Include="sekurlsadbg\kuhl_m_sekurlsa_nt6.h" />
<ClInclude Include="sekurlsadbg\kuhl_m_sekurlsa_packages.h" />
<ClInclude Include="sekurlsadbg\kuhl_m_sekurlsa_utils.h" />
<ClInclude Include="sekurlsadbg\kull_m_rpc.h" />
<ClInclude Include="sekurlsadbg\kull_m_rpc_ms-credentialkeys.h" />
2014-04-06 18:31:53 +00:00
<ClInclude Include="sekurlsadbg\kwindbg.h" />
<ClInclude Include="utils.h" />
</ItemGroup>
</Project>