PageRenderTime 58ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/RS TV Show Tracker.Light.csproj

https://bitbucket.org/RoliSoft/rs-tv-show-tracker
MSBuild | 1156 lines | 1156 code | 0 blank | 0 comment | 0 complexity | fa81e990b0484e5ad7a821d01aa88e3c MD5 | raw file
Possible License(s): Apache-2.0, LGPL-3.0, LGPL-2.0, CC-BY-SA-3.0, JSON, MIT

Large files files are truncated, but you can click here to view the full file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <ProductVersion>8.0.30703</ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{BB7EC6E2-7334-4017-94DF-E0F0C370FDAC}</ProjectGuid>
  11. <OutputType>WinExe</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>RoliSoft.TVShowTracker</RootNamespace>
  14. <AssemblyName>RSTVShowTracker</AssemblyName>
  15. <ApplicationManifest>app.manifest</ApplicationManifest>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <TargetFrameworkProfile>
  18. </TargetFrameworkProfile>
  19. <FileAlignment>512</FileAlignment>
  20. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  21. <WarningLevel>4</WarningLevel>
  22. <IsWebBootstrapper>false</IsWebBootstrapper>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <DocumentationFile>bin\Debug\RSTVShowTracker.XML</DocumentationFile>
  34. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\Release\</OutputPath>
  42. <DefineConstants>
  43. </DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  47. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  48. <DebugSymbols>true</DebugSymbols>
  49. <Prefer32Bit>false</Prefer32Bit>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <ApplicationIcon>tv.ico</ApplicationIcon>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <SignAssembly>false</SignAssembly>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="BouncyCastle.Crypto">
  59. <HintPath>Dependencies\BouncyCastle.Crypto.dll</HintPath>
  60. <Private>False</Private>
  61. </Reference>
  62. <Reference Include="CookComputing.XmlRpcV2">
  63. <HintPath>Dependencies\CookComputing.XmlRpcV2.dll</HintPath>
  64. <Private>False</Private>
  65. </Reference>
  66. <Reference Include="Hammock.ClientProfile">
  67. <HintPath>Dependencies\Hammock.ClientProfile.dll</HintPath>
  68. <Private>False</Private>
  69. </Reference>
  70. <Reference Include="HtmlAgilityPack">
  71. <HintPath>Dependencies\HtmlAgilityPack.dll</HintPath>
  72. <Private>False</Private>
  73. </Reference>
  74. <Reference Include="IronPython">
  75. <HintPath>Dependencies\IronPython.dll</HintPath>
  76. <Private>False</Private>
  77. </Reference>
  78. <Reference Include="Microsoft.Dynamic, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
  79. <HintPath>Dependencies\Microsoft.Dynamic.dll</HintPath>
  80. <SpecificVersion>False</SpecificVersion>
  81. <Private>False</Private>
  82. </Reference>
  83. <Reference Include="Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
  84. <HintPath>Dependencies\Microsoft.Scripting.dll</HintPath>
  85. <SpecificVersion>False</SpecificVersion>
  86. <Private>False</Private>
  87. </Reference>
  88. <Reference Include="Microsoft.WindowsAPICodePack">
  89. <HintPath>Dependencies\Microsoft.WindowsAPICodePack.dll</HintPath>
  90. <Private>False</Private>
  91. </Reference>
  92. <Reference Include="Microsoft.WindowsAPICodePack.Shell">
  93. <HintPath>Dependencies\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
  94. <Private>False</Private>
  95. </Reference>
  96. <Reference Include="Newtonsoft.Json">
  97. <HintPath>Dependencies\Newtonsoft.Json.dll</HintPath>
  98. <Private>False</Private>
  99. </Reference>
  100. <Reference Include="nunit.framework">
  101. <HintPath>Dependencies\nunit.framework.dll</HintPath>
  102. <Private>False</Private>
  103. </Reference>
  104. <Reference Include="SharpCompress">
  105. <HintPath>Dependencies\SharpCompress.dll</HintPath>
  106. <Private>False</Private>
  107. </Reference>
  108. <Reference Include="StarksoftBiko">
  109. <HintPath>Dependencies\StarksoftBiko.dll</HintPath>
  110. <Private>False</Private>
  111. </Reference>
  112. <Reference Include="System" />
  113. <Reference Include="System.Drawing" />
  114. <Reference Include="System.Management" />
  115. <Reference Include="System.Numerics" />
  116. <Reference Include="System.Security" />
  117. <Reference Include="System.ServiceModel" />
  118. <Reference Include="System.Windows.Forms" />
  119. <Reference Include="System.Xml" />
  120. <Reference Include="Microsoft.CSharp" />
  121. <Reference Include="System.Core" />
  122. <Reference Include="System.Xml.Linq" />
  123. <Reference Include="System.Xaml">
  124. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  125. </Reference>
  126. <Reference Include="TaskDialog">
  127. <HintPath>Dependencies\TaskDialog.dll</HintPath>
  128. <Private>False</Private>
  129. </Reference>
  130. <Reference Include="Transitionals">
  131. <HintPath>Dependencies\Transitionals.dll</HintPath>
  132. <Private>False</Private>
  133. </Reference>
  134. <Reference Include="UPnP, Version=1.0.4818.17309, Culture=neutral, processorArchitecture=MSIL">
  135. <SpecificVersion>False</SpecificVersion>
  136. <HintPath>Dependencies\UPnP.dll</HintPath>
  137. <Private>False</Private>
  138. </Reference>
  139. <Reference Include="UPNPAVCDSML, Version=1.0.4818.17310, Culture=neutral, processorArchitecture=MSIL">
  140. <SpecificVersion>False</SpecificVersion>
  141. <HintPath>Dependencies\UPNPAVCDSML.dll</HintPath>
  142. <Private>False</Private>
  143. </Reference>
  144. <Reference Include="UPNPAVMSDV, Version=1.0.4818.17311, Culture=neutral, processorArchitecture=MSIL">
  145. <SpecificVersion>False</SpecificVersion>
  146. <HintPath>Dependencies\UPNPAVMSDV.dll</HintPath>
  147. <Private>False</Private>
  148. </Reference>
  149. <Reference Include="UPNP_AV, Version=1.0.4818.17310, Culture=neutral, processorArchitecture=MSIL">
  150. <SpecificVersion>False</SpecificVersion>
  151. <HintPath>Dependencies\UPNP_AV.dll</HintPath>
  152. <Private>False</Private>
  153. </Reference>
  154. <Reference Include="WindowsBase" />
  155. <Reference Include="PresentationCore" />
  156. <Reference Include="PresentationFramework" />
  157. <Reference Include="WindowsFormsIntegration" />
  158. <Reference Include="Xceed.Wpf.Toolkit">
  159. <HintPath>Dependencies\Xceed.Wpf.Toolkit.dll</HintPath>
  160. <Private>False</Private>
  161. </Reference>
  162. </ItemGroup>
  163. <ItemGroup>
  164. <ApplicationDefinition Include="App.xaml">
  165. <Generator>MSBuild:Compile</Generator>
  166. <SubType>Designer</SubType>
  167. <Generator>MSBuild:Compile</Generator>
  168. <SubType>Designer</SubType>
  169. </ApplicationDefinition>
  170. <Compile Include="AutoDownloader.cs" />
  171. <Compile Include="ContextMenus\ContextMenu.cs" />
  172. <Compile Include="ContextMenus\Menus\RecommendationContextMenu.cs" />
  173. <Compile Include="ContextMenus\Menus\StatisticsContextMenu.cs" />
  174. <Compile Include="ContextMenus\Menus\UpcomingListingContextMenu.cs" />
  175. <Compile Include="ContextMenus\Menus\EpisodeListingContextMenu.cs" />
  176. <Compile Include="ContextMenus\Menus\OverviewContextMenu.cs" />
  177. <Compile Include="ContextMenus\Menus\DownloadLinkContextMenu.cs" />
  178. <Compile Include="ContextMenus\ContextMenuItem.cs" />
  179. <Compile Include="ContextMenus\Menus\SubtitleContextMenu.cs" />
  180. <Compile Include="CoverManager.cs" />
  181. <Compile Include="Dependencies\DetectOpenFiles\DetectOpenFiles.cs" />
  182. <Compile Include="DiscoverShows.cs" />
  183. <Compile Include="Isolated.cs" />
  184. <Compile Include="KeyValueList.cs" />
  185. <Compile Include="Library.cs" />
  186. <Compile Include="LocalProgrammingPlugin.cs" />
  187. <Compile Include="Log.cs" />
  188. <Compile Include="NetworkShares.cs" />
  189. <Compile Include="Parsers\Downloads\Engines\HTTP\DDLValley.cs" />
  190. <Compile Include="Parsers\Downloads\Engines\HTTP\TVRelease.cs" />
  191. <Compile Include="Parsers\Downloads\Engines\HTTP\Serienjunkies.cs" />
  192. <Compile Include="Parsers\Downloads\Engines\Torrent\Torrentz.cs" />
  193. <Compile Include="Parsers\Downloads\Engines\Torrent\KickassTorrents.cs" />
  194. <Compile Include="Parsers\Downloads\Engines\Torrent\TorrentDay.cs" />
  195. <Compile Include="Parsers\Downloads\Engines\Usenet\Findnzbs.cs" />
  196. <Compile Include="Parsers\Downloads\Engines\Usenet\NZBMatrix.cs" />
  197. <Compile Include="Parsers\Downloads\Engines\Usenet\nzbX.cs" />
  198. <Compile Include="Parsers\Guides\Episode.cs" />
  199. <Compile Include="Parsers\ILinkExpander.cs" />
  200. <Compile Include="Parsers\ForeignTitles\Engines\IMDbPortugal.cs" />
  201. <Compile Include="Parsers\ForeignTitles\Engines\IMDbFrance.cs" />
  202. <Compile Include="Parsers\ForeignTitles\Engines\IMDbSpain.cs" />
  203. <Compile Include="Parsers\ForeignTitles\Engines\IMDbItaly.cs" />
  204. <Compile Include="Parsers\ForeignTitles\Engines\IMDbGermany.cs" />
  205. <Compile Include="Parsers\ForeignTitles\Engines\IMDbInternational.cs" />
  206. <Compile Include="Parsers\ForeignTitles\Engines\PORTCzechRepublic.cs" />
  207. <Compile Include="Parsers\ForeignTitles\Engines\PORTSlovakia.cs" />
  208. <Compile Include="Parsers\ForeignTitles\Engines\PORTSerbia.cs" />
  209. <Compile Include="Parsers\ForeignTitles\Engines\PORTCroatia.cs" />
  210. <Compile Include="Parsers\ForeignTitles\Engines\PORTRomania.cs" />
  211. <Compile Include="Parsers\ForeignTitles\Engines\PORTHungary.cs" />
  212. <Compile Include="Parsers\ForeignTitles\Engines\PORTNetwork.cs" />
  213. <Compile Include="Parsers\ForeignTitles\ForeignTitleEngine.cs" />
  214. <Compile Include="Parsers\LinkCheckers\Engines\UniversalEngine.cs" />
  215. <Compile Include="Parsers\News\Engines\commentcom.cs" />
  216. <Compile Include="Parsers\News\Engines\BuddyTV.cs" />
  217. <Compile Include="Parsers\News\Engines\SorozatPlanet.cs" />
  218. <Compile Include="Parsers\News\Engines\Deadline.cs" />
  219. <Compile Include="Parsers\News\Engines\TVFanatic.cs" />
  220. <Compile Include="Parsers\News\Engines\SerialeTari.cs" />
  221. <Compile Include="Parsers\News\Engines\TVBlog.cs" />
  222. <Compile Include="Parsers\News\Engines\SorozatGURU.cs" />
  223. <Compile Include="Parsers\News\Engines\EWInsideTV.cs" />
  224. <Compile Include="Parsers\News\Engines\TVbytheNumbers.cs" />
  225. <Compile Include="Parsers\News\Engines\TVcom.cs" />
  226. <Compile Include="Parsers\News\Engines\TVLine.cs" />
  227. <Compile Include="Parsers\News\Engines\TVpedia.cs" />
  228. <Compile Include="Parsers\News\Engines\Sorozatjunkie.cs" />
  229. <Compile Include="Parsers\News\FeedReaderEngine.cs" />
  230. <Compile Include="Parsers\News\Article.cs" />
  231. <Compile Include="Parsers\OnlineVideos\Engines\Serienjunkies.cs" />
  232. <Compile Include="Parsers\OnlineVideos\Engines\Netflix.cs" />
  233. <Compile Include="Parsers\Senders\Engines\SABnzbd.cs" />
  234. <Compile Include="Parsers\Senders\Engines\JDownloaderWebUI.cs" />
  235. <Compile Include="Parsers\Senders\Engines\JDownloaderRemoteControl.cs" />
  236. <Compile Include="Parsers\Senders\Engines\UniversalShareDownloaderWebUI.cs" />
  237. <Compile Include="Parsers\Senders\Engines\MiponyWebUI.cs" />
  238. <Compile Include="Parsers\Senders\Engines\pyrtWebUI.cs" />
  239. <Compile Include="Parsers\Senders\Engines\ruTorrentWebUI.cs" />
  240. <Compile Include="Parsers\Senders\Engines\qBittorrentWebUI.cs" />
  241. <Compile Include="Parsers\Senders\Engines\DelugeWebUI.cs" />
  242. <Compile Include="Parsers\Senders\Engines\TorrentFluxWebUI.cs" />
  243. <Compile Include="Parsers\Senders\Engines\TransmissionWebUI.cs" />
  244. <Compile Include="Parsers\Senders\Engines\AzureusSwingWebUI.cs" />
  245. <Compile Include="Parsers\Senders\Engines\AzureusHTMLWebUI.cs" />
  246. <Compile Include="Parsers\Senders\Engines\VuzeWebRemote.cs" />
  247. <Compile Include="Parsers\Senders\Engines\uTorrentWebUI.cs" />
  248. <Compile Include="Parsers\Senders\SenderEngine.cs" />
  249. <Compile Include="Parsers\Subtitles\Editions.cs" />
  250. <Compile Include="Parsers\Subtitles\Engines\Subtitleseeker.cs" />
  251. <Compile Include="Parsers\Subtitles\Engines\LegendasTV.cs" />
  252. <Compile Include="Parsers\WebSearch\Engines\Seeks.cs" />
  253. <Compile Include="Parsers\WebSearch\Engines\StartPage.cs" />
  254. <Compile Include="Parsers\WebSearch\Engines\Ixquick.cs" />
  255. <Compile Include="Scripting\ExternalType.cs" />
  256. <Compile Include="Scripting\ExternalTypes\DLRType.cs" />
  257. <Compile Include="Scripting\Interpreters\IronPython.cs" />
  258. <Compile Include="Scripting\ScriptingPlugin.cs" />
  259. <Compile Include="Dependencies\GreyableImage\GreyableImage.cs" />
  260. <Compile Include="Dependencies\GreyableImage\ImageGreyer.cs" />
  261. <Compile Include="Dependencies\USNJournal\NtfsUsnJournal.cs" />
  262. <Compile Include="Dependencies\USNJournal\Win32Api.cs" />
  263. <Compile Include="DLCAPI.cs" />
  264. <Compile Include="Downloaders\Engines\BinSearchDownloader.cs" />
  265. <Compile Include="Downloaders\Engines\PodnapisiDownloader.cs" />
  266. <Compile Include="Extensibility.cs" />
  267. <Compile Include="HttpToSocks.cs" />
  268. <Compile Include="IPlugin.cs" />
  269. <Compile Include="Parsers\Downloads\Engines\HTTP\FreshWap.cs" />
  270. <Compile Include="Parsers\Downloads\Engines\HTTP\ReleaseBB.cs" />
  271. <Compile Include="Parsers\Downloads\Engines\Torrent\First.cs" />
  272. <Compile Include="Parsers\Downloads\Engines\Torrent\IPTorrents.cs" />
  273. <Compile Include="Parsers\Downloads\Engines\Torrent\SceneAccess.cs" />
  274. <Compile Include="Parsers\Downloads\Engines\Torrent\RevolutionTT.cs" />
  275. <Compile Include="Parsers\Downloads\Engines\Torrent\DailyTvTorrents.cs" />
  276. <Compile Include="Parsers\Downloads\Engines\Torrent\TokyoToshokan.cs" />
  277. <Compile Include="Parsers\Downloads\Engines\Torrent\NyaaTorrents.cs" />
  278. <Compile Include="Parsers\Downloads\Engines\Torrent\TorrentLeech.cs" />
  279. <Compile Include="Parsers\Downloads\Engines\Torrent\TVScene.cs" />
  280. <Compile Include="Parsers\Downloads\Engines\Torrent\TVChaosUK.cs" />
  281. <Compile Include="Parsers\Downloads\Engines\Usenet\NZBIndex.cs" />
  282. <Compile Include="Parsers\Downloads\Engines\Usenet\NZBsu.cs" />
  283. <Compile Include="Parsers\Downloads\Engines\Usenet\NZBsRus.cs" />
  284. <Compile Include="Parsers\LoginFieldTypes.cs" />
  285. <Compile Include="Parsers\Downloads\Engines\Torrent\BitHDTV.cs" />
  286. <Compile Include="Parsers\Downloads\Engines\Torrent\BTDigg.cs" />
  287. <Compile Include="Parsers\Downloads\Engines\Torrent\iPlay.cs" />
  288. <Compile Include="Parsers\Downloads\Engines\Torrent\TheEmpire.cs" />
  289. <Compile Include="Parsers\Downloads\Engines\Torrent\ScienceHD.cs" />
  290. <Compile Include="Parsers\Downloads\Engines\Torrent\UKNova.cs" />
  291. <Compile Include="Parsers\Downloads\Engines\Torrent\TVVault.cs" />
  292. <Compile Include="Parsers\Downloads\Engines\Torrent\TheBox.cs" />
  293. <Compile Include="Parsers\Downloads\Engines\Torrent\IsoHunt.cs" />
  294. <Compile Include="Parsers\Guides\Engines\AnimeNewsNetwork.cs" />
  295. <Compile Include="Parsers\Guides\Engines\EPisodeWorld.cs" />
  296. <Compile Include="Parsers\Guides\Engines\IMDb.cs" />
  297. <Compile Include="Parsers\LinkCheckers\Engines\LinkSafe.cs" />
  298. <Compile Include="Parsers\LinkCheckers\LinkCheckerEngine.cs" />
  299. <Compile Include="Parsers\OnlineVideos\Engines\Amazon.cs" />
  300. <Compile Include="Parsers\OnlineVideos\Engines\iTunes.cs" />
  301. <Compile Include="Parsers\ParserEngine.cs" />
  302. <Compile Include="Parsers\Downloads\Engines\HTTP\DirectDownload.cs" />
  303. <Compile Include="Parsers\Downloads\Engines\HTTP\Twilight.cs" />
  304. <Compile Include="Parsers\Social\Engines\Facebook.cs" />
  305. <Compile Include="Parsers\Social\OAuthEngine.cs" />
  306. <Compile Include="Parsers\Social\SocialEngine.cs" />
  307. <Compile Include="Parsers\Subtitles\Engines\Podnapisi.cs" />
  308. <Compile Include="Parsers\Social\Engines\Identica.cs" />
  309. <Compile Include="Parsers\Social\Engines\Twitter.cs" />
  310. <Compile Include="Parsers\WebSearch\WebSearchEngine.cs" />
  311. <Compile Include="SignatureGenStatic.cs" />
  312. <Compile Include="StartupPlugin.cs" />
  313. <Compile Include="Synchronization\Engines\LabSync.cs" />
  314. <Compile Include="Synchronization\Status.cs" />
  315. <Compile Include="FileNames\Parser.cs" />
  316. <Compile Include="FileNames\ShowFile.cs" />
  317. <Compile Include="FileNames\Tests.cs" />
  318. <Compile Include="Synchronization\SyncEngine.cs" />
  319. <Compile Include="TaskDialogs\ShowGuideTaskDialog.cs" />
  320. <Compile Include="TaskDialogs\DatabaseUpdateTaskDialog.cs" />
  321. <Compile Include="TaskDialogs\GenericAsyncTaskDialog.cs" />
  322. <Compile Include="TaskDialogs\OpenArchiveTaskDialog.cs" />
  323. <Compile Include="TaskDialogs\SubtitleDownloadTaskDialog.cs" />
  324. <Compile Include="TaskDialogs\LinkDownloadTaskDialog.cs" />
  325. <Compile Include="TaskDialogs\OnlineVideoSearchEngineTaskDialog.cs" />
  326. <Compile Include="TaskDialogs\FileSearchTaskDialog.cs" />
  327. <Compile Include="Parsers\Guides\ShowID.cs" />
  328. <Compile Include="Parsers\WebSearch\Engines\Google.cs" />
  329. <Compile Include="Parsers\WebSearch\Engines\Bing.cs" />
  330. <Compile Include="Parsers\WebSearch\SearchResult.cs" />
  331. <Compile Include="Parsers\WebSearch\Engines\DuckDuckGo.cs" />
  332. <Compile Include="Downloaders\Engines\SubsceneDownloader.cs" />
  333. <Compile Include="Downloaders\Engines\ExternalDownloader.cs" />
  334. <Compile Include="Downloaders\Engines\HTTPDownloader.cs" />
  335. <Compile Include="Downloaders\IDownloader.cs" />
  336. <Compile Include="DynamicDictionary.cs" />
  337. <Compile Include="EventArgs.cs" />
  338. <Compile Include="Extensions.cs" />
  339. <Compile Include="Parsers\Downloads\Engines\PreDB\CorruptNET.cs" />
  340. <Compile Include="Parsers\Downloads\Engines\PreDB\ORLYDB.cs" />
  341. <Compile Include="Parsers\Downloads\Engines\Torrent\BitMeTV.cs" />
  342. <Compile Include="Parsers\Downloads\Engines\Torrent\BroadcasTheNet.cs" />
  343. <Compile Include="Parsers\Downloads\Engines\Usenet\NZBClub.cs" />
  344. <Compile Include="Parsers\Downloads\Link.cs" />
  345. <Compile Include="Parsers\Downloads\Qualities.cs" />
  346. <Compile Include="Parsers\Downloads\Types.cs" />
  347. <Compile Include="Parsers\Guides\Engines\AniDB.cs" />
  348. <Compile Include="Parsers\Guides\Engines\TVcom.cs" />
  349. <Compile Include="Parsers\Guides\TVShow.cs" />
  350. <Compile Include="Parsers\OnlineVideos\OnlineVideoNotFoundException.cs" />
  351. <Compile Include="Parsers\Recommendations\RecommendedShow.cs" />
  352. <Compile Include="Parsers\Subtitles\Engines\SuperSubtitles.cs" />
  353. <Compile Include="Languages.cs" />
  354. <Compile Include="Parsers\Subtitles\Subtitle.cs" />
  355. <Compile Include="Properties\Resources.Designer.cs">
  356. <AutoGen>True</AutoGen>
  357. <DesignTime>True</DesignTime>
  358. <DependentUpon>Resources.resx</DependentUpon>
  359. </Compile>
  360. <Compile Include="Remote\API.cs" />
  361. <Compile Include="Remote\Objects.cs" />
  362. <Compile Include="Remote\Tests.cs" />
  363. <Compile Include="ShowNames\Regexes.cs" />
  364. <Compile Include="ShowNames\ShowEpisode.cs" />
  365. <Compile Include="ShowNames\ShowEqualityComparer.cs" />
  366. <Compile Include="ShowNames\Tests.cs" />
  367. <Compile Include="UPnP.cs" />
  368. <Compile Include="UserControls\ListViews\DownloadedListViewItem.cs" />
  369. <Compile Include="Windows\ListViews\LogListViewItem.cs" />
  370. <Compile Include="Windows\LogWindow.xaml.cs">
  371. <DependentUpon>LogWindow.xaml</DependentUpon>
  372. </Compile>
  373. <Compile Include="Windows\SupportWindow.xaml.cs">
  374. <DependentUpon>SupportWindow.xaml</DependentUpon>
  375. </Compile>
  376. <Compile Include="Windows\ListViews\PendingShowListViewItem.cs" />
  377. <Compile Include="UserControls\ListViews\UpcomingListViewItem.cs" />
  378. <Compile Include="UserControls\ListViews\SubtitleItem.cs" />
  379. <Compile Include="UserControls\ListViews\GuideListViewItem.cs" />
  380. <Compile Include="UserControls\ListViews\LinkItem.cs" />
  381. <Compile Include="UserControls\ListViews\OverviewListViewItem.cs" />
  382. <Compile Include="UserControls\ListViews\StatisticsListViewItem.cs" />
  383. <Compile Include="UserControls\Settings\AssociationsSettings.xaml.cs">
  384. <DependentUpon>AssociationsSettings.xaml</DependentUpon>
  385. </Compile>
  386. <Compile Include="UserControls\Settings\DestinationSettings.xaml.cs">
  387. <DependentUpon>DestinationSettings.xaml</DependentUpon>
  388. </Compile>
  389. <Compile Include="UserControls\Settings\ListingSettings.xaml.cs">
  390. <DependentUpon>ListingSettings.xaml</DependentUpon>
  391. </Compile>
  392. <Compile Include="UserControls\Settings\FeedsSettings.xaml.cs">
  393. <DependentUpon>FeedsSettings.xaml</DependentUpon>
  394. </Compile>
  395. <Compile Include="UserControls\Settings\GeneralSettings.xaml.cs">
  396. <DependentUpon>GeneralSettings.xaml</DependentUpon>
  397. </Compile>
  398. <Compile Include="UserControls\Settings\ListViews\DestinationListViewItem.cs" />
  399. <Compile Include="UserControls\Settings\ListViews\FeedsListViewItem.cs" />
  400. <Compile Include="UserControls\Settings\ListViews\TitlesListViewItem.cs" />
  401. <Compile Include="UserControls\Settings\ListViews\XMLTVListViewItem.cs" />
  402. <Compile Include="UserControls\Settings\ParsersSettings.xaml.cs">
  403. <DependentUpon>ParsersSettings.xaml</DependentUpon>
  404. </Compile>
  405. <Compile Include="UserControls\Settings\PluginsSettings.xaml.cs">
  406. <DependentUpon>PluginsSettings.xaml</DependentUpon>
  407. </Compile>
  408. <Compile Include="UserControls\Settings\ProxiesSettings.xaml.cs">
  409. <DependentUpon>ProxiesSettings.xaml</DependentUpon>
  410. </Compile>
  411. <Compile Include="UserControls\Settings\XMLTVSettings.xaml.cs">
  412. <DependentUpon>XMLTVSettings.xaml</DependentUpon>
  413. </Compile>
  414. <Compile Include="Utils\Icons.cs" />
  415. <Compile Include="Utils\Interop.cs" />
  416. <Compile Include="Windows\AboutWindow.xaml.cs">
  417. <DependentUpon>AboutWindow.xaml</DependentUpon>
  418. </Compile>
  419. <Compile Include="BackgroundTasks.cs" />
  420. <Compile Include="Settings.cs" />
  421. <Compile Include="Helpers\DownloadLinkSearch.cs" />
  422. <Compile Include="UserControls\DownloadLinksPage.xaml.cs">
  423. <DependentUpon>DownloadLinksPage.xaml</DependentUpon>
  424. </Compile>
  425. <Compile Include="FileSearch.cs" />
  426. <Compile Include="UserControls\GuidesPage.xaml.cs">
  427. <DependentUpon>GuidesPage.xaml</DependentUpon>
  428. </Compile>
  429. <Compile Include="Utils\SmarterWebClient.cs" />
  430. <Compile Include="IRefreshable.cs" />
  431. <Compile Include="Parsers\Downloads\Engines\Usenet\BinSearch.cs" />
  432. <Compile Include="Parsers\Downloads\Engines\Torrent\BitHUmen.cs" />
  433. <Compile Include="Parsers\Downloads\Engines\Torrent\FileList.cs" />
  434. <Compile Include="Parsers\Downloads\Engines\Torrent\nCore.cs" />
  435. <Compile Include="Parsers\Downloads\Engines\HTTP\ReleaseLog.cs" />
  436. <Compile Include="Parsers\Downloads\Engines\HTTP\SceneReleases.cs" />
  437. <Compile Include="Parsers\Downloads\Engines\Torrent\TvStore.cs" />
  438. <Compile Include="ProcessMonitor.cs" />
  439. <Compile Include="Windows\CookieCatcherWindow.xaml.cs">
  440. <DependentUpon>CookieCatcherWindow.xaml</DependentUpon>
  441. </Compile>
  442. <Compile Include="Windows\CaptchaWindow.xaml.cs">
  443. <DependentUpon>CaptchaWindow.xaml</DependentUpon>
  444. </Compile>
  445. <Compile Include="Windows\AddNewWindow.xaml.cs">
  446. <DependentUpon>AddNewWindow.xaml</DependentUpon>
  447. </Compile>
  448. <Compile Include="Windows\SenderSettingsWindow.xaml.cs">
  449. <DependentUpon>SenderSettingsWindow.xaml</DependentUpon>
  450. </Compile>
  451. <Compile Include="Windows\XMLTVWindow.xaml.cs">
  452. <DependentUpon>XMLTVWindow.xaml</DependentUpon>
  453. </Compile>
  454. <Compile Include="Windows\FacebookAuthWindow.xaml.cs">
  455. <DependentUpon>FacebookAuthWindow.xaml</DependentUpon>
  456. </Compile>
  457. <Compile Include="UserControls\Settings\ListViews\PluginsListViewItem.cs" />
  458. <Compile Include="Windows\SocialWindow.xaml.cs">
  459. <DependentUpon>SocialWindow.xaml</DependentUpon>
  460. </Compile>
  461. <Compile Include="Windows\ParserWindow.xaml.cs">
  462. <DependentUpon>ParserWindow.xaml</DependentUpon>
  463. </Compile>
  464. <Compile Include="Windows\ProxiedDomainWindow.xaml.cs">
  465. <DependentUpon>ProxiedDomainWindow.xaml</DependentUpon>
  466. </Compile>
  467. <Compile Include="UserControls\Settings\ListViews\ProxiedDomainsListViewItem.cs" />
  468. <Compile Include="UserControls\Settings\ListViews\ProxiesListViewItem.cs" />
  469. <Compile Include="Windows\ListViews\FileListViewItem.cs" />
  470. <Compile Include="Windows\ProxyWindow.xaml.cs">
  471. <DependentUpon>ProxyWindow.xaml</DependentUpon>
  472. </Compile>
  473. <Compile Include="Windows\RenamerWindow.xaml.cs">
  474. <DependentUpon>RenamerWindow.xaml</DependentUpon>
  475. </Compile>
  476. <Compile Include="Windows\EditShowWindow.xaml.cs">
  477. <DependentUpon>EditShowWindow.xaml</DependentUpon>
  478. </Compile>
  479. <Compile Include="Windows\SendFeedbackWindow.xaml.cs">
  480. <DependentUpon>SendFeedbackWindow.xaml</DependentUpon>
  481. </Compile>
  482. <Compile Include="UserControls\Settings\ListViews\DownloadsListViewItem.cs" />
  483. <Compile Include="Windows\SettingsWindow.xaml.cs">
  484. <DependentUpon>SettingsWindow.xaml</DependentUpon>
  485. </Compile>
  486. <Compile Include="ShowNames\Parser.cs" />
  487. <Compile Include="Parsers\Downloads\Engines\Torrent\TvTorrents.cs" />
  488. <Compile Include="Parsers\Downloads\Engines\Torrent\TvTorrentsRo.cs" />
  489. <Compile Include="Parsers\Downloads\DownloadSearchEngine.cs" />
  490. <Compile Include="Parsers\Downloads\Engines\Torrent\ThePirateBay.cs" />
  491. <Compile Include="Parsers\Guides\Engines\EPGuides.cs" />
  492. <Compile Include="Parsers\Guides\Engines\TVDB.cs" />
  493. <Compile Include="Parsers\Guides\Guide.cs" />
  494. <Compile Include="Parsers\Guides\Engines\TVRage.cs" />
  495. <Compile Include="Parsers\OnlineVideos\Engines\SideReel.cs" />
  496. <Compile Include="Parsers\OnlineVideos\Engines\iPlayer.cs" />
  497. <Compile Include="Parsers\OnlineVideos\Engines\Hulu.cs" />
  498. <Compile Include="Parsers\OnlineVideos\OnlineVideoSearchEngine.cs" />
  499. <Compile Include="Parsers\Recommendations\Engines\TasteKid.cs" />
  500. <Compile Include="Parsers\Recommendations\Engines\RSTVShowRecommendation.cs" />
  501. <Compile Include="Parsers\Recommendations\RecommendationEngine.cs" />
  502. <Compile Include="Parsers\Subtitles\Engines\Addic7ed.cs" />
  503. <Compile Include="Parsers\Subtitles\Engines\Subscene.cs" />
  504. <Compile Include="Parsers\Subtitles\Engines\Hosszupuska.cs" />
  505. <Compile Include="Parsers\Subtitles\Engines\OpenSubtitles.cs" />
  506. <Compile Include="Parsers\Subtitles\SubtitleSearchEngine.cs" />
  507. <Compile Include="UserControls\RecommendationsPage.xaml.cs">
  508. <DependentUpon>RecommendationsPage.xaml</DependentUpon>
  509. </Compile>
  510. <Compile Include="Signature.cs" />
  511. <Compile Include="UserControls\StatisticsPage.xaml.cs">
  512. <DependentUpon>StatisticsPage.xaml</DependentUpon>
  513. </Compile>
  514. <Compile Include="Helpers\SubtitleSearch.cs" />
  515. <Compile Include="UserControls\SubtitlesPage.xaml.cs">
  516. <DependentUpon>SubtitlesPage.xaml</DependentUpon>
  517. </Compile>
  518. <Compile Include="Update.cs" />
  519. <Compile Include="Utils\Utils.cs" />
  520. <Compile Include="XMLTV.cs" />
  521. <Compile Include="Dependencies\TokenizedTextBox\Token.cs" />
  522. <Compile Include="Dependencies\TokenizedTextBox\TokenItem.cs" />
  523. <Compile Include="Dependencies\TokenizedTextBox\TokenizedTextBox.cs" />
  524. <Compile Include="Dependencies\TokenizedTextBox\TokenizedTextBoxCommands.cs" />
  525. <Page Include="UserControls\Settings\AssociationsSettings.xaml">
  526. <SubType>Designer</SubType>
  527. <Generator>MSBuild:Compile</Generator>
  528. <Generator>MSBuild:Compile</Generator>
  529. <SubType>Designer</SubType>
  530. </Page>
  531. <Page Include="UserControls\Settings\DestinationSettings.xaml">
  532. <Generator>MSBuild:Compile</Generator>
  533. <SubType>Designer</SubType>
  534. </Page>
  535. <Page Include="UserControls\Settings\ListingSettings.xaml">
  536. <Generator>MSBuild:Compile</Generator>
  537. <SubType>Designer</SubType>
  538. </Page>
  539. <Page Include="UserControls\Settings\FeedsSettings.xaml">
  540. <Generator>MSBuild:Compile</Generator>
  541. <SubType>Designer</SubType>
  542. <Generator>MSBuild:Compile</Generator>
  543. <SubType>Designer</SubType>
  544. </Page>
  545. <Page Include="UserControls\Settings\GeneralSettings.xaml">
  546. <SubType>Designer</SubType>
  547. <Generator>MSBuild:Compile</Generator>
  548. <Generator>MSBuild:Compile</Generator>
  549. <SubType>Designer</SubType>
  550. </Page>
  551. <Page Include="UserControls\Settings\ParsersSettings.xaml">
  552. <SubType>Designer</SubType>
  553. <Generator>MSBuild:Compile</Generator>
  554. <Generator>MSBuild:Compile</Generator>
  555. <SubType>Designer</SubType>
  556. </Page>
  557. <Page Include="UserControls\Settings\PluginsSettings.xaml">
  558. <SubType>Designer</SubType>
  559. <Generator>MSBuild:Compile</Generator>
  560. <Generator>MSBuild:Compile</Generator>
  561. <SubType>Designer</SubType>
  562. </Page>
  563. <Page Include="UserControls\Settings\ProxiesSettings.xaml">
  564. <SubType>Designer</SubType>
  565. <Generator>MSBuild:Compile</Generator>
  566. <Generator>MSBuild:Compile</Generator>
  567. <SubType>Designer</SubType>
  568. </Page>
  569. <Page Include="UserControls\Settings\XMLTVSettings.xaml">
  570. <SubType>Designer</SubType>
  571. <Generator>MSBuild:Compile</Generator>
  572. <Generator>MSBuild:Compile</Generator>
  573. <SubType>Designer</SubType>
  574. </Page>
  575. <Page Include="Windows\AboutWindow.xaml">
  576. <SubType>Designer</SubType>
  577. <Generator>MSBuild:Compile</Generator>
  578. <Generator>MSBuild:Compile</Generator>
  579. <SubType>Designer</SubType>
  580. </Page>
  581. <Page Include="UserControls\DownloadLinksPage.xaml">
  582. <Generator>MSBuild:Compile</Generator>
  583. <SubType>Designer</SubType>
  584. <Generator>MSBuild:Compile</Generator>
  585. <SubType>Designer</SubType>
  586. </Page>
  587. <Page Include="UserControls\GuidesPage.xaml">
  588. <SubType>Designer</SubType>
  589. <Generator>MSBuild:Compile</Generator>
  590. <Generator>MSBuild:Compile</Generator>
  591. <SubType>Designer</SubType>
  592. </Page>
  593. <Page Include="MainWindow.xaml">
  594. <Generator>MSBuild:Compile</Generator>
  595. <SubType>Designer</SubType>
  596. <Generator>MSBuild:Compile</Generator>
  597. <SubType>Designer</SubType>
  598. </Page>
  599. <Compile Include="App.xaml.cs">
  600. <DependentUpon>App.xaml</DependentUpon>
  601. <SubType>Code</SubType>
  602. </Compile>
  603. <Compile Include="Database.cs" />
  604. <Compile Include="MainWindow.xaml.cs">
  605. <DependentUpon>MainWindow.xaml</DependentUpon>
  606. <SubType>Code</SubType>
  607. </Compile>
  608. <Page Include="UserControls\OverviewPage.xaml">
  609. <SubType>Designer</SubType>
  610. <Generator>MSBuild:Compile</Generator>
  611. <Generator>MSBuild:Compile</Generator>
  612. <SubType>Designer</SubType>
  613. </Page>
  614. <Page Include="UserControls\RecommendationsPage.xaml">
  615. <SubType>Designer</SubType>
  616. <Generator>MSBuild:Compile</Generator>
  617. <Generator>MSBuild:Compile</Generator>
  618. <SubType>Designer</SubType>
  619. </Page>
  620. <Page Include="Windows\CookieCatcherWindow.xaml">
  621. <Generator>MSBuild:Compile</Generator>
  622. <SubType>Designer</SubType>
  623. <Generator>MSBuild:Compile</Generator>
  624. <SubType>Designer</SubType>
  625. </Page>
  626. <Page Include="Windows\CaptchaWindow.xaml">
  627. <Generator>MSBuild:Compile</Generator>
  628. <SubType>Designer</SubType>
  629. <Generator>MSBuild:Compile</Generator>
  630. <SubType>Designer</SubType>
  631. </Page>
  632. <Page Include="Windows\AddNewWindow.xaml">
  633. <Generator>MSBuild:Compile</Generator>
  634. <SubType>Designer</SubType>
  635. </Page>
  636. <Page Include="Windows\LogWindow.xaml">
  637. <Generator>MSBuild:Compile</Generator>
  638. <SubType>Designer</SubType>
  639. </Page>
  640. <Page Include="Windows\SupportWindow.xaml">
  641. <Generator>MSBuild:Compile</Generator>
  642. <SubType>Designer</SubType>
  643. </Page>
  644. <Page Include="Windows\SenderSettingsWindow.xaml">
  645. <Generator>MSBuild:Compile</Generator>
  646. <SubType>Designer</SubType>
  647. </Page>
  648. <Page Include="Windows\XMLTVWindow.xaml">
  649. <Generator>MSBuild:Compile</Generator>
  650. <SubType>Designer</SubType>
  651. <Generator>MSBuild:Compile</Generator>
  652. <SubType>Designer</SubType>
  653. </Page>
  654. <Page Include="Windows\FacebookAuthWindow.xaml">
  655. <SubType>Designer</SubType>
  656. <Generator>MSBuild:Compile</Generator>
  657. <Generator>MSBuild:Compile</Generator>
  658. <SubType>Designer</SubType>
  659. </Page>
  660. <Page Include="Windows\SocialWindow.xaml">
  661. <Generator>MSBuild:Compile</Generator>
  662. <SubType>Designer</SubType>
  663. <Generator>MSBuild:Compile</Generator>
  664. <SubType>Designer</SubType>
  665. </Page>
  666. <Page Include="Windows\ParserWindow.xaml">
  667. <Generator>MSBuild:Compile</Generator>
  668. <SubType>Designer</SubType>
  669. <Generator>MSBuild:Compile</Generator>
  670. <SubType>Designer</SubType>
  671. </Page>
  672. <Page Include="Windows\ProxiedDomainWindow.xaml">
  673. <Generator>MSBuild:Compile</Generator>
  674. <SubType>Designer</SubType>
  675. <Generator>MSBuild:Compile</Generator>
  676. <SubType>Designer</SubType>
  677. </Page>
  678. <Page Include="Windows\ProxyWindow.xaml">
  679. <SubType>Designer</SubType>
  680. <Generator>MSBuild:Compile</Generator>
  681. <Generator>MSBuild:Compile</Generator>
  682. <SubType>Designer</SubType>
  683. </Page>
  684. <Page Include="Windows\RenamerWindow.xaml">
  685. <Generator>MSBuild:Compile</Generator>
  686. <SubType>Designer</SubType>
  687. <Generator>MSBuild:Compile</Generator>
  688. <SubType>Designer</SubType>
  689. </Page>
  690. <Page Include="Windows\EditShowWindow.xaml">
  691. <Generator>MSBuild:Compile</Generator>
  692. <SubType>Designer</SubType>
  693. <Generator>MSBuild:Compile</Generator>
  694. <SubType>Designer</SubType>
  695. </Page>
  696. <Page Include="Windows\SendFeedbackWindow.xaml">
  697. <Generator>MSBuild:Compile</Generator>
  698. <SubType>Designer</SubType>
  699. <Generator>MSBuild:Compile</Generator>
  700. <SubType>Designer</SubType>
  701. </Page>
  702. <Page Include="Windows\SettingsWindow.xaml">
  703. <SubType>Designer</SubType>
  704. <Generator>MSBuild:Compile</Generator>
  705. <Generator>MSBuild:Compile</Generator>
  706. <SubType>Designer</SubType>
  707. </Page>
  708. <Page Include="UserControls\StatisticsPage.xaml">
  709. <SubType>Designer</SubType>
  710. <Generator>MSBuild:Compile</Generator>
  711. <Generator>MSBuild:Compile</Generator>
  712. <SubType>Designer</SubType>
  713. </Page>
  714. <Page Include="UserControls\SubtitlesPage.xaml">
  715. <SubType>Designer</SubType>
  716. <Generator>MSBuild:Compile</Generator>
  717. <Generator>MSBuild:Compile</Generator>
  718. <SubType>Designer</SubType>
  719. </Page>
  720. </ItemGroup>
  721. <ItemGroup>
  722. <Compile Include="UserControls\OverviewPage.xaml.cs">
  723. <DependentUpon>OverviewPage.xaml</DependentUpon>
  724. </Compile>
  725. <Compile Include="Properties\AssemblyInfo.cs">
  726. <SubType>Code</SubType>
  727. </Compile>
  728. <Compile Include="Properties\Settings.Designer.cs">
  729. <AutoGen>True</AutoGen>
  730. <DependentUpon>Settings.settings</DependentUpon>
  731. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  732. </Compile>
  733. <EmbeddedResource Include="Properties\Resources.resx">
  734. <Generator>ResXFileCodeGenerator</Generator>
  735. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  736. <SubType>Designer</SubType>
  737. </EmbeddedResource>
  738. <None Include="app.config" />
  739. <None Include="app.manifest" />
  740. <None Include="Properties\Settings.settings">
  741. <Generator>SettingsSingleFileGenerator</Generator>
  742. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  743. </None>
  744. <AppDesigner Include="Properties\" />
  745. </ItemGroup>
  746. <ItemGroup>
  747. <Resource Include="Images\bbc.png" />
  748. <Resource Include="Images\defapp.png" />
  749. <Resource Include="Images\epg.png" />
  750. <Resource Include="Images\filehoster.png" />
  751. <Resource Include="Images\google.png" />
  752. <Resource Include="Images\guides.png" />
  753. <Resource Include="Images\heart.png" />
  754. <Resource Include="Images\hulu.png" />
  755. <Resource Include="Images\imdb.png" />
  756. <Resource Include="Images\monitor.png" />
  757. <Resource Include="Images\overview.png" />
  758. <Resource Include="Images\page.png" />
  759. <Resource Include="Images\play.png" />
  760. <Resource Include="Images\sad.png" />
  761. <Resource Include="Images\settings.png" />
  762. <Resource Include="Images\sidereel.png" />
  763. <Resource Include="Images\smiley.png" />
  764. <Resource Include="Images\statistics.png" />
  765. <Resource Include="Images\subtitles.png" />
  766. <Resource Include="Images\tag.png" />
  767. <Resource Include="Images\torrent.png" />
  768. <Resource Include="Images\torrents.png" />
  769. <Resource Include="Images\usenet.png" />
  770. <Resource Include="Images\wikipedia.png" />
  771. <Resource Include="Images\youtube.png" />
  772. </ItemGroup>
  773. <ItemGroup>
  774. <Resource Include="Images\tv.png" />
  775. </ItemGroup>
  776. <ItemGroup>
  777. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  778. <Visible>False</Visible>
  779. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  780. <Install>true</Install>
  781. </BootstrapperPackage>
  782. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  783. <Visible>False</Visible>
  784. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  785. <Install>false</Install>
  786. </BootstrapperPackage>
  787. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  788. <Visible>False</Visible>
  789. <ProductName>.NET Framework 3.5 SP1</ProductName>
  790. <Install>false</Install>
  791. </BootstrapperPackage>
  792. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  793. <Visible>False</Visible>
  794. <ProductName>Windows Installer 3.1</ProductName>
  795. <Install>true</Install>
  796. </BootstrapperPackage>
  797. </ItemGroup>
  798. <ItemGroup>
  799. <Resource Include="Images\list.png" />
  800. </ItemGroup>
  801. <ItemGroup>
  802. <Resource Include="Images\information.png" />
  803. <Resource Include="Images\television-image.png" />
  804. </ItemGroup>
  805. <ItemGroup>
  806. <Resource Include="Images\case.png" />
  807. </ItemGroup>
  808. <ItemGroup>
  809. <Resource Include="Images\cd.png" />
  810. </ItemGroup>
  811. <ItemGroup>
  812. <Resource Include="tv.ico" />
  813. </ItemGroup>
  814. <ItemGroup>
  815. <Resource Include="Images\question.png" />
  816. </ItemGroup>
  817. <ItemGroup>
  818. <Resource Include="Images\new.png" />
  819. <Resource Include="Images\plus.png" />
  820. </ItemGroup>
  821. <ItemGroup>
  822. <Resource Include="Images\minimize.png" />
  823. <Resource Include="Images\refresh.png" />
  824. </ItemGroup>
  825. <ItemGroup>
  826. <Resource Include="Images\magnifier-pencil.png" />
  827. </ItemGroup>
  828. <ItemGroup>
  829. <Resource Include="Images\magnifier.png" />
  830. </ItemGroup>
  831. <ItemGroup>
  832. <Resource Include="Images\language.png" />
  833. </ItemGroup>
  834. <ItemGroup>
  835. <Resource Include="Images\flag-hu.png" />
  836. <Resource Include="Images\flag-ro.png" />
  837. <Resource Include="Images\flag-en.png" />
  838. <Resource Include="Images\unknown.png" />
  839. </ItemGroup>
  840. <ItemGroup>
  841. <Resource Include="Images\down.png" />
  842. <Resource Include="Images\up.png" />
  843. </ItemGroup>
  844. <ItemGroup>
  845. <Resource Include="Images\next.png" />
  846. </ItemGroup>
  847. <ItemGroup>
  848. <Resource Include="Images\eye.png" />
  849. </ItemGroup>
  850. <ItemGroup>
  851. <Resource Include="Images\bug.png" />
  852. <Resource Include="Images\light-bulb.png" />
  853. </ItemGroup>
  854. <ItemGroup>
  855. <Resource Include="Images\navigation.png" />
  856. </ItemGroup>
  857. <ItemGroup>
  858. <Resource Include="Images\flag-ar.png" />
  859. <Resource Include="Images\flag-cs.png" />
  860. <Resource Include="Images\flag-de.png" />
  861. <Resource Include="Images\flag-es.png" />
  862. <Resource Include="Images\flag-fr.png" />
  863. <Resource Include="Images\flag-el.png" />
  864. <Resource Include="Images\flag-hr.png" />
  865. <Resource Include="Images\flag-id.png" />
  866. <Resource Include="Images\flag-he.png" />
  867. <Resource Include="Images\flag-it.png" />
  868. <Resource Include="Images\flag-nl.png" />
  869. <Resource Include="Images\flag-no.png" />
  870. <Resource Include="Images\flag-pl.png" />
  871. <Resource Include="Images\flag-pt.png" />
  872. <Resource Include="Images\flag-ru.png" />
  873. <Resource Include="Images\flag-sv.png" />
  874. <Resource Include="Images\flag-tr.png" />
  875. </ItemGroup>
  876. <ItemGroup>
  877. <Resource Include="Images\flag-br.png" />
  878. <Resource Include="Images\flag-zh.png" />
  879. <Resource Include="Images\flag-da.png" />
  880. <Resource Include="Images\flag-et.png" />
  881. <Resource Include="Images\flag-fi.png" />
  882. <Resource Include="Images\flag-is.png" />
  883. <Resource Include="Images\flag-ja.png" />
  884. <Resource Include="Images\flag-ko.png" />
  885. <Resource Include="Images\flag-sr.png" />
  886. <Resource Include="Images\flag-sl.png" />
  887. <Resource Include="Images\flag-sk.png" />
  888. </ItemGroup>
  889. <ItemGroup>
  890. <Resource Include="Images\flag-fa.png" />
  891. </ItemGroup>
  892. <ItemGroup>
  893. <Resource Include="Images\hd_1080.png" />
  894. <Resource Include="Images\hd_720.png" />
  895. </ItemGroup>
  896. <ItemGroup>
  897. <Resource Include="Images\empty.png" />
  898. </ItemGroup>
  899. <ItemGroup>
  900. <Resource Include="Images\globe.png" />
  901. <Resource Include="Images\lock.png" />
  902. </ItemGroup>
  903. <ItemGroup>
  904. <Resource Include="Images\exclamation.png" />
  905. </ItemGroup>
  906. <ItemGroup>
  907. <Resource Include="Images\key.png" />
  908. </ItemGroup>
  909. <ItemGroup>
  910. <Resource Include="Images\funnel.png" />
  911. </ItemGroup>
  912. <ItemGroup>
  913. <Resource Include="Images\page-dl.png" />
  914. </ItemGroup>
  915. <ItemGroup>
  916. <Resource Include="Images\inbox-download.png" />
  917. </ItemGroup>
  918. <ItemGroup>
  919. <None Include="RoliSoft.TVShowTracker.Private.snk" />
  920. <None Include="RoliSoft.TVShowTracker.snk" />
  921. <None Include="SignatureGen.tt">
  922. <Generator>TextTemplatingFileGenerator</Generator>
  923. <LastGenOutput>SignatureGen.cs</LastGenOutput>
  924. </None>
  925. <None Include="todo.txt" />
  926. </ItemGroup>
  927. <ItemGroup>
  928. <Resource Include="Images\anidb.png" />
  929. <Resource Include="Images\thetvdb.png" />
  930. <Resource Include="Images\tvcom.png" />
  931. <Resource Include="Images\tvrage.png" />
  932. </ItemGroup>
  933. <ItemGroup>
  934. <Resource Include="Images\cross.png" />
  935. </ItemGroup>
  936. <ItemGroup>
  937. <Resource Include="Images\folder-rename.png" />
  938. </ItemGroup>
  939. <ItemGroup>
  940. <Resource Include="Images\checked.png" />
  941. <Resource Include="Images\document-plus.png" />
  942. <Resource Include="Images\documents-stack.png" />
  943. <Resource Include="Images\folder-plus.png" />
  944. <Resource Include="Images\unchecked.png" />
  945. </ItemGroup>
  946. <ItemGroup>
  947. <Resource Include="Images\tick.png" />
  948. </ItemGroup>
  949. <ItemGroup>
  950. <Resource Include="Images\calendar-pencil.png" />
  951. <Resource Include="Images\code.png" />
  952. <Resource Include="Images\folder-open-film.png" />
  953. <Resource Include="Images\jdownloader.png" />
  954. <Resource Include="Images\windows-7.png" />
  955. </ItemGroup>
  956. <ItemGroup>
  957. <Resource Include="Images\format.png" />
  958. <Resource Include="Images\pencil.png" />
  959. </ItemGroup>
  960. <ItemGroup>
  961. <Resource Include="Images\browse.png" />
  962. <Resource Include="Images\mail-send.png" />
  963. </ItemGroup>
  964. <ItemGroup>
  965. <Resource Include="Images\cookie.png" />
  966. </ItemGroup>
  967. <ItemGroup>
  968. <Resource Include="Images\mail-pencil.png" />
  969. <Resource Include="Images\question-balloon.png" />
  970. <Resource Include="Images\user.png" />
  971. </ItemGroup>
  972. <ItemGroup>
  973. <Resource Include="Images\back.png" />
  974. </ItemGroup>
  975. <ItemGroup>
  976. <Resource Include="Images\exclamation-red.png" />
  977. <Resource Include="Images\hourglass.png" />
  978. </ItemGroup>
  979. <ItemGroup>
  980. <Resource Include="Images\processor.png" />
  981. </ItemGroup>
  982. <ItemGroup>
  983. <Resource Include="Images\amazon.png" />
  984. <Resource Include="Images\apple.png" />
  985. </ItemGroup>
  986. <ItemGroup />
  987. <ItemGroup>
  988. <Resource Include="Images\group.png" />
  989. <Resource Include="Images\order.png" />
  990. </ItemGroup>
  991. <ItemGroup>
  992. <Resource Include="Images\table-join-row.png" />
  993. </ItemGroup>
  994. <ItemGroup>
  995. <Resource Include="Images\episodeworld.png" />
  996. </ItemGroup>
  997. <ItemGroup>
  998. <Resource Include="Images\flag-cy.png" />
  999. <Resource Include="Images\flag-lt.png" />
  1000. </ItemGroup>
  1001. <ItemGroup>
  1002. <Resource Include="Images\animenewsnetwork.png" />
  1003. </ItemGroup>
  1004. <ItemGroup>
  1005. <Resource Include="Images\feed.png" />
  1006. <Resource Include="Images\serienjunkies.png" />
  1007. <Resource Include="Images\netflix.png" />
  1008. <Resource Include="Images\locale.png" />
  1009. <Resource Include="Images\disc.png" />
  1010. <Resource Include="Images\python.png" />
  1011. <Resource Include="Images\fire.png" />
  1012. <Resource Include="Images\menu.png" />
  1013. <Resource Include="Images\pubclass.gif" />
  1014. <Resource Include="Images\dll.gif" />
  1015. <Resource Include="Images\document-insert.png" />
  1016. <Resource Include="Images\film-timeline.png" />
  1017. <Resource Include="Images\drive-share.png" />
  1018. <Resource Include="Images\flag-black.png" />
  1019. <Resource Include="Images\flag-white.png" />
  1020. <Resource Include="Images\flag.png" />
  1021. <Resource Include="Images\buzz.png" />
  1022. <Resource Include="Images\identica.png" />
  1023. <Resource Include="Images\facebook.png" />
  1024. <Resource Include="Images\twitter.png" />
  1025. <Resource Include="Images\bird.png" />
  1026. <Resource Include="Images\robot.png" />
  1027. <Resource Include="Images\table-select-row.png" />
  1028. <Resource Include="Images\clock.png" />
  1029. <Resource Include="Images\cookie-bite.png" />
  1030. <Resource Include="Images\external-small.png" />
  1031. <Resource Include="Images\ui-check-boxes.png" />
  1032. <Resource Include="Images\na.png" />
  1033. <Resource Include="Images\server-cast.png" />
  1034. <Resource Include="Images\servers-network.png" />
  1035. <Resource Include="Images\calendar-select-days.png" />
  1036. <Resource Include="Images\layer.png" />
  1037. <Resource Include="Images\layers-stack.png" />
  1038. <Resource Include="Images\sort-pencil.png" />
  1039. <Resource Include="Images\sort-alphabet.png" />
  1040. <Resource Include="Images\sort-date-descending.png" />
  1041. <Resource Include="Images\sort-date.png" />
  1042. <Resource Include="Images\sort-number-descending.png" />
  1043. <Resource Include="Images\sort-number.png" />
  1044. <Resource Include="Images\hearing-impaired.png" />
  1045. <Resource Include="Images\spell-check.png" />
  1046. <Resource Include="Images\tvtropes.gif" />
  1047. </ItemGroup>
  1048. <ItemGroup>
  1049. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  1050. </ItemGroup>
  1051. <ItemGroup>
  1052. <Resource Include="Images\money-coin.png" />
  1053. </ItemGroup>
  1054. <ItemGroup>
  1055. <Resource Include="Images\headstone-rip.png" />
  1056. </ItemGroup>
  1057. <ItemGroup>
  1058. <Resource Include="Images\layer-resize-replicate.png" />
  1059. </ItemGroup>
  1060. <ItemGroup>
  1061. <Resource Include="Images\azureus.png" />
  1062. <Resource Include="Images\deluge.png" />
  1063. <Resource Include="Images\mipony.png" />
  1064. <Resource Include="Images\pyrt.png" />
  1065. <Resource Include="Images\qbittorrent.png" />
  1066. <Resource Include="Images\rutorrent.png" />
  1067. <Resource Include="Images\sabnzbd.png" />
  1068. <Resource Include="Images\torrentflux.png" />
  1069. <Resource Include="Images\transmission.png" />
  1070. <Resource Include="Images\universalsharedownloader.png" />
  1071. <Resource Include="Images\utorrent.png" />
  1072. <Resource Include="Images\vuze.png" />
  1073. </ItemGroup>
  1074. <ItemGroup>
  1075. <Resource Include="Images\weather-moon-half.png" />
  1076. </ItemGroup>
  1077. <ItemGroup>
  1078. <Resource Include="Images\application-blue.png" />
  1079. <Resource Include="Images\application.png" />
  1080. </ItemGroup>
  1081. <ItemGroup>
  1082. <Resource Include="Images\application-plus.png" />
  1083. <Resource Include="Images\folder.png" />
  1084. <Resource Include="Images\server-plus.png" />
  1085. </ItemGroup>
  1086. <ItemGroup>
  1087. <Resource Include="Images\folder-open-document.png" />
  1088. </ItemGroup>
  1089. <ItemGroup>
  1090. <Resource Include="Images\smiley-wink.png" />
  1091. </ItemGroup>
  1092. <ItemGroup>
  1093. <Resource Include="Images\thumb-up.png" />
  1094. </ItemGroup>
  1095. <ItemGroup>
  1096. <Resource Include="Images\smiley-cool.png" />
  1097. </ItemGroup>
  1098. <ItemGroup>
  1099. <Resource Include="Images\tv32.png" />
  1100. <Resource Include="Images\tv48.png" />
  1101. <Resource Include="Images\tv64.png" />
  1102. </ItemGroup>
  1103. <ItemGroup>
  1104. <Resource Include="Images\upnp.png" />
  1105. </ItemGroup>
  1106. <ItemGroup>
  1107. <Resource Include="Images\leaf-plant.png" />
  1108. </ItemGroup>
  1109. <ItemGroup>
  1110. <Resource Include="Images\bitcoin.png" />
  1111. <Resource Include="Images\paypal.png" />
  1112. </ItemGroup>
  1113. <ItemGroup>
  1114. <Resource Include="Images\log.png" />
  1115. </ItemGroup>
  1116. <ItemGroup>
  1117. <Resource Include="Images\information-white.png" />
  1118. </ItemGroup>
  1119. <ItemGroup>
  1120. <Resource Include="Images\table-export.png" />
  1121. </ItemGroup>
  1122. <ItemGroup>
  1123. <Resource Include="Images\table-insert-row.png" />
  1124. </ItemGroup>
  1125. <ItemGroup>
  1126. <Resource Include="Images\cup-tick.png" />
  1127. <Resource Include="Images\cup.png" />
  1128. <Resource Include="Images\uac-tick.png" />
  1129. <Resource Include="Images\uac.png" />
  1130. </ItemGroup>
  1131. <ItemGroup>
  1132. <Resource Include="Images\status-gray.png" />
  1133. <Resource Include="Images\status-green.png" />
  1134. <Resource Include="Images\status-red.png" />
  1135. <Resource Include="Images\status-yellow.png" />
  1136. </ItemGroup>
  1137. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1138. <PropertyGroup>
  1139. <OverwriteReadOnlyOutputFiles>true</OverwriteReadOnlyOutputFiles>
  1140. </PropertyGroup>
  1141. <PropertyGroup>
  1142. <PreBuildEvent>

Large files files are truncated, but you can click here to view the full file