summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/lua.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/MSVC/lua.vcproj')
-rw-r--r--crawl-ref/source/MSVC/lua.vcproj355
1 files changed, 0 insertions, 355 deletions
diff --git a/crawl-ref/source/MSVC/lua.vcproj b/crawl-ref/source/MSVC/lua.vcproj
deleted file mode 100644
index 973087193f..0000000000
--- a/crawl-ref/source/MSVC/lua.vcproj
+++ /dev/null
@@ -1,355 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="lua"
- ProjectGUID="{A61349B6-4099-4688-AA1A-00D91397857D}"
- RootNamespace="lua"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="4"
- InheritedPropertySheets=".\Common.vsprops;.\Debug.vsprops"
- 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"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- 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"
- ConfigurationType="4"
- InheritedPropertySheets=".\Common.vsprops;.\Release.vsprops"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- 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="..\contrib\lua\src\lapi.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lapi.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lauxlib.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lauxlib.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lbaselib.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lcode.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lcode.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\ldblib.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\ldebug.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\ldebug.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\ldo.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\ldo.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\ldump.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lfunc.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lfunc.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lgc.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lgc.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\linit.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\liolib.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\llex.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\llex.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\llimits.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lmathlib.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lmem.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lmem.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\loadlib.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lobject.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lobject.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lopcodes.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lopcodes.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\loslib.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lparser.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lparser.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lstate.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lstate.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lstring.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lstring.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lstrlib.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\ltable.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\ltable.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\ltablib.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\ltm.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\ltm.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lua.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\luaconf.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lualib.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lundump.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lundump.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lvm.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lvm.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lzio.c"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\lzio.h"
- >
- </File>
- <File
- RelativePath="..\contrib\lua\src\print.c"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>