mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
162 lines
7.0 KiB
XML
162 lines
7.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{31FB0767-A71F-4575-8379-002D72B8AF86}</ProjectGuid>
|
|
<RootNamespace>liblua</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<ExceptionHandling>
|
|
</ExceptionHandling>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<CallingConvention>Cdecl</CallingConvention>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)liblua.lib</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_DEPRECATE" %(AdditionalOptions)</AdditionalOptions>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<PreprocessorDefinitions>WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<ExceptionHandling>
|
|
</ExceptionHandling>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>
|
|
</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)liblua.lib</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="lapi.c" />
|
|
<ClCompile Include="lauxlib.c" />
|
|
<ClCompile Include="lbaselib.c" />
|
|
<ClCompile Include="lbitlib.c" />
|
|
<ClCompile Include="lcode.c" />
|
|
<ClCompile Include="lcorolib.c" />
|
|
<ClCompile Include="lctype.c" />
|
|
<ClCompile Include="ldblib.c" />
|
|
<ClCompile Include="ldebug.c" />
|
|
<ClCompile Include="ldo.c" />
|
|
<ClCompile Include="ldump.c" />
|
|
<ClCompile Include="lfunc.c" />
|
|
<ClCompile Include="lgc.c" />
|
|
<ClCompile Include="linit.c" />
|
|
<ClCompile Include="liolib.c" />
|
|
<ClCompile Include="llex.c" />
|
|
<ClCompile Include="lmathlib.c" />
|
|
<ClCompile Include="lmem.c" />
|
|
<ClCompile Include="loadlib.c" />
|
|
<ClCompile Include="lobject.c" />
|
|
<ClCompile Include="lopcodes.c" />
|
|
<ClCompile Include="loslib.c" />
|
|
<ClCompile Include="lparser.c" />
|
|
<ClCompile Include="lstate.c" />
|
|
<ClCompile Include="lstring.c" />
|
|
<ClCompile Include="lstrlib.c" />
|
|
<ClCompile Include="ltable.c" />
|
|
<ClCompile Include="ltablib.c" />
|
|
<ClCompile Include="ltm.c" />
|
|
<ClCompile Include="lundump.c" />
|
|
<ClCompile Include="lutf8lib.c" />
|
|
<ClCompile Include="lvm.c" />
|
|
<ClCompile Include="lzio.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="lapi.h" />
|
|
<ClInclude Include="lauxlib.h" />
|
|
<ClInclude Include="lcode.h" />
|
|
<ClInclude Include="lctype.h" />
|
|
<ClInclude Include="ldebug.h" />
|
|
<ClInclude Include="ldo.h" />
|
|
<ClInclude Include="lfunc.h" />
|
|
<ClInclude Include="lgc.h" />
|
|
<ClInclude Include="llex.h" />
|
|
<ClInclude Include="llimits.h" />
|
|
<ClInclude Include="lmem.h" />
|
|
<ClInclude Include="lobject.h" />
|
|
<ClInclude Include="lopcodes.h" />
|
|
<ClInclude Include="lparser.h" />
|
|
<ClInclude Include="lprefix.h" />
|
|
<ClInclude Include="lstate.h" />
|
|
<ClInclude Include="lstring.h" />
|
|
<ClInclude Include="ltable.h" />
|
|
<ClInclude Include="ltm.h" />
|
|
<ClInclude Include="luaconf.h" />
|
|
<ClInclude Include="lua.h" />
|
|
<ClInclude Include="lualib.h" />
|
|
<ClInclude Include="lundump.h" />
|
|
<ClInclude Include="lvm.h" />
|
|
<ClInclude Include="lzio.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="ReadMe.txt" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |