diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-02 07:17:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-02 07:17:46 +0000 |
commit | d9ee602fe14c95edefa581006afe6a7a54e16b9e (patch) | |
tree | e9a91174898ddd96b0d60d2ac70beb0256843e25 /protocols/MRA/proto_mra/Proto_MRA.vcxproj | |
parent | 9f80952104309817ea3687d98b1ec4fb1b3d6e00 (diff) |
Proto_MRA and MRA_xStatus - unified projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@13355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/proto_mra/Proto_MRA.vcxproj')
-rw-r--r-- | protocols/MRA/proto_mra/Proto_MRA.vcxproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/protocols/MRA/proto_mra/Proto_MRA.vcxproj b/protocols/MRA/proto_mra/Proto_MRA.vcxproj new file mode 100644 index 0000000000..bff849c08d --- /dev/null +++ b/protocols/MRA/proto_mra/Proto_MRA.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_MRA</ProjectName>
+ <ProjectGuid>{38BF6F63-58E7-442D-A7E8-B4BD57D224E2}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" />
+ </ImportGroup>
+</Project>
\ No newline at end of file |