384 lines
6.2 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="lua51"
ProjectGUID="{D0B36172-CD76-454A-9B89-990025266C2A}"
RootNamespace="lua51"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)Debug"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="."
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_WIN32;LUA_BUILD_AS_DLL"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
DebugInformationFormat="3"
DisableSpecificWarnings="4127, 4505"
EnablePREfast="false"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\lua5.1.dll"
ModuleDefinitionFile=""
GenerateDebugInformation="true"
ImportLibrary=".\$(IntDir)\lua5.1.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)Release"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="."
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_WIN32;LUA_BUILD_AS_DLL"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
DebugInformationFormat="3"
DisableSpecificWarnings="4127, 4505"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\lua5.1.dll"
ModuleDefinitionFile=""
ImportLibrary=".\$(IntDir)\lua5.1.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<File
RelativePath=".\lapi.c"
>
</File>
<File
RelativePath=".\lapi.h"
>
</File>
<File
RelativePath=".\lauxlib.c"
>
</File>
<File
RelativePath=".\lauxlib.h"
>
</File>
<File
RelativePath=".\lbaselib.c"
>
</File>
<File
RelativePath=".\lcode.c"
>
</File>
<File
RelativePath=".\lcode.h"
>
</File>
<File
RelativePath=".\ldblib.c"
>
</File>
<File
RelativePath=".\ldebug.c"
>
</File>
<File
RelativePath=".\ldebug.h"
>
</File>
<File
RelativePath=".\ldo.c"
>
</File>
<File
RelativePath=".\ldo.h"
>
</File>
<File
RelativePath=".\ldump.c"
>
</File>
<File
RelativePath=".\lfunc.c"
>
</File>
<File
RelativePath=".\lfunc.h"
>
</File>
<File
RelativePath=".\lgc.c"
>
</File>
<File
RelativePath=".\lgc.h"
>
</File>
<File
RelativePath=".\linit.c"
>
</File>
<File
RelativePath=".\liolib.c"
>
</File>
<File
RelativePath=".\llex.c"
>
</File>
<File
RelativePath=".\llex.h"
>
</File>
<File
RelativePath=".\llimits.h"
>
</File>
<File
RelativePath=".\lmathlib.c"
>
</File>
<File
RelativePath=".\lmem.c"
>
</File>
<File
RelativePath=".\lmem.h"
>
</File>
<File
RelativePath=".\loadlib.c"
>
</File>
<File
RelativePath=".\lobject.c"
>
</File>
<File
RelativePath=".\lobject.h"
>
</File>
<File
RelativePath=".\lopcodes.c"
>
</File>
<File
RelativePath=".\lopcodes.h"
>
</File>
<File
RelativePath=".\loslib.c"
>
</File>
<File
RelativePath=".\lparser.c"
>
</File>
<File
RelativePath=".\lparser.h"
>
</File>
<File
RelativePath=".\lstate.c"
>
</File>
<File
RelativePath=".\lstate.h"
>
</File>
<File
RelativePath=".\lstring.c"
>
</File>
<File
RelativePath=".\lstring.h"
>
</File>
<File
RelativePath=".\lstrlib.c"
>
</File>
<File
RelativePath=".\ltable.c"
>
</File>
<File
RelativePath=".\ltable.h"
>
</File>
<File
RelativePath=".\ltablib.c"
>
</File>
<File
RelativePath=".\ltm.c"
>
</File>
<File
RelativePath=".\ltm.h"
>
</File>
<File
RelativePath=".\lua.def"
>
</File>
<File
RelativePath=".\lua.h"
>
</File>
<File
RelativePath=".\luaconf.h"
>
</File>
<File
RelativePath=".\lualib.h"
>
</File>
<File
RelativePath=".\lundump.c"
>
</File>
<File
RelativePath=".\lundump.h"
>
</File>
<File
RelativePath=".\lvm.c"
>
</File>
<File
RelativePath=".\lvm.h"
>
</File>
<File
RelativePath=".\lzio.c"
>
</File>
<File
RelativePath=".\lzio.h"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>