diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-07 15:50:51 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-07 15:50:51 +0000 |
commit | a704113576cb1f75463c26140e3aad20487ded33 (patch) | |
tree | 0da381cd29e85472bb966b3c4d3c8dd2e36dedf2 /protocols/Telegram/telegram.vcxproj | |
parent | a4b5a6fb054a30b840aadc8ecbba1cb3afedb8db (diff) |
Telegram: initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@16441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Telegram/telegram.vcxproj')
-rw-r--r-- | protocols/Telegram/telegram.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/protocols/Telegram/telegram.vcxproj b/protocols/Telegram/telegram.vcxproj new file mode 100644 index 0000000000..ba6ffd0ad7 --- /dev/null +++ b/protocols/Telegram/telegram.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">
+ <ProjectGuid>{8f81f4b8-2b96-447b-8ab8-f203aac6c4eb}</ProjectGuid>
+ <ProjectName>Telegram</ProjectName>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |