compdfkit-tools.csproj 21 KB

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