PicVIew.csproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{9B5425DC-4329-4A7A-A0C5-F93161F77245}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PicView</RootNamespace>
  11. <AssemblyName>PicView</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <TargetFrameworkProfile />
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>false</MapFileExtensions>
  30. <TargetCulture>en</TargetCulture>
  31. <ProductName>PicView</ProductName>
  32. <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
  33. <ApplicationRevision>1</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.1</ApplicationVersion>
  35. <UseApplicationTrust>false</UseApplicationTrust>
  36. <PublishWizardCompleted>true</PublishWizardCompleted>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40. <PlatformTarget>x64</PlatformTarget>
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <DocumentationFile>
  49. </DocumentationFile>
  50. <LangVersion>7.0</LangVersion>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  54. <PlatformTarget>x64</PlatformTarget>
  55. <DebugType>none</DebugType>
  56. <Optimize>false</Optimize>
  57. <OutputPath>bin\Release\</OutputPath>
  58. <DefineConstants>
  59. </DefineConstants>
  60. <ErrorReport>none</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <LangVersion>7.0</LangVersion>
  63. <DocumentationFile>
  64. </DocumentationFile>
  65. <FileAlignment>1024</FileAlignment>
  66. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <StartupObject>PicView.App</StartupObject>
  70. </PropertyGroup>
  71. <PropertyGroup>
  72. <ManifestCertificateThumbprint>38C58B28C178F5682598C8BE2A2BC2642D86745B</ManifestCertificateThumbprint>
  73. </PropertyGroup>
  74. <PropertyGroup>
  75. <ManifestKeyFile>Nepharia_TemporaryKey.pfx</ManifestKeyFile>
  76. </PropertyGroup>
  77. <PropertyGroup>
  78. <GenerateManifests>false</GenerateManifests>
  79. </PropertyGroup>
  80. <PropertyGroup>
  81. <SignManifests>false</SignManifests>
  82. </PropertyGroup>
  83. <PropertyGroup>
  84. <TargetZone>LocalIntranet</TargetZone>
  85. </PropertyGroup>
  86. <PropertyGroup>
  87. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  88. </PropertyGroup>
  89. <PropertyGroup>
  90. <ApplicationIcon>Library\img\Brainleaf-Dark-Blog-Reflex.ico</ApplicationIcon>
  91. </PropertyGroup>
  92. <PropertyGroup>
  93. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  94. </PropertyGroup>
  95. <ItemGroup>
  96. <Reference Include="Magick.NET-Q16-x64, Version=7.14.3.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64">
  97. <HintPath>..\packages\Magick.NET-Q16-x64.7.14.3\lib\net40\Magick.NET-Q16-x64.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Microsoft.VisualBasic" />
  100. <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.3.3, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Microsoft-WindowsAPICodePack-Core.1.1.3.3\lib\net452\Microsoft.WindowsAPICodePack.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.3.3, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
  104. <HintPath>..\packages\Microsoft-WindowsAPICodePack-Shell.1.1.3.3\lib\net452\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Microsoft.WindowsAPICodePack.ShellExtensions, Version=1.1.3.3, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
  107. <HintPath>..\packages\Microsoft-WindowsAPICodePack-ShellExtensions.1.1.3.3\lib\net452\Microsoft.WindowsAPICodePack.ShellExtensions.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System" />
  110. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  111. <HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Data" />
  114. <Reference Include="System.Drawing" />
  115. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  116. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Numerics" />
  119. <Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  120. <HintPath>..\packages\System.Numerics.Vectors.4.6.0-preview5.19224.8\lib\net46\System.Numerics.Vectors.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  123. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0-preview8.19405.3\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.Windows.Forms" />
  126. <Reference Include="System.Xml" />
  127. <Reference Include="Microsoft.CSharp" />
  128. <Reference Include="System.Core" />
  129. <Reference Include="System.Xml.Linq" />
  130. <Reference Include="System.Data.DataSetExtensions" />
  131. <Reference Include="System.Xaml">
  132. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  133. </Reference>
  134. <Reference Include="WindowsBase" />
  135. <Reference Include="PresentationCore" />
  136. <Reference Include="PresentationFramework" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <ApplicationDefinition Include="App.xaml">
  140. <Generator>MSBuild:Compile</Generator>
  141. <SubType>Designer</SubType>
  142. </ApplicationDefinition>
  143. <Compile Include="Interface Logic\Drag and Drop\DragAndDrop.cs" />
  144. <Compile Include="Interface Logic\SetTitle.cs" />
  145. <Compile Include="Navigation\Error_Handling.cs" />
  146. <Compile Include="File Logic\Copy_Paste.cs" />
  147. <Compile Include="File Logic\DeleteFiles.cs" />
  148. <Compile Include="File Logic\FileLists.cs" />
  149. <Compile Include="File Logic\Open_Save.cs" />
  150. <Compile Include="GlobalSuppressions.cs" />
  151. <Compile Include="File Logic\ArchiveExtraction.cs" />
  152. <Compile Include="File Logic\FileFunctions.cs" />
  153. <Compile Include="Image Logic\SaveImages.cs" />
  154. <Compile Include="Image Logic\Thumbnails.cs" />
  155. <Compile Include="Interface Logic\Animations\AjaxLoader.cs" />
  156. <Compile Include="Interface Logic\Animations\FadeControls.cs" />
  157. <Compile Include="Image Logic\Scroll.cs" />
  158. <Compile Include="Interface Logic\Tooltip.cs" />
  159. <Compile Include="Navigation\Navigation.cs" />
  160. <Compile Include="Interface Logic\Instantiate\LoadControls.cs" />
  161. <Compile Include="Interface Logic\Instantiate\LoadWindows.cs" />
  162. <Compile Include="Interface Logic\Animations\MouseOverAnimations.cs" />
  163. <Compile Include="PicGallery\PicGalleryLogic.cs" />
  164. <Compile Include="Image Logic\Resize_and_Zoom.cs" />
  165. <Compile Include="Image Logic\Rotate_and_Flip.cs" />
  166. <Compile Include="Interface Logic\WindowLogic.cs" />
  167. <Compile Include="Interface Logic\SlideShow.cs" />
  168. <Compile Include="Interface Logic\Instantiate\ContextMenus.cs" />
  169. <Compile Include="Interface Logic\InterfaceUtilities.cs" />
  170. <Compile Include="Interface Logic\SvgIcons.cs" />
  171. <Compile Include="Interface Logic\Instantiate\Timers.cs" />
  172. <Compile Include="Interface Logic\ToggleMenus.cs" />
  173. <Compile Include="Screen-Logic\MonitorSize.cs" />
  174. <Compile Include="Misc\NativeMethods.cs" />
  175. <Compile Include="File Logic\RecentFiles.cs" />
  176. <Compile Include="Configs\Configs.cs" />
  177. <Compile Include="Shortcuts\Shortcuts.cs" />
  178. <Compile Include="UserControls\CustomControls\AutoScrollSign.xaml.cs">
  179. <DependentUpon>AutoScrollSign.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="UserControls\CustomControls\Minus.xaml.cs">
  182. <DependentUpon>Minus.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="UserControls\CustomControls\PicGallery.xaml.cs">
  185. <DependentUpon>PicGallery.xaml</DependentUpon>
  186. </Compile>
  187. <Compile Include="UserControls\CustomControls\PicGalleryItem.xaml.cs">
  188. <DependentUpon>PicGalleryItem.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="UserControls\Menus\FunctionsMenu.xaml.cs">
  191. <DependentUpon>FunctionsMenu.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="Windows\AllSettings.xaml.cs">
  194. <DependentUpon>AllSettings.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="Misc\Fields.cs" />
  197. <Compile Include="Windows\FakeWindow.xaml.cs">
  198. <DependentUpon>FakeWindow.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Windows\Help.xaml.cs">
  201. <DependentUpon>Help.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Windows\About.xaml.cs">
  204. <DependentUpon>About.xaml</DependentUpon>
  205. </Compile>
  206. <Page Include="Configs\Styles\Backgrounds.xaml">
  207. <SubType>Designer</SubType>
  208. <Generator>MSBuild:Compile</Generator>
  209. </Page>
  210. <Page Include="Configs\Styles\Colors.xaml">
  211. <Generator>MSBuild:Compile</Generator>
  212. <SubType>Designer</SubType>
  213. </Page>
  214. <Page Include="Configs\Styles\Border.xaml">
  215. <Generator>MSBuild:Compile</Generator>
  216. <SubType>Designer</SubType>
  217. </Page>
  218. <Page Include="Configs\Styles\Button.xaml">
  219. <Generator>MSBuild:Compile</Generator>
  220. <SubType>Designer</SubType>
  221. </Page>
  222. <Page Include="Configs\Styles\FlatSlider.xaml">
  223. <Generator>MSBuild:Compile</Generator>
  224. <SubType>Designer</SubType>
  225. </Page>
  226. <Page Include="Configs\Styles\Label.xaml">
  227. <Generator>MSBuild:Compile</Generator>
  228. <SubType>Designer</SubType>
  229. </Page>
  230. <Page Include="Configs\Styles\ListBox.xaml">
  231. <Generator>MSBuild:Compile</Generator>
  232. <SubType>Designer</SubType>
  233. </Page>
  234. <Page Include="Configs\Styles\ListView.xaml">
  235. <Generator>MSBuild:Compile</Generator>
  236. <SubType>Designer</SubType>
  237. </Page>
  238. <Page Include="Configs\Styles\Menu.xaml">
  239. <Generator>MSBuild:Compile</Generator>
  240. <SubType>Designer</SubType>
  241. </Page>
  242. <Page Include="Configs\Styles\ProgressBar.xaml">
  243. <Generator>MSBuild:Compile</Generator>
  244. <SubType>Designer</SubType>
  245. </Page>
  246. <Page Include="Configs\Styles\RadioButton.xaml">
  247. <Generator>MSBuild:Compile</Generator>
  248. <SubType>Designer</SubType>
  249. </Page>
  250. <Page Include="Configs\Styles\ScrollBar.xaml">
  251. <Generator>MSBuild:Compile</Generator>
  252. <SubType>Designer</SubType>
  253. </Page>
  254. <Page Include="Configs\Styles\Separator.xaml">
  255. <Generator>MSBuild:Compile</Generator>
  256. <SubType>Designer</SubType>
  257. </Page>
  258. <Page Include="Configs\Styles\Slider.xaml">
  259. <Generator>MSBuild:Compile</Generator>
  260. <SubType>Designer</SubType>
  261. </Page>
  262. <Page Include="Configs\Styles\TabControl.xaml">
  263. <Generator>MSBuild:Compile</Generator>
  264. <SubType>Designer</SubType>
  265. </Page>
  266. <Page Include="Configs\Styles\ToggleButton.xaml">
  267. <Generator>MSBuild:Compile</Generator>
  268. <SubType>Designer</SubType>
  269. </Page>
  270. <Page Include="Configs\Styles\ToolTip.xaml">
  271. <Generator>MSBuild:Compile</Generator>
  272. <SubType>Designer</SubType>
  273. </Page>
  274. <Page Include="UserControls\CustomControls\AutoScrollSign.xaml">
  275. <SubType>Designer</SubType>
  276. <Generator>MSBuild:Compile</Generator>
  277. </Page>
  278. <Page Include="UserControls\CustomControls\Minus.xaml">
  279. <Generator>MSBuild:Compile</Generator>
  280. <SubType>Designer</SubType>
  281. </Page>
  282. <Page Include="UserControls\CustomControls\PicGallery.xaml">
  283. <SubType>Designer</SubType>
  284. <Generator>MSBuild:Compile</Generator>
  285. </Page>
  286. <Page Include="UserControls\CustomControls\PicGalleryItem.xaml">
  287. <SubType>Designer</SubType>
  288. <Generator>MSBuild:Compile</Generator>
  289. </Page>
  290. <Page Include="UserControls\Menus\FunctionsMenu.xaml">
  291. <SubType>Designer</SubType>
  292. <Generator>MSBuild:Compile</Generator>
  293. </Page>
  294. <Page Include="Windows\AllSettings.xaml">
  295. <SubType>Designer</SubType>
  296. <Generator>MSBuild:Compile</Generator>
  297. </Page>
  298. <Page Include="Windows\FakeWindow.xaml">
  299. <SubType>Designer</SubType>
  300. <Generator>MSBuild:Compile</Generator>
  301. </Page>
  302. <Page Include="Windows\Help.xaml">
  303. <Generator>MSBuild:Compile</Generator>
  304. <SubType>Designer</SubType>
  305. </Page>
  306. <Page Include="UserControls\CustomControls\AjaxLoading.xaml">
  307. <SubType>Designer</SubType>
  308. <Generator>MSBuild:Compile</Generator>
  309. </Page>
  310. <Page Include="UserControls\Menus\ImageSettings.xaml">
  311. <SubType>Designer</SubType>
  312. <Generator>MSBuild:Compile</Generator>
  313. </Page>
  314. <Page Include="UserControls\Menus\FileMenu.xaml">
  315. <SubType>Designer</SubType>
  316. <Generator>MSBuild:Compile</Generator>
  317. </Page>
  318. <Page Include="UserControls\Menus\QuickSettingsMenu.xaml">
  319. <SubType>Designer</SubType>
  320. <Generator>MSBuild:Compile</Generator>
  321. </Page>
  322. <Page Include="UserControls\CustomControls\ClickArrow.xaml">
  323. <SubType>Designer</SubType>
  324. <Generator>MSBuild:Compile</Generator>
  325. </Page>
  326. <Page Include="UserControls\CustomControls\SexyToolTip.xaml">
  327. <SubType>Designer</SubType>
  328. <Generator>MSBuild:Compile</Generator>
  329. </Page>
  330. <Page Include="UserControls\CustomControls\X2.xaml">
  331. <SubType>Designer</SubType>
  332. <Generator>MSBuild:Compile</Generator>
  333. </Page>
  334. <Page Include="Windows\Tools.xaml">
  335. <SubType>Designer</SubType>
  336. <Generator>MSBuild:Compile</Generator>
  337. </Page>
  338. <Page Include="MainWindow.xaml">
  339. <Generator>MSBuild:Compile</Generator>
  340. <SubType>Designer</SubType>
  341. </Page>
  342. <Compile Include="App.xaml.cs">
  343. <DependentUpon>App.xaml</DependentUpon>
  344. <SubType>Code</SubType>
  345. </Compile>
  346. <Compile Include="Interface Logic\Animations\AnimationHelper.cs" />
  347. <Compile Include="Misc\Helper.cs" />
  348. <Compile Include="Image Logic\ImageDecoder.cs" />
  349. <Compile Include="Loading\Preloader.cs" />
  350. <Compile Include="UserControls\CustomControls\AjaxLoading.xaml.cs">
  351. <DependentUpon>AjaxLoading.xaml</DependentUpon>
  352. </Compile>
  353. <Compile Include="UserControls\Menus\ImageSettings.xaml.cs">
  354. <DependentUpon>ImageSettings.xaml</DependentUpon>
  355. </Compile>
  356. <Compile Include="UserControls\Menus\FileMenu.xaml.cs">
  357. <DependentUpon>FileMenu.xaml</DependentUpon>
  358. </Compile>
  359. <Compile Include="UserControls\Menus\QuickSettingsMenu.xaml.cs">
  360. <DependentUpon>QuickSettingsMenu.xaml</DependentUpon>
  361. </Compile>
  362. <Compile Include="UserControls\CustomControls\ClickArrow.xaml.cs">
  363. <DependentUpon>ClickArrow.xaml</DependentUpon>
  364. </Compile>
  365. <Compile Include="UserControls\CustomControls\SexyToolTip.xaml.cs">
  366. <DependentUpon>SexyToolTip.xaml</DependentUpon>
  367. </Compile>
  368. <Compile Include="UserControls\CustomControls\X2.xaml.cs">
  369. <DependentUpon>X2.xaml</DependentUpon>
  370. </Compile>
  371. <Compile Include="File Logic\Wallpaper.cs" />
  372. <Compile Include="Windows\Tools.xaml.cs">
  373. <DependentUpon>Tools.xaml</DependentUpon>
  374. </Compile>
  375. <Compile Include="MainWindow.xaml.cs">
  376. <DependentUpon>MainWindow.xaml</DependentUpon>
  377. <SubType>Code</SubType>
  378. </Compile>
  379. <Page Include="Windows\About.xaml">
  380. <SubType>Designer</SubType>
  381. <Generator>MSBuild:Compile</Generator>
  382. </Page>
  383. </ItemGroup>
  384. <ItemGroup>
  385. <Compile Include="Properties\AssemblyInfo.cs">
  386. <SubType>Code</SubType>
  387. </Compile>
  388. <Compile Include="Properties\Resources.Designer.cs">
  389. <AutoGen>True</AutoGen>
  390. <DesignTime>True</DesignTime>
  391. <DependentUpon>Resources.resx</DependentUpon>
  392. </Compile>
  393. <Compile Include="Properties\Settings.Designer.cs">
  394. <AutoGen>True</AutoGen>
  395. <DependentUpon>Settings.settings</DependentUpon>
  396. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  397. </Compile>
  398. <EmbeddedResource Include="Properties\Resources.resx">
  399. <Generator>ResXFileCodeGenerator</Generator>
  400. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  401. </EmbeddedResource>
  402. <Resource Include="Library\fonts\Aller_Rg.ttf" />
  403. <Resource Include="Library\fonts\Aller_Bd.ttf" />
  404. <Resource Include="Library\fonts\Aller_BdIt.ttf" />
  405. <Resource Include="Library\fonts\Aller_It.ttf" />
  406. <Resource Include="Library\fonts\Aller_Lt.ttf" />
  407. <Resource Include="Library\fonts\Aller_LtIt.ttf" />
  408. <Resource Include="Library\fonts\texgyreheros-bold.otf" />
  409. <Resource Include="Library\fonts\texgyreheros-bolditalic.otf" />
  410. <Resource Include="Library\fonts\texgyreheros-italic.otf" />
  411. <Resource Include="Library\fonts\texgyreheros-regular.otf" />
  412. <None Include="packages.config" />
  413. <None Include="Properties\app.manifest" />
  414. <None Include="Properties\Settings.settings">
  415. <Generator>SettingsSingleFileGenerator</Generator>
  416. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  417. </None>
  418. <AppDesigner Include="Properties\" />
  419. </ItemGroup>
  420. <ItemGroup>
  421. <None Include="App.config" />
  422. </ItemGroup>
  423. <ItemGroup>
  424. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  425. <Visible>False</Visible>
  426. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
  427. <Install>true</Install>
  428. </BootstrapperPackage>
  429. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  430. <Visible>False</Visible>
  431. <ProductName>.NET Framework 3.5 SP1</ProductName>
  432. <Install>false</Install>
  433. </BootstrapperPackage>
  434. </ItemGroup>
  435. <ItemGroup>
  436. <Resource Include="Library\img\noisy-texture-200x200-o4-d31-c-161616-t0.png" />
  437. <Resource Include="Library\img\noisy-texture-200x200-o4-d30-c-101010-t0.png" />
  438. <Resource Include="Library\img\Brainleaf-Dark-Blog-Reflex.ico" />
  439. <Resource Include="Library\img\reflex-icon.png" />
  440. </ItemGroup>
  441. <ItemGroup>
  442. <FileAssociation Include=".jpg">
  443. <Visible>False</Visible>
  444. <Description>jpg</Description>
  445. <Progid>PicView.0.7.1</Progid>
  446. <DefaultIcon>lib\img\Brainleaf-Dark-Blog-Reflex.ico</DefaultIcon>
  447. </FileAssociation>
  448. </ItemGroup>
  449. <ItemGroup />
  450. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  451. <PropertyGroup>
  452. <PostBuildEvent>
  453. </PostBuildEvent>
  454. </PropertyGroup>
  455. <Import Project="..\packages\Magick.NET-Q16-x64.7.14.3\build\net40\Magick.NET-Q16-x64.targets" Condition="Exists('..\packages\Magick.NET-Q16-x64.7.14.3\build\net40\Magick.NET-Q16-x64.targets')" />
  456. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  457. <PropertyGroup>
  458. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  459. </PropertyGroup>
  460. <Error Condition="!Exists('..\packages\Magick.NET-Q16-x64.7.14.3\build\net40\Magick.NET-Q16-x64.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Magick.NET-Q16-x64.7.14.3\build\net40\Magick.NET-Q16-x64.targets'))" />
  461. </Target>
  462. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  463. Other similar extension points exist, see Microsoft.Common.targets.
  464. <Target Name="BeforeBuild">
  465. </Target>
  466. <Target Name="AfterBuild">
  467. </Target>
  468. -->
  469. </Project>