diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 21:21:38 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 21:21:38 +0000 |
commit | ae2b2899a40c45aecdb967aa20eb900c61ea5a45 (patch) | |
tree | 37a0cacb9e9bce6149c1c6fbe3604d23249d3c38 /plugins/YahooGroups/YahooGroups.vcxproj | |
parent | 44d0f35d4e3d74b9814e9a511b6dc55e9fffebc0 (diff) |
YahooGroups: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YahooGroups/YahooGroups.vcxproj')
-rw-r--r-- | plugins/YahooGroups/YahooGroups.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/YahooGroups/YahooGroups.vcxproj b/plugins/YahooGroups/YahooGroups.vcxproj new file mode 100644 index 0000000000..ff220ea5b0 --- /dev/null +++ b/plugins/YahooGroups/YahooGroups.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">
+ <ProjectGuid>{0E73244B-30D7-4A62-B4B3-9A32B96EC1B7}</ProjectGuid>
+ <ProjectName>YahooGroups</ProjectName>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |