diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-26 06:53:50 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-26 06:53:50 +0000 |
commit | 9a086691c6229c4efd5e906a17d3a6d4cfd975f8 (patch) | |
tree | 269364661341488b0ba41d0f5db3f0ced77a304c /plugins/NewEventNotify/neweventnotify.vcxproj | |
parent | 9ee3b6273e68eabdc6d36e0ef5d384022148ef78 (diff) |
neweventnotify: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14706 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewEventNotify/neweventnotify.vcxproj')
-rw-r--r-- | plugins/NewEventNotify/neweventnotify.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/NewEventNotify/neweventnotify.vcxproj b/plugins/NewEventNotify/neweventnotify.vcxproj new file mode 100644 index 0000000000..5a0abe6f23 --- /dev/null +++ b/plugins/NewEventNotify/neweventnotify.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>NewEventNotify</ProjectName>
+ <ProjectGuid>{2E0A2793-94C3-82E7-2AB0-FD421816CFBF}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |