diff options
author | George Hazan <ghazan@miranda.im> | 2018-12-20 21:34:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-12-20 21:34:16 +0300 |
commit | aadbf89f4e9d5939e9b3d9a6e75642c6208b9992 (patch) | |
tree | b8d6c2c722450beffe86cf3132175f9b340f3971 /protocols/Icq10/icq10.vcxproj | |
parent | acea0ce48f332160f225e0c0f3a612952ea5620f (diff) |
stub for new ICQ protocol
Diffstat (limited to 'protocols/Icq10/icq10.vcxproj')
-rw-r--r-- | protocols/Icq10/icq10.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/protocols/Icq10/icq10.vcxproj b/protocols/Icq10/icq10.vcxproj new file mode 100644 index 0000000000..1c6a247732 --- /dev/null +++ b/protocols/Icq10/icq10.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>Icq10</ProjectName> + <ProjectGuid>{EFB2355B-82B3-4759-B7D8-95F8E9506291}</ProjectGuid> + </PropertyGroup> + <ImportGroup Label="PropertySheets"> + <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> + </ImportGroup> +</Project>
\ No newline at end of file |