diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-27 05:29:06 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-27 05:29:06 +0000 |
commit | 9f5f3d03bbbaddc45e69c44f5e37fb5b324e03ef (patch) | |
tree | 46d32f7ff4a4347ab83a62df014538d728408ec7 /plugins/Clist_blind/Clist_blind.vcxproj | |
parent | 80a0da76eb4d30ffb40374587b3d675052edfc64 (diff) |
Clist_blind common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13187 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind/Clist_blind.vcxproj')
-rw-r--r-- | plugins/Clist_blind/Clist_blind.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/Clist_blind/Clist_blind.vcxproj b/plugins/Clist_blind/Clist_blind.vcxproj new file mode 100644 index 0000000000..42d7e26adc --- /dev/null +++ b/plugins/Clist_blind/Clist_blind.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>Clist_blind</ProjectName>
+ <ProjectGuid>{2E15C462-A150-4A37-ACD6-FBAECF1724F5}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |