diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 11:41:23 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 11:41:23 +0000 |
commit | 07209607fbe1018503f1304bedff37daea7e9e82 (patch) | |
tree | 2db0c89e17685a07f9d80f39c8d0ea54e78c9559 /plugins/BuddyExpectator/BuddyExpectator.vcxproj | |
parent | 79ba3ba4e2dff36fb4f76217c6f6ea63a256dff2 (diff) |
BuddyExpectator - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13132 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyExpectator/BuddyExpectator.vcxproj')
-rw-r--r-- | plugins/BuddyExpectator/BuddyExpectator.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/BuddyExpectator/BuddyExpectator.vcxproj b/plugins/BuddyExpectator/BuddyExpectator.vcxproj new file mode 100644 index 0000000000..3d24cf331b --- /dev/null +++ b/plugins/BuddyExpectator/BuddyExpectator.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>BuddyExpectator</ProjectName>
+ <ProjectGuid>{8CEBD7AC-CD02-4BEC-B889-A7243F3E5DD8}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |