summaryrefslogtreecommitdiff
path: root/src/core/stduserinfo/stduserinfo.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-08-08 20:33:48 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-08-08 20:33:48 +0000
commitb7e8135d79837df9d9f10ab82042f21a92ffc132 (patch)
tree6625fa0b02bcce8a70e38ce3130bdb8497bc1410 /src/core/stduserinfo/stduserinfo.vcxproj
parent0677159e14fd8429c4ceaf6b43e945781218947e (diff)
stduserinfo: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14872 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stduserinfo/stduserinfo.vcxproj')
-rw-r--r--src/core/stduserinfo/stduserinfo.vcxproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/core/stduserinfo/stduserinfo.vcxproj b/src/core/stduserinfo/stduserinfo.vcxproj
new file mode 100644
index 0000000000..616a6507c8
--- /dev/null
+++ b/src/core/stduserinfo/stduserinfo.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>StdUserInfo</ProjectName>
+ <ProjectGuid>{1C856B14-54CD-4D07-B18B-5F7DB073AB51}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\..\build\vc.common\core.props" />
+ </ImportGroup>
+</Project> \ No newline at end of file