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

/CBR/CBR/CBR.csproj

#
MSBuild | 814 lines | 807 code | 0 blank | 7 comment | 0 complexity | 5dd585b346f154e46f75b8ddef5de2d3 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{12BDD651-04DF-4DB9-BAF4-4346520B7027}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CBR</RootNamespace>
  12. <AssemblyName>CBR</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  19. <SccProjectName>SAK</SccProjectName>
  20. <SccLocalPath>SAK</SccLocalPath>
  21. <SccAuxPath>SAK</SccAuxPath>
  22. <SccProvider>SAK</SccProvider>
  23. <Utf8Output>true</Utf8Output>
  24. <ExpressionBlendVersion>4.0.20525.0</ExpressionBlendVersion>
  25. <IsWebBootstrapper>false</IsWebBootstrapper>
  26. <PublishUrl>D:\PROJECTS\CBR\Publish\</PublishUrl>
  27. <Install>true</Install>
  28. <InstallFrom>Disk</InstallFrom>
  29. <UpdateEnabled>true</UpdateEnabled>
  30. <UpdateMode>Foreground</UpdateMode>
  31. <UpdateInterval>7</UpdateInterval>
  32. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  33. <UpdatePeriodically>false</UpdatePeriodically>
  34. <UpdateRequired>false</UpdateRequired>
  35. <MapFileExtensions>true</MapFileExtensions>
  36. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  37. <WebPage>publish.htm</WebPage>
  38. <ApplicationRevision>1</ApplicationRevision>
  39. <ApplicationVersion>0.7.0.1</ApplicationVersion>
  40. <UseApplicationTrust>false</UseApplicationTrust>
  41. <PublishWizardCompleted>true</PublishWizardCompleted>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  44. <RestorePackages>true</RestorePackages>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <ApplicationIcon>Resources\Images\book.ico</ApplicationIcon>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <TargetZone>Custom</TargetZone>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <GenerateManifests>false</GenerateManifests>
  54. </PropertyGroup>
  55. <PropertyGroup />
  56. <PropertyGroup>
  57. <ManifestCertificateThumbprint>F3D9D6B16C445365C658816E2698C5C4FB3C4A85</ManifestCertificateThumbprint>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestKeyFile>cbr_strong.pfx</ManifestKeyFile>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <SignManifests>false</SignManifests>
  64. </PropertyGroup>
  65. <PropertyGroup />
  66. <PropertyGroup />
  67. <PropertyGroup />
  68. <PropertyGroup />
  69. <PropertyGroup />
  70. <PropertyGroup />
  71. <PropertyGroup>
  72. <SignAssembly>false</SignAssembly>
  73. </PropertyGroup>
  74. <PropertyGroup>
  75. <AssemblyOriginatorKeyFile>
  76. </AssemblyOriginatorKeyFile>
  77. </PropertyGroup>
  78. <PropertyGroup>
  79. <StartupObject>CBR.Program</StartupObject>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  82. <DebugSymbols>true</DebugSymbols>
  83. <OutputPath>bin\Debug\</OutputPath>
  84. <DefineConstants>DEBUG;TRACE</DefineConstants>
  85. <DebugType>full</DebugType>
  86. <PlatformTarget>AnyCPU</PlatformTarget>
  87. <ErrorReport>prompt</ErrorReport>
  88. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  89. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  90. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  91. <Prefer32Bit>false</Prefer32Bit>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  94. <OutputPath>bin\Release\</OutputPath>
  95. <DefineConstants>TRACE</DefineConstants>
  96. <Optimize>true</Optimize>
  97. <DebugType>pdbonly</DebugType>
  98. <PlatformTarget>AnyCPU</PlatformTarget>
  99. <ErrorReport>prompt</ErrorReport>
  100. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  101. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  102. <Prefer32Bit>false</Prefer32Bit>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  105. <DebugSymbols>true</DebugSymbols>
  106. <OutputPath>bin\x64\Debug\</OutputPath>
  107. <DefineConstants>DEBUG;TRACE</DefineConstants>
  108. <DebugType>full</DebugType>
  109. <PlatformTarget>x64</PlatformTarget>
  110. <ErrorReport>prompt</ErrorReport>
  111. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  112. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  113. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  114. <Prefer32Bit>false</Prefer32Bit>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  117. <OutputPath>bin\x64\Release\</OutputPath>
  118. <DefineConstants>TRACE</DefineConstants>
  119. <Optimize>true</Optimize>
  120. <DebugType>pdbonly</DebugType>
  121. <PlatformTarget>x64</PlatformTarget>
  122. <ErrorReport>prompt</ErrorReport>
  123. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  124. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  125. <Prefer32Bit>false</Prefer32Bit>
  126. </PropertyGroup>
  127. <ItemGroup>
  128. <Reference Include="Fluent">
  129. <HintPath>..\packages\Fluent.Ribbon.3.0.3\lib\net45\Fluent.dll</HintPath>
  130. </Reference>
  131. <Reference Include="GalaSoft.MvvmLight">
  132. <HintPath>..\packages\MvvmLightLibs.5.0.2.0\lib\net45\GalaSoft.MvvmLight.dll</HintPath>
  133. </Reference>
  134. <Reference Include="GalaSoft.MvvmLight.Extras">
  135. <HintPath>..\packages\MvvmLightLibs.5.0.2.0\lib\net45\GalaSoft.MvvmLight.Extras.dll</HintPath>
  136. </Reference>
  137. <Reference Include="GalaSoft.MvvmLight.Platform">
  138. <HintPath>..\packages\MvvmLightLibs.5.0.2.0\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath>
  139. </Reference>
  140. <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  141. <SpecificVersion>False</SpecificVersion>
  142. <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
  143. </Reference>
  144. <Reference Include="Microsoft.Practices.ServiceLocation">
  145. <HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  146. </Reference>
  147. <Reference Include="PresentationFramework.Aero" />
  148. <Reference Include="PresentationUI" />
  149. <Reference Include="System" />
  150. <Reference Include="System.Data" />
  151. <Reference Include="System.ServiceModel" />
  152. <Reference Include="System.Windows.Forms" />
  153. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  154. <HintPath>..\packages\MvvmLightLibs.5.0.2.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
  155. </Reference>
  156. <Reference Include="System.Xml" />
  157. <Reference Include="Microsoft.CSharp" />
  158. <Reference Include="System.Core" />
  159. <Reference Include="System.Xml.Linq" />
  160. <Reference Include="System.Xaml">
  161. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  162. </Reference>
  163. <Reference Include="WindowsBase" />
  164. <Reference Include="PresentationCore" />
  165. <Reference Include="PresentationFramework" />
  166. <Reference Include="Xceed.Wpf.AvalonDock">
  167. <HintPath>..\packages\AvalonDock.2.0.2000\lib\net40\Xceed.Wpf.AvalonDock.dll</HintPath>
  168. </Reference>
  169. <Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero">
  170. <HintPath>..\packages\AvalonDock.2.0.2000\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
  171. </Reference>
  172. <Reference Include="Xceed.Wpf.AvalonDock.Themes.Expression">
  173. <HintPath>..\packages\AvalonDock.2.0.2000\lib\net40\Xceed.Wpf.AvalonDock.Themes.Expression.dll</HintPath>
  174. </Reference>
  175. <Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro">
  176. <HintPath>..\packages\AvalonDock.2.0.2000\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
  177. </Reference>
  178. <Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010">
  179. <HintPath>..\packages\AvalonDock.2.0.2000\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
  180. </Reference>
  181. </ItemGroup>
  182. <ItemGroup>
  183. <ApplicationDefinition Include="App.xaml">
  184. <Generator>MSBuild:Compile</Generator>
  185. <SubType>Designer</SubType>
  186. </ApplicationDefinition>
  187. <Compile Include="App.xaml.cs">
  188. <DependentUpon>App.xaml</DependentUpon>
  189. <SubType>Code</SubType>
  190. </Compile>
  191. <Compile Include="Components\Controls\BrowseForControl.cs" />
  192. <Compile Include="Components\Controls\ProcessPanel\ProcessItem.cs" />
  193. <Compile Include="Components\Controls\ProcessPanel\ProcessPanel.cs" />
  194. <Compile Include="Components\Controls\SpinBox.cs" />
  195. <Compile Include="Components\Controls\TwoPages\TwoPageBook.cs" />
  196. <Compile Include="Components\Controls\TwoPages\TripleSheet.Compute.cs" />
  197. <Compile Include="Components\Controls\TwoPages\TripleSheet.xaml.cs">
  198. <DependentUpon>TripleSheet.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Components\Controls\TwoPages\LinearGradientHelper.cs" />
  201. <Compile Include="Components\Controls\TwoPages\TripleSheetParameters.cs" />
  202. <Compile Include="Components\Controls\ExtendedListView.cs" />
  203. <Compile Include="Components\Controls\FilterControl.cs" />
  204. <Compile Include="Components\Controls\PageControl.cs" />
  205. <Compile Include="Components\Controls\SortAdorner.cs" />
  206. <Compile Include="Components\Controls\WaitSpin.cs" />
  207. <Compile Include="Components\Controls\ZoomFlyer.cs" />
  208. <Compile Include="Components\Converters\ActiveDocumentConverter.cs" />
  209. <Compile Include="Components\Converters\BoolToVisibilityConverter.cs" />
  210. <Compile Include="Components\Converters\EnumToBoolConverter.cs" />
  211. <Compile Include="Components\Converters\InversedBoolToVisibilityConverter.cs" />
  212. <Compile Include="Components\Converters\LocalizeStatusToColorConverter.cs" />
  213. <Compile Include="Components\Converters\LongToFileSizeConverter.cs" />
  214. <Compile Include="Components\Converters\StringToResourceConverter.cs" />
  215. <Compile Include="Components\Converters\TypeToImageConverter.cs" />
  216. <Compile Include="Components\Converters\BoolToWindowStateConverter.cs" />
  217. <Compile Include="Components\Converters\IntToRadioConverter.cs" />
  218. <Compile Include="Components\Converters\IntToVisibilityConverter.cs" />
  219. <Compile Include="Components\Converters\InvertBooleanConverter.cs" />
  220. <Compile Include="Components\Converters\ReadStatusToColorConverter.cs" />
  221. <Compile Include="Components\Converters\ScaleToPercentConverter.cs" />
  222. <Compile Include="Components\Designer\Adorners\SizeAdorner.cs" />
  223. <Compile Include="Components\Designer\Adorners\SizeChrome.cs" />
  224. <Compile Include="Components\Designer\DrawingLayer.cs" />
  225. <Compile Include="Components\Designer\Thumbs\MoveThumb.cs" />
  226. <Compile Include="Components\Designer\Thumbs\ResizeThumb.cs" />
  227. <Compile Include="Components\Dialogs\PasswordDialog.xaml.cs">
  228. <DependentUpon>PasswordDialog.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Components\Designer\Adorners\ResizeAdorner.cs" />
  231. <Compile Include="Components\Designer\Adorners\ResizeChrome.cs" />
  232. <Compile Include="Components\Designer\Adorners\RubberbandAdorner.cs" />
  233. <Compile Include="Components\Designer\DesignerItem.cs" />
  234. <Compile Include="Components\Designer\ResizeDecorator.cs" />
  235. <Compile Include="Components\Helpers\Wpf32Window.cs" />
  236. <Compile Include="Program.cs" />
  237. <Compile Include="ViewModels\Backstage\Extended\ShareOptionsViewModel.cs" />
  238. <Compile Include="ViewModels\Documents\Books\CatalogViewModel.cs" />
  239. <Compile Include="ViewModels\Documents\Books\ComicViewModel.cs" />
  240. <Compile Include="ViewModels\Documents\Books\BookViewModelBase.cs" />
  241. <Compile Include="ViewModels\Documents\Books\ePUBBookViewModel.cs" />
  242. <Compile Include="ViewModels\Documents\Books\TwoPageViewModel.cs" />
  243. <Compile Include="ViewModels\Documents\Books\XpsBookViewModel.cs" />
  244. <Compile Include="ViewModels\Documents\Devices\SysItems\ListSysObjectViewModel.cs" />
  245. <Compile Include="ViewModels\Documents\Devices\SysItems\TreeSysObjectViewModel.cs" />
  246. <Compile Include="ViewModels\Documents\Devices\SysItems\TreeViewItemViewModel.cs" />
  247. <Compile Include="ViewModels\Documents\DriveViewModel.cs" />
  248. <Compile Include="ViewModels\Documents\LibraryViewModel.cs" />
  249. <Compile Include="ViewModels\Tools\DriveExplorerViewModel.cs" />
  250. <Compile Include="ViewModels\Tools\ExplorerViewModel.cs" />
  251. <Compile Include="ViewModels\Backstage\DeviceConfigViewModel.cs" />
  252. <Compile Include="ViewModels\Backstage\Extended\BehaveOptionsViewModel.cs" />
  253. <Compile Include="ViewModels\Backstage\Extended\DynPropertyViewModel.cs" />
  254. <Compile Include="ViewModels\Backstage\Extended\ProxyOptionsViewModel.cs" />
  255. <Compile Include="ViewModels\Backstage\Extended\RegFileTypeViewModel.cs" />
  256. <Compile Include="ViewModels\Backstage\Extended\RegisterTypeViewModel.cs" />
  257. <Compile Include="ViewModels\Backstage\FeedConfigViewModel.cs" />
  258. <Compile Include="ViewModels\Backstage\InfoViewModel.cs" />
  259. <Compile Include="ViewModels\Backstage\KeyValueProperty.cs" />
  260. <Compile Include="ViewModels\Backstage\RecentFileInfoViewModel.cs" />
  261. <Compile Include="ViewModels\Backstage\RecentFileViewModel.cs" />
  262. <Compile Include="ViewModels\Main\MainViewModel.Book.cs">
  263. <SubType>Code</SubType>
  264. </Compile>
  265. <Compile Include="ViewModels\Main\MainViewModel.cs" />
  266. <Compile Include="ViewModels\Backstage\OptionsViewModel.cs" />
  267. <Compile Include="ViewModels\Others\LanguageMenuItemViewModel.cs" />
  268. <Compile Include="ViewModels\Documents\FeedViewModel.cs" />
  269. <Compile Include="ViewModels\Others\HeadlineModel.cs" />
  270. <Compile Include="ViewModels\Documents\HomeViewModel.cs" />
  271. <Compile Include="ViewModels\Others\LocalizeViewModel.cs" />
  272. <Compile Include="Components\Selectors\PanesStyleSelector.cs" />
  273. <Compile Include="ViewModels\Panes\PaneViewModel.cs" />
  274. <Compile Include="ViewModels\Panes\ToolViewModel.cs" />
  275. <Compile Include="ViewModels\Tools\TocViewModel.cs" />
  276. <Compile Include="ViewModels\ViewModelFactory.cs" />
  277. <Compile Include="ViewModels\ViewModelMessages.cs" />
  278. <Compile Include="ViewModels\Panes\DocumentViewModel.cs" />
  279. <Compile Include="Views\Documents\Books\BookView.xaml.cs">
  280. <DependentUpon>BookView.xaml</DependentUpon>
  281. </Compile>
  282. <Compile Include="Views\Documents\Books\ePUBBookView.xaml.cs">
  283. <DependentUpon>ePUBBookView.xaml</DependentUpon>
  284. </Compile>
  285. <Compile Include="Views\Documents\Books\TwoPageView.xaml.cs">
  286. <DependentUpon>TwoPageView.xaml</DependentUpon>
  287. </Compile>
  288. <Compile Include="Components\Selectors\SysObjectItemStyleSelector.cs" />
  289. <Compile Include="Views\Documents\DriveView.xaml.cs">
  290. <DependentUpon>DriveView.xaml</DependentUpon>
  291. </Compile>
  292. <Compile Include="Views\Documents\LibraryView.xaml.cs">
  293. <DependentUpon>LibraryView.xaml</DependentUpon>
  294. </Compile>
  295. <Compile Include="Views\Others\SplashContent.xaml.cs">
  296. <DependentUpon>SplashContent.xaml</DependentUpon>
  297. </Compile>
  298. <Compile Include="Views\Tools\DriveExplorerView.xaml.cs">
  299. <DependentUpon>DriveExplorerView.xaml</DependentUpon>
  300. </Compile>
  301. <Compile Include="Views\Tools\ExplorerView.xaml.cs">
  302. <DependentUpon>ExplorerView.xaml</DependentUpon>
  303. </Compile>
  304. <Compile Include="Components\Controls\ThumbView.cs" />
  305. <Compile Include="Views\Backstage\ConvertView.xaml.cs">
  306. <DependentUpon>ConvertView.xaml</DependentUpon>
  307. </Compile>
  308. <Compile Include="Views\Backstage\DeviceConfigView.xaml.cs">
  309. <DependentUpon>DeviceConfigView.xaml</DependentUpon>
  310. </Compile>
  311. <Compile Include="Views\Backstage\InfoView.xaml.cs">
  312. <DependentUpon>InfoView.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="Views\Backstage\PublishView.xaml.cs">
  315. <DependentUpon>PublishView.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="Views\Backstage\RecentFileView.xaml.cs">
  318. <DependentUpon>RecentFileView.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="Views\Backstage\FeedConfigView.xaml.cs">
  321. <DependentUpon>FeedConfigView.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="Views\MainView.xaml.cs">
  324. <DependentUpon>MainView.xaml</DependentUpon>
  325. </Compile>
  326. <Compile Include="Views\Backstage\OptionsView.xaml.cs">
  327. <DependentUpon>OptionsView.xaml</DependentUpon>
  328. </Compile>
  329. <Compile Include="Views\Backstage\OptionsViewExtended.xaml.cs">
  330. <DependentUpon>OptionsViewExtended.xaml</DependentUpon>
  331. </Compile>
  332. <Compile Include="Views\Documents\FeedView.xaml.cs">
  333. <DependentUpon>FeedView.xaml</DependentUpon>
  334. </Compile>
  335. <Compile Include="Views\Documents\HomeView.xaml.cs">
  336. <DependentUpon>HomeView.xaml</DependentUpon>
  337. </Compile>
  338. <Compile Include="Views\Others\LocalizeView.xaml.cs">
  339. <DependentUpon>LocalizeView.xaml</DependentUpon>
  340. </Compile>
  341. <Compile Include="Views\Documents\Books\XpsBookView.xaml.cs">
  342. <DependentUpon>XpsBookView.xaml</DependentUpon>
  343. </Compile>
  344. <Compile Include="Components\Dialogs\SimulateDialog.xaml.cs">
  345. <DependentUpon>SimulateDialog.xaml</DependentUpon>
  346. </Compile>
  347. <Compile Include="Views\Tools\TocView.xaml.cs">
  348. <DependentUpon>TocView.xaml</DependentUpon>
  349. </Compile>
  350. </ItemGroup>
  351. <ItemGroup>
  352. <Compile Include="Components\Controls\MagnifyGlass.cs" />
  353. <Compile Include="Components\Controls\RatingControl.cs" />
  354. <Compile Include="Components\Dialogs\AboutDialog.xaml.cs">
  355. <DependentUpon>AboutDialog.xaml</DependentUpon>
  356. </Compile>
  357. <Compile Include="Properties\AssemblyInfo.cs">
  358. <SubType>Code</SubType>
  359. </Compile>
  360. <Compile Include="Properties\Settings.Designer.cs">
  361. <AutoGen>True</AutoGen>
  362. <DependentUpon>Settings.settings</DependentUpon>
  363. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  364. </Compile>
  365. <None Include="app.config">
  366. <SubType>Designer</SubType>
  367. </None>
  368. <None Include="Dependencies\Devices.xlsx" />
  369. <None Include="Dependencies\Quickstart.de.docx" />
  370. <Content Include="Dependencies\QuickStart.de.xps">
  371. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  372. </Content>
  373. <None Include="Dependencies\x64_wow32_ie_mode.reg" />
  374. <None Include="Dependencies\x64_x32_ie_mode.reg" />
  375. <None Include="Dependencies\ProgrammDiagram.cd" />
  376. <None Include="Dependencies\QuickStart.en.docx" />
  377. <Content Include="Dependencies\QuickStart.en.xps">
  378. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  379. </Content>
  380. <None Include="Dependencies\QuickStart.fr.docx" />
  381. <Content Include="Dependencies\QuickStart.fr.xps">
  382. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  383. </Content>
  384. <None Include="packages.config" />
  385. <None Include="Properties\Settings.settings">
  386. <Generator>SettingsSingleFileGenerator</Generator>
  387. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  388. </None>
  389. <AppDesigner Include="Properties\" />
  390. <Page Include="Resources\XAML\Controls\SpinBox.xaml">
  391. <SubType>Designer</SubType>
  392. <Generator>MSBuild:Compile</Generator>
  393. </Page>
  394. <Page Include="Resources\XAML\System\Slider.xaml">
  395. <Generator>MSBuild:Compile</Generator>
  396. <SubType>Designer</SubType>
  397. </Page>
  398. <Page Include="Resources\XAML\System\Button.xaml">
  399. <Generator>MSBuild:Compile</Generator>
  400. <SubType>Designer</SubType>
  401. </Page>
  402. <Page Include="Resources\XAML\System\ComboBox.xaml">
  403. <Generator>MSBuild:Compile</Generator>
  404. <SubType>Designer</SubType>
  405. </Page>
  406. <Page Include="Resources\XAML\System\DataGrid.xaml">
  407. <Generator>MSBuild:Compile</Generator>
  408. <SubType>Designer</SubType>
  409. </Page>
  410. <Page Include="Resources\XAML\System\GroupBox.xaml">
  411. <Generator>MSBuild:Compile</Generator>
  412. <SubType>Designer</SubType>
  413. </Page>
  414. <Page Include="Resources\XAML\System\ListBox.xaml">
  415. <Generator>MSBuild:Compile</Generator>
  416. <SubType>Designer</SubType>
  417. </Page>
  418. <Page Include="Resources\XAML\System\Menu.xaml">
  419. <Generator>MSBuild:Compile</Generator>
  420. <SubType>Designer</SubType>
  421. </Page>
  422. <Page Include="Resources\XAML\System\ScrollBar.xaml">
  423. <Generator>MSBuild:Compile</Generator>
  424. <SubType>Designer</SubType>
  425. </Page>
  426. <Page Include="Resources\XAML\System\TabControl.xaml">
  427. <Generator>MSBuild:Compile</Generator>
  428. <SubType>Designer</SubType>
  429. </Page>
  430. <Page Include="Resources\XAML\System\TextBox.xaml">
  431. <Generator>MSBuild:Compile</Generator>
  432. <SubType>Designer</SubType>
  433. </Page>
  434. </ItemGroup>
  435. <ItemGroup>
  436. <Content Include="Dependencies\feeds.xml">
  437. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  438. </Content>
  439. <Resource Include="Resources\Images\16x16\window.png" />
  440. <Resource Include="Resources\Images\32x32\rss\rss.png" />
  441. <Resource Include="Resources\Images\32x32\rss\rss_next.png" />
  442. <Resource Include="Resources\Images\32x32\rss\rss_previous.png" />
  443. <Resource Include="Resources\Images\32x32\rss\rss_refresh.png" />
  444. <Resource Include="Resources\Images\32x32\rss\rss_search.png" />
  445. <None Include="Languages\ByCode.de.xml" />
  446. <None Include="Languages\ByCode.es.xml" />
  447. <None Include="Languages\CBR.Backstage.de.xml" />
  448. <None Include="Languages\CBR.Backstage.es.xml" />
  449. <None Include="Languages\CBR.de.xml" />
  450. <None Include="Languages\CBR.Dialogs.de.xml" />
  451. <None Include="Languages\CBR.Dialogs.es.xml" />
  452. <None Include="Languages\CBR.es.xml" />
  453. <None Include="Languages\de.png" />
  454. <Resource Include="Resources\Images\32x32\icon\web.png" />
  455. <Resource Include="Resources\Images\16x16\key.png" />
  456. <Resource Include="Resources\Images\16x16\winshield.png" />
  457. <Resource Include="Resources\Images\16x16\behaviour.png" />
  458. <Resource Include="Resources\Images\32x32\rss\rss_home.png" />
  459. <Resource Include="Resources\Images\32x32\icon\properties.png" />
  460. <Resource Include="Resources\Images\32x32\rss\rss_close.png" />
  461. <Resource Include="Resources\Images\32x32\rss\rss_page_next.png" />
  462. <Resource Include="Resources\Images\32x32\rss\rss_page_previous.png" />
  463. <None Include="Languages\es.png" />
  464. <Resource Include="Resources\Images\32x32\action\colors.png" />
  465. <Resource Include="Resources\Images\32x32\action\reset_layout.png" />
  466. <Resource Include="Resources\Images\book128.png" />
  467. <Resource Include="Resources\Images\32x32\action\add.png" />
  468. <Resource Include="Resources\Images\32x32\action\remove.png" />
  469. <Resource Include="Resources\Images\32x32\library_add.png" />
  470. <Resource Include="Resources\Images\32x32\library_delete.png" />
  471. <Resource Include="Resources\Images\32x32\library_remove.png" />
  472. <Resource Include="Resources\Images\32x32\library_share.png" />
  473. <Resource Include="Resources\Images\32x32\book\book_print.png" />
  474. <Resource Include="Resources\Images\32x32\icon\home.png" />
  475. <Resource Include="Resources\Images\32x32\device\device.png" />
  476. <Content Include="Templates\HTMLPage1.htm">
  477. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  478. </Content>
  479. <Content Include="Templates\HTML\simple.xml">
  480. <SubType>Designer</SubType>
  481. </Content>
  482. <Resource Include="Components\Dialogs\toolbar_Files\**\*.jpg;Components\Dialogs\toolbar_Files\**\*.jpeg;Components\Dialogs\toolbar_Files\**\*.png;Components\Dialogs\toolbar_Files\**\*.bmp;Components\Dialogs\toolbar_Files\**\*.gif;Components\Dialogs\toolbar_Files\**\*.tif;Components\Dialogs\toolbar_Files\**\*.tiff" />
  483. <Resource Include="Resources\Images\32x32\fit_no.png" />
  484. <Resource Include="Resources\Images\32x32\book\book_two_page.png" />
  485. <Resource Include="Resources\Images\32x32\book_type\book_type.png" />
  486. <Resource Include="Resources\Images\32x32\book_type\book_type_img.png" />
  487. <Resource Include="Resources\Images\32x32\book_type\book_type_pdf.png" />
  488. <Resource Include="Resources\Images\32x32\icon\is_read.png" />
  489. <Resource Include="Resources\Images\32x32\icon\lock.png" />
  490. <Resource Include="Resources\Images\32x32\action\delete.png" />
  491. <Resource Include="Resources\Images\32x32\action\refresh.png" />
  492. <Resource Include="Resources\Images\32x32\localize_select.png" />
  493. <Resource Include="Resources\Images\32x32\localize_new.png" />
  494. <None Include="Languages\CBR.Dialogs.en.xml" />
  495. <None Include="Languages\CBR.Dialogs.fr.xml" />
  496. <None Include="Languages\ByCode.en.xml" />
  497. <None Include="Languages\ByCode.fr.xml" />
  498. <None Include="Languages\en.png" />
  499. <None Include="Languages\fr.png" />
  500. <Resource Include="Resources\Images\32x32\localize.png" />
  501. <None Include="Languages\CBR.Backstage.en.xml">
  502. <SubType>Designer</SubType>
  503. </None>
  504. <None Include="Languages\CBR.Backstage.fr.xml" />
  505. <None Include="Languages\CBR.fr.xml">
  506. <SubType>Designer</SubType>
  507. </None>
  508. <None Include="Languages\CBR.en.xml">
  509. <SubType>Designer</SubType>
  510. </None>
  511. <Resource Include="Resources\Images\32x32\action\search.png" />
  512. <Resource Include="Resources\Images\32x32\book\book_new.png" />
  513. <Resource Include="Resources\Images\32x32\device\device_view.png" />
  514. <Resource Include="Resources\Images\32x32\page_previous.png" />
  515. <Resource Include="Resources\Images\32x32\page_next.png" />
  516. <Resource Include="Resources\Images\32x32\page_last.png" />
  517. <Resource Include="Resources\Images\32x32\page_first.png" />
  518. <Resource Include="Resources\Images\32x32\device\device_sync.png" />
  519. <Resource Include="Resources\Images\32x32\device\device_refresh.png" />
  520. <Resource Include="Resources\Images\32x32\book\book_remove.png" />
  521. <Resource Include="Resources\Images\32x32\book_type\book_type_epub.png" />
  522. <None Include="Dependencies\todo.txt" />
  523. <Content Include="Dependencies\devices.xml">
  524. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  525. </Content>
  526. <Resource Include="Resources\Images\16x16\disk.png" />
  527. <Resource Include="Resources\Images\16x16\file.png" />
  528. <Resource Include="Resources\Images\16x16\folder.png" />
  529. <Resource Include="Resources\Images\32x32\book_type\book_type_none.png" />
  530. <Resource Include="Resources\Images\32x32\book_type\book_type_xps.png" />
  531. <Resource Include="Resources\Images\32x32\book_type\book_type_rar.png" />
  532. <Resource Include="Resources\Images\32x32\book_type\book_type_zip.png" />
  533. <Resource Include="Resources\Images\phone_horizontal.png" />
  534. <Resource Include="Resources\Images\16x16\pin_no.png" />
  535. <Resource Include="Resources\Images\16x16\pin_yes.png" />
  536. <Resource Include="Resources\Images\32x32\library_view.png" />
  537. <Resource Include="Resources\Images\32x32\book\book_convert.png" />
  538. <Resource Include="Resources\Images\16x16\sort_category.png" />
  539. <Resource Include="Resources\Images\16x16\sort_alpha.png" />
  540. <Resource Include="Resources\Images\16x16\view_details.png" />
  541. <Resource Include="Resources\Images\16x16\view_thumb.png" />
  542. <Resource Include="Resources\Images\32x32\book\book.png" />
  543. <Resource Include="Resources\Images\32x32\book\book_add.png" />
  544. <Resource Include="Resources\Images\32x32\book\book_close.png" />
  545. <Resource Include="Resources\Images\32x32\book\book_delete.png" />
  546. <Resource Include="Resources\Images\32x32\book\book_edit.png" />
  547. <Resource Include="Resources\Images\32x32\book\book_open.png" />
  548. <Resource Include="Resources\Images\32x32\book\book_protect.png" />
  549. <Resource Include="Resources\Images\32x32\book\book_read.png" />
  550. <Resource Include="Resources\Images\32x32\book\book_save.png" />
  551. <Resource Include="Resources\Images\32x32\book\book_test.png" />
  552. <Resource Include="Resources\Images\32x32\action\exit.png" />
  553. <Resource Include="Resources\Images\32x32\fit_height.png" />
  554. <Resource Include="Resources\Images\32x32\fit_width.png" />
  555. <Resource Include="Resources\Images\32x32\icon\forbidden.png" />
  556. <Resource Include="Resources\Images\32x32\action\full_screen.png" />
  557. <Resource Include="Resources\Images\32x32\icon\help.png" />
  558. <Resource Include="Resources\Images\32x32\icon\info.png" />
  559. <Resource Include="Resources\Images\32x32\library_close.png" />
  560. <Resource Include="Resources\Images\32x32\library_new.png" />
  561. <Resource Include="Resources\Images\32x32\library_open.png" />
  562. <Resource Include="Resources\Images\32x32\action\open_folder.png" />
  563. <Resource Include="Resources\Images\32x32\page_clear_mark.png" />
  564. <Resource Include="Resources\Images\32x32\page_goto_mark.png" />
  565. <Resource Include="Resources\Images\32x32\page_mark.png" />
  566. <Resource Include="Resources\Images\32x32\page_test.png" />
  567. <Resource Include="Resources\Images\32x32\picture_order.png" />
  568. <Resource Include="Resources\Images\32x32\picture_time.png" />
  569. <Resource Include="Resources\Images\32x32\picture_zone.png" />
  570. <Resource Include="Resources\Images\32x32\icon\push_pin.png" />
  571. <Resource Include="Resources\Images\32x32\action\read.png" />
  572. <Resource Include="Resources\Images\32x32\library_refresh.png" />
  573. <Resource Include="Resources\Images\32x32\action\save.png" />
  574. <Resource Include="Resources\Images\32x32\action\save_as.png" />
  575. <Resource Include="Resources\Images\32x32\icon\tools.png" />
  576. <Resource Include="Resources\Images\book.ico" />
  577. <Resource Include="Resources\Images\search.png" />
  578. </ItemGroup>
  579. <ItemGroup>
  580. <ProjectReference Include="..\CBR.Core\CBR.Core.csproj">
  581. <Project>{0C5E9FE4-0393-4662-A253-4F5F45621204}</Project>
  582. <Name>CBR.Core</Name>
  583. </ProjectReference>
  584. </ItemGroup>
  585. <ItemGroup>
  586. <Page Include="Components\Controls\TwoPages\TripleSheet.xaml">
  587. <Generator>MSBuild:Compile</Generator>
  588. <SubType>Designer</SubType>
  589. </Page>
  590. <Page Include="Components\Dialogs\AboutDialog.xaml">
  591. <Generator>MSBuild:Compile</Generator>
  592. <SubType>Designer</SubType>
  593. </Page>
  594. <Page Include="Components\Dialogs\PasswordDialog.xaml">
  595. <SubType>Designer</SubType>
  596. <Generator>MSBuild:Compile</Generator>
  597. </Page>
  598. <Page Include="Resources\XAML\Colors\Colors.Black.xaml">
  599. <SubType>Designer</SubType>
  600. <Generator>MSBuild:Compile</Generator>
  601. </Page>
  602. <Page Include="Resources\XAML\Colors\Colors.Blue.xaml">
  603. <SubType>Designer</SubType>
  604. <Generator>MSBuild:Compile</Generator>
  605. </Page>
  606. <Page Include="Resources\XAML\Colors\Colors.Silver.xaml">
  607. <SubType>Designer</SubType>
  608. <Generator>MSBuild:Compile</Generator>
  609. </Page>
  610. <Page Include="Resources\XAML\Common.xaml">
  611. <SubType>Designer</SubType>
  612. <Generator>MSBuild:Compile</Generator>
  613. </Page>
  614. <Page Include="Resources\XAML\Controls\BrowseForControl.xaml">
  615. <SubType>Designer</SubType>
  616. <Generator>MSBuild:Compile</Generator>
  617. </Page>
  618. <Page Include="Resources\XAML\Controls\Designer\DesignerItem.xaml">
  619. <Generator>MSBuild:Compile</Generator>
  620. <SubType>Designer</SubType>
  621. </Page>
  622. <Page Include="Resources\XAML\Controls\Designer\DrawingLayer.xaml">
  623. <Generator>MSBuild:Compile</Generator>
  624. <SubType>Designer</SubType>
  625. </Page>
  626. <Page Include="Resources\XAML\Controls\Designer\ResizeChrome.xaml">
  627. <Generator>MSBuild:Compile</Generator>
  628. <SubType>Designer</SubType>
  629. </Page>
  630. <Page Include="Resources\XAML\Controls\Designer\SizeChrome.xaml">
  631. <Generator>MSBuild:Compile</Generator>
  632. <SubType>Designer</SubType>
  633. </Page>
  634. <Page Include="Resources\XAML\Controls\ExtendedListView.xaml">
  635. <SubType>Designer</SubType>
  636. <Generator>MSBuild:Compile</Generator>
  637. </Page>
  638. <Page Include="Resources\XAML\Controls\FilterControl.xaml">
  639. <Generator>MSBuild:Compile</Generator>
  640. <SubType>Designer</SubType>
  641. </Page>
  642. <Page Include="Resources\XAML\Controls\ProcessPanel.xaml">
  643. <Generator>MSBuild:Compile</Generator>
  644. <SubType>Designer</SubType>
  645. </Page>
  646. <Page Include="Resources\XAML\Controls\ThumbView.xaml">
  647. <Generator>MSBuild:Compile</Generator>
  648. <SubType>Designer</SubType>
  649. </Page>
  650. <Page Include="Resources\XAML\Controls\PageControl.xaml">
  651. <Generator>MSBuild:Compile</Generator>
  652. <SubType>Designer</SubType>
  653. </Page>
  654. <Page Include="Resources\XAML\Controls\MagnifyGlass.xaml">
  655. <SubType>Designer</SubType>
  656. <Generator>MSBuild:Compile</Generator>
  657. </Page>
  658. <Page Include="Resources\XAML\Controls\RatingControl.xaml">
  659. <Generator>MSBuild:Compile</Generator>
  660. <SubType>Designer</SubType>
  661. </Page>
  662. <Page Include="Resources\XAML\Controls\TwoPageBook.xaml">
  663. <SubType>Designer</SubType>
  664. <Generator>MSBuild:Compile</Generator>
  665. </Page>
  666. <Page Include="Resources\XAML\Controls\WaitSpin.xaml">
  667. <Generator>MSBuild:Compile</Generator>
  668. <SubType>Designer</SubType>
  669. </Page>
  670. <Page Include="Resources\XAML\Controls\ZoomFlyer.xaml">
  671. <SubType>Designer</SubType>
  672. <Generator>MSBuild:Compile</Generator>
  673. </Page>
  674. <Page Include="themes\generic.xaml">
  675. <SubType>Designer</SubType>
  676. <Generator>MSBuild:Compile</Generator>
  677. </Page>
  678. <Page Include="Views\Documents\Books\BookView.xaml">
  679. <SubType>Designer</SubType>
  680. <Generator>MSBuild:Compile</Generator>
  681. </Page>
  682. <Page Include="Views\Documents\Books\ePUBBookView.xaml">
  683. <SubType>Designer</SubType>
  684. <Generator>MSBuild:Compile</Generator>
  685. </Page>
  686. <Page Include="Views\Documents\Books\TwoPageView.xaml">
  687. <SubType>Designer</SubType>
  688. <Generator>MSBuild:Compile</Generator>
  689. </Page>
  690. <Page Include="Views\Documents\DriveView.xaml">
  691. <SubType>Designer</SubType>
  692. <Generator>MSBuild:Compile</Generator>
  693. </Page>
  694. <Page Include="Views\Documents\LibraryView.xaml">
  695. <Generator>MSBuild:Compile</Generator>
  696. <SubType>Designer</SubType>
  697. </Page>
  698. <Page Include="Views\Others\SplashContent.xaml">
  699. <SubType>Designer</SubType>
  700. <Generator>MSBuild:Compile</Generator>
  701. </Page>
  702. <Page Include="Views\Tools\DriveExplorerView.xaml">
  703. <SubType>Designer</SubType>
  704. <Generator>MSBuild:Compile</Generator>
  705. </Page>
  706. <Page Include="Views\Tools\ExplorerView.xaml">
  707. <SubType>Designer</SubType>
  708. <Generator>MSBuild:Compile</Generator>
  709. </Page>
  710. <Page Include="Views\Backstage\ConvertView.xaml">
  711. <SubType>Designer</SubType>
  712. <Generator>MSBuild:Compile</Generator>
  713. </Page>
  714. <Page Include="Views\Backstage\DeviceConfigView.xaml">
  715. <SubType>Designer</SubType>
  716. <Generator>MSBuild:Compile</Generator>
  717. </Page>
  718. <Page Include="Views\Backstage\InfoView.xaml">
  719. <SubType>Designer</SubType>
  720. <Generator>MSBuild:Compile</Generator>
  721. </Page>
  722. <Page Include="Views\Backstage\PublishView.xaml">
  723. <SubType>Designer</SubType>
  724. <Generator>MSBuild:Compile</Generator>
  725. </Page>
  726. <Page Include="Views\Backstage\RecentFileView.xaml">
  727. <SubType>Designer</SubType>
  728. <Generator>MSBuild:Compile</Generator>
  729. </Page>
  730. <Page Include="Views\Backstage\FeedConfigView.xaml">
  731. <SubType>Designer</SubType>
  732. <Generator>MSBuild:Compile</Generator>
  733. </Page>
  734. <Page Include="Views\MainView.xaml">
  735. <SubType>Designer</SubType>
  736. <Generator>MSBuild:Compile</Generator>
  737. </Page>
  738. <Page Include="Views\Backstage\OptionsView.xaml">
  739. <Generator>MSBuild:Compile</Generator>
  740. <SubType>Designer</SubType>
  741. </Page>
  742. <Page Include="Views\Backstage\OptionsViewExtended.xaml">
  743. <SubType>Designer</SubType>
  744. <Generator>MSBuild:Compile</Generator>
  745. </Page>
  746. <Page Include="Views\Documents\FeedView.xaml">
  747. <SubType>Designer</SubType>
  748. <Generator>MSBuild:Compile</Generator>
  749. </Page>
  750. <Page Include="Views\Documents\HomeView.xaml">
  751. <SubType>Designer</SubType>
  752. <Generator>MSBuild:Compile</Generator>
  753. </Page>
  754. <Page Include="Views\Others\LocalizeView.xaml">
  755. <SubType>Designer</SubType>
  756. <Generator>MSBuild:Compile</Generator>
  757. </Page>
  758. <Page Include="Views\Documents\Books\XpsBookView.xaml">
  759. <SubType>Designer</SubType>
  760. <Generator>MSBuild:Compile</Generator>
  761. </Page>
  762. <Page Include="Components\Dialogs\SimulateDialog.xaml">
  763. <SubType>Designer</SubType>
  764. <Generator>MSBuild:Compile</Generator>
  765. </Page>
  766. <Page Include="Views\Tools\TocView.xaml">
  767. <SubType>Designer</SubType>
  768. <Generator>MSBuild:Compile</Generator>
  769. </Page>
  770. </ItemGroup>
  771. <ItemGroup>
  772. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  773. <Visible>False</Visible>
  774. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  775. <Install>true</Install>
  776. </BootstrapperPackage>
  777. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  778. <Visible>False</Visible>
  779. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  780. <Install>false</Install>
  781. </BootstrapperPackage>
  782. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  783. <Visible>False</Visible>
  784. <ProductName>.NET Framework 3.5 SP1</ProductName>
  785. <Install>false</Install>
  786. </BootstrapperPackage>
  787. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  788. <Visible>False</Visible>
  789. <ProductName>Windows Installer 3.1</ProductName>
  790. <Install>true</Install>
  791. </BootstrapperPackage>
  792. </ItemGroup>
  793. <ItemGroup>
  794. <Folder Include="Resources\XAML\Custom\" />
  795. </ItemGroup>
  796. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  797. <PropertyGroup>
  798. <PostBuildEvent>xcopy /Q /E /Y /I "$(ProjectDir)Languages" "C:\Users\Guillaume\Documents\Comic Book Reader\Languages"</PostBuildEvent>
  799. </PropertyGroup>
  800. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  801. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  802. <PropertyGroup>
  803. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  804. </PropertyGroup>
  805. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  806. </Target>
  807. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  808. Other similar extension points exist, see Microsoft.Common.targets.
  809. <Target Name="BeforeBuild">
  810. </Target>
  811. <Target Name="AfterBuild">
  812. </Target>
  813. -->
  814. </Project>