<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="packages\CefSharp.WinForms.67.0.0-CI2658\build\CefSharp.WinForms.props" Condition="Exists('packages\CefSharp.WinForms.67.0.0-CI2658\build\CefSharp.WinForms.props')" />
  <Import Project="packages\CefSharp.Common.67.0.0-CI2658\build\CefSharp.Common.props" Condition="Exists('packages\CefSharp.Common.67.0.0-CI2658\build\CefSharp.Common.props')" />
  <Import Project="packages\cef.redist.x86.3.3396.1777\build\cef.redist.x86.props" Condition="Exists('packages\cef.redist.x86.3.3396.1777\build\cef.redist.x86.props')" />
  <Import Project="packages\cef.redist.x64.3.3396.1777\build\cef.redist.x64.props" Condition="Exists('packages\cef.redist.x64.3.3396.1777\build\cef.redist.x64.props')" />
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProjectGuid>{2389A7CD-E0D3-4706-8294-092929A33A2D}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>TweetDuck</RootNamespace>
    <AssemblyName>TweetDuck</AssemblyName>
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ApplicationIcon>Resources\Images\icon.ico</ApplicationIcon>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
    <StartArguments>-datafolder TweetDuckDebug</StartArguments>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x86\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DebugType>full</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    <Prefer32Bit>false</Prefer32Bit>
    <LangVersion>7</LangVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <OutputPath>bin\x86\Release\</OutputPath>
    <Optimize>true</Optimize>
    <PlatformTarget>x86</PlatformTarget>
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    <Prefer32Bit>false</Prefer32Bit>
    <LangVersion>7</LangVersion>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Management" />
    <Reference Include="System.Web.Extensions" />
    <Reference Include="System.Windows.Forms" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Configuration\Arguments.cs" />
    <Compile Include="Configuration\LockManager.cs" />
    <Compile Include="Configuration\SystemConfig.cs" />
    <Compile Include="Configuration\UserConfig.cs" />
    <Compile Include="Core\Bridge\PropertyBridge.cs" />
    <Compile Include="Core\Controls\ControlExtensions.cs" />
    <Compile Include="Core\Controls\FlatButton.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Core\Controls\FlatProgressBar.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Core\Controls\LabelVertical.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Core\Controls\NumericUpDownEx.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Core\FormManager.cs" />
    <Compile Include="Core\Handling\ContextMenuGuide.cs" />
    <Compile Include="Core\Handling\DragHandlerBrowser.cs" />
    <Compile Include="Core\Handling\Filters\ResponseFilterBase.cs" />
    <Compile Include="Core\Handling\Filters\ResponseFilterVendor.cs" />
    <Compile Include="Core\Handling\General\BrowserProcessHandler.cs" />
    <Compile Include="Core\Handling\ContextMenuBase.cs" />
    <Compile Include="Core\Handling\ContextMenuBrowser.cs" />
    <Compile Include="Core\FormBrowser.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\FormBrowser.Designer.cs">
      <DependentUpon>FormBrowser.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Handling\General\FileDialogHandler.cs" />
    <Compile Include="Core\Handling\KeyboardHandlerBrowser.cs" />
    <Compile Include="Core\Handling\KeyboardHandlerNotification.cs" />
    <Compile Include="Core\Handling\RequestHandlerBase.cs" />
    <Compile Include="Core\Handling\RequestHandlerBrowser.cs" />
    <Compile Include="Core\Handling\ResourceHandlerNotification.cs" />
    <Compile Include="Core\Other\Interfaces\ITweetDeckBrowser.cs" />
    <Compile Include="Core\Management\ContextInfo.cs" />
    <Compile Include="Core\Notification\Example\FormNotificationExample.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Notification\FormNotificationMain.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Notification\FormNotificationMain.Designer.cs">
      <DependentUpon>FormNotificationMain.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Notification\FormNotificationBase.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Notification\FormNotificationBase.Designer.cs">
      <DependentUpon>FormNotificationBase.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Handling\ContextMenuNotification.cs" />
    <Compile Include="Core\Handling\General\JavaScriptDialogHandler.cs" />
    <Compile Include="Core\Handling\General\LifeSpanHandler.cs" />
    <Compile Include="Core\Notification\FormNotificationTweet.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Notification\FormNotificationTweet.Designer.cs">
      <DependentUpon>FormNotificationTweet.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Notification\SoundNotification.cs" />
    <Compile Include="Core\Notification\TweetNotification.cs" />
    <Compile Include="Core\Other\Analytics\AnalyticsFile.cs" />
    <Compile Include="Core\Other\Analytics\AnalyticsManager.cs" />
    <Compile Include="Core\Other\Analytics\AnalyticsReport.cs" />
    <Compile Include="Core\Other\Analytics\AnalyticsReportGenerator.cs" />
    <Compile Include="Core\Other\FormAbout.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Other\FormAbout.Designer.cs">
      <DependentUpon>FormAbout.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\FormGuide.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Other\FormGuide.Designer.cs">
      <DependentUpon>FormGuide.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\FormMessage.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Other\FormMessage.Designer.cs">
      <DependentUpon>FormMessage.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\FormPlugins.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Other\FormPlugins.Designer.cs">
      <DependentUpon>FormPlugins.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Management\VideoPlayer.cs" />
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsAnalytics.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsAnalytics.Designer.cs">
      <DependentUpon>DialogSettingsAnalytics.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsSearchEngine.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsSearchEngine.Designer.cs">
      <DependentUpon>DialogSettingsSearchEngine.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsCSS.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsCSS.Designer.cs">
      <DependentUpon>DialogSettingsCSS.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsCefArgs.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsCefArgs.Designer.cs">
      <DependentUpon>DialogSettingsCefArgs.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsManage.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsManage.Designer.cs">
      <DependentUpon>DialogSettingsManage.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsRestart.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\Dialogs\DialogSettingsRestart.Designer.cs">
      <DependentUpon>DialogSettingsRestart.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsFeedback.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsFeedback.Designer.cs">
      <DependentUpon>TabSettingsFeedback.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsLocales.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsLocales.Designer.cs">
      <DependentUpon>TabSettingsLocales.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsTray.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsTray.Designer.cs">
      <DependentUpon>TabSettingsTray.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\TweetDeckBrowser.cs" />
    <Compile Include="Core\Utils\LocaleUtils.cs" />
    <Compile Include="Core\Utils\StringUtils.cs" />
    <Compile Include="Core\Utils\TwitterUtils.cs" />
    <Compile Include="Data\CombinedFileStream.cs" />
    <Compile Include="Core\Management\ProfileManager.cs" />
    <Compile Include="Core\Other\Settings\TabSettingsAdvanced.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsAdvanced.Designer.cs">
      <DependentUpon>TabSettingsAdvanced.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\Settings\BaseTabSettings.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsGeneral.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsGeneral.Designer.cs">
      <DependentUpon>TabSettingsGeneral.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsSounds.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsSounds.Designer.cs">
      <DependentUpon>TabSettingsSounds.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsNotifications.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Core\Other\Settings\TabSettingsNotifications.Designer.cs">
      <DependentUpon>TabSettingsNotifications.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Notification\Screenshot\ScreenshotBridge.cs" />
    <Compile Include="Data\CommandLineArgs.cs" />
    <Compile Include="Core\Notification\Screenshot\FormNotificationScreenshotable.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Notification\Screenshot\TweetScreenshotManager.cs" />
    <Compile Include="Data\ResourceLink.cs" />
    <Compile Include="Data\Result.cs" />
    <Compile Include="Data\Serialization\FileSerializer.cs" />
    <Compile Include="Data\InjectedHTML.cs" />
    <Compile Include="Data\Serialization\ITypeConverter.cs" />
    <Compile Include="Data\Serialization\SingleTypeConverter.cs" />
    <Compile Include="Data\TwoKeyDictionary.cs" />
    <Compile Include="Data\WindowState.cs" />
    <Compile Include="Core\Utils\WindowsUtils.cs" />
    <Compile Include="Core\Bridge\TweetDeckBridge.cs" />
    <Compile Include="Core\Other\FormSettings.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Core\Other\FormSettings.Designer.cs">
      <DependentUpon>FormSettings.cs</DependentUpon>
    </Compile>
    <Compile Include="Plugins\Controls\PluginControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="Plugins\Controls\PluginControl.Designer.cs">
      <DependentUpon>PluginControl.cs</DependentUpon>
    </Compile>
    <Compile Include="Plugins\Controls\PluginListFlowLayout.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Plugins\Enums\PluginFolder.cs" />
    <Compile Include="Plugins\Plugin.cs" />
    <Compile Include="Plugins\Events\PluginChangedStateEventArgs.cs" />
    <Compile Include="Plugins\PluginBridge.cs" />
    <Compile Include="Plugins\PluginConfig.cs" />
    <Compile Include="Plugins\Enums\PluginEnvironment.cs" />
    <Compile Include="Plugins\Enums\PluginGroup.cs" />
    <Compile Include="Plugins\Events\PluginErrorEventArgs.cs" />
    <Compile Include="Plugins\PluginLoader.cs" />
    <Compile Include="Plugins\PluginManager.cs" />
    <Compile Include="Plugins\PluginScriptGenerator.cs" />
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Reporter.cs" />
    <Compile Include="Updates\Events\UpdateCheckEventArgs.cs" />
    <Compile Include="Updates\FormUpdateDownload.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Updates\FormUpdateDownload.Designer.cs">
      <DependentUpon>FormUpdateDownload.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Other\TrayIcon.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="Core\Other\TrayIcon.Designer.cs">
      <DependentUpon>TrayIcon.cs</DependentUpon>
    </Compile>
    <Compile Include="Core\Management\BrowserCache.cs" />
    <Compile Include="Core\Utils\BrowserUtils.cs" />
    <Compile Include="Core\Utils\NativeMethods.cs" />
    <Compile Include="Updates\UpdateCheckClient.cs" />
    <Compile Include="Updates\UpdateDownloadStatus.cs" />
    <Compile Include="Updates\UpdateHandler.cs" />
    <Compile Include="Updates\UpdateInfo.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Resources\ScriptLoader.cs" />
    <Compile Include="Updates\Events\UpdateEventArgs.cs" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Core\FormBrowser.resx">
      <DependentUpon>FormBrowser.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <SubType>Designer</SubType>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
    <None Include="Resources\Images\avatar.png" />
    <None Include="Resources\Images\icon.ico" />
    <None Include="Resources\Images\icon-tray-muted.ico" />
    <None Include="Resources\Images\icon-muted.ico" />
    <None Include="Resources\Images\icon-small.ico" />
    <None Include="Resources\Images\icon-tray-new.ico" />
    <None Include="Resources\Images\icon-tray.ico" />
    <None Include="Resources\Images\spinner.apng" />
    <None Include="Resources\PostBuild.ps1" />
    <None Include="Resources\Plugins\.debug\.meta" />
    <None Include="Resources\Plugins\.debug\browser.js" />
    <None Include="Resources\Plugins\clear-columns\.meta" />
    <None Include="Resources\Plugins\clear-columns\browser.js" />
    <None Include="Resources\Plugins\edit-design\.meta" />
    <None Include="Resources\Plugins\edit-design\browser.js" />
    <None Include="Resources\Plugins\edit-design\modal.html" />
    <None Include="Resources\Plugins\edit-design\theme.black.css" />
    <None Include="Resources\Plugins\emoji-keyboard\.meta" />
    <None Include="Resources\Plugins\emoji-keyboard\browser.js" />
    <None Include="Resources\Plugins\emoji-keyboard\emoji-instructions.txt" />
    <None Include="Resources\Plugins\emoji-keyboard\emoji-ordering.txt" />
    <None Include="Resources\Plugins\reply-account\.meta" />
    <None Include="Resources\Plugins\reply-account\browser.js" />
    <None Include="Resources\Plugins\reply-account\configuration.default.js" />
    <None Include="Resources\Plugins\templates\.meta" />
    <None Include="Resources\Plugins\templates\browser.js" />
    <None Include="Resources\Plugins\templates\modal.html" />
    <None Include="Resources\Plugins\timeline-polls\.meta" />
    <None Include="Resources\Plugins\timeline-polls\browser.js" />
    <None Include="Resources\Scripts\code.js" />
    <None Include="Resources\Scripts\imports\scripts\plugins.base.js" />
    <None Include="Resources\Scripts\imports\styles\introduction.css" />
    <None Include="Resources\Scripts\imports\styles\twitter.base.css" />
    <None Include="Resources\Scripts\imports\styles\twitter.logout.css" />
    <None Include="Resources\Scripts\imports\styles\update.css" />
    <None Include="Resources\Scripts\introduction.js" />
    <None Include="Resources\Scripts\notification.js" />
    <None Include="Resources\Scripts\pages\error.html" />
    <None Include="Resources\Scripts\pages\example.html" />
    <None Include="Resources\Scripts\plugins.browser.js" />
    <None Include="Resources\Scripts\plugins.notification.js" />
    <None Include="Resources\Scripts\screenshot.js" />
    <None Include="Resources\Scripts\styles\browser.css" />
    <None Include="Resources\Scripts\styles\notification.css" />
    <None Include="Resources\Scripts\twitter.js" />
    <None Include="Resources\Scripts\update.js" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="subprocess\TweetDuck.Browser.csproj">
      <Project>{b10b0017-819e-4f71-870f-8256b36a26aa}</Project>
      <Name>TweetDuck.Browser</Name>
    </ProjectReference>
    <ProjectReference Include="video\TweetDuck.Video.csproj">
      <Project>{278b2d11-402d-44b6-b6a1-8fa67db65565}</Project>
      <Name>TweetDuck.Video</Name>
    </ProjectReference>
    <ProjectReference Include="lib\TweetLib.Communication\TweetLib.Communication.csproj">
      <Project>{72473763-4b9d-4fb6-a923-9364b2680f06}</Project>
      <Name>TweetLib.Communication</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PostBuildEvent>rmdir "$(ProjectDir)bin\Debug"
rmdir "$(ProjectDir)bin\Release"

rmdir "$(TargetDir)scripts" /S /Q
rmdir "$(TargetDir)plugins" /S /Q

powershell -ExecutionPolicy Unrestricted -File "$(ProjectDir)Resources\PostBuild.ps1" "$(TargetDir)\" "$(ProjectDir)\" "$(ConfigurationName)"
</PostBuildEvent>
  </PropertyGroup>
  <Target Name="AfterBuild" Condition="$(ConfigurationName) == Release">
    <Exec Command="del &quot;$(TargetDir)*.pdb&quot;" />
    <Exec Command="del &quot;$(TargetDir)*.xml&quot;" />
    <Delete Files="$(TargetDir)CefSharp.BrowserSubprocess.exe" />
    <Delete Files="$(TargetDir)widevinecdmadapter.dll" />
    <Exec Command="&quot;$(ProjectDir)bld\UPDATE ONLY.bat&quot;" WorkingDirectory="$(ProjectDir)bld\" IgnoreExitCode="true" />
  </Target>
  <PropertyGroup>
    <PreBuildEvent>powershell Get-Process TweetDuck.Browser -ErrorAction SilentlyContinue ^| Where-Object {$_.Path -eq '$(TargetDir)TweetDuck.Browser.exe'} ^| Stop-Process; Exit 0</PreBuildEvent>
  </PropertyGroup>
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
    <PropertyGroup>
      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
    </PropertyGroup>
    <Error Condition="!Exists('packages\cef.redist.x64.3.3396.1777\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\cef.redist.x64.3.3396.1777\build\cef.redist.x64.props'))" />
    <Error Condition="!Exists('packages\cef.redist.x86.3.3396.1777\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\cef.redist.x86.3.3396.1777\build\cef.redist.x86.props'))" />
    <Error Condition="!Exists('packages\CefSharp.Common.67.0.0-CI2658\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.Common.67.0.0-CI2658\build\CefSharp.Common.props'))" />
    <Error Condition="!Exists('packages\CefSharp.Common.67.0.0-CI2658\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.Common.67.0.0-CI2658\build\CefSharp.Common.targets'))" />
    <Error Condition="!Exists('packages\CefSharp.WinForms.67.0.0-CI2658\build\CefSharp.WinForms.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.WinForms.67.0.0-CI2658\build\CefSharp.WinForms.props'))" />
  </Target>
  <Import Project="packages\CefSharp.Common.67.0.0-CI2658\build\CefSharp.Common.targets" Condition="Exists('packages\CefSharp.Common.67.0.0-CI2658\build\CefSharp.Common.targets')" />
</Project>