summaryrefslogtreecommitdiff
path: root/plugins/HistorySweeperLight/historysweeperlight.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-07-24 08:59:53 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-07-24 08:59:53 +0000
commit2293e8300f4c7f75161b0fbda8adde10d1d64f1a (patch)
tree2d2120289c330ed4551c7f6724458460a4bf9e90 /plugins/HistorySweeperLight/historysweeperlight.vcxproj
parente2f10dee4e34fd3ef99aa398c004e90539440f33 (diff)
historysweeperlight: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistorySweeperLight/historysweeperlight.vcxproj')
-rw-r--r--plugins/HistorySweeperLight/historysweeperlight.vcxproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/HistorySweeperLight/historysweeperlight.vcxproj b/plugins/HistorySweeperLight/historysweeperlight.vcxproj
new file mode 100644
index 0000000000..9b738c0ca0
--- /dev/null
+++ b/plugins/HistorySweeperLight/historysweeperlight.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">
+ <ProjectName>HistorySweeperLight</ProjectName>
+ <ProjectGuid>{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+</Project> \ No newline at end of file