diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:34:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:34:40 +0000 |
commit | 467560928b83c1d6c405d2cbaf7127de65298ae7 (patch) | |
tree | 85f617eaf39ea118ee4da3eda2bb13988db11711 /plugins/Watrack_MPD/watrack_mpd.vcxproj | |
parent | ad5e273a04e89a45d41c87a6a21c6d6fd937ac43 (diff) |
watrack_mpd: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack_MPD/watrack_mpd.vcxproj')
-rwxr-xr-x | plugins/Watrack_MPD/watrack_mpd.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/Watrack_MPD/watrack_mpd.vcxproj b/plugins/Watrack_MPD/watrack_mpd.vcxproj new file mode 100755 index 0000000000..f032d1b73f --- /dev/null +++ b/plugins/Watrack_MPD/watrack_mpd.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>Watrack_MPD</ProjectName>
+ <ProjectGuid>{A7D9DFA5-C34F-4B98-BEE8-5140EFCD2E8C}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |