mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
PluginProvider Add 'Checked' property Add 'PropertyValueEventArgs' SCrawler Add default headers Add predefined colors to the color picker API.Instagram: automatically reset download options after updating credentials
768 lines
36 KiB
XML
768 lines
36 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{4A016FAD-9F07-4957-8BB2-AE86C88BA342}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<StartupObject>SCrawler.My.MyApplication</StartupObject>
|
|
<RootNamespace>SCrawler</RootNamespace>
|
|
<AssemblyName>SCrawler</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<MyType>WindowsForms</MyType>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetPlatformVersion>10.0</TargetPlatformVersion>
|
|
<TargetPlatformMinVersion>10.0</TargetPlatformMinVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionStrict>Off</OptionStrict>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Content\Icons\RainbowIcon_48.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="LibVLCSharp, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\LibVLCSharp.3.7.0\lib\net40\LibVLCSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LibVLCSharp.WinForms, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\LibVLCSharp.WinForms.3.7.0\lib\net40\LibVLCSharp.WinForms.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="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net" />
|
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Net.Http" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="PersonalUtilities.Functions" />
|
|
<Import Include="System" />
|
|
<Import Include="System.Collections" />
|
|
<Import Include="System.Collections.Generic" />
|
|
<Import Include="System.Data" />
|
|
<Import Include="System.Drawing" />
|
|
<Import Include="System.Diagnostics" />
|
|
<Import Include="System.Windows.Forms" />
|
|
<Import Include="System.Linq" />
|
|
<Import Include="System.Xml.Linq" />
|
|
<Import Include="System.Threading.Tasks" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="API\BaseObjects\DomainsContainer.vb" />
|
|
<Compile Include="API\BaseObjects\InternalSettingsForm.Designer.vb">
|
|
<DependentUpon>InternalSettingsForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="API\BaseObjects\InternalSettingsForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="API\Base\Declarations.vb" />
|
|
<Compile Include="API\Base\DeclaredNames.vb" />
|
|
<Compile Include="API\Base\DownDetector.vb" />
|
|
<Compile Include="API\Base\GDL.vb" />
|
|
<Compile Include="API\Base\IUserData.vb" />
|
|
<Compile Include="API\Base\M3U8Base.vb" />
|
|
<Compile Include="API\Base\ProfileSaved.vb" />
|
|
<Compile Include="API\Base\SiteSettingsBase.vb" />
|
|
<Compile Include="API\Base\Structures.vb" />
|
|
<Compile Include="API\Base\TokenBatch.vb" />
|
|
<Compile Include="API\Base\YTDLP.vb" />
|
|
<Compile Include="API\Facebook\Declarations.vb" />
|
|
<Compile Include="API\Facebook\SiteSettings.vb" />
|
|
<Compile Include="API\Facebook\UserData.vb" />
|
|
<Compile Include="API\Facebook\UserExchangeOptions.vb" />
|
|
<Compile Include="API\Instagram\EditorExchangeOptions.vb" />
|
|
<Compile Include="API\JustForFans\Declarations.vb" />
|
|
<Compile Include="API\JustForFans\M3U8.vb" />
|
|
<Compile Include="API\JustForFans\SiteSettings.vb" />
|
|
<Compile Include="API\JustForFans\UserData.vb" />
|
|
<Compile Include="API\LPSG\Declarations.vb" />
|
|
<Compile Include="API\LPSG\SiteSettings.vb" />
|
|
<Compile Include="API\LPSG\UserData.vb" />
|
|
<Compile Include="API\Mastodon\Credentials.vb" />
|
|
<Compile Include="API\Mastodon\Declarations.vb" />
|
|
<Compile Include="API\Mastodon\EditorExchangeOptions.vb" />
|
|
<Compile Include="API\Mastodon\SiteSettings.vb" />
|
|
<Compile Include="API\Mastodon\UserData.vb" />
|
|
<Compile Include="API\OnlyFans\Declarations.vb" />
|
|
<Compile Include="API\OnlyFans\OFResources.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>OFResources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="API\OnlyFans\SiteSettings.vb" />
|
|
<Compile Include="API\OnlyFans\UserData.vb" />
|
|
<Compile Include="API\OnlyFans\UserExchangeOptions.vb" />
|
|
<Compile Include="API\PathPlugin\Declarations.vb" />
|
|
<Compile Include="API\PathPlugin\SiteSettings.vb" />
|
|
<Compile Include="API\PathPlugin\UserData.vb" />
|
|
<Compile Include="API\Pinterest\Declarations.vb" />
|
|
<Compile Include="API\Pinterest\SiteSettings.vb" />
|
|
<Compile Include="API\Pinterest\UserData.vb" />
|
|
<Compile Include="API\PornHub\Declarations.vb" />
|
|
<Compile Include="API\PornHub\M3U8.vb" />
|
|
<Compile Include="API\PornHub\SiteSettings.vb" />
|
|
<Compile Include="API\PornHub\UserData.vb" />
|
|
<Compile Include="API\PornHub\UserExchangeOptions.vb" />
|
|
<Compile Include="API\Reddit\IChannelLimits.vb" />
|
|
<Compile Include="API\Reddit\RedditViewSettingsForm.Designer.vb">
|
|
<DependentUpon>RedditViewSettingsForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="API\Reddit\RedditViewSettingsForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="API\Reddit\IRedditView.vb" />
|
|
<Compile Include="API\ThisVid\Declarations.vb" />
|
|
<Compile Include="API\ThisVid\SiteSettings.vb" />
|
|
<Compile Include="API\ThisVid\UserData.vb" />
|
|
<Compile Include="API\ThisVid\UserExchangeOptions.vb" />
|
|
<Compile Include="API\ThreadsNet\SiteSettings.vb" />
|
|
<Compile Include="API\ThreadsNet\UserData.vb" />
|
|
<Compile Include="API\TikTok\Declarations.vb" />
|
|
<Compile Include="API\TikTok\SiteSettings.vb" />
|
|
<Compile Include="API\TikTok\UserData.vb" />
|
|
<Compile Include="API\TikTok\UserExchangeOptions.vb" />
|
|
<Compile Include="API\Twitter\EditorExchangeOptions.vb" />
|
|
<Compile Include="API\Xhamster\Declarations.vb" />
|
|
<Compile Include="API\Xhamster\M3U8.vb" />
|
|
<Compile Include="API\Xhamster\SiteSettings.vb" />
|
|
<Compile Include="API\Xhamster\UserData.vb" />
|
|
<Compile Include="API\Xhamster\UserExchangeOptions.vb" />
|
|
<Compile Include="API\XVIDEOS\Declarations.vb" />
|
|
<Compile Include="API\XVIDEOS\M3U8.vb" />
|
|
<Compile Include="API\XVIDEOS\SiteSettings.vb" />
|
|
<Compile Include="API\XVIDEOS\UserData.vb" />
|
|
<Compile Include="API\XVIDEOS\UserExchangeOptions.vb" />
|
|
<Compile Include="API\YouTube\SiteSettings.vb" />
|
|
<Compile Include="API\YouTube\UserData.vb" />
|
|
<Compile Include="API\YouTube\UserExchangeOptions.vb" />
|
|
<Compile Include="API\YouTube\YTPreProgress.vb" />
|
|
<Compile Include="API\YouTube\YTSettings_Internal.vb" />
|
|
<Compile Include="Download\ActiveDownloadingProgress.Designer.vb">
|
|
<DependentUpon>ActiveDownloadingProgress.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\ActiveDownloadingProgress.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\Automation\AutoDownloader.vb" />
|
|
<Compile Include="Download\Automation\AutoDownloaderEditorForm.Designer.vb">
|
|
<DependentUpon>AutoDownloaderEditorForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\Automation\AutoDownloaderEditorForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\Automation\AutoDownloaderPauseButtons.vb" />
|
|
<Compile Include="Download\Feed\DownloadFeedForm.Designer.vb">
|
|
<DependentUpon>DownloadFeedForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\Feed\DownloadFeedForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\Feed\FeedCopyToForm.Designer.vb">
|
|
<DependentUpon>FeedCopyToForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\Feed\FeedCopyToForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\Feed\FeedMedia.Designer.vb">
|
|
<DependentUpon>FeedMedia.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\Feed\FeedMedia.vb">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\Feed\FeedMoveCopyTo.vb" />
|
|
<Compile Include="Download\Feed\FeedSpecial.vb" />
|
|
<Compile Include="Download\Feed\FeedSpecialCollection.vb" />
|
|
<Compile Include="Download\Feed\FeedVideo.Designer.vb">
|
|
<DependentUpon>FeedVideo.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\Feed\FeedVideo.vb">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\Groups\DownloadGroup.vb" />
|
|
<Compile Include="Download\DownloadProgress.vb" />
|
|
<Compile Include="Download\Groups\DownloadGroupCollection.vb" />
|
|
<Compile Include="Download\Groups\GroupDefaults.vb">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\Groups\GroupEditorForm.Designer.vb">
|
|
<DependentUpon>GroupEditorForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\Groups\GroupEditorForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\Groups\GroupParameters.vb" />
|
|
<Compile Include="Download\MissingPostsForm.Designer.vb">
|
|
<DependentUpon>MissingPostsForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\MissingPostsForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\Automation\Scheduler.vb" />
|
|
<Compile Include="Download\Automation\SchedulerEditorForm.Designer.vb">
|
|
<DependentUpon>SchedulerEditorForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\Automation\SchedulerEditorForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\STDownloader\Declarations.vb" />
|
|
<Compile Include="Download\STDownloader\DownloaderUrlForm.Designer.vb">
|
|
<DependentUpon>DownloaderUrlForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\STDownloader\DownloaderUrlForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\STDownloader\DownloaderUrlsArrForm.Designer.vb">
|
|
<DependentUpon>DownloaderUrlsArrForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\STDownloader\DownloaderUrlsArrForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\STDownloader\VideoDownloaderForm.Designer.vb">
|
|
<DependentUpon>VideoDownloaderForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\STDownloader\VideoDownloaderForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\UserDownloadQueueForm.Designer.vb">
|
|
<DependentUpon>UserDownloadQueueForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\UserDownloadQueueForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\WebClient2.vb" />
|
|
<Compile Include="Editors\ColorPicker.Designer.vb">
|
|
<DependentUpon>ColorPicker.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Editors\ColorPicker.vb">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Editors\ColorPickerInternalForm.Designer.vb">
|
|
<DependentUpon>ColorPickerInternalForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Editors\ColorPickerInternalForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Editors\DataColor.vb" />
|
|
<Compile Include="Editors\GlobalLocationsChooserForm.Designer.vb">
|
|
<DependentUpon>GlobalLocationsChooserForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Editors\GlobalLocationsChooserForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Editors\UsersInfoForm.Designer.vb">
|
|
<DependentUpon>UsersInfoForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Editors\UsersInfoForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="GlobalSuppressions.vb" />
|
|
<Compile Include="MainFrameObjects.vb" />
|
|
<Compile Include="My Project\Resources.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MyProgressExt.vb" />
|
|
<Compile Include="PluginsEnvironment\Attributes\Attributes.vb" />
|
|
<Compile Include="PluginsEnvironment\Hosts\DownloadableMediaHost.vb" />
|
|
<Compile Include="PluginsEnvironment\Hosts\SettingsHostCollection.vb" />
|
|
<Compile Include="PluginsEnvironment\Hosts\UserDataHost.vb" />
|
|
<Compile Include="API\Base\UserDataBase.vb" />
|
|
<Compile Include="API\Gfycat\Envir.vb" />
|
|
<Compile Include="API\Imgur\Envir.vb" />
|
|
<Compile Include="API\Instagram\Declarations.vb" />
|
|
<Compile Include="API\Instagram\SiteSettings.vb" />
|
|
<Compile Include="API\Instagram\UserData.vb" />
|
|
<Compile Include="API\Reddit\Channel.vb" />
|
|
<Compile Include="API\Reddit\ChannelsCollection.vb" />
|
|
<Compile Include="API\Reddit\Declarations.vb" />
|
|
<Compile Include="API\Reddit\M3U8.vb" />
|
|
<Compile Include="API\Reddit\SiteSettings.vb" />
|
|
<Compile Include="API\Reddit\UserData.vb" />
|
|
<Compile Include="API\Redgifs\Declarations.vb" />
|
|
<Compile Include="API\Redgifs\SiteSettings.vb" />
|
|
<Compile Include="API\Redgifs\UserData.vb" />
|
|
<Compile Include="API\Twitter\Declarations.vb" />
|
|
<Compile Include="API\Twitter\SiteSettings.vb" />
|
|
<Compile Include="API\Twitter\UserData.vb" />
|
|
<Compile Include="API\UserDataBind.vb" />
|
|
<Compile Include="Channels\ChannelsStatsForm.Designer.vb">
|
|
<DependentUpon>ChannelsStatsForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Channels\ChannelsStatsForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Channels\ChannelViewForm.Designer.vb">
|
|
<DependentUpon>ChannelViewForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Channels\ChannelViewForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\DownloadedInfoForm.Designer.vb">
|
|
<DependentUpon>DownloadedInfoForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\DownloadedInfoForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\DownloadSavedPostsForm.Designer.vb">
|
|
<DependentUpon>DownloadSavedPostsForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\DownloadSavedPostsForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Editors\CollectionEditorForm.Designer.vb">
|
|
<DependentUpon>CollectionEditorForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Editors\CollectionEditorForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Editors\GlobalSettingsForm.Designer.vb">
|
|
<DependentUpon>GlobalSettingsForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Editors\GlobalSettingsForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Editors\LabelsForm.Designer.vb">
|
|
<DependentUpon>LabelsForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Editors\LabelsForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Editors\SiteDefaults.vb">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Editors\SiteSelectionForm.Designer.vb">
|
|
<DependentUpon>SiteSelectionForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Editors\SiteSelectionForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Editors\SiteEditorForm.Designer.vb">
|
|
<DependentUpon>SiteEditorForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Editors\SiteEditorForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Editors\UserCreatorForm.Designer.vb">
|
|
<DependentUpon>UserCreatorForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Editors\UserCreatorForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="LabelsKeeper.vb" />
|
|
<Compile Include="ListImagesLoader.vb" />
|
|
<Compile Include="MainFrame.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainFrame.Designer.vb">
|
|
<DependentUpon>MainFrame.vb</DependentUpon>
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainMod.vb" />
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<Compile Include="My Project\Settings.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<Compile Include="PluginsEnvironment\Hosts\LogHost.vb" />
|
|
<Compile Include="PluginsEnvironment\Hosts\PropertyValueHost.vb" />
|
|
<Compile Include="PluginsEnvironment\Hosts\PluginHost.vb" />
|
|
<Compile Include="PluginsEnvironment\Hosts\SettingsHost.vb" />
|
|
<Compile Include="SettingsCLS.vb" />
|
|
<Compile Include="Download\TDownloader.vb" />
|
|
<Compile Include="SiteResources.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>SiteResources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ToolStripKeysButton.vb">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="UserBan.vb" />
|
|
<Compile Include="UserFinder.vb" />
|
|
<Compile Include="UserImage.vb" />
|
|
<Compile Include="UserInfo.vb" />
|
|
<Compile Include="UserSearchForm.Designer.vb">
|
|
<DependentUpon>UserSearchForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UserSearchForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="API\BaseObjects\InternalSettingsForm.resx">
|
|
<DependentUpon>InternalSettingsForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="API\OnlyFans\OFResources.resx">
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>OFResources.Designer.vb</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="API\Reddit\RedditViewSettingsForm.resx">
|
|
<DependentUpon>RedditViewSettingsForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Channels\ChannelsStatsForm.resx">
|
|
<DependentUpon>ChannelsStatsForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Channels\ChannelViewForm.resx">
|
|
<DependentUpon>ChannelViewForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\Automation\AutoDownloaderEditorForm.resx">
|
|
<DependentUpon>AutoDownloaderEditorForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\DownloadedInfoForm.resx">
|
|
<DependentUpon>DownloadedInfoForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\ActiveDownloadingProgress.resx">
|
|
<DependentUpon>ActiveDownloadingProgress.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\Feed\DownloadFeedForm.resx">
|
|
<DependentUpon>DownloadFeedForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\DownloadSavedPostsForm.resx">
|
|
<DependentUpon>DownloadSavedPostsForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\Feed\FeedCopyToForm.resx">
|
|
<DependentUpon>FeedCopyToForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\Feed\FeedMedia.resx">
|
|
<DependentUpon>FeedMedia.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\Feed\FeedVideo.resx">
|
|
<DependentUpon>FeedVideo.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\Groups\GroupEditorForm.resx">
|
|
<DependentUpon>GroupEditorForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\MissingPostsForm.resx">
|
|
<DependentUpon>MissingPostsForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\Automation\SchedulerEditorForm.resx">
|
|
<DependentUpon>SchedulerEditorForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\STDownloader\DownloaderUrlForm.resx">
|
|
<DependentUpon>DownloaderUrlForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\STDownloader\DownloaderUrlsArrForm.resx">
|
|
<DependentUpon>DownloaderUrlsArrForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\STDownloader\VideoDownloaderForm.resx">
|
|
<DependentUpon>VideoDownloaderForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\UserDownloadQueueForm.resx">
|
|
<DependentUpon>UserDownloadQueueForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\CollectionEditorForm.resx">
|
|
<DependentUpon>CollectionEditorForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\ColorPicker.resx">
|
|
<DependentUpon>ColorPicker.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\ColorPickerInternalForm.resx">
|
|
<DependentUpon>ColorPickerInternalForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\GlobalLocationsChooserForm.resx">
|
|
<DependentUpon>GlobalLocationsChooserForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\GlobalSettingsForm.resx">
|
|
<DependentUpon>GlobalSettingsForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\LabelsForm.resx">
|
|
<DependentUpon>LabelsForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\SiteSelectionForm.resx">
|
|
<DependentUpon>SiteSelectionForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\SiteEditorForm.resx">
|
|
<DependentUpon>SiteEditorForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\UserCreatorForm.resx">
|
|
<DependentUpon>UserCreatorForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\UsersInfoForm.resx">
|
|
<DependentUpon>UsersInfoForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MainFrame.resx">
|
|
<DependentUpon>MainFrame.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<SubType>Designer</SubType>
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SiteResources.resx">
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>SiteResources.Designer.vb</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UserSearchForm.resx">
|
|
<DependentUpon>UserSearchForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include=".editorconfig" />
|
|
<None Include="API\OnlyFans\OFScraperConfigPattern.json" />
|
|
<None Include="Content\Pictures\ApplicationPic_16.png" />
|
|
<None Include="Content\Pictures\BookmarkBlack_16.png" />
|
|
<None Include="Content\Pictures\DBPic_32.png" />
|
|
<None Include="Content\Pictures\DeletePic_24.png" />
|
|
<None Include="Content\Pictures\FolderPic_32.png" />
|
|
<None Include="Content\Pictures\GlobePic_32.png" />
|
|
<None Include="Content\Pictures\HeartPic_32.png" />
|
|
<None Include="Content\Pictures\InfoPic_32.png" />
|
|
<None Include="Content\Pictures\MessagePic_16.png" />
|
|
<None Include="Content\Pictures\OkPic_32.png" />
|
|
<None Include="Content\Pictures\PastePic_32.png" />
|
|
<None Include="Content\Pictures\Pause_Blue_16.png" />
|
|
<None Include="Content\Pictures\PencilPic_16.png" />
|
|
<None Include="Content\Pictures\PicturePic_32.png" />
|
|
<None Include="Content\Pictures\PlusPic_24.png" />
|
|
<None Include="Content\Pictures\RefreshPic_24.png" />
|
|
<None Include="Content\Pictures\RSSPic_512.png" />
|
|
<None Include="Content\Pictures\ScriptPic_32.png" />
|
|
<None Include="Content\Pictures\SettingsPic_16.bmp" />
|
|
<None Include="Content\Pictures\StarPic_24.png" />
|
|
<None Include="Content\Pictures\StartPic_Green_16.png" />
|
|
<None Include="Content\Pictures\StopPic_32.png" />
|
|
<None Include="My Project\app.manifest" />
|
|
<None Include="My Project\Application.myapp">
|
|
<Generator>MyApplicationCodeGenerator</Generator>
|
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<CustomToolNamespace>My</CustomToolNamespace>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="App.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\MyUtilities\PersonalUtilities.Notifications\PersonalUtilities.Notifications.vbproj">
|
|
<Project>{fc532253-1ab3-4def-a28a-dfdd9a481eb2}</Project>
|
|
<Name>PersonalUtilities.Notifications</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\MyUtilities\PersonalUtilities\PersonalUtilities.vbproj">
|
|
<Project>{8405896b-2685-4916-bc93-1fb514c323a9}</Project>
|
|
<Name>PersonalUtilities</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SCrawler.PluginProvider\SCrawler.PluginProvider.vbproj">
|
|
<Project>{d4650f6b-5a54-44b6-999b-6c675b7116b1}</Project>
|
|
<Name>SCrawler.PluginProvider</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SCrawler.Shared\SCrawler.Shared.vbproj">
|
|
<Project>{dc634700-24c7-42dd-bf8f-87e6cc54e625}</Project>
|
|
<Name>SCrawler.Shared</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SCrawler.YouTube\SCrawler.YouTube.vbproj">
|
|
<Project>{7c764707-7fd1-469c-a365-94605c193607}</Project>
|
|
<Name>SCrawler.YouTube</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Icons\BookmarkIcon_32.ico" />
|
|
<None Include="Content\Pictures\SitePictures\InstagramPic_76.png" />
|
|
<None Include="Content\Pictures\SitePictures\LPSGPic_32.png" />
|
|
<None Include="Content\Pictures\SitePictures\RedditPic_512.png" />
|
|
<None Include="Content\Pictures\SitePictures\RedGifsPic_32.png" />
|
|
<None Include="Content\Pictures\SitePictures\TikTokPic_192.png" />
|
|
<None Include="Content\Pictures\SitePictures\XvideosPic_32.png" />
|
|
<None Include="Content\Icons\GroupByIcon_16.ico" />
|
|
<None Include="Content\Icons\RainbowIcon_48.ico" />
|
|
<None Include="Content\Icons\RSSIcon_32.ico" />
|
|
<None Include="Content\Icons\SettingsIcon_48.ico" />
|
|
<None Include="Content\Icons\UsersIcon_32.ico" />
|
|
<None Include="Content\Icons\SiteIcons\InstagramIcon_32.ico" />
|
|
<None Include="Content\Icons\SiteIcons\LPSGIcon_48.ico" />
|
|
<None Include="Content\Icons\SiteIcons\RedditIcon_128.ico" />
|
|
<None Include="Content\Icons\SiteIcons\RedGifsIcon_32.ico" />
|
|
<None Include="Content\Icons\SiteIcons\TikTokIcon_32.ico" />
|
|
<None Include="Content\Icons\SiteIcons\TwitterIcon_32.ico" />
|
|
<None Include="Content\Icons\SiteIcons\XvideosIcon_48.ico" />
|
|
<None Include="Content\Pictures\ArrowDownPic_Blue_24.png" />
|
|
<None Include="Content\Icons\ArrowDownIcon_Blue_24.ico" />
|
|
<None Include="Content\Pictures\PinPic_32.png" />
|
|
<None Include="Content\Icons\TagIcon_32.ico" />
|
|
<None Include="Content\Pictures\SitePictures\XhamsterPic_32.png" />
|
|
<None Include="Content\Icons\SiteIcons\XhamsterIcon_32.ico" />
|
|
<None Include="Content\Pictures\SitePictures\PornHubPic_16.png" />
|
|
<None Include="Content\Icons\SiteIcons\PornHubIcon_16.ico" />
|
|
<None Include="Content\Pictures\TagPic_24.png" />
|
|
<None Include="Content\Pictures\SitePictures\ThisVidPic_16.png" />
|
|
<None Include="Content\Icons\SiteIcons\ThisVidIcon_16.ico" />
|
|
<None Include="Content\Pictures\SitePictures\PinterestPic_48.png" />
|
|
<None Include="Content\Icons\SiteIcons\PinterestIcon_32.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\SitePictures\MastodonPic_48.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Icons\SiteIcons\MastodonIcon_48.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\SitePictures\OnlyFansPic_32.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Icons\SiteIcons\OnlyFansIcon_32.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\BrushToolPic_16.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\SitePictures\JFFPic_76.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Icons\SiteIcons\JFFIcon_64.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Icons\SiteIcons\ThreadsIcon_192.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Icons\SiteIcons\FacebookIcon_32.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\SitePictures\FacebookPic_37.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Content\Pictures\CutPic_48.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
|
|
<Error Condition="!Exists('..\packages\VideoLAN.LibVLC.Windows.3.0.18\build\VideoLAN.LibVLC.Windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\VideoLAN.LibVLC.Windows.3.0.18\build\VideoLAN.LibVLC.Windows.targets'))" />
|
|
</Target>
|
|
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
|
|
<Import Project="..\packages\VideoLAN.LibVLC.Windows.3.0.18\build\VideoLAN.LibVLC.Windows.targets" Condition="Exists('..\packages\VideoLAN.LibVLC.Windows.3.0.18\build\VideoLAN.LibVLC.Windows.targets')" />
|
|
</Project> |