<?xml version="1.0" encoding="windows-1255"?> <VisualStudioProject ProjectType="Visual C++" Version="9.00" Name="Lua" ProjectGUID="{DA4CA030-A741-4DDC-9DA8-B2F351F0F158}" RootNamespace="Lua" TargetFrameworkVersion="196613" > <Platforms> <Platform Name="Win32" /> <Platform Name="x64" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="4" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="WIN32;DEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" WarningLevel="3" DebugInformationFormat="4" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug|x64" OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="WIN32;DEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" WarningLevel="3" DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="4" CharacterSet="2" WholeProgramOptimization="1" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="2" EnableIntrinsicFunctions="true" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" RuntimeLibrary="0" EnableFunctionLevelLinking="true" WarningLevel="3" DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|x64" OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(PlatformName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" CharacterSet="2" WholeProgramOptimization="1" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" AdditionalOptions="/MP" Optimization="2" EnableIntrinsicFunctions="true" PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" RuntimeLibrary="0" EnableFunctionLevelLinking="true" WarningLevel="3" DebugInformationFormat="3" DisableSpecificWarnings="4334;" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Header Files" Filter="*.h" > <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="Source Files" Filter="*.c" > <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="lua.c" > </File> <File RelativePath="luac.c" > </File> <File RelativePath="lundump.c" > </File> <File RelativePath="lvm.c" > </File> <File RelativePath="lzio.c" > </File> <File RelativePath="print.c" > </File> </Filter> </Files> <Globals> </Globals> </VisualStudioProject>