diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-01-02 13:52:38 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-01-02 13:52:38 +0000 |
commit | 0a79763db57ac830746fbb70f227ca2a0b758e49 (patch) | |
tree | e7285dd46041e3cfd9016758ec83e026669f254c /libs/liblua/liblua.vcxproj | |
parent | 170bc1e725d52b2b5398527b32cca68579f8d891 (diff) |
added liblua project
git-svn-id: http://svn.miranda-ng.org/main/trunk@15988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'libs/liblua/liblua.vcxproj')
-rw-r--r-- | libs/liblua/liblua.vcxproj | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/libs/liblua/liblua.vcxproj b/libs/liblua/liblua.vcxproj new file mode 100644 index 0000000000..f57ebb4492 --- /dev/null +++ b/libs/liblua/liblua.vcxproj @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{BD291BF0-D804-4818-8311-DE871E6BCEAA}</ProjectGuid>
+ <ProjectName>liblua</ProjectName>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\lib.props" />
+ </ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <PreprocessorDefinitions>LUA_BUILD_AS_DLL;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ </ItemDefinitionGroup>
+</Project>
|