summaryrefslogtreecommitdiff
path: root/src/core/stduseronline/stduseronline.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-08-08 20:38:11 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-08-08 20:38:11 +0000
commit80618c9cfc8d65c5768f5df53d7fbb94b0a8291e (patch)
tree1829fb4cb1c4e2fc03b9824e2cd85333ab684f19 /src/core/stduseronline/stduseronline.vcxproj
parentb7e8135d79837df9d9f10ab82042f21a92ffc132 (diff)
stduseronline: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14873 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stduseronline/stduseronline.vcxproj')
-rw-r--r--src/core/stduseronline/stduseronline.vcxproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/core/stduseronline/stduseronline.vcxproj b/src/core/stduseronline/stduseronline.vcxproj
new file mode 100644
index 0000000000..0b2a2f56c5
--- /dev/null
+++ b/src/core/stduseronline/stduseronline.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>StdUserOnline</ProjectName>
+ <ProjectGuid>{d22c1bbb-e06a-4a28-8f33-17d1ea3e8563}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\..\build\vc.common\core.props" />
+ </ImportGroup>
+</Project> \ No newline at end of file