summaryrefslogtreecommitdiff
path: root/plugins/Console/Console.vcxproj
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-04-25 16:48:30 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-04-25 16:48:30 +0000
commit7661154c6360c2b9ff10dc536fe029323f7a96cb (patch)
treebd2dd8c7a7d13e31708a098412f3d0ca65d799b9 /plugins/Console/Console.vcxproj
parentc420197ebd62618924644ae0e205947418c57c12 (diff)
Console - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13141 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Console/Console.vcxproj')
-rw-r--r--plugins/Console/Console.vcxproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/Console/Console.vcxproj b/plugins/Console/Console.vcxproj
new file mode 100644
index 0000000000..a6d1e02863
--- /dev/null
+++ b/plugins/Console/Console.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>Console</ProjectName>
+ <ProjectGuid>{A231E008-2D1A-4F24-95DD-59F56F85A499}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
+ </ImportGroup>
+</Project> \ No newline at end of file