diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 06:27:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 06:27:57 +0000 |
commit | 76b87a97dac6b2171de069009e7a111b1d468381 (patch) | |
tree | 223e7764f0eb1bd216b6aa1a9350af1f0e809abc /plugins/BasicHistory/BasicHistory.vcxproj | |
parent | 7b82c051eabf54caf834a42083557280e00c671b (diff) |
BasicHistory: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/BasicHistory.vcxproj')
-rw-r--r-- | plugins/BasicHistory/BasicHistory.vcxproj | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/BasicHistory/BasicHistory.vcxproj b/plugins/BasicHistory/BasicHistory.vcxproj new file mode 100644 index 0000000000..94b714e69d --- /dev/null +++ b/plugins/BasicHistory/BasicHistory.vcxproj @@ -0,0 +1,34 @@ +<?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>{155211F8-08E1-4864-A3B8-9F04F4270360}</ProjectGuid>
+ <ProjectName>BasicHistory</ProjectName>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\libs\zlib\zlib.vcxproj">
+ <Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ </ProjectReference>
+ </ItemGroup>
+</Project>
\ No newline at end of file |