132 lines
6.3 KiB
XML
132 lines
6.3 KiB
XML
<?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>
|
|
</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>
|
|
</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>
|
|
<PlatformToolset Condition="'$(VCTargetsPath14)' != ''">v140_xp</PlatformToolset>
|
|
<PlatformToolset Condition="'$(VCTargetsPath15)' != ''">v141_xp</PlatformToolset>
|
|
<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>
|
|
<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>
|
|
<AdditionalDependencies>advapi32.lib;bcrypt.lib;delayimp.lib;ntdll.min.lib;rpcrt4.lib;ole32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
|
<LinkErrorReporting>NoErrorReport</LinkErrorReporting>
|
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
<ModuleDefinitionFile>mimilib.def</ModuleDefinitionFile>
|
|
<DelayLoadDLLs>bcrypt.dll</DelayLoadDLLs>
|
|
</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" />
|
|
<ClCompile Include="kfilt.c" />
|
|
<ClCompile Include="knp.c" />
|
|
<ClCompile Include="kssp.c" />
|
|
<ClCompile Include="ksub.c" />
|
|
<ClCompile Include="kcredentialprovider.c" />
|
|
<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" />
|
|
<ClCompile Include="sekurlsadbg\kwindbg.c" />
|
|
<ClCompile Include="utils.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="kdhcp.h" />
|
|
<ClInclude Include="kdns.h" />
|
|
<ClInclude Include="kfilt.h" />
|
|
<ClInclude Include="knp.h" />
|
|
<ClInclude Include="kssp.h" />
|
|
<ClInclude Include="ksub.h" />
|
|
<ClInclude Include="kcredentialprovider.h" />
|
|
<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" />
|
|
<ClInclude Include="sekurlsadbg\kwindbg.h" />
|
|
<ClInclude Include="utils.h" />
|
|
</ItemGroup>
|
|
</Project> |