diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:53:24 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:53:24 +0000 |
commit | 318be8ed372e275443db50f4050ac5245c012acc (patch) | |
tree | a939c7924079be875af6a2a03fe0bcc0c9b502bc /plugins/WebView/webview.vcxproj | |
parent | 2e8f7b168189b3b5cac82a9f4c03a97273c26e59 (diff) |
webview: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14800 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView/webview.vcxproj')
-rw-r--r-- | plugins/WebView/webview.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/WebView/webview.vcxproj b/plugins/WebView/webview.vcxproj new file mode 100644 index 0000000000..e8e88065da --- /dev/null +++ b/plugins/WebView/webview.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>WebView</ProjectName>
+ <ProjectGuid>{475ED6ED-C311-4188-ACB2-1C41830B22EE}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |