compdfkit-tools.csproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{9363BCB1-3A67-446A-8093-5708B86BF418}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>compdfkit_tools</RootNamespace>
  10. <AssemblyName>com.compdfkit.tools</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <StartupObject />
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="ComPDFKit.Desk">
  42. <HintPath>..\viewer-ctrl-demo\ComPDFKit.Desk.dll</HintPath>
  43. </Reference>
  44. <Reference Include="ComPDFKit.Viewer">
  45. <HintPath>..\viewer-ctrl-demo\ComPDFKit.Viewer.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Xaml">
  58. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="VirtualizingWrapPanel">
  61. <HintPath>.\VirtualizingWrapPanel.dll</HintPath>
  62. </Reference>
  63. <Reference Include="WindowsBase" />
  64. <Reference Include="PresentationCore" />
  65. <Reference Include="PresentationFramework" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Annotation\ArrowControl\CPDFArrowControl.xaml.cs">
  69. <DependentUpon>CPDFArrowControl.xaml</DependentUpon>
  70. </Compile>
  71. <Compile Include="Annotation\ArrowControl\CPDFArrowUI.xaml.cs">
  72. <DependentUpon>CPDFArrowUI.xaml</DependentUpon>
  73. </Compile>
  74. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml.cs">
  75. <DependentUpon>CPDFAnnotationControl.xaml</DependentUpon>
  76. </Compile>
  77. <Compile Include="Annotation\PDFAnnotationData\CPDFAnnotationData.cs" />
  78. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml.cs">
  79. <DependentUpon>CPDFLinkUI.xaml</DependentUpon>
  80. </Compile>
  81. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml.cs">
  82. <DependentUpon>CPDFMarkupUI.xaml</DependentUpon>
  83. </Compile>
  84. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSoundUI.xaml.cs">
  85. <DependentUpon>CPDFSoundUI.xaml</DependentUpon>
  86. </Compile>
  87. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml.cs">
  88. <DependentUpon>CPDFShapeUI.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="Common\BarControl\CPDFBOTABarControl.xaml.cs">
  91. <DependentUpon>CPDFBOTABarControl.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="Common\BarControl\ModeSelectorBarControl.xaml.cs">
  94. <DependentUpon>ModeSelectorBarControl.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="Common\BarControl\CPDFAnnotationBarControl.xaml.cs">
  97. <DependentUpon>CPDFAnnotationBarControl.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="Common\BarControl\TitleBarControl.xaml.cs">
  100. <DependentUpon>TitleBarControl.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Common\BaseControl\NumericUpDownControl.xaml.cs">
  103. <DependentUpon>NumericUpDownControl.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="Common\Convert\BoolToVisibilityConvert.cs" />
  106. <Compile Include="Common\Convert\ListViewWidthConvert.cs" />
  107. <Compile Include="Common\Convert\TextLengthToBoolConvert.cs" />
  108. <Compile Include="Common\Convert\TextLengthToVisibilityConvert.cs" />
  109. <Compile Include="Common\PropertyControl\ColorPickerControl.xaml.cs">
  110. <DependentUpon>ColorPickerControl.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="Common\BaseControl\DropDownNumberBoxControl.xaml.cs">
  113. <DependentUpon>DropDownNumberBoxControl.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml.cs">
  116. <DependentUpon>CPDFThicknessControl.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml.cs">
  119. <DependentUpon>CPDThicknessUI.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml.cs">
  122. <DependentUpon>CPDFLineStyleControl.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml.cs">
  125. <DependentUpon>CPDFLineStyleUI.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml.cs">
  128. <DependentUpon>CPDFOpacityControl.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml.cs">
  131. <DependentUpon>CPDFOpactiyUI.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml.cs">
  134. <DependentUpon>PDFImageEditControl.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml.cs">
  137. <DependentUpon>CPDFImageFlipUI.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml.cs">
  140. <DependentUpon>CPDFImageRotateUI.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml.cs">
  143. <DependentUpon>PDFTextEditControl.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml.cs">
  146. <DependentUpon>CPDFTextAlignUI.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml.cs">
  149. <DependentUpon>CPDFTextStyleUI.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="Helper\CommonHelper.cs" />
  152. <Compile Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml.cs">
  153. <DependentUpon>CPDFBookmarkControl.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml.cs">
  156. <DependentUpon>CPDFBookmarkAddUI.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml.cs">
  159. <DependentUpon>CPDFBookmarkResultUI.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml.cs">
  162. <DependentUpon>CPDFViewModeControl.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="PDFView\PDFInfo\CPDFInfoControl.xaml.cs">
  165. <DependentUpon>CPDFInfoControl.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml.cs">
  168. <DependentUpon>CPDFOutlineControl.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="PDFView\PDFOutline\PDFOutlineData\CPDFOutlineData.cs" />
  171. <Compile Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml.cs">
  172. <DependentUpon>CPDFOutlineUI.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml.cs">
  175. <DependentUpon>CPDFSearchInputUI.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml.cs">
  178. <DependentUpon>CPDFSearchResultUI.xaml</DependentUpon>
  179. </Compile>
  180. <Compile Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml.cs">
  181. <DependentUpon>CPDFSearchControl.xaml</DependentUpon>
  182. </Compile>
  183. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml.cs">
  184. <DependentUpon>CPdfThumbnailControl.xaml</DependentUpon>
  185. </Compile>
  186. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml.cs">
  187. <DependentUpon>CPdfThumbnailUI.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml.cs">
  190. <DependentUpon>CPDFDrawModeControl.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml.cs">
  193. <DependentUpon>CPDFAbstractInfoControl.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml.cs">
  196. <DependentUpon>CPDFCreateInfoControl.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml.cs">
  199. <DependentUpon>CPDFSecurityInfoControl.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="PDFView\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml.cs">
  202. <DependentUpon>CPDFPageTurningControl.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml.cs">
  205. <DependentUpon>CPDFScalingControl.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="Properties\AssemblyInfo.cs">
  208. <SubType>Code</SubType>
  209. </Compile>
  210. <Compile Include="Properties\Resources.Designer.cs">
  211. <AutoGen>True</AutoGen>
  212. <DesignTime>True</DesignTime>
  213. <DependentUpon>Resources.resx</DependentUpon>
  214. </Compile>
  215. <Compile Include="Properties\Settings.Designer.cs">
  216. <AutoGen>True</AutoGen>
  217. <DependentUpon>Settings.settings</DependentUpon>
  218. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  219. </Compile>
  220. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml.cs">
  221. <DependentUpon>CPDFViewModeUI.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml.cs">
  224. <DependentUpon>CPDFDrawModeUI.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml.cs">
  227. <DependentUpon>CPDFPageTurningUI.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml.cs">
  230. <DependentUpon>CPDFScalingUI.xaml</DependentUpon>
  231. </Compile>
  232. <EmbeddedResource Include="Properties\Resources.resx">
  233. <Generator>ResXFileCodeGenerator</Generator>
  234. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  235. </EmbeddedResource>
  236. <None Include="Properties\Settings.settings">
  237. <Generator>SettingsSingleFileGenerator</Generator>
  238. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  239. </None>
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Content Include="VirtualizingWrapPanel.dll">
  243. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  244. </Content>
  245. </ItemGroup>
  246. <ItemGroup>
  247. <Resource Include="Asset\Resource\Annotation\Rect.png" />
  248. </ItemGroup>
  249. <ItemGroup>
  250. <Page Include="Annotation\ArrowControl\CPDFArrowControl.xaml">
  251. <SubType>Designer</SubType>
  252. <Generator>MSBuild:Compile</Generator>
  253. </Page>
  254. <Page Include="Annotation\ArrowControl\CPDFArrowUI.xaml">
  255. <SubType>Designer</SubType>
  256. <Generator>MSBuild:Compile</Generator>
  257. </Page>
  258. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml">
  259. <SubType>Designer</SubType>
  260. <Generator>MSBuild:Compile</Generator>
  261. </Page>
  262. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml">
  263. <SubType>Designer</SubType>
  264. <Generator>MSBuild:Compile</Generator>
  265. </Page>
  266. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml">
  267. <SubType>Designer</SubType>
  268. <Generator>MSBuild:Compile</Generator>
  269. </Page>
  270. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSoundUI.xaml">
  271. <SubType>Designer</SubType>
  272. <Generator>MSBuild:Compile</Generator>
  273. </Page>
  274. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml">
  275. <SubType>Designer</SubType>
  276. <Generator>MSBuild:Compile</Generator>
  277. </Page>
  278. <Page Include="Asset\Style\MenuItemStyle.xaml">
  279. <SubType>Designer</SubType>
  280. <Generator>MSBuild:Compile</Generator>
  281. </Page>
  282. <Page Include="Asset\Theme\LightMode.xaml">
  283. <SubType>Designer</SubType>
  284. <Generator>MSBuild:Compile</Generator>
  285. </Page>
  286. <Page Include="Common\BarControl\CPDFBOTABarControl.xaml">
  287. <SubType>Designer</SubType>
  288. <Generator>MSBuild:Compile</Generator>
  289. </Page>
  290. <Page Include="Common\BarControl\ModeSelectorBarControl.xaml">
  291. <SubType>Designer</SubType>
  292. <Generator>MSBuild:Compile</Generator>
  293. </Page>
  294. <Page Include="Common\BarControl\CPDFAnnotationBarControl.xaml">
  295. <SubType>Designer</SubType>
  296. <Generator>MSBuild:Compile</Generator>
  297. </Page>
  298. <Page Include="Common\BarControl\TitleBarControl.xaml">
  299. <SubType>Designer</SubType>
  300. <Generator>MSBuild:Compile</Generator>
  301. </Page>
  302. <Page Include="Common\BaseControl\NumericUpDownControl.xaml">
  303. <SubType>Designer</SubType>
  304. <Generator>MSBuild:Compile</Generator>
  305. </Page>
  306. <Page Include="Common\PropertyControl\ColorPickerControl.xaml">
  307. <SubType>Designer</SubType>
  308. <Generator>MSBuild:Compile</Generator>
  309. </Page>
  310. <Page Include="Common\BaseControl\DropDownNumberBoxControl.xaml">
  311. <SubType>Designer</SubType>
  312. <Generator>MSBuild:Compile</Generator>
  313. </Page>
  314. <Page Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml">
  315. <SubType>Designer</SubType>
  316. <Generator>MSBuild:Compile</Generator>
  317. </Page>
  318. <Page Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml">
  319. <SubType>Designer</SubType>
  320. <Generator>MSBuild:Compile</Generator>
  321. </Page>
  322. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml">
  323. <SubType>Designer</SubType>
  324. <Generator>MSBuild:Compile</Generator>
  325. </Page>
  326. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml">
  327. <SubType>Designer</SubType>
  328. <Generator>MSBuild:Compile</Generator>
  329. </Page>
  330. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml">
  331. <SubType>Designer</SubType>
  332. <Generator>MSBuild:Compile</Generator>
  333. </Page>
  334. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml">
  335. <SubType>Designer</SubType>
  336. <Generator>MSBuild:Compile</Generator>
  337. </Page>
  338. <Page Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml">
  339. <SubType>Designer</SubType>
  340. <Generator>MSBuild:Compile</Generator>
  341. </Page>
  342. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml">
  343. <SubType>Designer</SubType>
  344. <Generator>MSBuild:Compile</Generator>
  345. </Page>
  346. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml">
  347. <SubType>Designer</SubType>
  348. <Generator>MSBuild:Compile</Generator>
  349. </Page>
  350. <Page Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml">
  351. <SubType>Designer</SubType>
  352. <Generator>MSBuild:Compile</Generator>
  353. </Page>
  354. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml">
  355. <SubType>Designer</SubType>
  356. <Generator>MSBuild:Compile</Generator>
  357. </Page>
  358. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml">
  359. <SubType>Designer</SubType>
  360. <Generator>MSBuild:Compile</Generator>
  361. </Page>
  362. <Page Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml">
  363. <SubType>Designer</SubType>
  364. <Generator>MSBuild:Compile</Generator>
  365. </Page>
  366. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml">
  367. <SubType>Designer</SubType>
  368. <Generator>MSBuild:Compile</Generator>
  369. </Page>
  370. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml">
  371. <SubType>Designer</SubType>
  372. <Generator>MSBuild:Compile</Generator>
  373. </Page>
  374. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml">
  375. <SubType>Designer</SubType>
  376. <Generator>MSBuild:Compile</Generator>
  377. </Page>
  378. <Page Include="PDFView\PDFInfo\CPDFInfoControl.xaml">
  379. <Generator>MSBuild:Compile</Generator>
  380. <SubType>Designer</SubType>
  381. </Page>
  382. <Page Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml">
  383. <SubType>Designer</SubType>
  384. <Generator>MSBuild:Compile</Generator>
  385. </Page>
  386. <Page Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml">
  387. <SubType>Designer</SubType>
  388. <Generator>MSBuild:Compile</Generator>
  389. </Page>
  390. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml">
  391. <Generator>MSBuild:Compile</Generator>
  392. <SubType>Designer</SubType>
  393. </Page>
  394. <Page Include="Asset\Style\ButtonStyle.xaml">
  395. <SubType>Designer</SubType>
  396. <Generator>MSBuild:Compile</Generator>
  397. </Page>
  398. <Page Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml">
  399. <SubType>Designer</SubType>
  400. <Generator>MSBuild:Compile</Generator>
  401. </Page>
  402. <Page Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml">
  403. <Generator>MSBuild:Compile</Generator>
  404. <SubType>Designer</SubType>
  405. </Page>
  406. <Page Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml">
  407. <Generator>MSBuild:Compile</Generator>
  408. <SubType>Designer</SubType>
  409. </Page>
  410. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml">
  411. <SubType>Designer</SubType>
  412. <Generator>MSBuild:Compile</Generator>
  413. </Page>
  414. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml">
  415. <SubType>Designer</SubType>
  416. <Generator>MSBuild:Compile</Generator>
  417. </Page>
  418. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml">
  419. <SubType>Designer</SubType>
  420. <Generator>MSBuild:Compile</Generator>
  421. </Page>
  422. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml">
  423. <SubType>Designer</SubType>
  424. <Generator>MSBuild:Compile</Generator>
  425. </Page>
  426. <Page Include="Asset\Style\RadioButtonStyle.xaml">
  427. <Generator>MSBuild:Compile</Generator>
  428. <SubType>Designer</SubType>
  429. </Page>
  430. <Page Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml">
  431. <SubType>Designer</SubType>
  432. <Generator>MSBuild:Compile</Generator>
  433. </Page>
  434. <Page Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml">
  435. <SubType>Designer</SubType>
  436. <Generator>MSBuild:Compile</Generator>
  437. </Page>
  438. <Page Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml">
  439. <SubType>Designer</SubType>
  440. <Generator>MSBuild:Compile</Generator>
  441. </Page>
  442. <Page Include="PDFView\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml">
  443. <SubType>Designer</SubType>
  444. <Generator>MSBuild:Compile</Generator>
  445. </Page>
  446. <Page Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml">
  447. <SubType>Designer</SubType>
  448. <Generator>MSBuild:Compile</Generator>
  449. </Page>
  450. <Page Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml">
  451. <SubType>Designer</SubType>
  452. <Generator>MSBuild:Compile</Generator>
  453. </Page>
  454. <Page Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml">
  455. <SubType>Designer</SubType>
  456. <Generator>MSBuild:Compile</Generator>
  457. </Page>
  458. </ItemGroup>
  459. <ItemGroup>
  460. <Resource Include="Asset\Resource\Annotation\Highlight.png">
  461. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  462. </Resource>
  463. </ItemGroup>
  464. <ItemGroup>
  465. <Resource Include="Asset\Resource\Annotation\Underline.png" />
  466. </ItemGroup>
  467. <ItemGroup>
  468. <Resource Include="Asset\Resource\Annotation\Strikeout.png" />
  469. </ItemGroup>
  470. <ItemGroup>
  471. <Resource Include="Asset\Resource\Annotation\Squiggly.png" />
  472. </ItemGroup>
  473. <ItemGroup>
  474. <Resource Include="Asset\Resource\Annotation\Note.png" />
  475. </ItemGroup>
  476. <ItemGroup>
  477. <Resource Include="Asset\Resource\Annotation\Sharp.png" />
  478. </ItemGroup>
  479. <ItemGroup>
  480. <Resource Include="Asset\Resource\Annotation\Freetext.png" />
  481. </ItemGroup>
  482. <ItemGroup>
  483. <Resource Include="Asset\Resource\Annotation\Stamp.png" />
  484. </ItemGroup>
  485. <ItemGroup>
  486. <Resource Include="Asset\Resource\Annotation\Signature.png" />
  487. </ItemGroup>
  488. <ItemGroup>
  489. <Resource Include="Asset\Resource\Annotation\Line.png" />
  490. </ItemGroup>
  491. <ItemGroup>
  492. <Resource Include="Asset\Resource\Annotation\Link.png" />
  493. </ItemGroup>
  494. <ItemGroup>
  495. <Resource Include="Asset\Resource\Annotation\Sound.png" />
  496. </ItemGroup>
  497. <ItemGroup>
  498. <Resource Include="Asset\Resource\Annotation\Round.png" />
  499. </ItemGroup>
  500. <ItemGroup>
  501. <Resource Include="Asset\Resource\Annotation\StraightLine.png" />
  502. </ItemGroup>
  503. <ItemGroup>
  504. <Resource Include="Asset\Resource\Annotation\Arrow.png" />
  505. </ItemGroup>
  506. <ItemGroup>
  507. <PackageReference Include="System.ValueTuple">
  508. <Version>4.5.0</Version>
  509. </PackageReference>
  510. </ItemGroup>
  511. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  512. </Project>