diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-10 15:44:17 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-10 15:44:17 +0000 |
commit | 788326a35a2f727b711b77e52dd2b79290271f99 (patch) | |
tree | a3534f80ed7e667fcde8caa63f1c50cd4ca2656b /protocols/Yahoo/Yahoo.vcxproj | |
parent | 328f3691c1a59fe92104d15a088293ef9d59d44d (diff) |
Yahoo: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14897 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/Yahoo.vcxproj')
-rw-r--r-- | protocols/Yahoo/Yahoo.vcxproj | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/protocols/Yahoo/Yahoo.vcxproj b/protocols/Yahoo/Yahoo.vcxproj new file mode 100644 index 0000000000..3dc25057f3 --- /dev/null +++ b/protocols/Yahoo/Yahoo.vcxproj @@ -0,0 +1,41 @@ +<?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>Yahoo</ProjectName>
+ <ProjectGuid>{E42870DB-9FED-44E7-9C93-4E64D0C87F51}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <PreprocessorDefinitions>HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClCompile Include="src\libyahoo2\*.cpp">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\libyahoo2\*.h" />
+ </ItemGroup>
+</Project>
\ No newline at end of file |