1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00
Files
nmap/liblua/liblua.vcproj
2006-12-11 00:34:26 +00:00

402 lines
7.1 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="liblua"
ProjectGUID="{31FB0767-A71F-4575-8379-002D72B8AF86}"
RootNamespace="liblua"
Keyword="Win32Proj"
>
<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;_DEBUG;_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;NDEBUG;_LIB"
MinimalRebuild="false"
ExceptionHandling="0"
BasicRuntimeChecks="0"
RuntimeLibrary="0"
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>