diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 11:33:35 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 11:33:35 +0000 |
commit | 79ba3ba4e2dff36fb4f76217c6f6ea63a256dff2 (patch) | |
tree | 9bb6c983a5e5e53067723ea6d3a32d7115d2ceaa /plugins/BossKeyPlus/BossKey.vcxproj | |
parent | ffd83c594cceeb4f3932b5e3342916b81c3ead75 (diff) |
BossKey - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BossKeyPlus/BossKey.vcxproj')
-rw-r--r-- | plugins/BossKeyPlus/BossKey.vcxproj | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/BossKeyPlus/BossKey.vcxproj b/plugins/BossKeyPlus/BossKey.vcxproj new file mode 100644 index 0000000000..6cb61cbfe8 --- /dev/null +++ b/plugins/BossKeyPlus/BossKey.vcxproj @@ -0,0 +1,33 @@ +<?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>BossKey</ProjectName>
+ <ProjectGuid>{88E47CF7-7B40-4312-A35A-9B28885FFED9}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
+ </ImportGroup>
+ <ItemDefinitionGroup>
+ <Link>
+ <AdditionalDependencies>Wtsapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ </Link>
+ </ItemDefinitionGroup>
+</Project>
\ No newline at end of file |