/src/middleware/lua/lua.vcproj
https://bitbucket.org/vivkin/gam3b00bs/ · MSBuild · 371 lines · 371 code · 0 blank · 0 comment · 0 complexity · e78fb85bb754e0dc37c60c6f1772169f MD5 · raw file
- <?xml version="1.0" encoding="windows-1251"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="lua"
- ProjectGUID="{1431B6B5-B3B1-429D-A293-6899530DA7A7}"
- RootNamespace="lua"
- Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\"
- IntermediateDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\"
- ConfigurationType="4"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- WholeProgramOptimization="false"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- SmallerTypeCheck="true"
- RuntimeLibrary="3"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- Detect64BitPortabilityProblems="false"
- 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)\..\build\$(ProjectName)\$(ConfigurationName)\"
- IntermediateDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\"
- ConfigurationType="4"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="false"
- WholeProgramOptimization="false"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;;_CRT_SECURE_NO_WARNINGS"
- ExceptionHandling="0"
- RuntimeLibrary="2"
- RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- Detect64BitPortabilityProblems="false"
- 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>
- </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.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>
- <File
- RelativePath=".\print.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>