PageRenderTime 72ms CodeModel.GetById 35ms RepoModel.GetById 0ms app.codeStats 1ms

/RS TV Show Tracker.csproj

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