PageRenderTime 54ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/myCollections/myCollections.csproj

#
MSBuild | 1868 lines | 1860 code | 1 blank | 7 comment | 0 complexity | b24ae534df1aa5381dc61ad53d00ce59 MD5 | raw file
Possible License(s): BSD-3-Clause

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. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{B1BEE673-74A0-4883-8BA0-E6CE9481329F}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>myCollections</RootNamespace>
  12. <AssemblyName>myCollections</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <SccProjectName>SAK</SccProjectName>
  19. <SccLocalPath>SAK</SccLocalPath>
  20. <SccAuxPath>SAK</SccAuxPath>
  21. <SccProvider>SAK</SccProvider>
  22. <FileUpgradeFlags>
  23. </FileUpgradeFlags>
  24. <UpgradeBackupLocation>
  25. </UpgradeBackupLocation>
  26. <OldToolsVersion>3.5</OldToolsVersion>
  27. <ApplicationIcon>Images\AppIcone.ico</ApplicationIcon>
  28. <TargetFrameworkProfile>
  29. </TargetFrameworkProfile>
  30. <PublishUrl>publish\</PublishUrl>
  31. <Install>true</Install>
  32. <InstallFrom>Disk</InstallFrom>
  33. <UpdateEnabled>false</UpdateEnabled>
  34. <UpdateMode>Foreground</UpdateMode>
  35. <UpdateInterval>7</UpdateInterval>
  36. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  37. <UpdatePeriodically>false</UpdatePeriodically>
  38. <UpdateRequired>false</UpdateRequired>
  39. <MapFileExtensions>true</MapFileExtensions>
  40. <ApplicationRevision>0</ApplicationRevision>
  41. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  42. <UseApplicationTrust>false</UseApplicationTrust>
  43. <BootstrapperEnabled>true</BootstrapperEnabled>
  44. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
  45. <RestorePackages>true</RestorePackages>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  48. <DebugSymbols>true</DebugSymbols>
  49. <DebugType>full</DebugType>
  50. <Optimize>false</Optimize>
  51. <OutputPath>bin\Debug\</OutputPath>
  52. <DefineConstants>DEBUG;TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <RunCodeAnalysis>false</RunCodeAnalysis>
  56. <CodeAnalysisRules>
  57. </CodeAnalysisRules>
  58. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  61. <DebugType>pdbonly</DebugType>
  62. <Optimize>true</Optimize>
  63. <OutputPath>bin\Release\</OutputPath>
  64. <DefineConstants>TRACE</DefineConstants>
  65. <ErrorReport>prompt</ErrorReport>
  66. <WarningLevel>4</WarningLevel>
  67. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  70. <DebugSymbols>true</DebugSymbols>
  71. <OutputPath>bin\x86\Debug\</OutputPath>
  72. <DefineConstants>
  73. </DefineConstants>
  74. <DebugType>full</DebugType>
  75. <PlatformTarget>x86</PlatformTarget>
  76. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  77. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  78. <ErrorReport>prompt</ErrorReport>
  79. <CodeAnalysisRuleSet>myCollectionRules.ruleset</CodeAnalysisRuleSet>
  80. <RunCodeAnalysis>false</RunCodeAnalysis>
  81. <Optimize>false</Optimize>
  82. <UseVSHostingProcess>false</UseVSHostingProcess>
  83. </PropertyGroup>
  84. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  85. <OutputPath>bin\x86\Release\</OutputPath>
  86. <DefineConstants>TRACE</DefineConstants>
  87. <Optimize>true</Optimize>
  88. <DebugType>pdbonly</DebugType>
  89. <PlatformTarget>x86</PlatformTarget>
  90. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  91. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  92. <ErrorReport>prompt</ErrorReport>
  93. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  94. </PropertyGroup>
  95. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  96. <DebugSymbols>true</DebugSymbols>
  97. <OutputPath>bin\x64\Debug\</OutputPath>
  98. <DefineConstants>DEBUG;TRACE</DefineConstants>
  99. <DebugType>full</DebugType>
  100. <PlatformTarget>x64</PlatformTarget>
  101. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  102. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  103. <ErrorReport>prompt</ErrorReport>
  104. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  105. </PropertyGroup>
  106. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  107. <OutputPath>bin\x64\Release\</OutputPath>
  108. <DefineConstants>TRACE</DefineConstants>
  109. <Optimize>true</Optimize>
  110. <DebugType>pdbonly</DebugType>
  111. <PlatformTarget>x64</PlatformTarget>
  112. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  113. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  114. <ErrorReport>prompt</ErrorReport>
  115. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  116. </PropertyGroup>
  117. <ItemGroup>
  118. <Reference Include="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb, processorArchitecture=MSIL">
  119. <SpecificVersion>False</SpecificVersion>
  120. <HintPath>packages\AForge.2.2.5\lib\AForge.dll</HintPath>
  121. </Reference>
  122. <Reference Include="AForge.Video, Version=2.2.5.0, Culture=neutral, PublicKeyToken=cbfb6e07d173c401, processorArchitecture=MSIL">
  123. <SpecificVersion>False</SpecificVersion>
  124. <HintPath>packages\AForge.Video.2.2.5\lib\AForge.Video.dll</HintPath>
  125. </Reference>
  126. <Reference Include="AForge.Video.DirectShow, Version=2.2.5.0, Culture=neutral, PublicKeyToken=61ea4348d43881b7, processorArchitecture=MSIL">
  127. <SpecificVersion>False</SpecificVersion>
  128. <HintPath>packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll</HintPath>
  129. </Reference>
  130. <Reference Include="AmCharts.Windows, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a0af00bd7de39d1, processorArchitecture=MSIL">
  131. <SpecificVersion>False</SpecificVersion>
  132. <HintPath>Lib\AmCharts.Windows.dll</HintPath>
  133. </Reference>
  134. <Reference Include="Awesomium.Core, Version=1.7.3.0, Culture=neutral, PublicKeyToken=e1a0d7c8071a5214, processorArchitecture=x86" />
  135. <Reference Include="Awesomium.Windows.Controls, Version=1.7.3.0, Culture=neutral, PublicKeyToken=7a34e179b8b61c39, processorArchitecture=x86" />
  136. <Reference Include="IdSharp, Version=0.0.0.2, Culture=neutral, PublicKeyToken=afbb2fbe078d3406, processorArchitecture=MSIL" />
  137. <Reference Include="itextsharp, Version=5.4.4.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
  138. <SpecificVersion>False</SpecificVersion>
  139. <HintPath>packages\iTextSharp.5.4.4\lib\itextsharp.dll</HintPath>
  140. </Reference>
  141. <Reference Include="Luminescence.Xiph, Version=2.4.1.0, Culture=neutral, processorArchitecture=MSIL">
  142. <SpecificVersion>False</SpecificVersion>
  143. <HintPath>packages\Luminescence.Xiph.2.4.1.0\lib\net40\Luminescence.Xiph.dll</HintPath>
  144. </Reference>
  145. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  146. <HintPath>packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
  147. </Reference>
  148. <Reference Include="PresentationCore">
  149. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  150. </Reference>
  151. <Reference Include="SStuff.FlowControls">
  152. <HintPath>Lib\SStuff.FlowControls.dll</HintPath>
  153. </Reference>
  154. <Reference Include="SStuff.WpfEffects, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  155. <Reference Include="System" />
  156. <Reference Include="System.configuration" />
  157. <Reference Include="System.Core">
  158. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  159. </Reference>
  160. <Reference Include="System.Data" />
  161. <Reference Include="System.Data.Services.Client" />
  162. <Reference Include="System.Data.SQLite, Version=1.0.89.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  163. <SpecificVersion>False</SpecificVersion>
  164. <HintPath>packages\System.Data.SQLite.1.0.89.0\lib\net40\System.Data.SQLite.dll</HintPath>
  165. </Reference>
  166. <Reference Include="System.Data.SQLite.Linq, Version=1.0.89.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  167. <SpecificVersion>False</SpecificVersion>
  168. <HintPath>packages\System.Data.SQLite.1.0.89.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
  169. </Reference>
  170. <Reference Include="System.Drawing" />
  171. <Reference Include="System.Management" />
  172. <Reference Include="System.Runtime.Serialization" />
  173. <Reference Include="System.ServiceModel" />
  174. <Reference Include="System.Web" />
  175. <Reference Include="System.Windows.Forms" />
  176. <Reference Include="System.Xaml" />
  177. <Reference Include="System.Xml" />
  178. <Reference Include="PresentationFramework">
  179. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  180. </Reference>
  181. <Reference Include="System.Xml.Linq" />
  182. <Reference Include="WindowsBase">
  183. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  184. </Reference>
  185. <BlendEmbeddedFont Include="Fonts\segoeui.ttf">
  186. <IsSystemFont>True</IsSystemFont>
  187. </BlendEmbeddedFont>
  188. <BlendEmbeddedFont Include="Fonts\segoeuib.ttf">
  189. <IsSystemFont>True</IsSystemFont>
  190. </BlendEmbeddedFont>
  191. <BlendEmbeddedFont Include="Fonts\segoeuii.ttf">
  192. <IsSystemFont>True</IsSystemFont>
  193. </BlendEmbeddedFont>
  194. <BlendEmbeddedFont Include="Fonts\segoeuiz.ttf">
  195. <IsSystemFont>True</IsSystemFont>
  196. </BlendEmbeddedFont>
  197. <Reference Include="zxing, Version=0.12.0.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
  198. <SpecificVersion>False</SpecificVersion>
  199. <HintPath>Lib\zxing.dll</HintPath>
  200. </Reference>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <ApplicationDefinition Include="App.xaml">
  204. <Generator>MSBuild:Compile</Generator>
  205. <SubType>Designer</SubType>
  206. <Generator>MSBuild:Compile</Generator>
  207. <SubType>Designer</SubType>
  208. </ApplicationDefinition>
  209. <Resource Include="Images\Logos\Like_1.jpg" />
  210. <Resource Include="Images\Like.png" />
  211. <Resource Include="Images\Like2.png" />
  212. <Content Include="packages\Newtonsoft.Json.5.0.8\lib\net20\Newtonsoft.Json.dll" />
  213. <Resource Include="packages\Newtonsoft.Json.5.0.8\lib\net20\Newtonsoft.Json.xml" />
  214. <Content Include="packages\Newtonsoft.Json.5.0.8\lib\net35\Newtonsoft.Json.dll" />
  215. <Resource Include="packages\Newtonsoft.Json.5.0.8\lib\net35\Newtonsoft.Json.xml" />
  216. <Content Include="packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll" />
  217. <Resource Include="packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.xml" />
  218. <Content Include="packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll" />
  219. <Resource Include="packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.xml" />
  220. <Content Include="packages\Newtonsoft.Json.5.0.8\lib\netcore45\Newtonsoft.Json.dll" />
  221. <Resource Include="packages\Newtonsoft.Json.5.0.8\lib\netcore45\Newtonsoft.Json.xml" />
  222. <Content Include="packages\Newtonsoft.Json.5.0.8\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll" />
  223. <Resource Include="packages\Newtonsoft.Json.5.0.8\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.xml" />
  224. <Content Include="packages\Newtonsoft.Json.5.0.8\lib\portable-net45+wp80+win8\Newtonsoft.Json.dll" />
  225. <Resource Include="packages\Newtonsoft.Json.5.0.8\lib\portable-net45+wp80+win8\Newtonsoft.Json.xml" />
  226. <Content Include="packages\System.Data.SQLite.1.0.89.0\content\net20\x64\SQLite.Interop.dll" />
  227. <Content Include="packages\System.Data.SQLite.1.0.89.0\content\net20\x86\SQLite.Interop.dll" />
  228. <Content Include="packages\System.Data.SQLite.1.0.89.0\content\net40\x64\SQLite.Interop.dll" />
  229. <Content Include="packages\System.Data.SQLite.1.0.89.0\content\net40\x86\SQLite.Interop.dll" />
  230. <Content Include="packages\System.Data.SQLite.1.0.89.0\content\net45\x64\SQLite.Interop.dll" />
  231. <Content Include="packages\System.Data.SQLite.1.0.89.0\content\net45\x86\SQLite.Interop.dll" />
  232. <Content Include="packages\System.Data.SQLite.1.0.89.0\lib\net20\System.Data.SQLite.dll" />
  233. <Content Include="packages\System.Data.SQLite.1.0.89.0\lib\net20\System.Data.SQLite.Linq.dll" />
  234. <Resource Include="packages\System.Data.SQLite.1.0.89.0\lib\net20\System.Data.SQLite.xml" />
  235. <Content Include="packages\System.Data.SQLite.1.0.89.0\lib\net40\System.Data.SQLite.dll" />
  236. <Content Include="packages\System.Data.SQLite.1.0.89.0\lib\net40\System.Data.SQLite.Linq.dll" />
  237. <Resource Include="packages\System.Data.SQLite.1.0.89.0\lib\net40\System.Data.SQLite.xml" />
  238. <Content Include="packages\System.Data.SQLite.1.0.89.0\lib\net45\System.Data.SQLite.dll" />
  239. <Content Include="packages\System.Data.SQLite.1.0.89.0\lib\net45\System.Data.SQLite.Linq.dll" />
  240. <Resource Include="packages\System.Data.SQLite.1.0.89.0\lib\net45\System.Data.SQLite.xml" />
  241. <Content Include="TvixTheme\BBT-XT-Square\BBT-XT-Square.xml">
  242. <SubType>Designer</SubType>
  243. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  244. </Content>
  245. <Content Include="TvixTheme\BBT-XT-Square\Fond.jpg">
  246. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  247. </Content>
  248. <Content Include="TvixTheme\BBT-XT-Square\FondInfo.png">
  249. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  250. </Content>
  251. <Content Include="TvixTheme\BBT-XT-Square\LB.png">
  252. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  253. </Content>
  254. <Content Include="TvixTheme\BBT-XT-Square\LH1.png">
  255. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  256. </Content>
  257. <Content Include="TvixTheme\BBT-XT-Square\star_yellow_24x24.png">
  258. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  259. </Content>
  260. <Content Include="x64\SQLite.Interop.dll">
  261. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  262. </Content>
  263. <Content Include="x86\SQLite.Interop.dll">
  264. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  265. </Content>
  266. <Resource Include="packages\iTextSharp.5.4.4\AGPL.txt" />
  267. <Resource Include="Images\Logos\MusicBrainz_Logo.png" />
  268. <Content Include="packages\iTextSharp.5.4.4\lib\itextsharp.dll" />
  269. <Resource Include="Images\Camera.png" />
  270. <Resource Include="Images\BardcodeScanner.png" />
  271. <Resource Include="Images\Close.png" />
  272. <Content Include="Lib\zxing.dll" />
  273. <Content Include="Lib\zxing.pdb" />
  274. <Content Include="packages\AForge.2.2.5\lib\AForge.dll" />
  275. <Resource Include="packages\AForge.2.2.5\lib\AForge.xml" />
  276. <Content Include="packages\AForge.Video.2.2.5\lib\AForge.Video.dll" />
  277. <Resource Include="packages\AForge.Video.2.2.5\lib\AForge.Video.xml" />
  278. <Content Include="packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll" />
  279. <Resource Include="packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.xml" />
  280. <Content Include="packages\ApprovalTests.3.0.01\lib\net40\ApprovalTests.dll" />
  281. <Content Include="packages\ApprovalTests.3.0.01\lib\net40\ApprovalTests.pdb" />
  282. <Resource Include="packages\ApprovalTests.3.0.01\lib\net40\ApprovalTests.XML" />
  283. <Content Include="packages\ApprovalUtilities.3.0.01\lib\net35\ApprovalUtilities.dll" />
  284. <Content Include="packages\ApprovalUtilities.3.0.01\lib\net35\ApprovalUtilities.pdb" />
  285. <Resource Include="packages\ApprovalUtilities.3.0.01\lib\net35\ApprovalUtilities.XML" />
  286. <Content Include="packages\MySql.Data.6.7.4\lib\net20-cf\MySql.Data.cf.dll" />
  287. <Content Include="packages\MySql.Data.6.7.4\lib\net20\MySQL.Data.dll" />
  288. <Content Include="packages\MySql.Data.6.7.4\lib\net40\MySql.Data.dll" />
  289. <Resource Include="packages\NSubstitute.1.6.1.0\acknowledgements.txt" />
  290. <Resource Include="packages\NSubstitute.1.6.1.0\BreakingChanges.txt" />
  291. <Resource Include="packages\NSubstitute.1.6.1.0\CHANGELOG.txt" />
  292. <Content Include="packages\NSubstitute.1.6.1.0\lib\NET35\NSubstitute.dll" />
  293. <Resource Include="packages\NSubstitute.1.6.1.0\lib\NET35\NSubstitute.XML" />
  294. <Content Include="packages\NSubstitute.1.6.1.0\lib\NET40\NSubstitute.dll" />
  295. <Resource Include="packages\NSubstitute.1.6.1.0\lib\NET40\NSubstitute.XML" />
  296. <Resource Include="packages\NSubstitute.1.6.1.0\LICENSE.txt" />
  297. <Resource Include="packages\NSubstitute.1.6.1.0\README.txt" />
  298. <Resource Include="Images\Logos\FilmStarts.jpg" />
  299. <Resource Include="Images\Logo.png" />
  300. <Content Include=".nuget\NuGet.exe" />
  301. <Resource Include="Images\Add\AddBook.png" />
  302. <Resource Include="Images\Add\AddApp.png" />
  303. <Resource Include="Images\Add\AddGame.png" />
  304. <Resource Include="Images\Add\AddMovie.png" />
  305. <Resource Include="Images\Add\AddSerie.png" />
  306. <Resource Include="Images\Add\AddNds.png" />
  307. <Resource Include="Images\Add\AddXXX.png" />
  308. <Resource Include="Images\Add\AddMusic.png" />
  309. <Resource Include="Images\Logos\Nokia.jpg" />
  310. <Resource Include="Images\Logos\GraceNote.png" />
  311. <Resource Include="Images\Logos\AdoroCinema.jpg" />
  312. <Content Include="BL\Export\HTML\Data\Images\Apps.png">
  313. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  314. </Content>
  315. <Content Include="BL\Export\HTML\Data\Images\Books.png">
  316. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  317. </Content>
  318. <Content Include="BL\Export\HTML\Data\Images\Gamez.png">
  319. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  320. </Content>
  321. <Content Include="BL\Export\HTML\Data\Images\line.jpg">
  322. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  323. </Content>
  324. <Content Include="BL\Export\HTML\Data\Images\Movie.png">
  325. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  326. </Content>
  327. <Content Include="BL\Export\HTML\Data\Images\Music.png">
  328. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  329. </Content>
  330. <Content Include="BL\Export\HTML\Data\Images\Nds.png">
  331. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  332. </Content>
  333. <Content Include="BL\Export\HTML\Data\Images\Series.png">
  334. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  335. </Content>
  336. <Content Include="BL\Export\HTML\Data\Images\XXX.png">
  337. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  338. </Content>
  339. <Content Include="packages\FluentAssertions.2.0.1\lib\net35\FluentAssertions.dll" />
  340. <Content Include="packages\FluentAssertions.2.0.1\lib\net35\FluentAssertions.pdb" />
  341. <Resource Include="packages\FluentAssertions.2.0.1\lib\net35\FluentAssertions.xml" />
  342. <Content Include="packages\FluentAssertions.2.0.1\lib\net40\FluentAssertions.dll" />
  343. <Content Include="packages\FluentAssertions.2.0.1\lib\net40\FluentAssertions.pdb" />
  344. <Resource Include="packages\FluentAssertions.2.0.1\lib\net40\FluentAssertions.xml" />
  345. <Content Include="packages\FluentAssertions.2.0.1\lib\net45\FluentAssertions.dll" />
  346. <Content Include="packages\FluentAssertions.2.0.1\lib\net45\FluentAssertions.pdb" />
  347. <Resource Include="packages\FluentAssertions.2.0.1\lib\net45\FluentAssertions.xml" />
  348. <Content Include="packages\FluentAssertions.2.0.1\lib\sl4-windowsphone71\FluentAssertions.WindowsPhone.dll" />
  349. <Content Include="packages\FluentAssertions.2.0.1\lib\sl4-windowsphone71\FluentAssertions.WindowsPhone.pdb" />
  350. <Resource Include="packages\FluentAssertions.2.0.1\lib\sl4-windowsphone71\FluentAssertions.WindowsPhone.xml" />
  351. <Content Include="packages\FluentAssertions.2.0.1\lib\sl4\FluentAssertions.Silverlight.dll" />
  352. <Content Include="packages\FluentAssertions.2.0.1\lib\sl4\FluentAssertions.Silverlight.pdb" />
  353. <Resource Include="packages\FluentAssertions.2.0.1\lib\sl4\FluentAssertions.Silverlight.xml" />
  354. <Content Include="packages\FluentAssertions.2.0.1\lib\sl4\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll" />
  355. <Content Include="packages\FluentAssertions.2.0.1\lib\sl4\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.pdb" />
  356. <Resource Include="packages\FluentAssertions.2.0.1\lib\sl4\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml" />
  357. <Content Include="packages\FluentAssertions.2.0.1\lib\winrt45\FluentAssertions.dll" />
  358. <Content Include="packages\FluentAssertions.2.0.1\lib\winrt45\FluentAssertions.pdb" />
  359. <Resource Include="packages\FluentAssertions.2.0.1\lib\winrt45\FluentAssertions.xml" />
  360. <Content Include="packages\xunit.1.9.1\lib\net20\xunit.dll" />
  361. <Content Include="packages\xunit.1.9.1\lib\net20\xunit.runner.msbuild.dll" />
  362. <Content Include="packages\xunit.1.9.1\lib\net20\xunit.runner.tdnet.dll" />
  363. <Content Include="packages\xunit.1.9.1\lib\net20\xunit.runner.utility.dll" />
  364. <Resource Include="packages\xunit.1.9.1\lib\net20\xunit.xml" />
  365. <Content Include="Plugins\kindlegen.exe">
  366. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  367. </Content>
  368. <Resource Include="Images\Logos\dolby-surround.png" />
  369. <Page Include="Controls\Rating\RatingResourceDictionary.xaml">
  370. <Generator>MSBuild:Compile</Generator>
  371. <SubType>Designer</SubType>
  372. </Page>
  373. <Page Include="Controls\ucComboxBox.xaml">
  374. <Generator>MSBuild:Compile</Generator>
  375. <SubType>Designer</SubType>
  376. <Generator>MSBuild:Compile</Generator>
  377. <SubType>Designer</SubType>
  378. </Page>
  379. <Resource Include="Images\edit.png" />
  380. <Resource Include="Images\delete2.png" />
  381. <Resource Include="Images\Play.png" />
  382. <Resource Include="Images\Up.png" />
  383. <Resource Include="Images\Down.png" />
  384. <Resource Include="Data\Xml\Theme.xml" />
  385. <Resource Include="Data\SqlLite\ModelInfo.txt" />
  386. <Resource Include="Images\Donate.png" />
  387. <Resource Include="Images\back.png" />
  388. <Resource Include="Images\add.png" />
  389. <Resource Include="Images\Accept.png" />
  390. <Resource Include="Images\Cart.png" />
  391. <Resource Include="Images\cancel.png" />
  392. <Resource Include="Images\AddMedia25.png" />
  393. <Content Include="Images\ChartsGrey.png">
  394. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  395. </Content>
  396. <Resource Include="Images\director.png" />
  397. <Resource Include="Images\graphicsoftware14.png" />
  398. <Resource Include="Images\Flags\French.png" />
  399. <Resource Include="Images\Flags\Us.png" />
  400. <Resource Include="Images\Flags\Belgium.png" />
  401. <Resource Include="Images\Flags\Spain.png" />
  402. <Resource Include="Images\Flags\Brazil.png" />
  403. <Resource Include="Images\Flags\Germany.png" />
  404. <Resource Include="Images\Flags\Italy.png" />
  405. <Resource Include="Images\Flags\Argentina.png" />
  406. <Resource Include="Images\Flags\Portugal.png" />
  407. <Resource Include="Images\Logos\Ac3.png" />
  408. <Resource Include="Images\Logos\DTS.png" />
  409. <Resource Include="Images\Next.png" />
  410. <Resource Include="Images\Flags\Chinese.png" />
  411. <Resource Include="Images\Flags\Dutch.png" />
  412. <Resource Include="Images\Flags\Russian.png" />
  413. <Resource Include="Images\Flags\Japan.png" />
  414. <Resource Include="Images\Flags\Thailand.png" />
  415. <Resource Include="Images\Flags\Danish.png" />
  416. <Resource Include="Images\PushPin.png" />
  417. <Resource Include="Images\lock.png" />
  418. <Resource Include="Images\lock-unlock.png" />
  419. <Resource Include="Images\check.png" />
  420. <Resource Include="Images\Logos\AmazonLogo.png" />
  421. <Resource Include="Images\Logos\Softonic.png" />
  422. <Resource Include="Images\Logos\Softpedia.png" />
  423. <Resource Include="Images\Logos\Tucows.png" />
  424. <Resource Include="Images\Logos\Bing.png" />
  425. <Resource Include="Images\Logos\tmdb-logo.png" />
  426. <Resource Include="Images\Logos\LogoAllocine.png" />
  427. <Resource Include="Images\Logos\adultdvdempirecom-logo.jpg" />
  428. <Resource Include="Images\Logos\JeuxVideo.jpg" />
  429. <Resource Include="Images\Logos\imdb-logo.jpg" />
  430. <Resource Include="Images\Logos\hotmovies.png" />
  431. <Resource Include="Images\Logos\sugardvd.jpg" />
  432. <Resource Include="Images\Logos\cdUniverse.png" />
  433. <Resource Include="Images\Logos\orgasmik.jpg" />
  434. <Resource Include="Images\Logos\dorcel.jpg" />
  435. <Resource Include="Images\Logos\thetvdbwhite.png" />
  436. <Resource Include="Images\Logos\LastFm.png" />
  437. <Resource Include="Images\Logos\YahooMusic.png" />
  438. <Resource Include="Images\Logos\Fnac.jpg" />
  439. <Resource Include="Images\Logos\tgdb.png" />
  440. <Content Include="Images\Rating\star_empty.png">
  441. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  442. </Content>
  443. <Content Include="Images\Rating\star_gold_full.png">
  444. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  445. </Content>
  446. <Content Include="Images\Rating\star_gold_half.png">
  447. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  448. </Content>
  449. <Resource Include="Images\WaitCircle.png" />
  450. <Content Include="Images\rename.png">
  451. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  452. </Content>
  453. <Content Include="Language\French.xaml">
  454. <Generator>MSBuild:Compile</Generator>
  455. <SubType>Designer</SubType>
  456. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  457. <Generator>MSBuild:Compile</Generator>
  458. <SubType>Designer</SubType>
  459. </Content>
  460. <Resource Include="Language\English.xaml">
  461. <SubType>Designer</SubType>
  462. <Generator>MSBuild:Compile</Generator>
  463. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  464. <Generator>MSBuild:Compile</Generator>
  465. <SubType>Designer</SubType>
  466. </Resource>
  467. <Content Include="Language\Dutch.xaml">
  468. <Generator>MSBuild:Compile</Generator>
  469. <SubType>Designer</SubType>
  470. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  471. <Generator>MSBuild:Compile</Generator>
  472. <SubType>Designer</SubType>
  473. </Content>
  474. <Content Include="Language\German.xaml">
  475. <Generator>MSBuild:Compile</Generator>
  476. <SubType>Designer</SubType>
  477. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  478. <Generator>MSBuild:Compile</Generator>
  479. <SubType>Designer</SubType>
  480. </Content>
  481. <Content Include="Language\Portuguese.xaml">
  482. <Generator>MSBuild:Compile</Generator>
  483. <SubType>Designer</SubType>
  484. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  485. </Content>
  486. <Content Include="Language\Italian.xaml">
  487. <Generator>MSBuild:Compile</Generator>
  488. <SubType>Designer</SubType>
  489. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  490. </Content>
  491. <Content Include="Language\Spanish.xaml">
  492. <Generator>MSBuild:Compile</Generator>
  493. <SubType>Designer</SubType>
  494. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  495. </Content>
  496. <Content Include="Language\Russian.xaml">
  497. <Generator>MSBuild:Compile</Generator>
  498. <SubType>Designer</SubType>
  499. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  500. </Content>
  501. <Content Include="Language\Turkish.xaml">
  502. <Generator>MSBuild:Compile</Generator>
  503. <SubType>Designer</SubType>
  504. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  505. </Content>
  506. <Content Include="Language\Ukranian.xaml">
  507. <Generator>MSBuild:Compile</Generator>
  508. <SubType>Designer</SubType>
  509. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  510. </Content>
  511. <Page Include="Language\Persian.xaml">
  512. <Generator>MSBuild:Compile</Generator>
  513. <SubType>Designer</SubType>
  514. </Page>
  515. <Page Include="Main.xaml">
  516. <Generator>MSBuild:Compile</Generator>
  517. <SubType>Designer</SubType>
  518. <Generator>MSBuild:Compile</Generator>
  519. <SubType>Designer</SubType>
  520. </Page>
  521. <Page Include="Pages\About.xaml">
  522. <Generator>MSBuild:Compile</Generator>
  523. <SubType>Designer</SubType>
  524. <Generator>MSBuild:Compile</Generator>
  525. <SubType>Designer</SubType>
  526. </Page>
  527. <Page Include="Pages\AddMedia.xaml">
  528. <Generator>MSBuild:Compile</Generator>
  529. <SubType>Designer</SubType>
  530. <Generator>MSBuild:Compile</Generator>
  531. <SubType>Designer</SubType>
  532. </Page>
  533. <Page Include="Pages\ArtistDetail.xaml">
  534. <SubType>Designer</SubType>
  535. <Generator>MSBuild:Compile</Generator>
  536. <Generator>MSBuild:Compile</Generator>
  537. <SubType>Designer</SubType>
  538. </Page>
  539. <Page Include="Pages\BookUpdate.xaml">
  540. <Generator>MSBuild:Compile</Generator>
  541. <SubType>Designer</SubType>
  542. <Generator>MSBuild:Compile</Generator>
  543. <SubType>Designer</SubType>
  544. </Page>
  545. <Page Include="Pages\Browser.xaml">
  546. <Generator>MSBuild:Compile</Generator>
  547. <SubType>Designer</SubType>
  548. <Generator>MSBuild:Compile</Generator>
  549. <SubType>Designer</SubType>
  550. </Page>
  551. <Page Include="Pages\ChangeMediaInfo.xaml">
  552. <Generator>MSBuild:Compile</Generator>
  553. <SubType>Designer</SubType>
  554. <Generator>MSBuild:Compile</Generator>
  555. <SubType>Designer</SubType>
  556. </Page>
  557. <Page Include="Pages\Charts.xaml">
  558. <Generator>MSBuild:Compile</Generator>
  559. <SubType>Designer</SubType>
  560. <Generator>MSBuild:Compile</Generator>
  561. <SubType>Designer</SubType>
  562. </Page>
  563. <Page Include="Pages\AppsUpdate.xaml">
  564. <Generator>MSBuild:Compile</Generator>
  565. <SubType>Designer</SubType>
  566. <Generator>MSBuild:Compile</Generator>
  567. <SubType>Designer</SubType>
  568. </Page>
  569. <Page Include="Pages\AddLink.xaml">
  570. <Generator>MSBuild:Compile</Generator>
  571. <SubType>Designer</SubType>
  572. </Page>
  573. <Page Include="Pages\manageItems.xaml">
  574. <SubType>Designer</SubType>
  575. <Generator>MSBuild:Compile</Generator>
  576. </Page>
  577. <Page Include="Pages\manageMetaData.xaml">
  578. <SubType>Designer</SubType>
  579. <Generator>MSBuild:Compile</Generator>
  580. </Page>
  581. <Page Include="Pages\ManagePlateform.xaml">
  582. <SubType>Designer</SubType>
  583. <Generator>MSBuild:Compile</Generator>
  584. </Page>
  585. <Page Include="Pages\manageStudio.xaml">
  586. <Generator>MSBuild:Compile</Generator>
  587. <SubType>Designer</SubType>
  588. </Page>
  589. <Page Include="Pages\manageCleanTitle.xaml">
  590. <Generator>MSBuild:Compile</Generator>
  591. <SubType>Designer</SubType>
  592. </Page>
  593. <Page Include="Pages\donatePage.xaml">
  594. <SubType>Designer</SubType>
  595. <Generator>MSBuild:Compile</Generator>
  596. </Page>
  597. <Page Include="Pages\MessageBoxYesNo.xaml">
  598. <SubType>Designer</SubType>
  599. <Generator>MSBuild:Compile</Generator>
  600. </Page>
  601. <Page Include="Pages\NewsViewer.xaml">
  602. <SubType>Designer</SubType>
  603. <Generator>MSBuild:Compile</Generator>
  604. </Page>
  605. <Page Include="Pages\newVersionViewer.xaml">
  606. <SubType>Designer</SubType>
  607. <Generator>MSBuild:Compile</Generator>
  608. </Page>
  609. <Page Include="Pages\previewTvix.xaml">
  610. <Generator>MSBuild:Compile</Generator>
  611. <SubType>Designer</SubType>
  612. </Page>
  613. <Page Include="Pages\LoanTo.xaml">
  614. <SubType>Designer</SubType>
  615. <Generator>MSBuild:Compile</Generator>
  616. <Generator>MSBuild:Compile</Generator>
  617. <SubType>Designer</SubType>
  618. </Page>
  619. <Page Include="Pages\manageFriends.xaml">
  620. <SubType>Designer</SubType>
  621. <Generator>MSBuild:Compile</Generator>
  622. <Generator>MSBuild:Compile</Generator>
  623. <SubType>Designer</SubType>
  624. </Page>
  625. <Page Include="Pages\proxySettings.xaml">
  626. <SubType>Designer</SubType>
  627. <Generator>MSBuild:Compile</Generator>
  628. </Page>
  629. <Page Include="Pages\selectFile.xaml">
  630. <Generator>MSBuild:Compile</Generator>
  631. <SubType>Designer</SubType>
  632. <Generator>MSBuild:Compile</Generator>
  633. <SubType>Designer</SubType>
  634. </Page>
  635. <Page Include="Pages\managePreferences.xaml">
  636. <Generator>MSBuild:Compile</Generator>
  637. <SubType>Designer</SubType>
  638. <Generator>MSBuild:Compile</Generator>
  639. <SubType>Designer</SubType>
  640. </Page>
  641. <Page Include="Pages\manageWebUpdate.xaml">
  642. <Generator>MSBuild:Compile</Generator>
  643. <SubType>Designer</SubType>
  644. <Generator>MSBuild:Compile</Generator>
  645. <SubType>Designer</SubType>
  646. </Page>
  647. <Page Include="Pages\partialMatch.xaml">
  648. <SubType>Designer</SubType>
  649. <Generator>MSBuild:Compile</Generator>
  650. <Generator>MSBuild:Compile</Generator>
  651. <SubType>Designer</SubType>
  652. </Page>
  653. <Page Include="Pages\SerieUpdate.xaml">
  654. <Generator>MSBuild:Compile</Generator>
  655. <SubType>Designer</SubType>
  656. <Generator>MSBuild:Compile</Generator>
  657. <SubType>Designer</SubType>
  658. </Page>
  659. <Page Include="Pages\ManageLanguage.xaml">
  660. <Generator>MSBuild:Compile</Generator>
  661. <SubType>Designer</SubType>
  662. <Generator>MSBuild:Compile</Generator>
  663. <SubType>Designer</SubType>
  664. </Page>
  665. <Page Include="Pages\GameUpdate.xaml">
  666. <Generator>MSBuild:Compile</Generator>
  667. <SubType>Designer</SubType>
  668. <Generator>MSBuild:Compile</Generator>
  669. <SubType>Designer</SubType>
  670. </Page>
  671. <Page Include="Pages\deleteMedia.xaml">
  672. <Generator>MSBuild:Compile</Generator>
  673. <SubType>Designer</SubType>
  674. <Generator>MSBuild:Compile</Generator>
  675. <SubType>Designer</SubType>
  676. </Page>
  677. <Page Include="Pages\movieUpdate.xaml">
  678. <Generator>MSBuild:Compile</Generator>
  679. <SubType>Designer</SubType>
  680. <Generator>MSBuild:Compile</Generator>
  681. <SubType>Designer</SubType>
  682. </Page>
  683. <Page Include="Pages\MusicUpdate.xaml">
  684. <Generator>MSBuild:Compile</Generator>
  685. <SubType>Designer</SubType>
  686. <Generator>MSBuild:Compile</Generator>
  687. <SubType>Designer</SubType>
  688. </Page>
  689. <Page Include="Pages\ParentalControl.xaml">
  690. <Generator>MSBuild:Compile</Generator>
  691. <SubType>Designer</SubType>
  692. <Generator>MSBuild:Compile</Generator>
  693. <SubType>Designer</SubType>
  694. </Page>
  695. <Page Include="Pages\setTypes.xaml">
  696. <SubType>Designer</SubType>
  697. <Generator>MSBuild:Compile</Generator>
  698. </Page>
  699. <Page Include="Pages\showNfo.xaml">
  700. <Generator>MSBuild:Compile</Generator>
  701. <SubType>Designer</SubType>
  702. <Generator>MSBuild:Compile</Generator>
  703. <SubType>Designer</SubType>
  704. </Page>
  705. <Page Include="Pages\SyncPage.xaml">
  706. <SubType>Designer</SubType>
  707. <Generator>MSBuild:Compile</Generator>
  708. </Page>
  709. <Page Include="Pages\tvixThemeManager.xaml">
  710. <SubType>Designer</SubType>
  711. <Generator>MSBuild:Compile</Generator>
  712. </Page>
  713. <Page Include="Pages\VideoPlayer.xaml">
  714. <SubType>Designer</SubType>
  715. <Generator>MSBuild:Compile</Generator>
  716. </Page>
  717. <Page Include="Pages\xxxUpdate.xaml">
  718. <Generator>MSBuild:Compile</Generator>
  719. <SubType>Designer</SubType>
  720. <Generator>MSBuild:Compile</Generator>
  721. <SubType>Designer</SubType>
  722. </Page>
  723. <Page Include="Pages\ProgressBar.xaml">
  724. <Generator>MSBuild:Compile</Generator>
  725. <SubType>Designer</SubType>
  726. <Generator>MSBuild:Compile</Generator>
  727. <SubType>Designer</SubType>
  728. </Page>
  729. <Page Include="Pages\NdsUpdate.xaml">
  730. <Generator>MSBuild:Compile</Generator>
  731. <SubType>Designer</SubType>
  732. <Generator>MSBuild:Compile</Generator>
  733. <SubType>Designer</SubType>
  734. </Page>
  735. <Content Include="Lib\MediaInfo.dll" />
  736. <Content Include="Lib\SStuff.FlowControls.dll" />
  737. <Content Include="Lib\SStuff.WpfEffects.dll" />
  738. <None Include=".nuget\NuGet.Config" />
  739. <None Include=".nuget\NuGet.targets" />
  740. <None Include="App.Config" />
  741. <None Include="Images\Logo.design" />
  742. <None Include="Images\Psd\AddApps.psd" />
  743. <None Include="Images\Psd\AddBook.psd" />
  744. <None Include="Images\Psd\AddGamez.psd" />
  745. <None Include="Images\Psd\AddMovie.psd" />
  746. <None Include="Images\Psd\AddMusic.psd" />
  747. <None Include="Images\Psd\AddNds.psd" />
  748. <None Include="Images\Psd\AddSerie.psd" />
  749. <None Include="Images\Psd\AddXXX.psd" />
  750. <None Include="myCollectionRules.ruleset" />
  751. <None Include="packages.config">
  752. <SubType>Designer</SubType>
  753. </None>
  754. <None Include="packages\AForge.2.2.5\AForge.2.2.5.nupkg" />
  755. <None Include="packages\AForge.2.2.5\AForge.2.2.5.nuspec" />
  756. <None Include="packages\AForge.Video.2.2.5\AForge.Video.2.2.5.nupkg" />
  757. <None Include="packages\AForge.Video.2.2.5\AForge.Video.2.2.5.nuspec" />
  758. <None Include="packages\AForge.Video.DirectShow.2.2.5\AForge.Video.DirectShow.2.2.5.nupkg" />
  759. <None Include="packages\AForge.Video.DirectShow.2.2.5\AForge.Video.DirectShow.2.2.5.nuspec" />
  760. <None Include="packages\ApprovalTests.3.0.01\ApprovalTests.3.0.01.nupkg" />
  761. <None Include="packages\ApprovalTests.3.0.01\ApprovalTests.3.0.01.nuspec" />
  762. <None Include="packages\ApprovalUtilities.3.0.01\ApprovalUtilities.3.0.01.nupkg" />
  763. <None Include="packages\ApprovalUtilities.3.0.01\ApprovalUtilities.3.0.01.nuspec" />
  764. <None Include="packages\FluentAssertions.2.0.1\FluentAssertions.2.0.1.nupkg" />
  765. <None Include="packages\iTextSharp.5.4.4\iTextSharp.5.4.4.nupkg" />
  766. <None Include="packages\iTextSharp.5.4.4\iTextSharp.5.4.4.nuspec" />
  767. <None Include="packages\Luminescence.Xiph.2.4.1.0\Luminescence.Xiph.2.4.1.0.nupkg" />
  768. <None Include="packages\MySql.Data.6.7.4\MySql.Data.6.7.4.nupkg" />
  769. <None Include="packages\MySql.Data.6.7.4\MySql.Data.6.7.4.nuspec" />
  770. <None Include="packages\Newtonsoft.Json.5.0.8\Newtonsoft.Json.5.0.8.nupkg" />
  771. <None Include="packages\Newtonsoft.Json.5.0.8\Newtonsoft.Json.5.0.8.nuspec" />
  772. <None Include="packages\Newtonsoft.Json.5.0.8\tools\install.ps1" />
  773. <None Include="packages\NSubstitute.1.6.1.0\NSubstitute.1.6.1.0.nupkg" />
  774. <None Include="packages\NSubstitute.1.6.1.0\NSubstitute.1.6.1.0.nuspec" />
  775. <None Include="packages\repositories.config">
  776. <SubType>Designer</SubType>
  777. </None>
  778. <None Include="packages\System.Data.SQLite.1.0.89.0\System.Data.SQLite.1.0.89.0.nupkg" />
  779. <None Include="packages\System.Data.SQLite.1.0.89.0\System.Data.SQLite.1.0.89.0.nuspec" />
  780. <None Include="packages\System.Data.SQLite.1.0.89.0\tools\install.ps1" />
  781. <None Include="packages\xunit.1.9.1\lib\net20\xunit.dll.tdnet" />
  782. <None Include="packages\xunit.1.9.1\xunit.1.9.1.nupkg" />
  783. <None Include="Service References\AmazonWebServices\configuration91.svcinfo" />
  784. <None Include="Service References\AmazonWebServices\configuration.svcinfo" />
  785. <None Include="Service References\AmazonWebServices\myCollections.AmazonWebServices.BrowseNodeLookupResponse.datasource">
  786. <DependentUpon>Reference.svcmap</DependentUpon>
  787. </None>
  788. <None Include="Service References\AmazonWebServices\myCollections.AmazonWebServices.CartAddResponse.datasource">
  789. <DependentUpon>Reference.svcmap</DependentUpon>
  790. </None>
  791. <None Include="Service References\AmazonWebServices\myCollections.AmazonWebServices.CartClearResponse.datasource">
  792. <DependentUpon>Reference.svcmap</DependentUpon>
  793. </None>
  794. <None Include="Service References\AmazonWebServices\myCollections.AmazonWebServices.CartCreateResponse.datasource">
  795. <DependentUpon>Reference.svcmap</DependentUpon>
  796. </None>
  797. <None Include="Service References\AmazonWebServices\myCollections.AmazonWebServices.CartGetResponse.datasource">
  798. <DependentUpon>Reference.svcmap</DependentUpon>
  799. </None>
  800. <None Include="Service References\AmazonWebServices\myCollections.AmazonWebServices.CartModifyResponse.datasource">
  801. <DependentUpon>Reference.svcmap</DependentUpon>
  802. </None>
  803. <None Include="Service References\AmazonWebServices\myCollections.AmazonWebServices.ItemLookupResponse.datasource">
  804. <DependentUpon>Reference.svcmap</DependentUpon>
  805. </None>
  806. <None Include="Service References\AmazonWebServices\myCollections.AmazonWebServices.ItemSearchResponse.datasource">
  807. <DependentUpon>Reference.svcmap</DependentUpon>
  808. </None>
  809. <None Include="Service References\AmazonWebServices\myCollections.AmazonWebServices.SimilarityLookupResponse.datasource">
  810. <DependentUpon>Reference.svcmap</DependentUpon>
  811. </None>
  812. <None Include="Service References\AmazonWebServices\Reference.svcmap">
  813. <Generator>WCF Proxy Generator</Generator>
  814. <LastGenOutput>Reference.cs</LastGenOutput>
  815. </None>
  816. <Content Include="packages\Luminescence.Xiph.2.4.1.0\lib\net40\Luminescence.Xiph.dll" />
  817. <Content Include="packages\Luminescence.Xiph.2.4.1.0\lib\net40\Luminescence.Xiph.pdb" />
  818. <Resource Include="packages\Luminescence.Xiph.2.4.1.0\lib\net40\Luminescence.Xiph.xml" />
  819. <Content Include="Skins\Baby\Baby.xaml">
  820. <SubType>Designer</SubType>
  821. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  822. <Generator>MSBuild:Compile</Generator>
  823. <Generator>MSBuild:Compile</Generator>
  824. <SubType>Designer</SubType>
  825. </Content>
  826. <Content Include="Skins\Christas\Christas.xaml">
  827. <Generator>MSBuild:Compile</Generator>
  828. <SubType>Designer</SubType>
  829. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  830. <Generator>MSBuild:Compile</Generator>
  831. <SubType>Designer</SubType>
  832. </Content>
  833. <Page Include="Skins\Common\Animations.xaml">
  834. <SubType>Designer</SubType>
  835. <Generator>MSBuild:Compile</Generator>
  836. </Page>
  837. <Page Include="Skins\Common\Border.xaml">
  838. <SubType>Designer</SubType>
  839. <Generator>MSBuild:Compile</Generator>
  840. </Page>
  841. <Page Include="Skins\Common\BorderLessWindow.xaml">
  842. <SubType>Designer</SubType>
  843. <Generator>MSBuild:Compile</Generator>
  844. </Page>
  845. <Page Include="Skins\Common\BusyIndicator.xaml">
  846. <Generator>MSBuild:Compile</Generator>
  847. <SubType>Designer</SubType>
  848. </Page>
  849. <Page Include="Skins\Common\Button.xaml">
  850. <SubType>Designer</SubType>
  851. <Generator>MSBuild:Compile</Generator>
  852. </Page>
  853. <Page Include="Skins\Common\CheckBox.xaml">
  854. <SubType>Designer</SubType>
  855. <Generator>MSBuild:Compile</Generator>
  856. </Page>
  857. <Page Include="Skins\Common\ComboBox.xaml">
  858. <SubType>Designer</SubType>
  859. <Generator>MSBuild:Compile</Generator>
  860. </Page>
  861. <Page Include="Skins\Common\Datagrid.xaml">
  862. <SubType>Designer</SubType>
  863. <Generator>MSBuild:Compile</Generator>
  864. </Page>
  865. <Page Include="Skins\Common\Image.xaml">
  866. <SubType>Designer</SubType>
  867. <Generator>MSBuild:Compile</Generator>
  868. </Page>
  869. <Page Include="Skins\Common\ListBox.xaml">
  870. <SubType>Designer</SubType>
  871. <Generator>MSBuild:Compile</Generator>
  872. </Page>
  873. <Page Include="Skins\Common\ListBoxItem.xaml">
  874. <SubType>Designer</SubType>
  875. <Generator>MSBuild:Compile</Generator>
  876. </Page>
  877. <Page Include="Skins\Common\Menu.xaml">
  878. <SubType>Designer</SubType>
  879. <Generator>MSBuild:Compile</Generator>
  880. </Page>
  881. <Page Include="Skins\Common\PasswordBox.xaml">
  882. <SubType>Designer</SubType>
  883. <Generator>MSBuild:Compile</Generator>
  884. </Page>
  885. <Page Include="Skins\Common\ProgressBar.xaml">
  886. <SubType>Designer</SubType>
  887. <Generator>MSBuild:Compile</Generator>
  888. </Page>
  889. <Page Include="Skins\Common\Scroll.xaml">
  890. <SubType>Designer</SubType>
  891. <Generator>MSBuild:Compile</Generator>
  892. </Page>
  893. <Page Include="Skins\Common\Separator.xaml">
  894. <SubType>Designer</SubType>
  895. <Generator>MSBuild:Compile</Generator>
  896. </Page>
  897. <Page Include="Skins\Common\TabControl.xaml">
  898. <SubType>Designer</SubType>
  899. <Generator>MSBuild:Compile</Generator>
  900. </Page>
  901. <Page Include="Skins\Common\TextBlock.xaml">
  902. <SubType>Designer</SubType>
  903. <Generator>MSBuild:Compile</Generator>
  904. </Page>
  905. <Content Include="Skins\SugarBrown\SugarBrown.xaml">
  906. <Generator>MSBuild:Compile</Generator>
  907. <SubType>Designer</SubType>
  908. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  909. <Generator>MSBuild:Compile</Generator>
  910. <SubType>Designer</SubType>
  911. </Content>
  912. <Content Include="Skins\Facebook\Facebook.xaml">
  913. <Generator>MSBuild:Compile</Generator>
  914. <SubType>Designer</SubType>
  915. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  916. <Generator>MSBuild:Compile</Generator>
  917. <SubType>Designer</SubType>
  918. </Content>
  919. <Content Include="Skins\Green\Green.xaml">
  920. <Generator>MSBuild:Compile</Generator>
  921. <SubType>Designer</SubType>
  922. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  923. <Generator>MSBuild:Compile</Generator>
  924. <SubType>Designer</SubType>
  925. </Content>
  926. <Content Include="Skins\Lavande\Lavande.xaml">
  927. <Generator>MSBuild:Compile</Generator>
  928. <SubType>Designer</SubType>
  929. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  930. <Generator>MSBuild:Compile</Generator>
  931. <SubType>Designer</SubType>
  932. </Content>
  933. <Content Include="Skins\Mellow\Mellow.xaml">
  934. <Generator>MSBuild:Compile</Generator>
  935. <SubType>Designer</SubType>
  936. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  937. <Generator>MSBuild:Compile</Generator>
  938. <SubType>Designer</SubType>
  939. </Content>
  940. <Content Include="Skins\OtherSide\OtherSide.xaml">
  941. <Generator>MSBuild:Compile</Generator>
  942. <SubType>Designer</SubType>
  943. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  944. <Generator>MSBuild:Compile</Generator>
  945. <SubType>Designer</SubType>
  946. </Content>
  947. <Page Include="Skins\Common\Textbox.xaml">
  948. <SubType>Designer</SubType>
  949. <Generator>MSBuild:Compile</Generator>
  950. </Page>
  951. <Page Include="Skins\Common\ToggleButton.xaml">
  952. <Generator>MSBuild:Compile</Generator>
  953. <SubType>Designer</SubType>
  954. </Page>
  955. <Page Include="Skins\Common\Toolbar.xaml">
  956. <SubType>Designer</SubType>
  957. <Generator>MSBuild:Compile</Generator>
  958. </Page>
  959. <Page Include="Skins\Common\Validator.xaml">
  960. <SubType>Designer</SubType>
  961. <Generator>MSBuild:Compile</Generator>
  962. </Page>
  963. <Page Include="Skins\Metro\Border.xaml">
  964. <SubType>Designer</SubType>
  965. <Generator>MSBuild:Compile</Generator>
  966. </Page>
  967. <Page Include="Skins\Metro\Button.xaml">
  968. <Generator>MSBuild:Compile</Generator>
  969. <SubType>Designer</SubType>
  970. </Page>
  971. <Page Include="Skins\Metro\ComboBox.xaml">
  972. <Generator>MSBuild:Compile</Generator>
  973. <SubType>Designer</SubType>
  974. </Page>
  975. <Page Include="Skins\Metro\ListBoxItem.xaml">
  976. <Generator>MSBuild:Compile</Generator>
  977. <SubType>Designer</SubType>
  978. </Page>
  979. <Page Include="Skins\Metro\Menu.xaml">
  980. <Generator>MSBuild:Compile</Generator>
  981. <SubType>Designer</SubType>
  982. </Page>
  983. <Page Include="Skins\Metro\Metro.xaml">
  984. <SubType>Designer</SubType>
  985. <Generator>MSBuild:Compile</Generator>
  986. </Page>
  987. <Page Include="Skins\Metro\Scroll.xaml">
  988. <Generator>MSBuild:Compile</Generator>
  989. <SubType>Designer</SubType>
  990. </Page>
  991. <Page Include="Skins\Metro\Slider.xaml">
  992. <SubType>Designer</SubType>
  993. <Generator>MSBuild:Compile</Generator>
  994. </Page>
  995. <Page Include="Skins\Metro\ToggleButton.xaml">
  996. <Generator>MSBuild:Compile</Generator>
  997. <SubType>Designer</SubType>
  998. </Page>
  999. <Page Include="Skins\OtherSide\TextBlock.xaml">
  1000. <Generator>MSBuild:Compile</Generator>
  1001. <SubType>Designer</SubType>
  1002. </Page>
  1003. <Page Include="Skins\OtherSide\ToggleButton.xaml">
  1004. <Generator>MSBuild:Compile</Generator>
  1005. <SubType>Designer</SubType>
  1006. </Page>
  1007. <Page Include="UserControls\Apps\ucAppsDetail.xaml">
  1008. <Generator>MSBuild:Compile</Generator>
  1009. <SubType>Designer</SubType>
  1010. <Generator>MSBuild:Compile</Generator>
  1011. <SubType>Designer</SubType>
  1012. </Page>
  1013. <Page Include="UserControls\Apps\ucAppsInfo.xaml">
  1014. <Generator>MSBuild:Compile</Generator>
  1015. <SubType>Designer</SubType>
  1016. <Generator>MSBuild:Compile</Generator>
  1017. <SubType>Designer</SubType>
  1018. </Page>
  1019. <Page Include="UserControls\Books\ucBooksDetail.xaml">
  1020. <Generator>MSBuild:Compile</Generator>
  1021. <SubType>Designer</SubType>
  1022. <Generator>MSBuild:Compile</Generator>
  1023. <SubType>Designer</SubType>
  1024. </Page>
  1025. <Page Include="UserControls\Books\ucBooksInfo.xaml">
  1026. <Generator>MSBuild:Compile</Generator>
  1027. <SubType>Designer</SubType>
  1028. <Generator>MSBui

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