summaryrefslogtreecommitdiffstats
path: root/VC2008/ToLua.vcproj
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-27 15:04:28 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-27 15:04:28 +0100
commit86158a2d1de4594664c80d76d153fe4284d50703 (patch)
treea569eaf353095234b95f8394cfeb326d0bfc31ac /VC2008/ToLua.vcproj
parentResources: Added MSVC2008 Express compatibility (no MFC referenced in the resource script) (diff)
downloadcuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.gz
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.bz2
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.lz
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.xz
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.tar.zst
cuberite-86158a2d1de4594664c80d76d153fe4284d50703.zip
Diffstat (limited to 'VC2008/ToLua.vcproj')
-rw-r--r--VC2008/ToLua.vcproj201
1 files changed, 201 insertions, 0 deletions
diff --git a/VC2008/ToLua.vcproj b/VC2008/ToLua.vcproj
new file mode 100644
index 000000000..1c89aaee9
--- /dev/null
+++ b/VC2008/ToLua.vcproj
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="ToLua"
+ ProjectGUID="{EEAB54AD-114C-4AB8-8482-0A52D502BD35}"
+ RootNamespace="ToLua"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(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"
+ AdditionalIncludeDirectories="../tolua++-1.0.93/include;../lua-5.1.4/src"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ 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)"
+ IntermediateDirectory="$(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"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="../tolua++-1.0.93/include;../lua-5.1.4/src"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ 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="..\tolua++-1.0.93\src\bin\tolua.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_event.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_event.h"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_is.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_map.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_push.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\lib\tolua_to.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\bin\toluabind.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\bin\toluabind.h"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\bin\toluabind_default.c"
+ >
+ </File>
+ <File
+ RelativePath="..\tolua++-1.0.93\src\bin\toluabind_default.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>