summaryrefslogtreecommitdiff
path: root/plugins/TooltipNotify/ttnotify.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-08-01 19:24:29 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-08-01 19:24:29 +0000
commit9aaa591997b29a4ba3930272d630e5f939721494 (patch)
tree43a8a220b3d43b316249d97716e7ddfe3f05d02f /plugins/TooltipNotify/ttnotify.vcxproj
parentcea91e858f4f291f5d81c0f11452871dae2b7af5 (diff)
ttnotify: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TooltipNotify/ttnotify.vcxproj')
-rw-r--r--plugins/TooltipNotify/ttnotify.vcxproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/TooltipNotify/ttnotify.vcxproj b/plugins/TooltipNotify/ttnotify.vcxproj
new file mode 100644
index 0000000000..0bfbcded39
--- /dev/null
+++ b/plugins/TooltipNotify/ttnotify.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>TooltipNotify</ProjectName>
+ <ProjectGuid>{1948EAEA-4C25-4F6B-AD9E-5891F656EADA}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+</Project> \ No newline at end of file