compdfkit-tools.csproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801
  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. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <StartupObject />
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <ApplicationIcon>App.ico</ApplicationIcon>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="ComPDFKit.Desk">
  46. <HintPath>..\viewer-ctrl-demo\ComPDFKit.Desk.dll</HintPath>
  47. </Reference>
  48. <Reference Include="ComPDFKit.Viewer">
  49. <HintPath>..\viewer-ctrl-demo\ComPDFKit.Viewer.dll</HintPath>
  50. </Reference>
  51. <Reference Include="PresentationFramework.Aero2" />
  52. <Reference Include="System" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Windows.Forms" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="System.Net.Http" />
  62. <Reference Include="System.Xaml">
  63. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="VirtualizingWrapPanel">
  66. <HintPath>.\VirtualizingWrapPanel.dll</HintPath>
  67. </Reference>
  68. <Reference Include="WindowsBase" />
  69. <Reference Include="PresentationCore" />
  70. <Reference Include="PresentationFramework" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Annotation\CPDFAnnotationPreviewerControl.xaml.cs">
  74. <DependentUpon>CPDFAnnotationPreviewerControl.xaml</DependentUpon>
  75. </Compile>
  76. <Compile Include="Annotation\PDFAnnotationList\PDFAnnotationListControl\CPDFAnnotationListControl.xaml.cs">
  77. <DependentUpon>CPDFAnnotationListControl.xaml</DependentUpon>
  78. </Compile>
  79. <Compile Include="Annotation\PDFAnnotationList\PDFAnnotationListUI\CPDFAnnoationListUI.xaml.cs">
  80. <DependentUpon>CPDFAnnoationListUI.xaml</DependentUpon>
  81. </Compile>
  82. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreehandUI.xaml.cs">
  83. <DependentUpon>CPDFFreehandUI.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreeTextUI.xaml.cs">
  86. <DependentUpon>CPDFFreeTextUI.xaml</DependentUpon>
  87. </Compile>
  88. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFTempStampUI.xaml.cs">
  89. <DependentUpon>CPDFTempStampUI.xaml</DependentUpon>
  90. </Compile>
  91. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFNoteUI.xaml.cs">
  92. <DependentUpon>CPDFNoteUI.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSignatureUI.xaml.cs">
  95. <DependentUpon>CPDFSignatureUI.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateSignatureDialog.xaml.cs">
  98. <DependentUpon>CPDFCreateSignatureDialog.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFDeleteDialog.xaml.cs">
  101. <DependentUpon>CPDFDeleteDialog.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="Common\BarControl\CPDFPageEditBarControl.xaml.cs">
  104. <DependentUpon>CPDFPageEditBarControl.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Common\BaseControl\PageNumberControl.xaml.cs">
  107. <DependentUpon>PageNumberControl.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Common\Convert\AnnotArgsTypeToVisibilityConverter.cs" />
  110. <Compile Include="Common\Convert\IntAndTagToBoolMultiBinding.cs" />
  111. <Compile Include="Common\Convert\ReverseBoolConvert.cs" />
  112. <Compile Include="Common\Convert\ReverseVisibilityConvert.cs" />
  113. <Compile Include="Common\PasswordControl\PasswordDialog.xaml.cs">
  114. <DependentUpon>PasswordDialog.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="Common\PasswordControl\PasswordWindow.xaml.cs">
  117. <DependentUpon>PasswordWindow.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml.cs">
  120. <DependentUpon>CPDFArrowControl.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml.cs">
  123. <DependentUpon>CPDFArrowUI.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml.cs">
  126. <DependentUpon>CPDFAnnotationControl.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="Annotation\PDFAnnotationData\CPDFAnnotationData.cs" />
  129. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml.cs">
  130. <DependentUpon>CPDFLinkUI.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml.cs">
  133. <DependentUpon>CPDFMarkupUI.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml.cs">
  136. <DependentUpon>CPDFShapeUI.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml.cs">
  139. <DependentUpon>CPDFStampUI.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml.cs">
  142. <DependentUpon>CPDFCreateStampDialog.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Common\BarControl\CPDFBOTABarControl.xaml.cs">
  145. <DependentUpon>CPDFBOTABarControl.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Common\BarControl\ModeSelectorBarControl.xaml.cs">
  148. <DependentUpon>ModeSelectorBarControl.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Common\BarControl\CPDFAnnotationBarControl.xaml.cs">
  151. <DependentUpon>CPDFAnnotationBarControl.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Common\BarControl\CPDFTitleBarControl.xaml.cs">
  154. <DependentUpon>CPDFTitleBarControl.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="Common\BaseControl\CustomSliderControl.xaml.cs">
  157. <DependentUpon>CustomSliderControl.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Common\BaseControl\NumericUpDownControl.xaml.cs">
  160. <DependentUpon>NumericUpDownControl.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Common\Convert\BoolToVisibilityConvert.cs" />
  163. <Compile Include="Common\Convert\ListViewWidthConvert.cs" />
  164. <Compile Include="Common\Convert\TextLengthToBoolConvert.cs" />
  165. <Compile Include="Common\Convert\TextLengthToVisibilityConvert.cs" />
  166. <Compile Include="Common\PropertyControl\ColorPickerControl.xaml.cs">
  167. <DependentUpon>ColorPickerControl.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Common\BaseControl\DropDownNumberBoxControl.xaml.cs">
  170. <DependentUpon>DropDownNumberBoxControl.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml.cs">
  173. <DependentUpon>CPDFFontControl.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml.cs">
  176. <DependentUpon>CPDFFontUI.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml.cs">
  179. <DependentUpon>CPDFThicknessControl.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml.cs">
  182. <DependentUpon>CPDThicknessUI.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml.cs">
  185. <DependentUpon>CPDFLineStyleControl.xaml</DependentUpon>
  186. </Compile>
  187. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml.cs">
  188. <DependentUpon>CPDFLineStyleUI.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml.cs">
  191. <DependentUpon>CPDFOpacityControl.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml.cs">
  194. <DependentUpon>CPDFOpactiyUI.xaml</DependentUpon>
  195. </Compile>
  196. <Compile Include="Common\PropertyControl\WritableComboBoxControl.xaml.cs">
  197. <DependentUpon>WritableComboBoxControl.xaml</DependentUpon>
  198. </Compile>
  199. <Compile Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml.cs">
  200. <DependentUpon>PDFImageEditControl.xaml</DependentUpon>
  201. </Compile>
  202. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml.cs">
  203. <DependentUpon>CPDFImageFlipUI.xaml</DependentUpon>
  204. </Compile>
  205. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml.cs">
  206. <DependentUpon>CPDFImageRotateUI.xaml</DependentUpon>
  207. </Compile>
  208. <Compile Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml.cs">
  209. <DependentUpon>PDFTextEditControl.xaml</DependentUpon>
  210. </Compile>
  211. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml.cs">
  212. <DependentUpon>CPDFTextAlignUI.xaml</DependentUpon>
  213. </Compile>
  214. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml.cs">
  215. <DependentUpon>CPDFTextStyleUI.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="Common\Helper\CommonHelper.cs" />
  218. <Compile Include="Form\FormBarControl.xaml.cs">
  219. <DependentUpon>FormBarControl.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Form\FromPropertyControl.xaml.cs">
  222. <DependentUpon>FromPropertyControl.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="Form\Property\CheckBoxProperty.xaml.cs">
  225. <DependentUpon>CheckBoxProperty.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="Form\Property\ComboBoxProperty.xaml.cs">
  228. <DependentUpon>ComboBoxProperty.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Form\Property\ListBoxProperty.xaml.cs">
  231. <DependentUpon>ListBoxProperty.xaml</DependentUpon>
  232. </Compile>
  233. <Compile Include="Form\Property\PushButtonProperty.xaml.cs">
  234. <DependentUpon>PushButtonProperty.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Form\Property\RadioButtonProperty.xaml.cs">
  237. <DependentUpon>RadioButtonProperty.xaml</DependentUpon>
  238. </Compile>
  239. <Compile Include="Form\Property\SignatureProperty.xaml.cs">
  240. <DependentUpon>SignatureProperty.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Form\Property\TextFieldProperty.xaml.cs">
  243. <DependentUpon>TextFieldProperty.xaml</DependentUpon>
  244. </Compile>
  245. <Compile Include="PageEdit\PageEdit\CPDFPageEditControl.xaml.cs">
  246. <DependentUpon>CPDFPageEditControl.xaml</DependentUpon>
  247. </Compile>
  248. <Compile Include="PageEdit\PageExtract\CPDFPageExtractUI.xaml.cs">
  249. <DependentUpon>CPDFPageExtractUI.xaml</DependentUpon>
  250. </Compile>
  251. <Compile Include="PageEdit\PageExtract\CPDFPageExtractWindow.xaml.cs">
  252. <DependentUpon>CPDFPageExtractWindow.xaml</DependentUpon>
  253. </Compile>
  254. <Compile Include="PageEdit\PageInsert\CPDFPageInsertUI.xaml.cs">
  255. <DependentUpon>CPDFPageInsertUI.xaml</DependentUpon>
  256. </Compile>
  257. <Compile Include="PageEdit\PageInsert\CPDFPageInsertWindow.xaml.cs">
  258. <DependentUpon>CPDFPageInsertWindow.xaml</DependentUpon>
  259. </Compile>
  260. <Compile Include="PDFView\PasswordDialog.xaml.cs">
  261. <DependentUpon>PasswordDialog.xaml</DependentUpon>
  262. </Compile>
  263. <Compile Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml.cs">
  264. <DependentUpon>CPDFBookmarkControl.xaml</DependentUpon>
  265. </Compile>
  266. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml.cs">
  267. <DependentUpon>CPDFBookmarkAddUI.xaml</DependentUpon>
  268. </Compile>
  269. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml.cs">
  270. <DependentUpon>CPDFBookmarkResultUI.xaml</DependentUpon>
  271. </Compile>
  272. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml.cs">
  273. <DependentUpon>CPDFDisplaySettingsControl.xaml</DependentUpon>
  274. </Compile>
  275. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml.cs">
  276. <DependentUpon>CPDFViewModeControl.xaml</DependentUpon>
  277. </Compile>
  278. <Compile Include="PDFView\PDFInfo\CPDFInfoControl.xaml.cs">
  279. <DependentUpon>CPDFInfoControl.xaml</DependentUpon>
  280. </Compile>
  281. <Compile Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml.cs">
  282. <DependentUpon>CPDFOutlineControl.xaml</DependentUpon>
  283. </Compile>
  284. <Compile Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml.cs">
  285. <DependentUpon>CPDFOutlineUI.xaml</DependentUpon>
  286. </Compile>
  287. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml.cs">
  288. <DependentUpon>CPDFSearchInputUI.xaml</DependentUpon>
  289. </Compile>
  290. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml.cs">
  291. <DependentUpon>CPDFSearchResultUI.xaml</DependentUpon>
  292. </Compile>
  293. <Compile Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml.cs">
  294. <DependentUpon>CPDFSearchControl.xaml</DependentUpon>
  295. </Compile>
  296. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml.cs">
  297. <DependentUpon>CPdfThumbnailControl.xaml</DependentUpon>
  298. </Compile>
  299. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml.cs">
  300. <DependentUpon>CPdfThumbnailUI.xaml</DependentUpon>
  301. </Compile>
  302. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml.cs">
  303. <DependentUpon>CPDFDrawModeControl.xaml</DependentUpon>
  304. </Compile>
  305. <Compile Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml.cs">
  306. <DependentUpon>CPDFAbstractInfoControl.xaml</DependentUpon>
  307. </Compile>
  308. <Compile Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml.cs">
  309. <DependentUpon>CPDFCreateInfoControl.xaml</DependentUpon>
  310. </Compile>
  311. <Compile Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml.cs">
  312. <DependentUpon>CPDFSecurityInfoControl.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="PDFView\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml.cs">
  315. <DependentUpon>CPDFPageTurningControl.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml.cs">
  318. <DependentUpon>CPDFScalingControl.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="PDFView\PDFViewControl\PDFViewControl.xaml.cs">
  321. <DependentUpon>PDFViewControl.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="Properties\AssemblyInfo.cs">
  324. <SubType>Code</SubType>
  325. </Compile>
  326. <Compile Include="Properties\Resources.Designer.cs">
  327. <AutoGen>True</AutoGen>
  328. <DesignTime>True</DesignTime>
  329. <DependentUpon>Resources.resx</DependentUpon>
  330. </Compile>
  331. <Compile Include="Properties\Settings.Designer.cs">
  332. <AutoGen>True</AutoGen>
  333. <DependentUpon>Settings.settings</DependentUpon>
  334. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  335. </Compile>
  336. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml.cs">
  337. <DependentUpon>CPDFViewModeUI.xaml</DependentUpon>
  338. </Compile>
  339. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml.cs">
  340. <DependentUpon>CPDFDrawModeUI.xaml</DependentUpon>
  341. </Compile>
  342. <Compile Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml.cs">
  343. <DependentUpon>CPDFPageTurningUI.xaml</DependentUpon>
  344. </Compile>
  345. <Compile Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml.cs">
  346. <DependentUpon>CPDFScalingUI.xaml</DependentUpon>
  347. </Compile>
  348. <EmbeddedResource Include="Properties\Resources.resx">
  349. <Generator>ResXFileCodeGenerator</Generator>
  350. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  351. </EmbeddedResource>
  352. <None Include="app.config" />
  353. <None Include="Properties\Settings.settings">
  354. <Generator>SettingsSingleFileGenerator</Generator>
  355. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  356. </None>
  357. </ItemGroup>
  358. <ItemGroup>
  359. <Resource Include="Asset\Resource\Annotation\StampIcons\Accepted.png" />
  360. <Resource Include="Asset\Resource\Annotation\StampIcons\Approved.png" />
  361. <Resource Include="Asset\Resource\Annotation\StampIcons\Completed.png" />
  362. <Resource Include="Asset\Resource\Annotation\StampIcons\Confidential.png" />
  363. <Resource Include="Asset\Resource\Annotation\StampIcons\Draft.png" />
  364. <Resource Include="Asset\Resource\Annotation\StampIcons\Empty_stamp.png" />
  365. <Resource Include="Asset\Resource\Annotation\StampIcons\Final.png" />
  366. <Resource Include="Asset\Resource\Annotation\StampIcons\ForComment.png" />
  367. <Resource Include="Asset\Resource\Annotation\StampIcons\ForPublicRelease.png" />
  368. <Resource Include="Asset\Resource\Annotation\StampIcons\InformationOnly.png" />
  369. <Resource Include="Asset\Resource\Annotation\StampIcons\InitialHere.png" />
  370. <Resource Include="Asset\Resource\Annotation\StampIcons\NotApproved.png" />
  371. <Resource Include="Asset\Resource\Annotation\StampIcons\NotForPublicRelease.png" />
  372. <Resource Include="Asset\Resource\Annotation\StampIcons\PreliminaryResults.png" />
  373. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark1.png" />
  374. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark2.png" />
  375. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark3.png" />
  376. <Resource Include="Asset\Resource\Annotation\StampIcons\Rejected.png" />
  377. <Resource Include="Asset\Resource\Annotation\StampIcons\revised.png" />
  378. <Resource Include="Asset\Resource\Annotation\StampIcons\SignHere.png" />
  379. <Resource Include="Asset\Resource\Annotation\StampIcons\Void.png" />
  380. <Resource Include="Asset\Resource\Annotation\StampIcons\Witness.png" />
  381. <Resource Include="Asset\Resource\Annotation\Signature\Dropimage.png" />
  382. <Resource Include="Asset\Resource\Color_btn_ic.png" />
  383. <Resource Include="Asset\Resource\Transparent_btn_ic.png" />
  384. <Resource Include="App.ico" />
  385. <Content Include="VirtualizingWrapPanel.dll">
  386. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  387. </Content>
  388. </ItemGroup>
  389. <ItemGroup>
  390. <Resource Include="Asset\Resource\Annotation\Rect.png" />
  391. </ItemGroup>
  392. <ItemGroup>
  393. <Page Include="Annotation\CPDFAnnotationPreviewerControl.xaml">
  394. <SubType>Designer</SubType>
  395. <Generator>MSBuild:Compile</Generator>
  396. </Page>
  397. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListControl\CPDFAnnotationListControl.xaml">
  398. <SubType>Designer</SubType>
  399. <Generator>MSBuild:Compile</Generator>
  400. </Page>
  401. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListUI\CPDFAnnoationListUI.xaml">
  402. <SubType>Designer</SubType>
  403. <Generator>MSBuild:Compile</Generator>
  404. </Page>
  405. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreehandUI.xaml">
  406. <SubType>Designer</SubType>
  407. <Generator>MSBuild:Compile</Generator>
  408. </Page>
  409. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreeTextUI.xaml">
  410. <SubType>Designer</SubType>
  411. <Generator>MSBuild:Compile</Generator>
  412. </Page>
  413. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFTempStampUI.xaml">
  414. <SubType>Designer</SubType>
  415. <Generator>MSBuild:Compile</Generator>
  416. </Page>
  417. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFNoteUI.xaml">
  418. <SubType>Designer</SubType>
  419. <Generator>MSBuild:Compile</Generator>
  420. </Page>
  421. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSignatureUI.xaml">
  422. <SubType>Designer</SubType>
  423. <Generator>MSBuild:Compile</Generator>
  424. </Page>
  425. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateSignatureDialog.xaml">
  426. <SubType>Designer</SubType>
  427. <Generator>MSBuild:Compile</Generator>
  428. </Page>
  429. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFDeleteDialog.xaml">
  430. <SubType>Designer</SubType>
  431. <Generator>MSBuild:Compile</Generator>
  432. </Page>
  433. <Page Include="Common\BarControl\CPDFPageEditBarControl.xaml">
  434. <SubType>Designer</SubType>
  435. <Generator>MSBuild:Compile</Generator>
  436. </Page>
  437. <Page Include="Common\BaseControl\PageNumberControl.xaml">
  438. <Generator>MSBuild:Compile</Generator>
  439. <SubType>Designer</SubType>
  440. </Page>
  441. <Page Include="Common\PasswordControl\PasswordDialog.xaml">
  442. <Generator>MSBuild:Compile</Generator>
  443. <SubType>Designer</SubType>
  444. </Page>
  445. <Page Include="Common\PasswordControl\PasswordWindow.xaml">
  446. <SubType>Designer</SubType>
  447. <Generator>MSBuild:Compile</Generator>
  448. </Page>
  449. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml">
  450. <SubType>Designer</SubType>
  451. <Generator>MSBuild:Compile</Generator>
  452. </Page>
  453. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml">
  454. <SubType>Designer</SubType>
  455. <Generator>MSBuild:Compile</Generator>
  456. </Page>
  457. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml">
  458. <SubType>Designer</SubType>
  459. <Generator>MSBuild:Compile</Generator>
  460. </Page>
  461. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml">
  462. <SubType>Designer</SubType>
  463. <Generator>MSBuild:Compile</Generator>
  464. </Page>
  465. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml">
  466. <SubType>Designer</SubType>
  467. <Generator>MSBuild:Compile</Generator>
  468. </Page>
  469. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml">
  470. <SubType>Designer</SubType>
  471. <Generator>MSBuild:Compile</Generator>
  472. </Page>
  473. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml">
  474. <SubType>Designer</SubType>
  475. <Generator>MSBuild:Compile</Generator>
  476. </Page>
  477. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml">
  478. <SubType>Designer</SubType>
  479. <Generator>MSBuild:Compile</Generator>
  480. </Page>
  481. <Page Include="Asset\Style\MenuItemStyle.xaml">
  482. <SubType>Designer</SubType>
  483. <Generator>MSBuild:Compile</Generator>
  484. </Page>
  485. <Page Include="Asset\Theme\LightMode.xaml">
  486. <SubType>Designer</SubType>
  487. <Generator>MSBuild:Compile</Generator>
  488. </Page>
  489. <Page Include="Common\BarControl\CPDFBOTABarControl.xaml">
  490. <SubType>Designer</SubType>
  491. <Generator>MSBuild:Compile</Generator>
  492. </Page>
  493. <Page Include="Common\BarControl\ModeSelectorBarControl.xaml">
  494. <SubType>Designer</SubType>
  495. <Generator>MSBuild:Compile</Generator>
  496. </Page>
  497. <Page Include="Common\BarControl\CPDFAnnotationBarControl.xaml">
  498. <SubType>Designer</SubType>
  499. <Generator>MSBuild:Compile</Generator>
  500. </Page>
  501. <Page Include="Common\BarControl\CPDFTitleBarControl.xaml">
  502. <SubType>Designer</SubType>
  503. <Generator>MSBuild:Compile</Generator>
  504. </Page>
  505. <Page Include="Common\BaseControl\CustomSliderControl.xaml">
  506. <SubType>Designer</SubType>
  507. <Generator>MSBuild:Compile</Generator>
  508. </Page>
  509. <Page Include="Common\BaseControl\NumericUpDownControl.xaml">
  510. <SubType>Designer</SubType>
  511. <Generator>MSBuild:Compile</Generator>
  512. </Page>
  513. <Page Include="Common\PropertyControl\ColorPickerControl.xaml">
  514. <SubType>Designer</SubType>
  515. <Generator>MSBuild:Compile</Generator>
  516. </Page>
  517. <Page Include="Common\BaseControl\DropDownNumberBoxControl.xaml">
  518. <SubType>Designer</SubType>
  519. <Generator>MSBuild:Compile</Generator>
  520. </Page>
  521. <Page Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml">
  522. <SubType>Designer</SubType>
  523. <Generator>MSBuild:Compile</Generator>
  524. </Page>
  525. <Page Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml">
  526. <SubType>Designer</SubType>
  527. <Generator>MSBuild:Compile</Generator>
  528. </Page>
  529. <Page Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml">
  530. <SubType>Designer</SubType>
  531. <Generator>MSBuild:Compile</Generator>
  532. </Page>
  533. <Page Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml">
  534. <SubType>Designer</SubType>
  535. <Generator>MSBuild:Compile</Generator>
  536. </Page>
  537. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml">
  538. <SubType>Designer</SubType>
  539. <Generator>MSBuild:Compile</Generator>
  540. </Page>
  541. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml">
  542. <SubType>Designer</SubType>
  543. <Generator>MSBuild:Compile</Generator>
  544. </Page>
  545. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml">
  546. <SubType>Designer</SubType>
  547. <Generator>MSBuild:Compile</Generator>
  548. </Page>
  549. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml">
  550. <SubType>Designer</SubType>
  551. <Generator>MSBuild:Compile</Generator>
  552. </Page>
  553. <Page Include="Common\PropertyControl\WritableComboBoxControl.xaml">
  554. <SubType>Designer</SubType>
  555. <Generator>MSBuild:Compile</Generator>
  556. </Page>
  557. <Page Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml">
  558. <SubType>Designer</SubType>
  559. <Generator>MSBuild:Compile</Generator>
  560. </Page>
  561. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml">
  562. <SubType>Designer</SubType>
  563. <Generator>MSBuild:Compile</Generator>
  564. </Page>
  565. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml">
  566. <SubType>Designer</SubType>
  567. <Generator>MSBuild:Compile</Generator>
  568. </Page>
  569. <Page Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml">
  570. <SubType>Designer</SubType>
  571. <Generator>MSBuild:Compile</Generator>
  572. </Page>
  573. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml">
  574. <SubType>Designer</SubType>
  575. <Generator>MSBuild:Compile</Generator>
  576. </Page>
  577. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml">
  578. <SubType>Designer</SubType>
  579. <Generator>MSBuild:Compile</Generator>
  580. </Page>
  581. <Page Include="Form\FormBarControl.xaml">
  582. <SubType>Designer</SubType>
  583. <Generator>MSBuild:Compile</Generator>
  584. </Page>
  585. <Page Include="Form\FromPropertyControl.xaml">
  586. <SubType>Designer</SubType>
  587. <Generator>MSBuild:Compile</Generator>
  588. </Page>
  589. <Page Include="Form\Property\CheckBoxProperty.xaml">
  590. <SubType>Designer</SubType>
  591. <Generator>MSBuild:Compile</Generator>
  592. </Page>
  593. <Page Include="Form\Property\ComboBoxProperty.xaml">
  594. <SubType>Designer</SubType>
  595. <Generator>MSBuild:Compile</Generator>
  596. </Page>
  597. <Page Include="Form\Property\ListBoxProperty.xaml">
  598. <SubType>Designer</SubType>
  599. <Generator>MSBuild:Compile</Generator>
  600. </Page>
  601. <Page Include="Form\Property\PushButtonProperty.xaml">
  602. <SubType>Designer</SubType>
  603. <Generator>MSBuild:Compile</Generator>
  604. </Page>
  605. <Page Include="Form\Property\RadioButtonProperty.xaml">
  606. <SubType>Designer</SubType>
  607. <Generator>MSBuild:Compile</Generator>
  608. </Page>
  609. <Page Include="Form\Property\SignatureProperty.xaml">
  610. <SubType>Designer</SubType>
  611. <Generator>MSBuild:Compile</Generator>
  612. </Page>
  613. <Page Include="Form\Property\TextFieldProperty.xaml">
  614. <SubType>Designer</SubType>
  615. <Generator>MSBuild:Compile</Generator>
  616. </Page>
  617. <Page Include="PageEdit\PageEdit\CPDFPageEditControl.xaml">
  618. <SubType>Designer</SubType>
  619. <Generator>MSBuild:Compile</Generator>
  620. </Page>
  621. <Page Include="PageEdit\PageExtract\CPDFPageExtractUI.xaml">
  622. <SubType>Designer</SubType>
  623. <Generator>MSBuild:Compile</Generator>
  624. </Page>
  625. <Page Include="PageEdit\PageExtract\CPDFPageExtractWindow.xaml">
  626. <SubType>Designer</SubType>
  627. <Generator>MSBuild:Compile</Generator>
  628. </Page>
  629. <Page Include="PageEdit\PageInsert\CPDFPageInsertUI.xaml">
  630. <SubType>Designer</SubType>
  631. <Generator>MSBuild:Compile</Generator>
  632. </Page>
  633. <Page Include="PageEdit\PageInsert\CPDFPageInsertWindow.xaml">
  634. <SubType>Designer</SubType>
  635. <Generator>MSBuild:Compile</Generator>
  636. </Page>
  637. <Page Include="PDFView\PasswordDialog.xaml">
  638. <SubType>Designer</SubType>
  639. <Generator>MSBuild:Compile</Generator>
  640. </Page>
  641. <Page Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml">
  642. <SubType>Designer</SubType>
  643. <Generator>MSBuild:Compile</Generator>
  644. </Page>
  645. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml">
  646. <SubType>Designer</SubType>
  647. <Generator>MSBuild:Compile</Generator>
  648. </Page>
  649. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml">
  650. <SubType>Designer</SubType>
  651. <Generator>MSBuild:Compile</Generator>
  652. </Page>
  653. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml">
  654. <Generator>MSBuild:Compile</Generator>
  655. <SubType>Designer</SubType>
  656. </Page>
  657. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml">
  658. <SubType>Designer</SubType>
  659. <Generator>MSBuild:Compile</Generator>
  660. </Page>
  661. <Page Include="PDFView\PDFInfo\CPDFInfoControl.xaml">
  662. <Generator>MSBuild:Compile</Generator>
  663. <SubType>Designer</SubType>
  664. </Page>
  665. <Page Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml">
  666. <SubType>Designer</SubType>
  667. <Generator>MSBuild:Compile</Generator>
  668. </Page>
  669. <Page Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml">
  670. <SubType>Designer</SubType>
  671. <Generator>MSBuild:Compile</Generator>
  672. </Page>
  673. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml">
  674. <Generator>MSBuild:Compile</Generator>
  675. <SubType>Designer</SubType>
  676. </Page>
  677. <Page Include="Asset\Style\ButtonStyle.xaml">
  678. <SubType>Designer</SubType>
  679. <Generator>MSBuild:Compile</Generator>
  680. </Page>
  681. <Page Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml">
  682. <SubType>Designer</SubType>
  683. <Generator>MSBuild:Compile</Generator>
  684. </Page>
  685. <Page Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml">
  686. <Generator>MSBuild:Compile</Generator>
  687. <SubType>Designer</SubType>
  688. </Page>
  689. <Page Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml">
  690. <Generator>MSBuild:Compile</Generator>
  691. <SubType>Designer</SubType>
  692. </Page>
  693. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml">
  694. <SubType>Designer</SubType>
  695. <Generator>MSBuild:Compile</Generator>
  696. </Page>
  697. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml">
  698. <SubType>Designer</SubType>
  699. <Generator>MSBuild:Compile</Generator>
  700. </Page>
  701. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml">
  702. <SubType>Designer</SubType>
  703. <Generator>MSBuild:Compile</Generator>
  704. </Page>
  705. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml">
  706. <SubType>Designer</SubType>
  707. <Generator>MSBuild:Compile</Generator>
  708. </Page>
  709. <Page Include="Asset\Style\RadioButtonStyle.xaml">
  710. <Generator>MSBuild:Compile</Generator>
  711. <SubType>Designer</SubType>
  712. </Page>
  713. <Page Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml">
  714. <SubType>Designer</SubType>
  715. <Generator>MSBuild:Compile</Generator>
  716. </Page>
  717. <Page Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml">
  718. <SubType>Designer</SubType>
  719. <Generator>MSBuild:Compile</Generator>
  720. </Page>
  721. <Page Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml">
  722. <SubType>Designer</SubType>
  723. <Generator>MSBuild:Compile</Generator>
  724. </Page>
  725. <Page Include="PDFView\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml">
  726. <SubType>Designer</SubType>
  727. <Generator>MSBuild:Compile</Generator>
  728. </Page>
  729. <Page Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml">
  730. <SubType>Designer</SubType>
  731. <Generator>MSBuild:Compile</Generator>
  732. </Page>
  733. <Page Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml">
  734. <SubType>Designer</SubType>
  735. <Generator>MSBuild:Compile</Generator>
  736. </Page>
  737. <Page Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml">
  738. <SubType>Designer</SubType>
  739. <Generator>MSBuild:Compile</Generator>
  740. </Page>
  741. <Page Include="PDFView\PDFViewControl\PDFViewControl.xaml">
  742. <SubType>Designer</SubType>
  743. <Generator>MSBuild:Compile</Generator>
  744. </Page>
  745. </ItemGroup>
  746. <ItemGroup>
  747. <Resource Include="Asset\Resource\Annotation\Highlight.png">
  748. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  749. </Resource>
  750. </ItemGroup>
  751. <ItemGroup>
  752. <Resource Include="Asset\Resource\Annotation\Underline.png" />
  753. </ItemGroup>
  754. <ItemGroup>
  755. <Resource Include="Asset\Resource\Annotation\Strikeout.png" />
  756. </ItemGroup>
  757. <ItemGroup>
  758. <Resource Include="Asset\Resource\Annotation\Squiggly.png" />
  759. </ItemGroup>
  760. <ItemGroup>
  761. <Resource Include="Asset\Resource\Annotation\Note.png" />
  762. </ItemGroup>
  763. <ItemGroup>
  764. <Resource Include="Asset\Resource\Annotation\Sharp.png" />
  765. </ItemGroup>
  766. <ItemGroup>
  767. <Resource Include="Asset\Resource\Annotation\Freetext.png" />
  768. </ItemGroup>
  769. <ItemGroup>
  770. <Resource Include="Asset\Resource\Annotation\Stamp.png" />
  771. </ItemGroup>
  772. <ItemGroup>
  773. <Resource Include="Asset\Resource\Annotation\Signature.png" />
  774. </ItemGroup>
  775. <ItemGroup>
  776. <Resource Include="Asset\Resource\Annotation\Freehand.png" />
  777. </ItemGroup>
  778. <ItemGroup>
  779. <Resource Include="Asset\Resource\Annotation\Link.png" />
  780. </ItemGroup>
  781. <ItemGroup>
  782. <Resource Include="Asset\Resource\Annotation\Sound.png" />
  783. </ItemGroup>
  784. <ItemGroup>
  785. <Resource Include="Asset\Resource\Annotation\Round.png" />
  786. </ItemGroup>
  787. <ItemGroup>
  788. <Resource Include="Asset\Resource\Annotation\StraightLine.png" />
  789. </ItemGroup>
  790. <ItemGroup>
  791. <Resource Include="Asset\Resource\Annotation\Arrow.png" />
  792. </ItemGroup>
  793. <ItemGroup>
  794. <ProjectReference Include="..\compdfkit-assets\compdfkit-assets.csproj">
  795. <Project>{9b25b167-4896-40e3-a423-7a02cef3005e}</Project>
  796. <Name>compdfkit-assets</Name>
  797. </ProjectReference>
  798. </ItemGroup>
  799. <ItemGroup />
  800. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  801. </Project>