diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:12:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:12:09 +0000 |
commit | b36570eeab759b37b50da15f67a2f844357fde1a (patch) | |
tree | 91542a9da08fe90d277e2a51c540ba5695d27582 /plugins/UserInfoEx/UInfoEx.vcxproj | |
parent | f53a75f066d707860fd9517c5a640711884ff859 (diff) |
UInfoEx: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/UInfoEx.vcxproj')
-rw-r--r-- | plugins/UserInfoEx/UInfoEx.vcxproj | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/plugins/UserInfoEx/UInfoEx.vcxproj b/plugins/UserInfoEx/UInfoEx.vcxproj new file mode 100644 index 0000000000..0da6d52753 --- /dev/null +++ b/plugins/UserInfoEx/UInfoEx.vcxproj @@ -0,0 +1,40 @@ +<?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>UInfoEx</ProjectName>
+ <ProjectGuid>{AD3B6CDC-7B26-4338-B6AE-0306DEDA0D6A}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\ex_import\*.cpp">
+ <PrecompiledHeaderFile>..\stdafx.h</PrecompiledHeaderFile>
+ </ClCompile>
+ <ClCompile Include="src\Flags\*.cpp">
+ <PrecompiledHeaderFile>..\stdafx.h</PrecompiledHeaderFile>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\ex_import\*.h" />
+ <ClInclude Include="src\Flags\*.h" />
+ </ItemGroup>
+</Project>
\ No newline at end of file |