diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-08 19:22:15 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-08 19:22:15 +0000 |
commit | f5f6e9a6bd792251591af8d8d03a66b813e16db9 (patch) | |
tree | d4b72acf811bb1abcfb38005045e437fe73694e7 /src/core/stdautoaway/stdautoaway.vcxproj | |
parent | ef903664d17b14d2d6d0ce24c94207b51ad15575 (diff) |
stdautoaway: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14860 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdautoaway/stdautoaway.vcxproj')
-rw-r--r-- | src/core/stdautoaway/stdautoaway.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/core/stdautoaway/stdautoaway.vcxproj b/src/core/stdautoaway/stdautoaway.vcxproj new file mode 100644 index 0000000000..694e621e67 --- /dev/null +++ b/src/core/stdautoaway/stdautoaway.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>StdAutoAway</ProjectName>
+ <ProjectGuid>{a8f23706-e590-4a87-96cc-5f8e5082503f}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\..\build\vc.common\core.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |