summaryrefslogtreecommitdiff
path: root/plugins/FavContacts/favcontacts.vcxproj
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-05-18 22:01:06 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-05-18 22:01:06 +0000
commit020d7379f32065307f175fad18e1701920644187 (patch)
tree2a11510e90336d1e7118ff9803bd18d057a78696 /plugins/FavContacts/favcontacts.vcxproj
parent60a1b377acc52ab0a8292a7ec46e9b17b4371b3a (diff)
FavContacts: unified project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FavContacts/favcontacts.vcxproj')
-rw-r--r--plugins/FavContacts/favcontacts.vcxproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/FavContacts/favcontacts.vcxproj b/plugins/FavContacts/favcontacts.vcxproj
new file mode 100644
index 0000000000..7358bd95d9
--- /dev/null
+++ b/plugins/FavContacts/favcontacts.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>FavContacts</ProjectName>
+ <ProjectGuid>{2D0B4CB0-3ACA-4612-B745-FF3050E1500A}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
+ </ImportGroup>
+</Project> \ No newline at end of file