summaryrefslogtreecommitdiff
path: root/src/core/stdemail/stdemail.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-08-08 20:01:55 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-08-08 20:01:55 +0000
commit967efb282c37c01118eda276ee6b4f1a2a013294 (patch)
tree0de0f737c9b7808df12f8eccbdb08fd00ff55a2a /src/core/stdemail/stdemail.vcxproj
parentd7b4175e4ec7b916e22c59cf2e292c8265df1838 (diff)
stdemail: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdemail/stdemail.vcxproj')
-rw-r--r--src/core/stdemail/stdemail.vcxproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/core/stdemail/stdemail.vcxproj b/src/core/stdemail/stdemail.vcxproj
new file mode 100644
index 0000000000..3c94fba1e7
--- /dev/null
+++ b/src/core/stdemail/stdemail.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>StdEmail</ProjectName>
+ <ProjectGuid>{A5B558C6-C767-11E1-A335-F6EB6188709B}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\..\build\vc.common\core.props" />
+ </ImportGroup>
+</Project> \ No newline at end of file