diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-09 14:00:31 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-01-09 14:00:31 +0000 |
commit | 55b006efbf594766c440354616b0f643c14be070 (patch) | |
tree | 89f54728b7224a762e37319ac9780e43221dff79 /plugins/MirLua/Modules/JSON/JSON.vcxproj | |
parent | 004b180543ed9c2b786479cb3fbbc0070b63d619 (diff) |
MirLua: JSON module added
git-svn-id: http://svn.miranda-ng.org/main/trunk@16065 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/Modules/JSON/JSON.vcxproj')
-rw-r--r-- | plugins/MirLua/Modules/JSON/JSON.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/MirLua/Modules/JSON/JSON.vcxproj b/plugins/MirLua/Modules/JSON/JSON.vcxproj new file mode 100644 index 0000000000..7cfa1391ad --- /dev/null +++ b/plugins/MirLua/Modules/JSON/JSON.vcxproj @@ -0,0 +1,28 @@ +<?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">
+ <ProjectName>json</ProjectName>
+ <ProjectGuid>{8a645067-7f45-4e65-aafc-afda81c29a1d}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\module.props" />
+ </ImportGroup>
+</Project>
|