diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-08 20:20:21 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-08 20:20:21 +0000 |
commit | b9703bb8be514ca0d9aaae40c0771ea90cb8318c (patch) | |
tree | 04bd5a82bac89a99e05f9a94c4d2a4b117bc3652 /src/core/stdmsg/stdmsg.vcxproj | |
parent | 4a8f96687f75eab5296105f3fbd5f7aa0920f2da (diff) |
stdmsg: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdmsg/stdmsg.vcxproj')
-rw-r--r-- | src/core/stdmsg/stdmsg.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/core/stdmsg/stdmsg.vcxproj b/src/core/stdmsg/stdmsg.vcxproj new file mode 100644 index 0000000000..df123906a6 --- /dev/null +++ b/src/core/stdmsg/stdmsg.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>StdMsg</ProjectName>
+ <ProjectGuid>{F47EAB99-C78F-4A92-87D5-B0E16FE5A133}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\..\build\vc.common\core.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |