293 lines
6.5 KiB
XML
293 lines
6.5 KiB
XML
<?xml version="1.0" encoding="ks_c_5601-1987"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="Lua_library"
|
|
ProjectGUID="{800A89AA-D5CC-4708-A982-DC7A4291DF78}"
|
|
RootNamespace="Lua_library"
|
|
Keyword="ManagedCProj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\..\lib\"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2"
|
|
ManagedExtensions="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
PreprocessorDefinitions="WIN32;_DEBUG"
|
|
MinimalRebuild="FALSE"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="1"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/lua_d.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\..\lib\"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="2"
|
|
ManagedExtensions="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="1"
|
|
PreprocessorDefinitions="WIN32;NDEBUG"
|
|
MinimalRebuild="FALSE"
|
|
RuntimeLibrary="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/lua.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="소스 파일"
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lapi.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lauxlib.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lbaselib.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lbitlib.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lcode.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lcorolib.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lctype.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\ldblib.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\ldebug.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\ldo.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\ldump.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lfunc.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lgc.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\linit.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\liolib.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\llex.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lmathlib.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lmem.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\loadlib.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lobject.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lopcodes.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\loslib.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lparser.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lstate.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lstring.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lstrlib.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\ltable.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\ltablib.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\ltm.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lua.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\luac.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lundump.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lvm.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lzio.c">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="헤더 파일"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lapi.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lauxlib.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lcode.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lctype.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\ldebug.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\ldo.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lfunc.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lgc.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\llex.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\llimits.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lmem.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lobject.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lopcodes.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lparser.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lstate.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lstring.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\ltable.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\ltm.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lua.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lua.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\luaconf.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lualib.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lundump.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lvm.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\lua-5.2.3\src\lzio.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="리소스 파일"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|