compdfkit-tools.csproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  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\CPDFArrowControlControl.xaml.cs">
  69. <DependentUpon>CPDFArrowControlControl.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="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml.cs">
  91. <DependentUpon>CPDFStampUI.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUIViewModel.cs" />
  94. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CreateStampDialog.xaml.cs">
  95. <DependentUpon>CreateStampDialog.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="Common\BarControl\CPDFBOTABarControl.xaml.cs">
  98. <DependentUpon>CPDFBOTABarControl.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="Common\BarControl\ModeSelectorBarControl.xaml.cs">
  101. <DependentUpon>ModeSelectorBarControl.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="Common\BarControl\CPDFAnnotationBarControl.xaml.cs">
  104. <DependentUpon>CPDFAnnotationBarControl.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Common\BarControl\TitleBarControl.xaml.cs">
  107. <DependentUpon>TitleBarControl.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Common\BaseControl\NumericUpDownControl.xaml.cs">
  110. <DependentUpon>NumericUpDownControl.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="Common\Convert\BoolToVisibilityConvert.cs" />
  113. <Compile Include="Common\Convert\ListViewWidthConvert.cs" />
  114. <Compile Include="Common\PropertyControl\ColorPickerControl.xaml.cs">
  115. <DependentUpon>ColorPickerControl.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="Common\BaseControl\DropDownNumberBoxControl.xaml.cs">
  118. <DependentUpon>DropDownNumberBoxControl.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="Common\PropertyControl\PDFBorderWidth\CPDFBorderWidthControlControl.xaml.cs">
  121. <DependentUpon>CPDFBorderWidthControlControl.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Common\PropertyControl\PDFBorderWidth\CPDFBorderWidthUI.xaml.cs">
  124. <DependentUpon>CPDFBorderWidthUI.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml.cs">
  127. <DependentUpon>CPDFOpacityControl.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml.cs">
  130. <DependentUpon>CPDFOpactiyUI.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml.cs">
  133. <DependentUpon>PDFImageEditControl.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml.cs">
  136. <DependentUpon>CPDFImageFlipUI.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml.cs">
  139. <DependentUpon>CPDFImageRotateUI.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml.cs">
  142. <DependentUpon>PDFTextEditControl.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml.cs">
  145. <DependentUpon>CPDFTextAlignUI.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml.cs">
  148. <DependentUpon>CPDFTextStyleUI.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Helper\CommonHelper.cs" />
  151. <Compile Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml.cs">
  152. <DependentUpon>CPDFBookmarkControl.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml.cs">
  155. <DependentUpon>CPDFBookmarkAddUI.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml.cs">
  158. <DependentUpon>CPDFBookmarkResultUI.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml.cs">
  161. <DependentUpon>CPDFViewModeControl.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="PDFView\PDFInfo\CPDFInfoControl.xaml.cs">
  164. <DependentUpon>CPDFInfoControl.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml.cs">
  167. <DependentUpon>CPDFOutlineControl.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="PDFView\PDFOutline\PDFOutlineData\CPDFOutlineData.cs" />
  170. <Compile Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml.cs">
  171. <DependentUpon>CPDFOutlineUI.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml.cs">
  174. <DependentUpon>CPDFSearchInputUI.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml.cs">
  177. <DependentUpon>CPDFSearchResultUI.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml.cs">
  180. <DependentUpon>CPDFSearchControl.xaml</DependentUpon>
  181. </Compile>
  182. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml.cs">
  183. <DependentUpon>CPdfThumbnailControl.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml.cs">
  186. <DependentUpon>CPdfThumbnailUI.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml.cs">
  189. <DependentUpon>CPDFDrawModeControl.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml.cs">
  192. <DependentUpon>CPDFAbstractInfoControl.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml.cs">
  195. <DependentUpon>CPDFCreateInfoControl.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml.cs">
  198. <DependentUpon>CPDFSecurityInfoControl.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="PDFView\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml.cs">
  201. <DependentUpon>CPDFPageTurningControl.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml.cs">
  204. <DependentUpon>CPDFScalingControl.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Properties\AssemblyInfo.cs">
  207. <SubType>Code</SubType>
  208. </Compile>
  209. <Compile Include="Properties\Resources.Designer.cs">
  210. <AutoGen>True</AutoGen>
  211. <DesignTime>True</DesignTime>
  212. <DependentUpon>Resources.resx</DependentUpon>
  213. </Compile>
  214. <Compile Include="Properties\Settings.Designer.cs">
  215. <AutoGen>True</AutoGen>
  216. <DependentUpon>Settings.settings</DependentUpon>
  217. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  218. </Compile>
  219. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml.cs">
  220. <DependentUpon>CPDFViewModeUI.xaml</DependentUpon>
  221. </Compile>
  222. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml.cs">
  223. <DependentUpon>CPDFDrawModeUI.xaml</DependentUpon>
  224. </Compile>
  225. <Compile Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml.cs">
  226. <DependentUpon>CPDFPageTurningUI.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml.cs">
  229. <DependentUpon>CPDFScalingUI.xaml</DependentUpon>
  230. </Compile>
  231. <EmbeddedResource Include="Properties\Resources.resx">
  232. <Generator>ResXFileCodeGenerator</Generator>
  233. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  234. </EmbeddedResource>
  235. <None Include="Properties\Settings.settings">
  236. <Generator>SettingsSingleFileGenerator</Generator>
  237. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  238. </None>
  239. </ItemGroup>
  240. <ItemGroup>
  241. <Content Include="VirtualizingWrapPanel.dll">
  242. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  243. </Content>
  244. </ItemGroup>
  245. <ItemGroup>
  246. <Resource Include="Asset\Resource\Annotation\Rect.png" />
  247. </ItemGroup>
  248. <ItemGroup>
  249. <Page Include="Annotation\ArrowControl\CPDFArrowControlControl.xaml">
  250. <SubType>Designer</SubType>
  251. <Generator>MSBuild:Compile</Generator>
  252. </Page>
  253. <Page Include="Annotation\ArrowControl\CPDFArrowUI.xaml">
  254. <SubType>Designer</SubType>
  255. <Generator>MSBuild:Compile</Generator>
  256. </Page>
  257. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml">
  258. <SubType>Designer</SubType>
  259. <Generator>MSBuild:Compile</Generator>
  260. </Page>
  261. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml">
  262. <SubType>Designer</SubType>
  263. <Generator>MSBuild:Compile</Generator>
  264. </Page>
  265. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml">
  266. <SubType>Designer</SubType>
  267. <Generator>MSBuild:Compile</Generator>
  268. </Page>
  269. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSoundUI.xaml">
  270. <SubType>Designer</SubType>
  271. <Generator>MSBuild:Compile</Generator>
  272. </Page>
  273. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml">
  274. <SubType>Designer</SubType>
  275. <Generator>MSBuild:Compile</Generator>
  276. </Page>
  277. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml">
  278. <SubType>Designer</SubType>
  279. <Generator>MSBuild:Compile</Generator>
  280. </Page>
  281. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CreateStampDialog.xaml">
  282. <SubType>Designer</SubType>
  283. <Generator>MSBuild:Compile</Generator>
  284. </Page>
  285. <Page Include="Asset\Style\MenuItemStyle.xaml">
  286. <SubType>Designer</SubType>
  287. <Generator>MSBuild:Compile</Generator>
  288. </Page>
  289. <Page Include="Asset\Theme\LightMode.xaml">
  290. <SubType>Designer</SubType>
  291. <Generator>MSBuild:Compile</Generator>
  292. </Page>
  293. <Page Include="Common\BarControl\CPDFBOTABarControl.xaml">
  294. <SubType>Designer</SubType>
  295. <Generator>MSBuild:Compile</Generator>
  296. </Page>
  297. <Page Include="Common\BarControl\ModeSelectorBarControl.xaml">
  298. <SubType>Designer</SubType>
  299. <Generator>MSBuild:Compile</Generator>
  300. </Page>
  301. <Page Include="Common\BarControl\CPDFAnnotationBarControl.xaml">
  302. <SubType>Designer</SubType>
  303. <Generator>MSBuild:Compile</Generator>
  304. </Page>
  305. <Page Include="Common\BarControl\TitleBarControl.xaml">
  306. <SubType>Designer</SubType>
  307. <Generator>MSBuild:Compile</Generator>
  308. </Page>
  309. <Page Include="Common\BaseControl\NumericUpDownControl.xaml">
  310. <SubType>Designer</SubType>
  311. <Generator>MSBuild:Compile</Generator>
  312. </Page>
  313. <Page Include="Common\PropertyControl\ColorPickerControl.xaml">
  314. <SubType>Designer</SubType>
  315. <Generator>MSBuild:Compile</Generator>
  316. </Page>
  317. <Page Include="Common\BaseControl\DropDownNumberBoxControl.xaml">
  318. <SubType>Designer</SubType>
  319. <Generator>MSBuild:Compile</Generator>
  320. </Page>
  321. <Page Include="Common\PropertyControl\PDFBorderWidth\CPDFBorderWidthControlControl.xaml">
  322. <SubType>Designer</SubType>
  323. <Generator>MSBuild:Compile</Generator>
  324. </Page>
  325. <Page Include="Common\PropertyControl\PDFBorderWidth\CPDFBorderWidthUI.xaml">
  326. <SubType>Designer</SubType>
  327. <Generator>MSBuild:Compile</Generator>
  328. </Page>
  329. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml">
  330. <SubType>Designer</SubType>
  331. <Generator>MSBuild:Compile</Generator>
  332. </Page>
  333. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml">
  334. <SubType>Designer</SubType>
  335. <Generator>MSBuild:Compile</Generator>
  336. </Page>
  337. <Page Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml">
  338. <SubType>Designer</SubType>
  339. <Generator>MSBuild:Compile</Generator>
  340. </Page>
  341. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml">
  342. <SubType>Designer</SubType>
  343. <Generator>MSBuild:Compile</Generator>
  344. </Page>
  345. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml">
  346. <SubType>Designer</SubType>
  347. <Generator>MSBuild:Compile</Generator>
  348. </Page>
  349. <Page Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml">
  350. <SubType>Designer</SubType>
  351. <Generator>MSBuild:Compile</Generator>
  352. </Page>
  353. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml">
  354. <SubType>Designer</SubType>
  355. <Generator>MSBuild:Compile</Generator>
  356. </Page>
  357. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml">
  358. <SubType>Designer</SubType>
  359. <Generator>MSBuild:Compile</Generator>
  360. </Page>
  361. <Page Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml">
  362. <SubType>Designer</SubType>
  363. <Generator>MSBuild:Compile</Generator>
  364. </Page>
  365. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml">
  366. <SubType>Designer</SubType>
  367. <Generator>MSBuild:Compile</Generator>
  368. </Page>
  369. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml">
  370. <SubType>Designer</SubType>
  371. <Generator>MSBuild:Compile</Generator>
  372. </Page>
  373. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml">
  374. <SubType>Designer</SubType>
  375. <Generator>MSBuild:Compile</Generator>
  376. </Page>
  377. <Page Include="PDFView\PDFInfo\CPDFInfoControl.xaml">
  378. <Generator>MSBuild:Compile</Generator>
  379. <SubType>Designer</SubType>
  380. </Page>
  381. <Page Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml">
  382. <SubType>Designer</SubType>
  383. <Generator>MSBuild:Compile</Generator>
  384. </Page>
  385. <Page Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml">
  386. <SubType>Designer</SubType>
  387. <Generator>MSBuild:Compile</Generator>
  388. </Page>
  389. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml">
  390. <Generator>MSBuild:Compile</Generator>
  391. <SubType>Designer</SubType>
  392. </Page>
  393. <Page Include="Asset\Style\ButtonStyle.xaml">
  394. <SubType>Designer</SubType>
  395. <Generator>MSBuild:Compile</Generator>
  396. </Page>
  397. <Page Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml">
  398. <SubType>Designer</SubType>
  399. <Generator>MSBuild:Compile</Generator>
  400. </Page>
  401. <Page Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml">
  402. <Generator>MSBuild:Compile</Generator>
  403. <SubType>Designer</SubType>
  404. </Page>
  405. <Page Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml">
  406. <Generator>MSBuild:Compile</Generator>
  407. <SubType>Designer</SubType>
  408. </Page>
  409. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml">
  410. <SubType>Designer</SubType>
  411. <Generator>MSBuild:Compile</Generator>
  412. </Page>
  413. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml">
  414. <SubType>Designer</SubType>
  415. <Generator>MSBuild:Compile</Generator>
  416. </Page>
  417. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml">
  418. <SubType>Designer</SubType>
  419. <Generator>MSBuild:Compile</Generator>
  420. </Page>
  421. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml">
  422. <SubType>Designer</SubType>
  423. <Generator>MSBuild:Compile</Generator>
  424. </Page>
  425. <Page Include="Asset\Style\RadioButtonStyle.xaml">
  426. <Generator>MSBuild:Compile</Generator>
  427. <SubType>Designer</SubType>
  428. </Page>
  429. <Page Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml">
  430. <SubType>Designer</SubType>
  431. <Generator>MSBuild:Compile</Generator>
  432. </Page>
  433. <Page Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml">
  434. <SubType>Designer</SubType>
  435. <Generator>MSBuild:Compile</Generator>
  436. </Page>
  437. <Page Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml">
  438. <SubType>Designer</SubType>
  439. <Generator>MSBuild:Compile</Generator>
  440. </Page>
  441. <Page Include="PDFView\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml">
  442. <SubType>Designer</SubType>
  443. <Generator>MSBuild:Compile</Generator>
  444. </Page>
  445. <Page Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml">
  446. <SubType>Designer</SubType>
  447. <Generator>MSBuild:Compile</Generator>
  448. </Page>
  449. <Page Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml">
  450. <SubType>Designer</SubType>
  451. <Generator>MSBuild:Compile</Generator>
  452. </Page>
  453. <Page Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml">
  454. <SubType>Designer</SubType>
  455. <Generator>MSBuild:Compile</Generator>
  456. </Page>
  457. </ItemGroup>
  458. <ItemGroup>
  459. <Resource Include="Asset\Resource\Annotation\Highlight.png">
  460. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  461. </Resource>
  462. </ItemGroup>
  463. <ItemGroup>
  464. <Resource Include="Asset\Resource\Annotation\Underline.png" />
  465. </ItemGroup>
  466. <ItemGroup>
  467. <Resource Include="Asset\Resource\Annotation\Strikeout.png" />
  468. </ItemGroup>
  469. <ItemGroup>
  470. <Resource Include="Asset\Resource\Annotation\Squiggly.png" />
  471. </ItemGroup>
  472. <ItemGroup>
  473. <Resource Include="Asset\Resource\Annotation\Note.png" />
  474. </ItemGroup>
  475. <ItemGroup>
  476. <Resource Include="Asset\Resource\Annotation\Sharp.png" />
  477. </ItemGroup>
  478. <ItemGroup>
  479. <Resource Include="Asset\Resource\Annotation\Freetext.png" />
  480. </ItemGroup>
  481. <ItemGroup>
  482. <Resource Include="Asset\Resource\Annotation\Stamp.png" />
  483. </ItemGroup>
  484. <ItemGroup>
  485. <Resource Include="Asset\Resource\Annotation\Signature.png" />
  486. </ItemGroup>
  487. <ItemGroup>
  488. <Resource Include="Asset\Resource\Annotation\Line.png" />
  489. </ItemGroup>
  490. <ItemGroup>
  491. <Resource Include="Asset\Resource\Annotation\Link.png" />
  492. </ItemGroup>
  493. <ItemGroup>
  494. <Resource Include="Asset\Resource\Annotation\Sound.png" />
  495. </ItemGroup>
  496. <ItemGroup>
  497. <Resource Include="Asset\Resource\Annotation\Round.png" />
  498. </ItemGroup>
  499. <ItemGroup>
  500. <Resource Include="Asset\Resource\Annotation\StraightLine.png" />
  501. </ItemGroup>
  502. <ItemGroup>
  503. <Resource Include="Asset\Resource\Annotation\Arrow.png" />
  504. </ItemGroup>
  505. <ItemGroup />
  506. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  507. </Project>