summaryrefslogtreecommitdiff
path: root/plugins/Ping/ping.vcxproj
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-07-26 11:49:19 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-07-26 11:49:19 +0000
commitfffcd98b6f25af8d7a7895302e3b1ff64344d526 (patch)
tree8912b5f9b0356c90d057feba3241151c3f5db51b /plugins/Ping/ping.vcxproj
parent3fc6022b5755a9a746dd628588d8df2dc60176f2 (diff)
Ping: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping/ping.vcxproj')
-rw-r--r--plugins/Ping/ping.vcxproj33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/Ping/ping.vcxproj b/plugins/Ping/ping.vcxproj
new file mode 100644
index 0000000000..63d8260a15
--- /dev/null
+++ b/plugins/Ping/ping.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">
+ <ProjectName>Ping</ProjectName>
+ <ProjectGuid>{F31BD1B6-EE9D-4F76-A047-F8AEADC26086}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ </ClCompile>
+ </ItemDefinitionGroup>
+</Project> \ No newline at end of file