diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-24 23:07:58 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-24 23:07:58 +0000 |
commit | 4294963c06cca6c22fe273a8e3366ec4159ab76c (patch) | |
tree | 8140eaeab3fdb04cd512a5046ed74de171fbf3a3 /plugins/AvatarHistory/AvatarHistory.vcxproj | |
parent | 8f3240800df19a4ad1025768f4c595ab49bb898f (diff) |
AvatarHistory - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AvatarHistory/AvatarHistory.vcxproj')
-rw-r--r-- | plugins/AvatarHistory/AvatarHistory.vcxproj | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/AvatarHistory/AvatarHistory.vcxproj b/plugins/AvatarHistory/AvatarHistory.vcxproj new file mode 100644 index 0000000000..d0d37f559f --- /dev/null +++ b/plugins/AvatarHistory/AvatarHistory.vcxproj @@ -0,0 +1,37 @@ +<?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>AvatarHistory</ProjectName>
+ <ProjectGuid>{9D702039-F4A9-4978-92B3-3615E5C44BEE}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
+ </ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="..\utils\mir_options.cpp">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\utils\mir_options.h">
+ </ClInclude>
+ </ItemGroup>
+</Project>
\ No newline at end of file |