1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 05:01:29 +00:00
Files
nmap/liblua/liblua.vcproj
fyodor 2c4f8d1a67 o The Nmap Windows self-installer now automatically installs the MS
Visual C++ 2008 runtime components if they aren't already installed
  on a system.  These are some reasonably small DLLs that are
  generally necessary for applications compiled with Visual C++ (with
  dynamic linking).  Many or most systems already have these installed
  from other software packages.  The lack of these components led to
  the error message "The Application failed to intialize properly
  (0xc0150002)." with Nmap 4.65.  A related change is that Nmap on
  Windows is now compiled with /MD rather than /MT so that it
  consistently uses these runtime libraries.  The patch was created by
  Rob Nicholls.
2008-06-29 04:52:00 +00:00

403 lines
7.1 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="liblua"
ProjectGUID="{31FB0767-A71F-4575-8379-002D72B8AF86}"
RootNamespace="liblua"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="."
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="0"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
UseUnicodeResponseFiles="false"
AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot;"
Optimization="0"
PreprocessorDefinitions="WIN32;_LIB"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="0"
RuntimeLibrary="1"
BufferSecurityCheck="false"
TreatWChar_tAsBuiltInType="false"
RuntimeTypeInfo="false"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
CallingConvention="0"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="&quot;$(OutDir)/liblua.lib&quot;"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="."
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="0"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
UseUnicodeResponseFiles="false"
AdditionalOptions="/D &quot;_CRT_SECURE_NO_DEPRECATE&quot;"
WholeProgramOptimization="false"
PreprocessorDefinitions="WIN32;_LIB"
MinimalRebuild="false"
ExceptionHandling="0"
BasicRuntimeChecks="0"
RuntimeLibrary="2"
BufferSecurityCheck="false"
TreatWChar_tAsBuiltInType="false"
RuntimeTypeInfo="false"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="0"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="&quot;$(OutDir)/liblua.lib&quot;"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=".\lapi.c"
>
</File>
<File
RelativePath=".\lauxlib.c"
>
</File>
<File
RelativePath=".\lbaselib.c"
>
</File>
<File
RelativePath=".\lcode.c"
>
</File>
<File
RelativePath=".\ldblib.c"
>
</File>
<File
RelativePath=".\ldebug.c"
>
</File>
<File
RelativePath=".\ldo.c"
>
</File>
<File
RelativePath=".\ldump.c"
>
</File>
<File
RelativePath=".\lfunc.c"
>
</File>
<File
RelativePath=".\lgc.c"
>
</File>
<File
RelativePath=".\linit.c"
>
</File>
<File
RelativePath=".\liolib.c"
>
</File>
<File
RelativePath=".\llex.c"
>
</File>
<File
RelativePath=".\lmathlib.c"
>
</File>
<File
RelativePath=".\lmem.c"
>
</File>
<File
RelativePath=".\loadlib.c"
>
</File>
<File
RelativePath=".\lobject.c"
>
</File>
<File
RelativePath=".\lopcodes.c"
>
</File>
<File
RelativePath=".\loslib.c"
>
</File>
<File
RelativePath=".\lparser.c"
>
</File>
<File
RelativePath=".\lstate.c"
>
</File>
<File
RelativePath=".\lstring.c"
>
</File>
<File
RelativePath=".\lstrlib.c"
>
</File>
<File
RelativePath=".\ltable.c"
>
</File>
<File
RelativePath=".\ltablib.c"
>
</File>
<File
RelativePath=".\ltm.c"
>
</File>
<File
RelativePath=".\lundump.c"
>
</File>
<File
RelativePath=".\lvm.c"
>
</File>
<File
RelativePath=".\lzio.c"
>
</File>
<File
RelativePath=".\print.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\lapi.h"
>
</File>
<File
RelativePath=".\lauxlib.h"
>
</File>
<File
RelativePath=".\lcode.h"
>
</File>
<File
RelativePath=".\ldebug.h"
>
</File>
<File
RelativePath=".\ldo.h"
>
</File>
<File
RelativePath=".\lfunc.h"
>
</File>
<File
RelativePath=".\lgc.h"
>
</File>
<File
RelativePath=".\llex.h"
>
</File>
<File
RelativePath=".\llimits.h"
>
</File>
<File
RelativePath=".\lmem.h"
>
</File>
<File
RelativePath=".\lobject.h"
>
</File>
<File
RelativePath=".\lopcodes.h"
>
</File>
<File
RelativePath=".\lparser.h"
>
</File>
<File
RelativePath=".\lstate.h"
>
</File>
<File
RelativePath=".\lstring.h"
>
</File>
<File
RelativePath=".\ltable.h"
>
</File>
<File
RelativePath=".\ltm.h"
>
</File>
<File
RelativePath=".\lua.h"
>
</File>
<File
RelativePath=".\luaconf.h"
>
</File>
<File
RelativePath=".\lualib.h"
>
</File>
<File
RelativePath=".\lundump.h"
>
</File>
<File
RelativePath=".\lvm.h"
>
</File>
<File
RelativePath=".\lzio.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
<File
RelativePath=".\ReadMe.txt"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>