diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 09:24:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 09:24:35 +0000 |
commit | ab734942de075bf5af260cd83f6e0b3f4de15f1a (patch) | |
tree | f0ad04814f837770261762836303efbc987b2727 /plugins/HwHotKeys/HwHotKeys.vcxproj | |
parent | 2293e8300f4c7f75161b0fbda8adde10d1d64f1a (diff) |
HwHotKeys: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HwHotKeys/HwHotKeys.vcxproj')
-rw-r--r-- | plugins/HwHotKeys/HwHotKeys.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/HwHotKeys/HwHotKeys.vcxproj b/plugins/HwHotKeys/HwHotKeys.vcxproj new file mode 100644 index 0000000000..67891d5641 --- /dev/null +++ b/plugins/HwHotKeys/HwHotKeys.vcxproj @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="12.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>{639E2B3A-64F2-4152-B5BB-12468E5D60B6}</ProjectGuid>
+ <ProjectName>HwHotKeys</ProjectName>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |