diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 09:08:30 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 09:08:30 +0000 |
commit | 7f620e83793144d8cc07222727f1400b97b86d9c (patch) | |
tree | 33c2af56aadf2238c8c29f3bb6e55ad7f36502aa /protocols/VKontakte/vk.vcxproj | |
parent | e4381f78fc843a78ab9e4af4d92096983b319b58 (diff) |
Vkontakte - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13128 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/vk.vcxproj')
-rw-r--r-- | protocols/VKontakte/vk.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/protocols/VKontakte/vk.vcxproj b/protocols/VKontakte/vk.vcxproj new file mode 100644 index 0000000000..6fddc0234d --- /dev/null +++ b/protocols/VKontakte/vk.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>{BF6E1942-7E42-4564-9DF5-FD0A00D71173}</ProjectGuid>
+ <ProjectName>VKontakte</ProjectName>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |