mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
Removed some compatible functions Fixed Settings.GetUser bug Design improvements Changed UserMediD comparer FeedVideo design updated, incorrect time position fixed, bugs fixed Fixed getting Reddit channel video thumbnail
522 lines
24 KiB
XML
522 lines
24 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\Rainbow.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.6.6.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\LibVLCSharp.3.6.6\lib\net40\LibVLCSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LibVLCSharp.WinForms, Version=3.6.6.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\LibVLCSharp.WinForms.3.6.6\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\Base\Declarations.vb" />
|
|
<Compile Include="API\Base\DownDetector.vb" />
|
|
<Compile Include="API\Base\ProfileSaved.vb" />
|
|
<Compile Include="API\Base\SiteSettingsBase.vb" />
|
|
<Compile Include="API\Base\Structures.vb" />
|
|
<Compile Include="API\Instagram\EditorExchangeOptions.vb" />
|
|
<Compile Include="API\Instagram\OptionsForm.Designer.vb">
|
|
<DependentUpon>OptionsForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="API\Instagram\OptionsForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<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="Download\ActiveDownloadingProgress.Designer.vb">
|
|
<DependentUpon>ActiveDownloadingProgress.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\ActiveDownloadingProgress.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\AutoDownloader.vb" />
|
|
<Compile Include="Download\AutoDownloaderEditorForm.Designer.vb">
|
|
<DependentUpon>AutoDownloaderEditorForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\AutoDownloaderEditorForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\DownloadFeedForm.Designer.vb">
|
|
<DependentUpon>DownloadFeedForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\DownloadFeedForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\FeedMedia.Designer.vb">
|
|
<DependentUpon>FeedMedia.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\FeedMedia.vb">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Download\FeedVideo.Designer.vb">
|
|
<DependentUpon>FeedVideo.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\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\Scheduler.vb" />
|
|
<Compile Include="Download\SchedulerEditorForm.Designer.vb">
|
|
<DependentUpon>SchedulerEditorForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\SchedulerEditorForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="EncryptCookies.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="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="FDatePickerForm.Designer.vb">
|
|
<DependentUpon>FDatePickerForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FDatePickerForm.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\Attributes\AttributesInternal.vb" />
|
|
<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="UserBan.vb" />
|
|
<Compile Include="UserImage.vb" />
|
|
<Compile Include="Download\VideosDownloaderForm.Designer.vb">
|
|
<DependentUpon>VideosDownloaderForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Download\VideosDownloaderForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UserInfo.vb" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="API\Instagram\OptionsForm.resx">
|
|
<DependentUpon>OptionsForm.vb</DependentUpon>
|
|
</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\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\DownloadFeedForm.resx">
|
|
<DependentUpon>DownloadFeedForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\DownloadSavedPostsForm.resx">
|
|
<DependentUpon>DownloadSavedPostsForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\FeedMedia.resx">
|
|
<DependentUpon>FeedMedia.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Download\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\SchedulerEditorForm.resx">
|
|
<DependentUpon>SchedulerEditorForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\CollectionEditorForm.resx">
|
|
<DependentUpon>CollectionEditorForm.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="FDatePickerForm.resx">
|
|
<DependentUpon>FDatePickerForm.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="Download\VideosDownloaderForm.resx">
|
|
<DependentUpon>VideosDownloaderForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include=".editorconfig" />
|
|
<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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Icons\InstagramIcon.ico" />
|
|
<None Include="Content\Pictures\SettingsPic_16.bmp" />
|
|
<None Include="Content\Pictures\TwitterPic400.png" />
|
|
<None Include="Content\Pictures\InstagramPic76.png" />
|
|
<None Include="Content\Pictures\BookmarkBlack_16.png" />
|
|
<None Include="Content\Pictures\HeartPic_32.png" />
|
|
<None Include="Content\Pictures\ScriptPic32.png" />
|
|
<None Include="Content\Icons\GroupBy_284.ico" />
|
|
<None Include="Content\Pictures\Pause_Blue_16.png" />
|
|
<None Include="Content\Pictures\RegGifsPic32.png" />
|
|
<None Include="Content\Icons\RegGifsIcon.ico" />
|
|
<None Include="Content\Icons\SettingsIcon.ico" />
|
|
<None Include="Content\Pictures\RedGifsPic32.png" />
|
|
<None Include="Content\Pictures\RSSPic.png" />
|
|
<None Include="Content\Icons\RedGifsIcon.ico" />
|
|
<None Include="Content\Icons\RSSIcon.ico" />
|
|
<None Include="Content\Pictures\StopPic32.png" />
|
|
<Content Include="ffmpeg.exe">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="RedditIcon.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>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
<Import Project="..\packages\VideoLAN.LibVLC.Windows.3.0.17.4\build\VideoLAN.LibVLC.Windows.targets" Condition="Exists('..\packages\VideoLAN.LibVLC.Windows.3.0.17.4\build\VideoLAN.LibVLC.Windows.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\VideoLAN.LibVLC.Windows.3.0.17.4\build\VideoLAN.LibVLC.Windows.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\VideoLAN.LibVLC.Windows.3.0.17.4\build\VideoLAN.LibVLC.Windows.targets'))" />
|
|
<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'))" />
|
|
</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')" />
|
|
</Project> |