From 748b230ef5a901f4736d38aa1d3c3c18b77c0c53 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Sat, 8 Jul 2017 02:55:45 +0200
Subject: [PATCH] Fix missing BrowserProcesses in project file after merge

---
 TweetDuck.csproj | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TweetDuck.csproj b/TweetDuck.csproj
index 83d83f28..8faa3850 100644
--- a/TweetDuck.csproj
+++ b/TweetDuck.csproj
@@ -165,6 +165,7 @@
     <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsRestart.Designer.cs">
       <DependentUpon>DialogSettingsRestart.cs</DependentUpon>
     </Compile>
+    <Compile Include="Core\Utils\BrowserProcesses.cs" />
     <Compile Include="Core\Utils\StringUtils.cs" />
     <Compile Include="Data\CombinedFileStream.cs" />
     <Compile Include="Core\Other\Settings\Export\ExportFileFlags.cs" />