diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-01 20:11:08 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-01 20:11:08 +0000 |
commit | 011c88d6f9e878133f1a9f24a089596d4d878938 (patch) | |
tree | 7dd275ee1a8b18d471c61c03a1626cc780bbc8d1 /protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj | |
parent | 86e1ca2ee5833726d38628de1e91fa4953a55fa2 (diff) |
Proto_ICQ and ICQ_xStatus - unified projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@13349 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj')
-rw-r--r-- | protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj b/protocols/IcqOscarJ/proto_icq/Proto_ICQ.vcxproj new file mode 100644 index 0000000000..1f81934ccf --- /dev/null +++ b/protocols/IcqOscarJ/proto_icq/Proto_ICQ.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">
+ <ProjectName>Proto_ICQ</ProjectName>
+ <ProjectGuid>{DB3B0449-E576-4BBB-8B08-AB9E914D39CA}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |