diff options
| author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 16:44:52 +0300 |
|---|---|---|
| committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 16:44:52 +0300 |
| commit | f5cb8bc39cf07e9727a0a03f1dbfcc1dcbc6fe2b (patch) | |
| tree | 10ff63d543e5d34f97a7f10631714aa201142192 /protocols/Slack/Slack.vcxproj | |
| parent | bc0ae76e5c65cd5133ace4ae5502b3e62f6b299f (diff) | |
Slack: moved to deprecated
Diffstat (limited to 'protocols/Slack/Slack.vcxproj')
| -rw-r--r-- | protocols/Slack/Slack.vcxproj | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/protocols/Slack/Slack.vcxproj b/protocols/Slack/Slack.vcxproj deleted file mode 100644 index 175062273a..0000000000 --- a/protocols/Slack/Slack.vcxproj +++ /dev/null @@ -1,40 +0,0 @@ -<?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>{5487475F-00C2-4D88-AE41-C5969260D455}</ProjectGuid> - <ProjectName>Slack</ProjectName> - </PropertyGroup> - <ImportGroup Label="PropertySheets"> - <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> - </ImportGroup> - <ItemDefinitionGroup> - <ClCompile> - <AdditionalIncludeDirectories>include;..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - </ClCompile> - <Link> - <AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies> - </Link> - </ItemDefinitionGroup> - <ItemGroup> - <ClInclude Include="src\api\*.h" /> - <None Include="res\*.ico" /> - </ItemGroup> -</Project> |
