summaryrefslogtreecommitdiff
path: root/plugins/mTextControl/mtextcontrol.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-07-25 19:36:18 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-07-25 19:36:18 +0000
commitb2e355970100b2a2a96c4a12730a0f5713a09591 (patch)
tree0793205fbed4c2cf59f2913064d6eedf23fbfbd7 /plugins/mTextControl/mtextcontrol.vcxproj
parent7d5be7defe163d9310b98d621dc0de29116a08df (diff)
mtextcontrol: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14702 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/mTextControl/mtextcontrol.vcxproj')
-rw-r--r--plugins/mTextControl/mtextcontrol.vcxproj33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/mTextControl/mtextcontrol.vcxproj b/plugins/mTextControl/mtextcontrol.vcxproj
new file mode 100644
index 0000000000..42d4b86b2b
--- /dev/null
+++ b/plugins/mTextControl/mtextcontrol.vcxproj
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="12.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>mTextControl</ProjectName>
+ <ProjectGuid>{E26D2311-C164-48CF-BA24-5CEDA873D1B2}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <PreprocessorDefinitions>MTEXT_NOHELPERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ </ItemDefinitionGroup>
+</Project> \ No newline at end of file