summaryrefslogtreecommitdiff
path: root/plugins/MsgPopup/MsgPopup.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-07-25 19:18:08 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-07-25 19:18:08 +0000
commit7d5be7defe163d9310b98d621dc0de29116a08df (patch)
tree9d507c5c25dc4720aa0251880e647759733deb30 /plugins/MsgPopup/MsgPopup.vcxproj
parenta8e117528d873b0129e832cd6f7f23b4b8a6c3ea (diff)
MsgPopup: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14701 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MsgPopup/MsgPopup.vcxproj')
-rw-r--r--plugins/MsgPopup/MsgPopup.vcxproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/MsgPopup/MsgPopup.vcxproj b/plugins/MsgPopup/MsgPopup.vcxproj
new file mode 100644
index 0000000000..aed95b7496
--- /dev/null
+++ b/plugins/MsgPopup/MsgPopup.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">
+ <ProjectGuid>{1E702CF1-E52F-49F8-915A-FCBBCE554774}</ProjectGuid>
+ <ProjectName>MsgPopup</ProjectName>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+</Project> \ No newline at end of file