diff options
Diffstat (limited to 'protocols/FacebookRM/proto_facebook')
| -rw-r--r-- | protocols/FacebookRM/proto_facebook/Proto_Facebook.rc | bin | 0 -> 3788 bytes | |||
| -rw-r--r-- | protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj | 182 | ||||
| -rw-r--r-- | protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj.filters | 23 | ||||
| -rw-r--r-- | protocols/FacebookRM/proto_facebook/icos/Away.ico | bin | 0 -> 5430 bytes | |||
| -rw-r--r-- | protocols/FacebookRM/proto_facebook/icos/Invisible.ico | bin | 0 -> 5430 bytes | |||
| -rw-r--r-- | protocols/FacebookRM/proto_facebook/icos/Offline.ico | bin | 0 -> 5430 bytes | |||
| -rw-r--r-- | protocols/FacebookRM/proto_facebook/icos/Online.ico | bin | 0 -> 5430 bytes | |||
| -rw-r--r-- | protocols/FacebookRM/proto_facebook/icos/Phone.ico | bin | 0 -> 5430 bytes | |||
| -rw-r--r-- | protocols/FacebookRM/proto_facebook/resource.h | bin | 0 -> 1278 bytes | 
9 files changed, 205 insertions, 0 deletions
| diff --git a/protocols/FacebookRM/proto_facebook/Proto_Facebook.rc b/protocols/FacebookRM/proto_facebook/Proto_Facebook.rcBinary files differ new file mode 100644 index 0000000000..0d444ed874 --- /dev/null +++ b/protocols/FacebookRM/proto_facebook/Proto_Facebook.rc diff --git a/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj b/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj new file mode 100644 index 0000000000..f2285d87c8 --- /dev/null +++ b/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj @@ -0,0 +1,182 @@ +<?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">
 +    <ProjectGuid>{44298314-7DD4-4EF7-B576-30E503257223}</ProjectGuid>
 +    <Keyword>Win32Proj</Keyword>
 +    <RootNamespace>Proto_Facebook</RootNamespace>
 +  </PropertyGroup>
 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
 +    <UseDebugLibraries>true</UseDebugLibraries>
 +    <CharacterSet>Unicode</CharacterSet>
 +  </PropertyGroup>
 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
 +    <UseDebugLibraries>true</UseDebugLibraries>
 +    <CharacterSet>Unicode</CharacterSet>
 +  </PropertyGroup>
 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
 +    <UseDebugLibraries>false</UseDebugLibraries>
 +    <CharacterSet>Unicode</CharacterSet>
 +  </PropertyGroup>
 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
 +    <UseDebugLibraries>false</UseDebugLibraries>
 +    <CharacterSet>Unicode</CharacterSet>
 +  </PropertyGroup>
 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 +  <ImportGroup Label="ExtensionSettings">
 +  </ImportGroup>
 +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 +  </ImportGroup>
 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 +  </ImportGroup>
 +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 +  </ImportGroup>
 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 +  </ImportGroup>
 +  <PropertyGroup Label="UserMacros" />
 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 +    <LinkIncremental>
 +    </LinkIncremental>
 +    <OutDir>$(SolutionDir)$(Configuration)\Icons\</OutDir>
 +    <IntDir>$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
 +  </PropertyGroup>
 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 +    <LinkIncremental />
 +    <OutDir>$(SolutionDir)$(Configuration)64\Icons\</OutDir>
 +    <IntDir>$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
 +  </PropertyGroup>
 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 +    <LinkIncremental>
 +    </LinkIncremental>
 +    <OutDir>$(SolutionDir)$(Configuration)\Icons\</OutDir>
 +    <IntDir>$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
 +  </PropertyGroup>
 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 +    <LinkIncremental />
 +    <OutDir>$(SolutionDir)$(Configuration)64\Icons\</OutDir>
 +    <IntDir>$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
 +  </PropertyGroup>
 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 +    <ClCompile>
 +      <PrecompiledHeader>
 +      </PrecompiledHeader>
 +      <WarningLevel>Level3</WarningLevel>
 +      <Optimization>Disabled</Optimization>
 +      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;PROTO_FACEBOOK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 +    </ClCompile>
 +    <Link>
 +      <SubSystem>Windows</SubSystem>
 +      <GenerateDebugInformation>
 +      </GenerateDebugInformation>
 +      <NoEntryPoint>true</NoEntryPoint>
 +      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 +    </Link>
 +    <ResourceCompile>
 +      <PreprocessorDefinitions>
 +      </PreprocessorDefinitions>
 +      <AdditionalIncludeDirectories>..\..\..\include\msapi</AdditionalIncludeDirectories>
 +    </ResourceCompile>
 +  </ItemDefinitionGroup>
 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 +    <ClCompile>
 +      <PrecompiledHeader>
 +      </PrecompiledHeader>
 +      <WarningLevel>Level3</WarningLevel>
 +      <Optimization>Disabled</Optimization>
 +      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;PROTO_FACEBOOK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 +    </ClCompile>
 +    <Link>
 +      <SubSystem>Windows</SubSystem>
 +      <GenerateDebugInformation>
 +      </GenerateDebugInformation>
 +      <NoEntryPoint>true</NoEntryPoint>
 +      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 +    </Link>
 +    <ResourceCompile>
 +      <PreprocessorDefinitions>
 +      </PreprocessorDefinitions>
 +      <AdditionalIncludeDirectories>..\..\..\include\msapi</AdditionalIncludeDirectories>
 +    </ResourceCompile>
 +  </ItemDefinitionGroup>
 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 +    <ClCompile>
 +      <WarningLevel>Level3</WarningLevel>
 +      <PrecompiledHeader>
 +      </PrecompiledHeader>
 +      <Optimization>MaxSpeed</Optimization>
 +      <FunctionLevelLinking>true</FunctionLevelLinking>
 +      <IntrinsicFunctions>true</IntrinsicFunctions>
 +      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PROTO_FACEBOOK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 +    </ClCompile>
 +    <Link>
 +      <SubSystem>Windows</SubSystem>
 +      <GenerateDebugInformation>
 +      </GenerateDebugInformation>
 +      <NoEntryPoint>true</NoEntryPoint>
 +      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 +    </Link>
 +    <ResourceCompile>
 +      <PreprocessorDefinitions>
 +      </PreprocessorDefinitions>
 +      <AdditionalIncludeDirectories>..\..\..\include\msapi</AdditionalIncludeDirectories>
 +    </ResourceCompile>
 +  </ItemDefinitionGroup>
 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 +    <ClCompile>
 +      <WarningLevel>Level3</WarningLevel>
 +      <PrecompiledHeader>
 +      </PrecompiledHeader>
 +      <Optimization>MaxSpeed</Optimization>
 +      <FunctionLevelLinking>true</FunctionLevelLinking>
 +      <IntrinsicFunctions>true</IntrinsicFunctions>
 +      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PROTO_FACEBOOK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 +    </ClCompile>
 +    <Link>
 +      <SubSystem>Windows</SubSystem>
 +      <GenerateDebugInformation>
 +      </GenerateDebugInformation>
 +      <NoEntryPoint>true</NoEntryPoint>
 +      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 +    </Link>
 +    <ResourceCompile>
 +      <PreprocessorDefinitions>
 +      </PreprocessorDefinitions>
 +      <AdditionalIncludeDirectories>..\..\..\include\msapi</AdditionalIncludeDirectories>
 +    </ResourceCompile>
 +  </ItemDefinitionGroup>
 +  <ItemGroup>
 +    <ClInclude Include="resource.h" />
 +  </ItemGroup>
 +  <ItemGroup>
 +    <ResourceCompile Include="Proto_Facebook.rc" />
 +  </ItemGroup>
 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 +  <ImportGroup Label="ExtensionTargets">
 +  </ImportGroup>
 +</Project>
\ No newline at end of file diff --git a/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj.filters b/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj.filters new file mode 100644 index 0000000000..7f974f3b64 --- /dev/null +++ b/protocols/FacebookRM/proto_facebook/Proto_Facebook.vcxproj.filters @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?>
 +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 +  <ItemGroup>
 +    <Filter Include="Header Files">
 +      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
 +      <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
 +    </Filter>
 +    <Filter Include="Resource Files">
 +      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
 +      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
 +    </Filter>
 +  </ItemGroup>
 +  <ItemGroup>
 +    <ClInclude Include="resource.h">
 +      <Filter>Header Files</Filter>
 +    </ClInclude>
 +  </ItemGroup>
 +  <ItemGroup>
 +    <ResourceCompile Include="Proto_Facebook.rc">
 +      <Filter>Resource Files</Filter>
 +    </ResourceCompile>
 +  </ItemGroup>
 +</Project>
\ No newline at end of file diff --git a/protocols/FacebookRM/proto_facebook/icos/Away.ico b/protocols/FacebookRM/proto_facebook/icos/Away.icoBinary files differ new file mode 100644 index 0000000000..b9a6ec6a56 --- /dev/null +++ b/protocols/FacebookRM/proto_facebook/icos/Away.ico diff --git a/protocols/FacebookRM/proto_facebook/icos/Invisible.ico b/protocols/FacebookRM/proto_facebook/icos/Invisible.icoBinary files differ new file mode 100644 index 0000000000..a7701bfcc5 --- /dev/null +++ b/protocols/FacebookRM/proto_facebook/icos/Invisible.ico diff --git a/protocols/FacebookRM/proto_facebook/icos/Offline.ico b/protocols/FacebookRM/proto_facebook/icos/Offline.icoBinary files differ new file mode 100644 index 0000000000..6d85ce327f --- /dev/null +++ b/protocols/FacebookRM/proto_facebook/icos/Offline.ico diff --git a/protocols/FacebookRM/proto_facebook/icos/Online.ico b/protocols/FacebookRM/proto_facebook/icos/Online.icoBinary files differ new file mode 100644 index 0000000000..4edd04635f --- /dev/null +++ b/protocols/FacebookRM/proto_facebook/icos/Online.ico diff --git a/protocols/FacebookRM/proto_facebook/icos/Phone.ico b/protocols/FacebookRM/proto_facebook/icos/Phone.icoBinary files differ new file mode 100644 index 0000000000..2bbc47a74b --- /dev/null +++ b/protocols/FacebookRM/proto_facebook/icos/Phone.ico diff --git a/protocols/FacebookRM/proto_facebook/resource.h b/protocols/FacebookRM/proto_facebook/resource.hBinary files differ new file mode 100644 index 0000000000..30db08e292 --- /dev/null +++ b/protocols/FacebookRM/proto_facebook/resource.h | 
