summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/SkypeWeb.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-30 19:26:10 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-30 19:26:10 +0000
commit54b79c7733c3005937f5ad5cd68672c2397493fe (patch)
treefee10f8e55cb1ae6c2e3d6f24743cdaa3ba1f0a7 /protocols/SkypeWeb/SkypeWeb.vcxproj
parent7e049d92bb13e8b6c67bc0c0c460c0c145545172 (diff)
unified project for SkypeWeb protocol
git-svn-id: http://svn.miranda-ng.org/main/trunk@13310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/SkypeWeb.vcxproj')
-rw-r--r--protocols/SkypeWeb/SkypeWeb.vcxproj33
1 files changed, 33 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/SkypeWeb.vcxproj b/protocols/SkypeWeb/SkypeWeb.vcxproj
new file mode 100644
index 0000000000..cfab627a21
--- /dev/null
+++ b/protocols/SkypeWeb/SkypeWeb.vcxproj
@@ -0,0 +1,33 @@
+<?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>{66A9BDEB-150F-45DC-B20F-9892C0B43834}</ProjectGuid>
+ <ProjectName>SkypeWeb</ProjectName>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
+ </ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
+</Project> \ No newline at end of file