naps2/NAPS2.Core/NAPS2.Core.csproj

6135 lines
349 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{968378FA-A649-4058-A928-1FCD97B23070}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NAPS2</RootNamespace>
<AssemblyName>NAPS2.Core</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<LangVersion>latest</LangVersion>
</PropertyGroup>
2015-05-07 02:25:35 +03:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
2015-05-07 02:25:35 +03:00
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
2015-05-07 02:25:35 +03:00
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2015-05-07 02:25:35 +03:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'InstallerEXE|x86'">
<OutputPath>bin\InstallerEXE\</OutputPath>
2015-05-07 02:25:35 +03:00
<DefineConstants>TRACE;INSTALLER INSTALLER_EXE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
2015-05-07 02:25:35 +03:00
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2015-05-07 02:25:35 +03:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'InstallerMSI|x86'">
<OutputPath>bin\InstallerMSI\</OutputPath>
2015-05-07 02:25:35 +03:00
<DefineConstants>TRACE;INSTALLER INSTALLER_MSI</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
2015-05-07 02:25:35 +03:00
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Standalone|x86' ">
<OutputPath>bin\Standalone\</OutputPath>
<DefineConstants>TRACE;STANDALONE</DefineConstants>
<Optimize>true</Optimize>
2015-05-07 02:25:35 +03:00
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
2015-05-07 02:25:35 +03:00
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
2018-08-13 05:34:45 +03:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLang|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\DebugLang\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
2018-08-15 06:28:30 +03:00
<PropertyGroup Condition="'$(OS)' != 'Windows_NT'">
<DefineConstants>DEBUG;TRACE;NONWINDOWS</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net40\CommandLine.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Ghostscript.NET, Version=1.2.1.0, Culture=neutral, PublicKeyToken=f85051de34525b59, processorArchitecture=MSIL">
<HintPath>..\packages\Ghostscript.NET.1.2.1\lib\net40\Ghostscript.NET.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="MailKit, Version=1.22.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b, processorArchitecture=MSIL">
<HintPath>..\packages\MailKit.1.22.0\lib\net40\MailKit.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
</Reference>
<Reference Include="MimeKit, Version=1.22.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
<HintPath>..\packages\MimeKit.1.22.0\lib\net40\MimeKit.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NTwain, Version=3.0.0.0, Culture=neutral, PublicKeyToken=f9f7e0c5169536c8, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\NAPS2\Setup\lib\NTwain.dll</HintPath>
</Reference>
<Reference Include="PdfSharp">
<HintPath>..\NAPS2\Setup\lib\PdfSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
2016-03-15 02:56:38 +03:00
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO, Version=2.6.8.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.1.1.8\lib\net40\System.IO.dll</HintPath>
</Reference>
<Reference Include="System.Net" />
<Reference Include="System.Runtime, Version=2.6.8.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.1.1.8\lib\net40\System.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
2016-01-04 02:22:34 +03:00
<Reference Include="System.ServiceModel" />
<Reference Include="System.Threading.Tasks, Version=2.6.8.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.1.1.8\lib\net40\System.Threading.Tasks.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.3.1\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
2018-08-19 19:48:26 +03:00
<Reference Include="zxing, Version=0.16.4.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
<HintPath>..\packages\ZXing.Net.0.16.4\lib\net40\zxing.dll</HintPath>
2016-05-29 00:16:53 +03:00
</Reference>
2018-08-19 19:48:26 +03:00
<Reference Include="zxing.presentation, Version=0.16.4.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
<HintPath>..\packages\ZXing.Net.0.16.4\lib\net40\zxing.presentation.dll</HintPath>
2016-05-29 00:16:53 +03:00
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ClientCreds.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ClientCreds.resx</DependentUpon>
</Compile>
<Compile Include="Automation\AutomatedScanning.cs" />
<Compile Include="Automation\AutomatedScanningOptions.cs" />
<Compile Include="Automation\CommandLineOptions.cs" />
<Compile Include="Automation\ConsoleErrorOutput.cs" />
2017-05-14 03:47:10 +03:00
<Compile Include="Automation\ConsoleOperationProgress.cs" />
<Compile Include="Automation\ConsoleOverwritePrompt.cs" />
<Compile Include="Automation\ConsolePdfPasswordProvider.cs" />
<Compile Include="Automation\ConsoleComponentInstallPrompt.cs" />
<Compile Include="ClientServer\ClientContext.cs" />
<Compile Include="ClientServer\ClientContextFactory.cs" />
<Compile Include="ClientServer\IScanCallback.cs" />
<Compile Include="ClientServer\IScanService.cs" />
<Compile Include="ClientServer\ProxiedScanDriver.cs" />
<Compile Include="ClientServer\ScanCallback.cs" />
<Compile Include="ClientServer\ScanService.cs" />
<Compile Include="Dependencies\ComponentManager.cs" />
<Compile Include="Dependencies\DownloadMirror.cs" />
<Compile Include="Dependencies\MultiFileExternalComponent.cs" />
<Compile Include="Dependencies\IExternalComponent.cs" />
2018-09-17 19:26:40 +03:00
<Compile Include="ImportExport\Email\Mapi\MapiWrapper.cs" />
<Compile Include="ImportExport\Pdf\GhostscriptManager.cs" />
2018-09-21 19:08:50 +03:00
<Compile Include="Logging\EventParams.cs" />
<Compile Include="Logging\EventType.cs" />
<Compile Include="Logging\IEventLogger.cs" />
2018-08-23 00:14:52 +03:00
<Compile Include="Ocr\OcrManager.cs" />
2018-08-23 07:20:17 +03:00
<Compile Include="Ocr\OcrMode.cs" />
<Compile Include="Ocr\OcrParams.cs" />
<Compile Include="Ocr\OcrRequest.cs" />
<Compile Include="Ocr\OcrRequestParams.cs" />
2018-09-15 19:48:58 +03:00
<Compile Include="Ocr\OcrRequestQueue.cs" />
<Compile Include="Ocr\OcrOperation.cs" />
2018-08-23 00:14:52 +03:00
<Compile Include="Ocr\Tesseract400Beta4Engine.cs" />
2018-08-24 22:02:51 +03:00
<Compile Include="Ocr\TesseractLanguageData.cs" />
2018-08-23 00:14:52 +03:00
<Compile Include="Ocr\TesseractSystemEngine.cs" />
<Compile Include="Ocr\Tesseract304XpEngine.cs" />
<Compile Include="Ocr\Tesseract304Engine.cs" />
<Compile Include="Ocr\Tesseract302Engine.cs" />
2018-09-16 20:53:45 +03:00
<Compile Include="Operation\OperationProgressType.cs" />
<Compile Include="Platform\ISystemCompat.cs" />
<Compile Include="Platform\LinuxSystemCompat.cs" />
<Compile Include="Platform\PlatformCompat.cs" />
<Compile Include="Platform\WindowsSystemCompat.cs" />
<Compile Include="Config\KeyboardShortcuts.cs" />
<Compile Include="Config\OcrState.cs" />
<Compile Include="Config\SaveButtonDefaultAction.cs" />
<Compile Include="Platform\DefaultRuntimeCompat.cs" />
<Compile Include="Scan\Exceptions\DriverNotSupportedException.cs" />
<Compile Include="Scan\Images\ScannedImageSource.cs" />
<Compile Include="Scan\KeyValueScanOptions.cs" />
<Compile Include="Scan\Exceptions\SaneNotAvailableException.cs" />
2018-08-21 05:34:07 +03:00
<Compile Include="Scan\Sane\SaneOption.cs" />
<Compile Include="Scan\Sane\SaneOptionCollection.cs" />
<Compile Include="Scan\Sane\SaneOptionParser.cs" />
<Compile Include="Scan\Sane\SaneScanDriver.cs" />
2018-08-20 01:05:52 +03:00
<Compile Include="Scan\Sane\SaneWrapper.cs" />
<Compile Include="Scan\Wia\WiaApi.mono.cs" />
<Compile Include="Scan\Wia\WiaState.mono.cs" />
2018-09-16 20:53:45 +03:00
<Compile Include="Update\UpdateOperation.cs" />
<Compile Include="Update\UpdateInfo.cs" />
<Compile Include="Update\UpdateChecker.cs" />
<Compile Include="Util\DefaultInvoker.cs" />
2018-09-09 07:55:59 +03:00
<Compile Include="Util\DeferredAction.cs" />
2018-03-03 23:22:22 +03:00
<Compile Include="Util\ExceptionExtensions.cs" />
<Compile Include="Platform\IRuntimeCompat.cs" />
<Compile Include="Platform\MonoRuntimeCompat.cs" />
2018-09-07 00:28:06 +03:00
<Compile Include="Util\ExpFallback.cs" />
<Compile Include="Util\IInvoker.cs" />
2018-08-22 01:26:38 +03:00
<Compile Include="Util\ImageExtensions.cs" />
<Compile Include="Util\Invoker.cs" />
<Compile Include="Util\NaturalStringComparer.cs" />
<Compile Include="Util\ProgressHandler.cs" />
<Compile Include="Util\SecureString.cs" />
<Compile Include="Util\TaskExtensions.cs" />
<Compile Include="Util\WebClientExtensions.cs" />
<Compile Include="Util\Win32Window.cs" />
2018-09-21 19:08:50 +03:00
<Compile Include="Logging\WindowsEventLogger.cs" />
2018-09-23 06:18:53 +03:00
<Compile Include="WinForms\FProxyConfig.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FProxyConfig.Designer.cs">
<DependentUpon>FProxyConfig.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\ImageForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\ImageForm.Designer.cs">
<DependentUpon>ImageForm.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\NotifyWidgetBase.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="WinForms\OperationProgressNotifyWidget.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="WinForms\OperationProgressNotifyWidget.Designer.cs">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\UpdateAvailableNotifyWidget.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="WinForms\BackgroundForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Worker\IWorkerCallback.cs" />
<Compile Include="Worker\WorkerCallback.cs" />
2018-03-03 23:22:22 +03:00
<Compile Include="Worker\WorkerContext.cs" />
2018-03-03 00:58:15 +03:00
<Compile Include="Worker\WorkerService.cs" />
<Compile Include="Icons.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Icons.resx</DependentUpon>
</Compile>
2016-07-02 00:49:47 +03:00
<Compile Include="ImportExport\AutoSave.cs" />
<Compile Include="ImportExport\DirectProfileTransfer.cs" />
<Compile Include="ImportExport\DirectImportOperation.cs" />
2018-08-05 04:31:33 +03:00
<Compile Include="ImportExport\Email\EmailProviderType.cs" />
<Compile Include="ImportExport\Email\EmailSetup.cs" />
<Compile Include="ImportExport\Email\IEmailProviderFactory.cs" />
2018-08-08 01:15:25 +03:00
<Compile Include="ImportExport\Email\Oauth\OutlookWebEmailProvider.cs" />
2018-08-07 19:25:15 +03:00
<Compile Include="ImportExport\Email\Oauth\OutlookWebOauthProvider.cs" />
<Compile Include="ImportExport\Email\Oauth\GmailOauthProvider.cs" />
<Compile Include="ImportExport\Email\Oauth\GmailEmailProvider.cs" />
<Compile Include="ImportExport\Email\MimeEmailProvider.cs" />
<Compile Include="ImportExport\Email\Oauth\OauthProvider.cs" />
<Compile Include="ImportExport\Email\Oauth\OauthClientCreds.cs" />
<Compile Include="ImportExport\Email\Oauth\OauthToken.cs" />
2018-08-08 02:03:56 +03:00
<Compile Include="ImportExport\Email\Mapi\SystemEmailClients.cs" />
2016-01-09 04:24:22 +03:00
<Compile Include="ImportExport\IAutoSave.cs" />
2018-03-22 08:42:45 +03:00
<Compile Include="ImportExport\Images\TiffCompression.cs" />
2016-01-06 23:12:05 +03:00
<Compile Include="ImportExport\ImportOperation.cs" />
<Compile Include="ImportExport\ImageRenderException.cs" />
<Compile Include="ImportExport\ImportParams.cs" />
2017-05-20 09:16:23 +03:00
<Compile Include="ImportExport\Pdf\GhostscriptPdfRenderer.cs" />
<Compile Include="Dependencies\IComponentInstallPrompt.cs" />
2017-05-20 09:16:23 +03:00
<Compile Include="ImportExport\Pdf\IPdfRenderer.cs" />
2018-03-21 22:27:02 +03:00
<Compile Include="ImportExport\Pdf\PdfAHelper.cs" />
<Compile Include="ImportExport\Pdf\PdfCompat.cs" />
<Compile Include="Scan\Images\DeskewOperation.cs" />
2016-01-06 22:04:17 +03:00
<Compile Include="ImportExport\Pdf\SavePdfOperation.cs" />
<Compile Include="ImportExport\SaveSeparatorHelper.cs" />
<Compile Include="Lang\ConsoleResources\ConsoleResources.Designer.cs">
<DependentUpon>ConsoleResources.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Dependencies\PlatformSupport.cs" />
<Compile Include="Scan\Images\AutoDeskew.cs" />
2017-05-14 03:47:10 +03:00
<Compile Include="Operation\IOperationProgress.cs" />
<Compile Include="Scan\Images\ScannedImageRenderer.cs" />
<Compile Include="Dependencies\DownloadFormat.cs" />
<Compile Include="Dependencies\DownloadInfo.cs" />
<Compile Include="Ocr\Language.cs" />
<Compile Include="Dependencies\ExternalComponent.cs" />
2016-01-06 20:44:32 +03:00
<Compile Include="Operation\IOperationFactory.cs" />
<Compile Include="Operation\OperationBase.cs" />
<Compile Include="Recovery\RecoveryImage.cs" />
<Compile Include="ImportExport\SaveSeparator.cs" />
<Compile Include="Scan\Batch\BatchScanPerformer.cs" />
<Compile Include="Scan\Batch\BatchSettings.cs" />
<Compile Include="Scan\Exceptions\NoDuplexSupportException.cs" />
2016-01-16 23:40:32 +03:00
<Compile Include="Scan\Images\IBlankDetector.cs" />
<Compile Include="Scan\Images\NullThumbnailRenderer.cs" />
2016-01-16 23:40:32 +03:00
<Compile Include="Scan\Images\ThresholdBlankDetector.cs" />
<Compile Include="Scan\Images\Transforms\BlackWhiteTransform.cs" />
2017-11-12 07:48:44 +03:00
<Compile Include="Scan\Images\Transforms\ColorHelper.cs" />
<Compile Include="Scan\Images\Transforms\SaturationTransform.cs" />
<Compile Include="Scan\Images\Transforms\HueTransform.cs" />
<Compile Include="Scan\Images\Transforms\SharpenTransform.cs" />
<Compile Include="Scan\Images\Transforms\TrueContrastTransform.cs" />
<Compile Include="Scan\PatchCode.cs" />
<Compile Include="Scan\PatchCodeDetector.cs" />
2015-11-14 23:05:26 +03:00
<Compile Include="Scan\ProfileNameTracker.cs" />
<Compile Include="Scan\ScanParams.cs" />
<Compile Include="Scan\Twain\Legacy\DibUtils.cs" />
<Compile Include="Scan\Twain\Legacy\TwainApi.cs" />
<Compile Include="Scan\Twain\Legacy\TwainDefs.cs" />
<Compile Include="Scan\Twain\Legacy\TwainLib.cs" />
2016-01-04 03:59:09 +03:00
<Compile Include="Scan\Twain\TwainWrapper.cs" />
2018-08-07 19:28:21 +03:00
<Compile Include="Scan\Images\Transforms\UnsafeImageOps.cs" />
<Compile Include="Util\ChangeTracker.cs" />
<Compile Include="Util\ChaosMonkey.cs" />
<Compile Include="Util\CollectionExtensions.cs" />
<Compile Include="Config\AppConfig.cs" />
<Compile Include="Config\AppConfigManager.cs" />
<Compile Include="Config\ConfigManager.cs" />
<Compile Include="Config\FormState.cs" />
<Compile Include="Config\IProfileManager.cs" />
<Compile Include="Config\IUserConfigManager.cs" />
<Compile Include="Config\ProfileManager.cs" />
<Compile Include="Config\UserConfig.cs" />
<Compile Include="Config\UserConfigManager.cs" />
<Compile Include="ImportExport\FileNamePlaceholders.cs" />
2015-07-30 09:11:31 +03:00
<Compile Include="ImportExport\Email\EmailSettings.cs" />
<Compile Include="ImportExport\Email\EmailSettingsContainer.cs" />
2015-08-03 07:34:54 +03:00
<Compile Include="ImportExport\Images\ImageSettings.cs" />
<Compile Include="ImportExport\Images\ImageSettingsContainer.cs" />
2015-07-30 00:00:18 +03:00
<Compile Include="ImportExport\Pdf\IPdfPasswordProvider.cs" />
<Compile Include="ImportExport\Pdf\PdfEncryption.cs" />
<Compile Include="ImportExport\Pdf\PdfMetadata.cs" />
2015-07-29 23:15:56 +03:00
<Compile Include="ImportExport\Pdf\PdfSettingsContainer.cs" />
2015-08-10 00:25:30 +03:00
<Compile Include="ImportExport\PrintDocumentPrinter.cs" />
<Compile Include="ImportExport\IScannedImagePrinter.cs" />
2015-07-30 00:00:18 +03:00
<Compile Include="ImportExport\Pdf\WinFormsPdfPasswordProvider.cs" />
<Compile Include="Lang\Resources\MiscResources.Designer.cs">
<DependentUpon>MiscResources.resx</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<Compile Include="Lang\Resources\SettingsResources.Designer.cs">
<DependentUpon>SettingsResources.resx</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<Compile Include="Util\ConditionalControls.cs" />
<Compile Include="Operation\IOperation.cs" />
2018-03-03 00:58:15 +03:00
<Compile Include="Worker\IWorkerServiceFactory.cs" />
<Compile Include="Util\IOverwritePrompt.cs" />
2018-03-03 00:58:15 +03:00
<Compile Include="Worker\IWorkerService.cs" />
2016-03-23 06:30:25 +03:00
<Compile Include="Util\ISaveNotify.cs" />
<Compile Include="Util\Lifecycle.cs" />
2018-09-21 18:53:48 +03:00
<Compile Include="Logging\Log.cs" />
<Compile Include="Logging\NullLogger.cs" />
<Compile Include="Ocr\IOcrEngine.cs" />
2018-08-23 00:14:52 +03:00
<Compile Include="Ocr\TesseractBaseEngine.cs" />
<Compile Include="Ocr\OcrResult.cs" />
<Compile Include="Ocr\OcrResultElement.cs" />
2015-07-21 05:45:27 +03:00
<Compile Include="Scan\Exceptions\NoFeederSupportException.cs" />
<Compile Include="Scan\Exceptions\NoPagesException.cs" />
2015-07-09 07:16:34 +03:00
<Compile Include="Scan\Images\Transforms\BrightnessTransform.cs" />
2015-07-09 09:32:36 +03:00
<Compile Include="Scan\Images\Transforms\ContrastTransform.cs" />
2015-07-09 04:16:57 +03:00
<Compile Include="Scan\Images\Transforms\CropTransform.cs" />
2015-07-01 22:51:44 +03:00
<Compile Include="Scan\Images\Transforms\RotationTransform.cs" />
<Compile Include="Scan\Images\Transforms\Transform.cs" />
<Compile Include="Scan\IScanDriverFactory.cs" />
<Compile Include="Util\CultureInitializer.cs" />
<Compile Include="Util\IErrorOutput.cs" />
2018-09-21 18:53:48 +03:00
<Compile Include="Logging\ILogger.cs" />
<Compile Include="WinForms\ILProfileIcons.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="WinForms\ILProfileIcons.Designer.cs">
<DependentUpon>ILProfileIcons.cs</DependentUpon>
</Compile>
<Compile Include="ImportExport\Email\EmailAttachment.cs" />
<Compile Include="ImportExport\Email\EmailMessage.cs" />
<Compile Include="ImportExport\Email\EmailRecipient.cs" />
<Compile Include="ImportExport\Email\EmailRecipientType.cs" />
2018-08-04 18:42:35 +03:00
<Compile Include="ImportExport\Email\IEmailProvider.cs" />
<Compile Include="ImportExport\Email\Mapi\MapiEmailProvider.cs" />
<Compile Include="ImportExport\Email\Mapi\MapiFileDesc.cs" />
<Compile Include="ImportExport\Email\Mapi\MapiMessage.cs" />
<Compile Include="ImportExport\Email\Mapi\MapiRecipClass.cs" />
<Compile Include="ImportExport\Email\Mapi\MapiRecipDesc.cs" />
<Compile Include="ImportExport\Email\Mapi\MapiSendMailFlags.cs" />
<Compile Include="ImportExport\Email\Mapi\MapiSendMailReturnCode.cs" />
<Compile Include="ImportExport\Images\ImageImporter.cs" />
<Compile Include="ImportExport\Images\SaveImagesOperation.cs" />
2015-08-09 08:26:04 +03:00
<Compile Include="ImportExport\Images\IImageImporter.cs" />
<Compile Include="ImportExport\Images\TiffHelper.cs" />
<Compile Include="ImportExport\IScannedImageImporter.cs" />
<Compile Include="ImportExport\Pdf\IPdfExporter.cs" />
<Compile Include="ImportExport\Pdf\IPdfImporter.cs" />
2015-07-29 23:15:56 +03:00
<Compile Include="ImportExport\Pdf\PdfSettings.cs" />
<Compile Include="ImportExport\Pdf\PdfSharpExporter.cs" />
<Compile Include="ImportExport\Pdf\PdfSharpImporter.cs" />
<Compile Include="ImportExport\ScannedImageImporter.cs" />
<Compile Include="Lang\LanguageNames.Designer.cs">
<DependentUpon>LanguageNames.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Paths.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Recovery\RecoveryIndex.cs" />
<Compile Include="Recovery\RecoveryIndexImage.cs" />
<Compile Include="Recovery\RecoveryIndexManager.cs" />
<Compile Include="Recovery\RecoveryManager.cs" />
<Compile Include="Scan\Exceptions\DeviceNotFoundException.cs" />
<Compile Include="Scan\Exceptions\DeviceException.cs" />
<Compile Include="Scan\Exceptions\NoDevicesFoundException.cs" />
<Compile Include="Scan\Exceptions\ScanDriverException.cs" />
<Compile Include="Scan\Exceptions\ScanDriverUnknownException.cs" />
<Compile Include="Scan\ScanProfile.cs" />
<Compile Include="Scan\Images\BitmapHelper.cs" />
<Compile Include="Scan\Images\ScannedImage.cs" />
<Compile Include="Scan\Images\ScannedImageHelper.cs" />
<Compile Include="Scan\Images\ScannedImageList.cs" />
<Compile Include="Scan\Images\ThumbnailRenderer.cs" />
<Compile Include="Scan\Images\ImageScaleHelper.cs" />
<Compile Include="Scan\IScanDriver.cs" />
<Compile Include="Scan\IScanPerformer.cs" />
<Compile Include="Scan\LocalizedDescriptionAttribute.cs" />
<Compile Include="Scan\ScanDevice.cs" />
<Compile Include="Scan\ScanPerformer.cs" />
<Compile Include="Scan\OldScanSettings.cs" />
2015-05-07 19:42:03 +03:00
<Compile Include="Scan\Stub\StubScanDriverFactory.cs" />
<Compile Include="Scan\Stub\StubScanDriver.cs" />
<Compile Include="Scan\Twain\TwainScanDriver.cs" />
<Compile Include="Scan\ScanDriverBase.cs" />
<Compile Include="Scan\Wia\WiaApi.cs" />
<Compile Include="Scan\Wia\WiaBackgroundEventLoop.cs" />
<Compile Include="Scan\Wia\WiaScanDriver.cs" />
2015-07-29 09:24:11 +03:00
<Compile Include="Scan\Wia\WiaState.cs" />
<Compile Include="Operation\OperationErrorEventArgs.cs" />
<Compile Include="Operation\OperationStatus.cs" />
2017-05-13 23:45:57 +03:00
<Compile Include="Util\NumberExtensions.cs" />
<Compile Include="Util\PathHelper.cs" />
<Compile Include="Util\Pipeline.cs" />
<Compile Include="Util\Pipes.cs" />
2018-03-03 00:58:15 +03:00
<Compile Include="Worker\ProcessJob.cs" />
<Compile Include="ImportExport\DirectImageTransfer.cs" />
<Compile Include="Util\KeyboardShortcutManager.cs" />
<Compile Include="Util\SecureStorage.cs" />
<Compile Include="Util\Slice.cs" />
<Compile Include="Util\StillImage.cs" />
<Compile Include="Util\StringWrapper.cs" />
<Compile Include="Util\Unmanaged.cs" />
<Compile Include="Util\UnmanagedArray.cs" />
<Compile Include="Util\UnmanagedBase.cs" />
2018-03-03 00:58:15 +03:00
<Compile Include="Worker\WorkerManager.cs" />
<Compile Include="Util\Win32.cs" />
2016-04-25 06:48:00 +03:00
<Compile Include="WinForms\DialogHelper.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="WinForms\DragScrollListView.cs">
<SubType>Component</SubType>
</Compile>
2018-08-05 19:12:41 +03:00
<Compile Include="WinForms\EmailProviderWidget.cs">
<SubType>Component</SubType>
2018-08-05 19:12:41 +03:00
</Compile>
<Compile Include="WinForms\EmailProviderWidget.Designer.cs">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</Compile>
2016-02-15 16:52:15 +03:00
<Compile Include="WinForms\FAbout.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FAbout.Designer.cs">
<DependentUpon>FAbout.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FAdvancedScanSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FAdvancedScanSettings.Designer.cs">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FAuthorize.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FAuthorize.Designer.cs">
<DependentUpon>FAuthorize.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FAutoSaveSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FAutoSaveSettings.Designer.cs">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</Compile>
2015-12-19 02:31:20 +03:00
<Compile Include="WinForms\FBatchPrompt.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FBatchPrompt.Designer.cs">
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</Compile>
2015-11-06 05:08:54 +03:00
<Compile Include="WinForms\FBatchScan.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FBatchScan.Designer.cs">
<DependentUpon>FBatchScan.cs</DependentUpon>
</Compile>
2018-08-05 19:12:41 +03:00
<Compile Include="WinForms\FEmailProvider.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FEmailProvider.Designer.cs">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FHueSaturation.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FHueSaturation.Designer.cs">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</Compile>
2015-07-09 03:37:17 +03:00
<Compile Include="WinForms\FCrop.cs">
<SubType>Form</SubType>
</Compile>
2015-07-09 04:16:57 +03:00
<Compile Include="WinForms\FCrop.Designer.cs">
<DependentUpon>FCrop.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FDesktop.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FDesktop.Designer.cs">
<DependentUpon>FDesktop.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FDownloadProgress.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FDownloadProgress.Designer.cs">
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FEditProfile.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FEditProfile.Designer.cs">
<DependentUpon>FEditProfile.cs</DependentUpon>
</Compile>
2015-10-01 01:28:26 +03:00
<Compile Include="WinForms\FEmailSettings.cs">
<SubType>Form</SubType>
</Compile>
2015-10-01 01:28:26 +03:00
<Compile Include="WinForms\FEmailSettings.Designer.cs">
<DependentUpon>FEmailSettings.cs</DependentUpon>
</Compile>
2016-09-25 23:01:55 +03:00
<Compile Include="WinForms\FError.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FError.Designer.cs">
<DependentUpon>FError.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FBrightnessContrast.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FBrightnessContrast.Designer.cs">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</Compile>
2015-10-01 01:28:26 +03:00
<Compile Include="WinForms\FImageSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FImageSettings.Designer.cs">
<DependentUpon>FImageSettings.cs</DependentUpon>
</Compile>
2014-10-19 07:54:19 +04:00
<Compile Include="WinForms\FOcrLanguageDownload.cs">
2014-10-18 00:06:01 +04:00
<SubType>Form</SubType>
</Compile>
2014-10-19 07:54:19 +04:00
<Compile Include="WinForms\FOcrLanguageDownload.Designer.cs">
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2014-10-18 00:06:01 +04:00
</Compile>
<Compile Include="WinForms\FOcrSetup.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FOcrSetup.Designer.cs">
<DependentUpon>FOcrSetup.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FormBase.cs">
<SubType>Form</SubType>
</Compile>
2015-10-01 01:28:26 +03:00
<Compile Include="WinForms\FPageSize.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FPageSize.Designer.cs">
<DependentUpon>FPageSize.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FPdfPassword.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FPdfPassword.Designer.cs">
<DependentUpon>FPdfPassword.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FPdfSettings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FPdfSettings.Designer.cs">
<DependentUpon>FPdfSettings.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FPlaceholders.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FPlaceholders.Designer.cs">
<DependentUpon>FPlaceholders.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FProfiles.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FProfiles.Designer.cs">
<DependentUpon>FProfiles.cs</DependentUpon>
</Compile>
2016-02-15 16:52:15 +03:00
<Compile Include="WinForms\FProgress.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FProgress.Designer.cs">
<DependentUpon>FProgress.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FRecover.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FRecover.Designer.cs">
<DependentUpon>FRecover.cs</DependentUpon>
</Compile>
2015-10-01 01:28:26 +03:00
<Compile Include="WinForms\FRotate.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FRotate.Designer.cs">
<DependentUpon>FRotate.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FScanProgress.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FScanProgress.Designer.cs">
<DependentUpon>FScanProgress.cs</DependentUpon>
</Compile>
2016-02-15 16:52:15 +03:00
<Compile Include="WinForms\FSelectDevice.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FSelectDevice.Designer.cs">
<DependentUpon>FSelectDevice.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FBlackWhite.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FBlackWhite.Designer.cs">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</Compile>
2017-11-12 05:07:56 +03:00
<Compile Include="WinForms\FSharpen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FSharpen.Designer.cs">
<DependentUpon>FSharpen.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FTwainGui.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForms\FTwainGui.Designer.cs">
<DependentUpon>FTwainGui.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\FViewer.cs">
<SubType>Form</SubType>
</Compile>
2015-10-01 01:28:26 +03:00
<Compile Include="WinForms\IconButtonSizer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="WinForms\IFormFactory.cs">
<SubType>Code</SubType>
</Compile>
2016-04-25 06:48:00 +03:00
<Compile Include="WinForms\ImagesSavedNotifyWidget.cs">
<SubType>UserControl</SubType>
</Compile>
2015-10-01 01:28:26 +03:00
<Compile Include="WinForms\LayoutManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="WinForms\MessageBoxErrorOutput.cs">
<SubType>Code</SubType>
</Compile>
2016-04-25 06:48:00 +03:00
<Compile Include="WinForms\NotificationManager.cs">
<SubType>Code</SubType>
</Compile>
2016-03-15 02:56:38 +03:00
<Compile Include="WinForms\NotifyWidget.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="WinForms\NotifyWidget.Designer.cs">
<DependentUpon>NotifyWidget.cs</DependentUpon>
</Compile>
2016-04-25 06:48:00 +03:00
<Compile Include="WinForms\OneImageSavedNotifyWidget.cs">
<SubType>UserControl</SubType>
</Compile>
2018-03-23 03:24:09 +03:00
<Compile Include="WinForms\DonatePromptNotifyWidget.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="WinForms\PdfSavedNotifyWidget.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="WinForms\ThumbnailList.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="WinForms\ThumbnailList.Designer.cs">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</Compile>
<Compile Include="WinForms\TiffViewer.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="WinForms\TiffViewerCtl.cs">
<SubType>UserControl</SubType>
</Compile>
2015-07-02 01:14:08 +03:00
<Compile Include="WinForms\ToolStripDoubleButton.cs">
2015-07-01 23:04:13 +03:00
<SubType>Component</SubType>
</Compile>
<Compile Include="WinForms\WinFormsComponentInstallPrompt.cs" />
<Compile Include="WinForms\WinFormsExportHelper.cs" />
2017-05-14 03:47:10 +03:00
<Compile Include="WinForms\WinFormsOperationProgress.cs" />
2015-10-01 01:28:26 +03:00
<Compile Include="WinForms\WinFormsOverwritePrompt.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ClientCreds.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>ClientCreds.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Icons.resx">
<Generator>ResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>
<LastGenOutput>Icons.Designer.cs</LastGenOutput>
</EmbeddedResource>
2018-09-23 06:18:53 +03:00
<EmbeddedResource Include="WinForms\FProxyConfig.resx">
<DependentUpon>FProxyConfig.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.af.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.ar.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.bg.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.ca.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.cs.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.da.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.de.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.el.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.es.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.et.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.fa.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.fi.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.fr.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.he.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.hr.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.hu.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.it.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.ja.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.ko.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.lt.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.lv.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.nb.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.nl.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.nn.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.pl.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.pt-BR.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.pt-PT.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.ro.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.ru.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.si.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.sk.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.sl.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.sq.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.sr-Cyrl.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.sr-Latn.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.sv.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.tr.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.uk.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.vi.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.zh-CHS.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ImageForm.zh-TW.resx">
<DependentUpon>ImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ILProfileIcons.resx">
<DependentUpon>ILProfileIcons.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Lang\LanguageNames.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>LanguageNames.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Lang\ConsoleResources\ConsoleResources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>ConsoleResources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.af.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.ar.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.el.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.et.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.fa.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.fi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.ko.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.lt.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.lv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.nb.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.nn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>MiscResources.Designer.cs</LastGenOutput>
2015-12-19 02:31:20 +03:00
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.sk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.sl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.sq.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.sv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.tr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.vi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\MiscResources.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>MiscResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.af.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.ar.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.el.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.et.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.fa.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.fi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.ko.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.lt.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.lv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.nb.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.nn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>SettingsResources.Designer.cs</LastGenOutput>
<CustomToolNamespace>NAPS2.Lang.Resources</CustomToolNamespace>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.sk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.sl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.sq.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.sv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.tr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.vi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Lang\Resources\SettingsResources.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>SettingsResources.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.af.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.ar.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.el.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.et.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.fa.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.fi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.ko.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.lt.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.lv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.nb.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.nn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
2018-08-05 19:12:41 +03:00
<EmbeddedResource Include="WinForms\EmailProviderWidget.resx">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.sk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.sl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.sq.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.sv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.tr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.vi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\EmailProviderWidget.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>EmailProviderWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.da.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.de.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.el.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.es.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.et.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.he.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.it.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
2016-02-15 16:52:15 +03:00
<EmbeddedResource Include="WinForms\FAbout.resx">
<DependentUpon>FAbout.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FAbout.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAbout.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAbout.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.el.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.et.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.fi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.nb.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.resx">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.sq.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.sv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.tr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAdvancedScanSettings.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAdvancedScanSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.af.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.ar.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.el.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.et.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.fa.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.fi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.ko.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.lt.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.lv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.nb.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.nn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.resx">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.sk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.sl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.sq.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.sv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.tr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.vi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAuthorize.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAuthorize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.el.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.et.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.fi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.nb.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
2015-12-19 02:48:21 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
2015-12-19 02:48:21 +03:00
</EmbeddedResource>
2016-02-15 16:52:15 +03:00
<EmbeddedResource Include="WinForms\FAutoSaveSettings.resx">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
2015-12-19 02:48:21 +03:00
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
2015-12-19 02:48:21 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
2015-12-19 02:48:21 +03:00
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FAutoSaveSettings.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
2015-12-19 02:48:21 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
2015-12-19 02:48:21 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
2015-12-19 02:48:21 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
2015-12-19 02:48:21 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FAutoSaveSettings.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FAutoSaveSettings.cs</DependentUpon>
2015-12-19 02:48:21 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.resx">
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FBatchPrompt.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchPrompt.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:31:20 +03:00
<DependentUpon>FBatchPrompt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.resx">
<DependentUpon>FBatchScan.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FBatchScan.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBatchScan.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-11-06 05:08:54 +03:00
<DependentUpon>FBatchScan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.af.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
2018-07-02 03:37:42 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.ar.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
2018-07-02 03:37:42 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
2018-07-02 03:37:42 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
2018-07-02 03:37:42 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
2018-07-02 03:37:42 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.el.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.et.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.fa.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.fi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.ko.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.lt.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.lv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.nb.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.nn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
2018-07-02 03:37:42 +03:00
</EmbeddedResource>
2018-08-05 19:12:41 +03:00
<EmbeddedResource Include="WinForms\FEmailProvider.resx">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
2018-07-02 03:37:42 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.sk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.sl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.sq.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.sv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.tr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.vi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailProvider.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailProvider.cs</DependentUpon>
2018-07-02 03:37:42 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.af.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.ar.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.el.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.et.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.fa.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.fi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.ko.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.lt.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.lv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.nb.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.nn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.resx">
<DependentUpon>FHueSaturation.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FHueSaturation.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.sk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.sl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.sq.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.sv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.tr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.vi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FHueSaturation.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FHueSaturation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 09:11:31 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 09:11:31 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 09:11:31 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 09:11:31 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 09:11:31 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 09:11:31 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 09:11:31 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 09:11:31 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
2015-10-01 01:28:26 +03:00
<EmbeddedResource Include="WinForms\FCrop.resx">
<DependentUpon>FCrop.cs</DependentUpon>
<SubType>Designer</SubType>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FCrop.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FCrop.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FCrop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
2015-07-30 00:00:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
2015-10-01 01:28:26 +03:00
<EmbeddedResource Include="WinForms\FDesktop.resx">
<DependentUpon>FDesktop.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FDesktop.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDesktop.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDesktop.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
2015-08-08 01:01:16 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
2015-08-08 01:01:16 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
2015-08-08 01:01:16 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
2015-08-08 01:01:16 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
2015-10-01 01:28:26 +03:00
<EmbeddedResource Include="WinForms\FDownloadProgress.resx">
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FDownloadProgress.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FDownloadProgress.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FDownloadProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-13 23:13:14 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.el.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.et.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.fa.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2016-02-29 23:56:40 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.fi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-12-19 02:48:21 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.ko.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2016-02-21 00:59:14 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.lt.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2016-02-15 16:52:15 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.nb.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 22:07:53 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.resx">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FEditProfile.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.sq.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.sv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.tr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FEditProfile.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEditProfile.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEditProfile.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 09:32:36 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
2015-10-01 01:28:26 +03:00
<EmbeddedResource Include="WinForms\FEmailSettings.resx">
<DependentUpon>FEmailSettings.cs</DependentUpon>
<SubType>Designer</SubType>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FEmailSettings.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FEmailSettings.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FEmailSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.da.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.de.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.el.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.es.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.et.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.he.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.it.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.resx">
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FError.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FError.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FError.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.af.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.ar.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.el.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.et.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.fa.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.fi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.ko.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.lt.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.lv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.nb.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.nn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.resx">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FBrightnessContrast.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.sk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.sl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.sq.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.sv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.tr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.vi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBrightnessContrast.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBrightnessContrast.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 07:16:34 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
2015-10-01 01:28:26 +03:00
<EmbeddedResource Include="WinForms\FImageSettings.resx">
<DependentUpon>FImageSettings.cs</DependentUpon>
<SubType>Designer</SubType>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FImageSettings.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FImageSettings.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FImageSettings.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-07-09 03:37:17 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-06-01 22:50:08 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-07-01 00:16:12 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-06-10 22:12:01 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-06-01 22:50:08 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-07-01 00:16:12 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-06-10 22:12:01 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-06-01 22:50:08 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-07-01 00:16:12 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-06-10 22:12:01 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-06-01 22:50:08 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-07-01 00:16:12 +03:00
</EmbeddedResource>
2015-10-01 01:28:26 +03:00
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.resx">
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-06-10 22:12:01 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-06-01 22:50:08 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
2015-06-10 22:12:01 +03:00
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-01 22:50:08 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-07-01 00:16:12 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrLanguageDownload.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-10 22:12:01 +03:00
<DependentUpon>FOcrLanguageDownload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-01 22:50:08 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-07-01 00:16:12 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-10 22:12:01 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-06-01 22:50:08 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-07-01 00:16:12 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
2015-05-13 01:26:18 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
2015-10-01 01:28:26 +03:00
<EmbeddedResource Include="WinForms\FOcrSetup.resx">
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FOcrSetup.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FOcrSetup.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FOcrSetup.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
2015-05-11 22:30:26 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
2015-10-01 01:28:26 +03:00
<EmbeddedResource Include="WinForms\FPageSize.resx">
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FPageSize.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPageSize.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPageSize.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
2015-05-11 22:30:26 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
2015-10-01 01:28:26 +03:00
<EmbeddedResource Include="WinForms\FPdfPassword.resx">
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FPdfPassword.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
2015-05-11 22:30:26 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfPassword.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfPassword.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
2015-05-11 22:30:26 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
2015-10-01 01:28:26 +03:00
<EmbeddedResource Include="WinForms\FPdfSettings.resx">
<DependentUpon>FPdfSettings.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FPdfSettings.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPdfSettings.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPdfSettings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
2014-10-18 00:06:01 +04:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
2015-05-11 22:30:26 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
2015-10-01 01:28:26 +03:00
<EmbeddedResource Include="WinForms\FPlaceholders.resx">
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FPlaceholders.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FPlaceholders.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FPlaceholders.cs</DependentUpon>
2015-05-11 22:30:26 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
2015-06-10 22:12:01 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.resx">
<DependentUpon>FProfiles.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FProfiles.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
2015-06-01 22:50:08 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
2015-05-11 22:30:26 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
2015-07-01 00:16:12 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProfiles.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FProfiles.cs</DependentUpon>
2015-06-10 22:12:01 +03:00
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.da.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.de.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.el.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.es.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.et.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.he.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.it.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.resx">
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FProgress.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FProgress.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.resx">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FRecover.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-01 22:50:08 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-05-11 22:30:26 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-07-01 00:16:12 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRecover.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-10 22:12:01 +03:00
<DependentUpon>FRecover.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.resx">
<DependentUpon>FRotate.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FRotate.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FRotate.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FRotate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.da.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.de.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.es.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.he.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.it.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.resx">
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FScanProgress.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FScanProgress.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FScanProgress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.da.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.de.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.el.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.es.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.et.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.he.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.it.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.resx">
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FSelectDevice.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSelectDevice.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FSelectDevice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.af.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.ar.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.el.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.et.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.fa.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.fi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.ja.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.ko.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.lt.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.lv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.nb.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.nn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.resx">
<DependentUpon>FBlackWhite.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FBlackWhite.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.sk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.sl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.sq.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.sv.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.tr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.vi.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FBlackWhite.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FBlackWhite.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.af.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.da.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.de.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.el.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.es.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.et.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.he.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.it.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.resx">
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FSharpen.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FSharpen.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2017-11-12 05:07:56 +03:00
<DependentUpon>FSharpen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-08-08 01:01:16 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.resx">
<DependentUpon>FTwainGui.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FTwainGui.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-01 22:50:08 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-05-11 22:30:26 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-07-01 00:16:12 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FTwainGui.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-10 22:12:01 +03:00
<DependentUpon>FTwainGui.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-08-08 01:01:16 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.resx">
<DependentUpon>FViewer.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\FViewer.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-01 22:50:08 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-05-11 22:30:26 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-07-01 00:16:12 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\FViewer.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-10 22:12:01 +03:00
<DependentUpon>FViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.af.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.ar.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.bg.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.ca.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.cs.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.da.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.de.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.el.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.es.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.et.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.fa.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.fi.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.fr.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.he.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.hr.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.hu.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.it.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.ja.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.ko.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.lt.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.lv.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.nb.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.nl.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.nn.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.pl.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.pt-BR.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.pt-PT.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.ro.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.ru.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.si.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.sk.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.sl.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.sq.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.sr-Cyrl.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.sr-Latn.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.sv.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.tr.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.uk.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.vi.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.zh-CHS.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\OperationProgressNotifyWidget.zh-TW.resx">
<DependentUpon>OperationProgressNotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.bg.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.ca.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.cs.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.da.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.de.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.el.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.es.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.et.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.fr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.he.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.hr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.hu.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.it.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.nl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.pl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
2016-03-15 02:56:38 +03:00
<EmbeddedResource Include="WinForms\NotifyWidget.resx">
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.ro.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.ru.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\NotifyWidget.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.uk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\NotifyWidget.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2016-03-23 05:49:30 +03:00
<DependentUpon>NotifyWidget.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-08-08 01:01:16 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.resx">
<DependentUpon>ThumbnailList.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\ThumbnailList.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-01 22:50:08 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-05-11 22:30:26 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-07-01 00:16:12 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\ThumbnailList.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-10 22:12:01 +03:00
<DependentUpon>ThumbnailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-08-08 01:01:16 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.resx">
<DependentUpon>TiffViewer.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\TiffViewer.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-01 22:50:08 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-05-11 22:30:26 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-07-01 00:16:12 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewer.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-10 22:12:01 +03:00
<DependentUpon>TiffViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.af.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.ar.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.bg.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.ca.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.cs.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.da.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.de.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.el.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.es.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.et.resx" Condition="'$(Configuration)' != 'Debug'">
2015-10-01 01:28:26 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.fa.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-29 23:56:40 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.fi.resx" Condition="'$(Configuration)' != 'Debug'">
2015-12-19 02:48:21 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.fr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.he.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.hr.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.hu.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.it.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.ja.resx" Condition="'$(Configuration)' != 'Debug'">
2018-07-02 03:37:42 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.ko.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-21 00:59:14 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.lt.resx" Condition="'$(Configuration)' != 'Debug'">
2016-02-15 16:52:15 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.lv.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.nb.resx" Condition="'$(Configuration)' != 'Debug'">
2015-08-08 01:01:16 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.nl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.nn.resx" Condition="'$(Configuration)' != 'Debug'">
2017-05-14 05:23:30 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.pl.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.pt-BR.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.pt-PT.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.resx">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.ro.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.ru.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
2018-03-23 04:56:51 +03:00
<EmbeddedResource Include="WinForms\TiffViewerCtl.si.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.sk.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.sl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-10-29 02:33:55 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.sq.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-01 22:50:08 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.sr-Cyrl.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.sr-Latn.resx" Condition="'$(Configuration)' != 'Debug'">
2016-04-25 06:48:00 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.sv.resx" Condition="'$(Configuration)' != 'Debug'">
2015-05-11 22:30:26 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.tr.resx" Condition="'$(Configuration)' != 'Debug'">
2015-07-01 00:16:12 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.uk.resx" Condition="'$(Configuration)' != 'Debug'">
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.vi.resx" Condition="'$(Configuration)' != 'Debug'">
2016-09-25 23:01:55 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.zh-CHS.resx" Condition="'$(Configuration)' != 'Debug'">
2016-05-19 20:22:56 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinForms\TiffViewerCtl.zh-TW.resx" Condition="'$(Configuration)' != 'Debug'">
2015-06-10 22:12:01 +03:00
<DependentUpon>TiffViewerCtl.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<COMReference Include="WIA" Condition="'$(OS)' == 'Windows_NT'">
<Guid>{94A0E92D-43C0-494E-AC29-FD45948A5221}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>False</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
2016-09-25 23:01:55 +03:00
<None Include="Lang\po\af.po" />
2016-04-25 06:40:53 +03:00
<None Include="Lang\po\ar.po" />
<None Include="Lang\po\bg.po" />
<None Include="Lang\po\ca.po" />
<None Include="Lang\po\cs.po" />
<None Include="Lang\po\da.po" />
<None Include="Lang\po\de.po" />
2015-10-01 01:36:11 +03:00
<None Include="Lang\po\el.po" />
<None Include="Lang\po\en.po" />
<None Include="Lang\po\es.po" />
2015-10-01 01:36:11 +03:00
<None Include="Lang\po\et.po" />
2016-02-29 23:44:13 +03:00
<None Include="Lang\po\fa.po" />
2015-12-19 19:35:54 +03:00
<None Include="Lang\po\fi.po" />
<None Include="Lang\po\fr.po" />
<None Include="Lang\po\he.po" />
<None Include="Lang\po\hr.po" />
<None Include="Lang\po\hu.po" />
<None Include="Lang\po\it.po" />
2016-02-21 00:59:14 +03:00
<None Include="Lang\po\ko.po" />
2016-02-15 16:35:41 +03:00
<None Include="Lang\po\lt.po" />
2016-05-19 20:07:40 +03:00
<None Include="Lang\po\lv.po" />
2015-08-08 01:18:24 +03:00
<None Include="Lang\po\nb.po" />
<None Include="Lang\po\nl.po" />
2017-05-14 05:09:48 +03:00
<None Include="Lang\po\nn.po" />
<None Include="Lang\po\pl.po" />
<None Include="Lang\po\pt-BR.po" />
<None Include="Lang\po\pt-PT.po" />
2015-08-08 01:18:24 +03:00
<None Include="Lang\po\ro.po" />
<None Include="Lang\po\ru.po" />
2016-04-25 06:40:53 +03:00
<None Include="Lang\po\sk.po" />
2016-10-29 02:27:04 +03:00
<None Include="Lang\po\sl.po" />
2015-06-01 22:50:08 +03:00
<None Include="Lang\po\sq.po" />
2016-04-25 06:40:53 +03:00
<None Include="Lang\po\sr-Cyrl.po" />
<None Include="Lang\po\sr-Latn.po" />
2015-05-11 22:23:54 +03:00
<None Include="Lang\po\sv.po" />
<None Include="Lang\po\templates.pot" />
2015-08-08 01:18:24 +03:00
<None Include="Lang\po\tr.po" />
<None Include="Lang\po\uk.po" />
2016-09-25 23:01:55 +03:00
<None Include="Lang\po\vi.po" />
2016-05-19 20:07:40 +03:00
<None Include="Lang\po\zh-CHS.po" />
2015-08-08 01:18:24 +03:00
<None Include="Lang\po\zh-TW.po" />
<None Include="naps2-public.cer" />
<None Include="packages.config" />
<None Include="Icons\accept-small.png" />
</ItemGroup>
<ItemGroup>
<None Include="Icons\accept.png" />
</ItemGroup>
<ItemGroup>
<None Include="Icons\add-small.png" />
</ItemGroup>
<ItemGroup>
<None Include="Icons\add.png" />
</ItemGroup>
<ItemGroup>
<None Include="Icons\arrow_down.png" />
</ItemGroup>
<ItemGroup>
<None Include="Icons\arrow_out.png" />
</ItemGroup>
<ItemGroup>
<None Include="Icons\arrow_up.png" />
</ItemGroup>
<ItemGroup>
2018-09-22 08:58:08 +03:00
<Content Include="Icons\wireless16.png" />
2018-03-22 09:13:36 +03:00
<None Include="Icons\btn_donate_LG.gif" />
<None Include="Icons\application_cascade.png" />
2016-03-15 02:56:38 +03:00
<Content Include="Icons\application_cascade.ico" />
<Content Include="Icons\arrow_left.png" />
<Content Include="Icons\arrow_right.png" />
<Content Include="Icons\arrow_rotate_anticlockwise-small.ico" />
2016-03-15 02:56:38 +03:00
<Content Include="Icons\close.png" />
<None Include="Icons\color_gradient.png" />
<None Include="Icons\color_management.png" />
2017-11-12 10:07:30 +03:00
<Content Include="Icons\color_management.ico" />
<Content Include="Icons\color_wheel.ico" />
<Content Include="Icons\color_wheel.png" />
<Content Include="Icons\contrast.ico" />
<Content Include="Icons\contrast.png" />
<Content Include="Icons\arrow_down-small.png" />
<Content Include="Icons\arrow_up-small.png" />
<None Include="Icons\contrast_with_sun.png" />
<None Include="Icons\contrast_high.png" />
2017-11-12 10:07:30 +03:00
<Content Include="Icons\contrast_high.ico" />
<Content Include="Icons\contrast_with_sun.ico" />
<Content Include="Icons\control_play_blue-small.png" />
<Content Include="Icons\email.ico" />
2018-08-08 01:28:25 +03:00
<None Include="Icons\email_setting.png" />
<Content Include="Icons\file_extension_pdf.ico" />
2018-08-05 19:12:41 +03:00
<None Include="Icons\gmail.png" />
2018-09-06 21:58:12 +03:00
<None Include="Icons\hourglass_grey.png" />
<Content Include="Icons\image_edit.png" />
2018-08-05 19:12:41 +03:00
<None Include="Icons\outlookweb.png" />
2018-08-08 01:28:25 +03:00
<None Include="Icons\mail_yellow.png" />
2018-08-08 18:25:03 +03:00
<Content Include="Icons\key.ico" />
<Content Include="Icons\picture.ico" />
<Content Include="Icons\pictures.png" />
<Content Include="Icons\picture_edit.png" />
<Content Include="Icons\picture_save.png" />
<Content Include="Icons\scanner-default.png" />
<Content Include="Icons\printer.png" />
2016-03-15 02:56:38 +03:00
<Content Include="Icons\scanner-lock-default.png" />
<Content Include="Icons\scanner-lock.png" />
<None Include="Icons\sharpen.png" />
2017-11-12 10:07:30 +03:00
<Content Include="Icons\sharpen.ico" />
2016-03-15 02:56:38 +03:00
<Content Include="Icons\text.ico" />
<Content Include="Icons\text.png" />
<Content Include="Icons\transform_crop.ico" />
<Content Include="Icons\transform_crop.png" />
<Content Include="Icons\weather_sun.ico" />
<Content Include="Icons\weather_sun.png" />
<None Include="Icons\arrow_rotate_anticlockwise.png" />
<None Include="Icons\arrow_rotate_clockwise.png" />
<None Include="Icons\arrow_switch.png" />
<None Include="Icons\arrow_rotate_anticlockwise-small.png" />
<None Include="Icons\arrow_rotate_clockwise-small.png" />
<None Include="Icons\arrow_switch-small.png" />
<None Include="Icons\arrow_refresh.png" />
<Content Include="Icons\blueprints-small.ico" />
<Content Include="Icons\folder_picture.png" />
<Content Include="Icons\information-small.ico" />
<Content Include="Icons\information-small.png" />
<Content Include="Icons\scanner-app.ico" />
<Content Include="Icons\scanner-large.png" />
<Content Include="Icons\scanner.ico" />
<Content Include="Icons\scanner.png" />
<None Include="Icons\control_play_blue.png" />
<None Include="Icons\zoom_out.png" />
<None Include="Icons\zoom_in.png" />
<None Include="Icons\zoom_actual.png" />
<None Include="Icons\world.png" />
<None Include="Icons\transform_flip.png" />
<None Include="Icons\tick.png" />
<None Include="Icons\tick-small.png" />
<None Include="Icons\scanner-72.png" />
<None Include="Icons\scanner-64.png" />
<None Include="Icons\scanner-48.png" />
<None Include="Icons\picture.png" />
<None Include="Icons\pencil.png" />
<None Include="Icons\pencil-small.png" />
<None Include="Icons\pdf_email.png" />
<None Include="Icons\information.png" />
<None Include="Icons\info_rhombus.png" />
<None Include="Icons\file_extension_pdf.png" />
<None Include="Icons\email_attach.png" />
<None Include="Icons\cross.png" />
<None Include="Icons\cross-small.png" />
<None Include="Icons\cancel.png" />
<None Include="Icons\cancel-small.png" />
<None Include="Icons\blueprints.png" />
<None Include="Icons\blueprints-small.png" />
2017-12-18 02:31:41 +03:00
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable 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('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<PropertyGroup>
2018-08-14 00:08:33 +03:00
<PreBuildEvent Condition="'$(OS)' == 'Windows_NT'">If Not Exist $(ProjectDir)google.credentials.json (
echo {} &gt; $(ProjectDir)google.credentials.json
2018-08-07 06:30:05 +03:00
)
If Not Exist $(ProjectDir)microsoft.credentials.json (
echo { client_id: null, client_secret: null } &gt; $(ProjectDir)microsoft.credentials.json
)</PreBuildEvent>
</PropertyGroup>
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
<Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
<Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<Import Project="..\NAPS2\Setup\CommonTargets.targets" />
</Project>