summaryrefslogtreecommitdiff
path: root/plugins/KeyboardNotify/KeyboardNotify.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-07-24 11:08:55 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-07-24 11:08:55 +0000
commit2654b3e254194579e603653b78f93828c8809435 (patch)
tree306f41953771bc0a202326475e7ad7ee8aad50b6 /plugins/KeyboardNotify/KeyboardNotify.vcxproj
parentb84a9b00491fa80c0f3a8eb4266c7e1c76c306d3 (diff)
KeyboardNotify: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14673 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/KeyboardNotify/KeyboardNotify.vcxproj')
-rw-r--r--plugins/KeyboardNotify/KeyboardNotify.vcxproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/KeyboardNotify/KeyboardNotify.vcxproj b/plugins/KeyboardNotify/KeyboardNotify.vcxproj
new file mode 100644
index 0000000000..330e46522c
--- /dev/null
+++ b/plugins/KeyboardNotify/KeyboardNotify.vcxproj
@@ -0,0 +1,28 @@
+<?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>KeyboardNotify</ProjectName>
+ <ProjectGuid>{A9265E36-7F2D-440C-BF3E-F447FDB6200F}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+</Project> \ No newline at end of file