summaryrefslogtreecommitdiff
path: root/plugins/GmailNotifier/GmailNotifier.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-07-24 07:36:39 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-07-24 07:36:39 +0000
commit2298422a2adacff4bf5bcb8c7688c4e8eab254d0 (patch)
tree75fdf1fc1e7cc569d43559af6774f962f81b108b /plugins/GmailNotifier/GmailNotifier.vcxproj
parent058d73ec95f3ba11678980ff8b80ab6bdda21668 (diff)
GmailNotifier: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/GmailNotifier/GmailNotifier.vcxproj')
-rw-r--r--plugins/GmailNotifier/GmailNotifier.vcxproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/GmailNotifier/GmailNotifier.vcxproj b/plugins/GmailNotifier/GmailNotifier.vcxproj
new file mode 100644
index 0000000000..dca8b5b2a4
--- /dev/null
+++ b/plugins/GmailNotifier/GmailNotifier.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>GmailNotifier</ProjectName>
+ <ProjectGuid>{EDAAD28B-505B-4969-A8BB-97EAE818DEEA}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+</Project> \ No newline at end of file