diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-02 08:05:55 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-02 08:05:55 +0000 |
commit | 18cb91d6c518f733c7a2db59b1d849adc6eaa7c5 (patch) | |
tree | cc02d1dfad44b8849daa056e8d9d1352074573c6 /protocols/MSN/proto_msn/Proto_MSN.vcxproj | |
parent | 8b372a7f0177e61fdef90798cc8049c473cc9b4e (diff) |
Proto_MSN - unified project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13359 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/proto_msn/Proto_MSN.vcxproj')
-rw-r--r-- | protocols/MSN/proto_msn/Proto_MSN.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/protocols/MSN/proto_msn/Proto_MSN.vcxproj b/protocols/MSN/proto_msn/Proto_MSN.vcxproj new file mode 100644 index 0000000000..24dc5a353d --- /dev/null +++ b/protocols/MSN/proto_msn/Proto_MSN.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>Proto_MSN</ProjectName>
+ <ProjectGuid>{7BC6C3E7-2B17-4718-A82E-084798710E14}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |