summaryrefslogtreecommitdiffstats
path: root/VC2008/Lua.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'VC2008/Lua.vcproj')
-rw-r--r--VC2008/Lua.vcproj874
1 files changed, 437 insertions, 437 deletions
diff --git a/VC2008/Lua.vcproj b/VC2008/Lua.vcproj
index 6e9a5fe87..83cf4baf2 100644
--- a/VC2008/Lua.vcproj
+++ b/VC2008/Lua.vcproj
@@ -1,437 +1,437 @@
-<?xml version="1.0" encoding="windows-1250"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="Lua"
- ProjectGUID="{082E8185-7B3A-4945-8C82-9132341A329D}"
- RootNamespace="Lua"
- Keyword="Win32Proj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
- IntermediateDirectory="$(ConfigurationName)\Lua"
- ConfigurationType="4"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- 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="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
- IntermediateDirectory="$(ConfigurationName)\Lua"
- ConfigurationType="4"
- CharacterSet="1"
- 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;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- 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 profiled|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
- IntermediateDirectory="$(ConfigurationName)\Lua"
- ConfigurationType="4"
- CharacterSet="1"
- 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;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- 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>
- </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="..\lua-5.1.4\src\lapi.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lauxlib.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lbaselib.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lcode.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\ldblib.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\ldebug.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\ldo.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\ldump.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lfunc.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lgc.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\linit.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\liolib.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\llex.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lmathlib.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lmem.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\loadlib.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lobject.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lopcodes.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\loslib.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lparser.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lstate.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lstring.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lstrlib.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\ltable.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\ltablib.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\ltm.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lua.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\luac.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lundump.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lvm.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lzio.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\print.c"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\lua-5.1.4\src\lapi.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lauxlib.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lcode.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\ldebug.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\ldo.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lfunc.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lgc.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\llex.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\llimits.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lmem.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lobject.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lopcodes.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lparser.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lstate.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lstring.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\ltable.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\ltm.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lua.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\luaconf.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lualib.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lundump.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lvm.h"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lzio.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="Lua"
+ ProjectGUID="{082E8185-7B3A-4945-8C82-9132341A329D}"
+ RootNamespace="Lua"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
+ IntermediateDirectory="$(ConfigurationName)\Lua"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ 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="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
+ IntermediateDirectory="$(ConfigurationName)\Lua"
+ ConfigurationType="4"
+ CharacterSet="1"
+ 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;_CRT_SECURE_NO_WARNINGS"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ 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 profiled|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
+ IntermediateDirectory="$(ConfigurationName)\Lua"
+ ConfigurationType="4"
+ CharacterSet="1"
+ 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;_CRT_SECURE_NO_WARNINGS"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ 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>
+ </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="..\lua-5.1.4\src\lapi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lauxlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lbaselib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lcode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldblib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldebug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldump.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lfunc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lgc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\linit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\liolib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\llex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lmathlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\loadlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lobject.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lopcodes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\loslib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lparser.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lstate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lstring.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lstrlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ltable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ltablib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ltm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lua.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\luac.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lundump.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lvm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lzio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\print.c"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\lua-5.1.4\src\lapi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lauxlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lcode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldebug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ldo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lfunc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lgc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\llex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\llimits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lmem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lobject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lopcodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lparser.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lstring.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ltable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\ltm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lua.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\luaconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lualib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lundump.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lvm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-5.1.4\src\lzio.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>