Compdfkit_Tools.csproj 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102
  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>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. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. <LangVersion>7</LangVersion>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <StartupObject />
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="Nager.Country, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Nager.Country.4.0.0\lib\netstandard2.0\Nager.Country.dll</HintPath>
  50. </Reference>
  51. <Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <HintPath>..\packages\PresentationFramework.Aero2.1.0.1\lib\PresentationFramework.Aero2.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Management" />
  58. <Reference Include="System.Windows.Forms" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="System.Net.Http" />
  65. <Reference Include="System.Xaml">
  66. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="VirtualizingWrapPanel">
  69. <HintPath>.\VirtualizingWrapPanel.dll</HintPath>
  70. </Reference>
  71. <Reference Include="WindowsBase" />
  72. <Reference Include="PresentationCore" />
  73. <Reference Include="PresentationFramework" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Annotation\AnnotationControl\AnnotationControl.xaml.cs">
  77. <DependentUpon>AnnotationControl.xaml</DependentUpon>
  78. </Compile>
  79. <Compile Include="Annotation\CPDFAnnotationPreviewerControl.xaml.cs">
  80. <DependentUpon>CPDFAnnotationPreviewerControl.xaml</DependentUpon>
  81. </Compile>
  82. <Compile Include="Annotation\PDFAnnotationList\PDFAnnotationListControl\CPDFAnnotationListControl.xaml.cs">
  83. <DependentUpon>CPDFAnnotationListControl.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="Annotation\PDFAnnotationList\PDFAnnotationListUI\CPDFAnnoationListUI.xaml.cs">
  86. <DependentUpon>CPDFAnnoationListUI.xaml</DependentUpon>
  87. </Compile>
  88. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreehandUI.xaml.cs">
  89. <DependentUpon>CPDFFreehandUI.xaml</DependentUpon>
  90. </Compile>
  91. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreeTextUI.xaml.cs">
  92. <DependentUpon>CPDFFreeTextUI.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFTempStampUI.xaml.cs">
  95. <DependentUpon>CPDFTempStampUI.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFNoteUI.xaml.cs">
  98. <DependentUpon>CPDFNoteUI.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSignatureUI.xaml.cs">
  101. <DependentUpon>CPDFSignatureUI.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateSignatureDialog.xaml.cs">
  104. <DependentUpon>CPDFCreateSignatureDialog.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFDeleteDialog.xaml.cs">
  107. <DependentUpon>CPDFDeleteDialog.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Asset\Styles\TCIRadioButton.cs" />
  110. <Compile Include="Common\BarControl\CPDFDigitalSignatureBarControl.xaml.cs">
  111. <DependentUpon>CPDFDigitalSignatureBarControl.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="Common\BarControl\CPDFPageEditBarControl.xaml.cs">
  114. <DependentUpon>CPDFPageEditBarControl.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="Common\BaseControl\CustomProgressBarControl.xaml.cs">
  117. <DependentUpon>CustomProgressBarControl.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Common\BaseControl\HomePageButton.cs" />
  120. <Compile Include="Common\BaseControl\MatrixRadioControl.xaml.cs">
  121. <DependentUpon>MatrixRadioControl.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Common\BaseControl\PageNumberControl.xaml.cs">
  124. <DependentUpon>PageNumberControl.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Common\Convert\BoolToColorConverter.cs" />
  127. <Compile Include="Common\Convert\HeightToTopMarginConverter.cs" />
  128. <Compile Include="Common\Convert\HomePageFileListHeightConverter.cs" />
  129. <Compile Include="Common\Convert\HomePageHeightConverter.cs" />
  130. <Compile Include="Common\Convert\AndMultiBoolValueConverter.cs" />
  131. <Compile Include="Common\Convert\AnnotArgsTypeToVisibilityConverter.cs" />
  132. <Compile Include="Common\Convert\AntiBoolToVisibilityConverter.cs" />
  133. <Compile Include="Common\Convert\AntiStringToVisibilityConverter.cs" />
  134. <Compile Include="Common\Convert\CaptionHeightConverter.cs" />
  135. <Compile Include="Common\Convert\IntAndTagToBoolMultiBinding.cs" />
  136. <Compile Include="Common\Convert\ReverseBoolConverter.cs" />
  137. <Compile Include="Common\Convert\ReverseVisibilityConverter.cs" />
  138. <Compile Include="Common\Convert\StringToVisibilityConverter.cs" />
  139. <Compile Include="Common\Convert\ShowDefaultCloseButtonConverter.cs" />
  140. <Compile Include="Common\Convert\ShowIconConverter.cs" />
  141. <Compile Include="Common\Convert\TagToBoolConverter.cs" />
  142. <Compile Include="Common\Convert\WindowStateToPathConverter.cs" />
  143. <Compile Include="Common\Convert\WindowStateToThicknessConverter.cs" />
  144. <Compile Include="Common\CreateBlankPageSetting\CreateBlankPageSettingDialog.xaml.cs">
  145. <DependentUpon>CreateBlankPageSettingDialog.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Common\DeviceSerial\DeviceSerialControl.xaml.cs">
  148. <DependentUpon>DeviceSerialControl.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Common\Helper\FileHistoryHelper.cs" />
  151. <Compile Include="Common\Helper\PasswordHelper.cs" />
  152. <Compile Include="Common\PasswordControl\PasswordBoxControl.xaml.cs">
  153. <DependentUpon>PasswordBoxControl.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="Common\HomePage\FeaturesListControl.xaml.cs">
  156. <DependentUpon>FeaturesListControl.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Common\HomePage\HomePageControl.xaml.cs">
  159. <DependentUpon>HomePageControl.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="Common\HomePage\RecentFilesControl.xaml.cs">
  162. <DependentUpon>RecentFilesControl.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Common\PasswordControl\PasswordDialog.xaml.cs">
  165. <DependentUpon>PasswordDialog.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="Common\PasswordControl\PasswordWindow.xaml.cs">
  168. <DependentUpon>PasswordWindow.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml.cs">
  171. <DependentUpon>CPDFArrowControl.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml.cs">
  174. <DependentUpon>CPDFArrowUI.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml.cs">
  177. <DependentUpon>CPDFAnnotationControl.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="Annotation\PDFAnnotationData\CPDFAnnotationData.cs" />
  180. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml.cs">
  181. <DependentUpon>CPDFLinkUI.xaml</DependentUpon>
  182. </Compile>
  183. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml.cs">
  184. <DependentUpon>CPDFMarkupUI.xaml</DependentUpon>
  185. </Compile>
  186. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml.cs">
  187. <DependentUpon>CPDFShapeUI.xaml</DependentUpon>
  188. </Compile>
  189. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml.cs">
  190. <DependentUpon>CPDFStampUI.xaml</DependentUpon>
  191. </Compile>
  192. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml.cs">
  193. <DependentUpon>CPDFCreateStampDialog.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="Common\BarControl\CPDFBOTABarControl.xaml.cs">
  196. <DependentUpon>CPDFBOTABarControl.xaml</DependentUpon>
  197. </Compile>
  198. <Compile Include="Common\BarControl\CPDFAnnotationBarControl.xaml.cs">
  199. <DependentUpon>CPDFAnnotationBarControl.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="Common\BarControl\CPDFTitleBarControl.xaml.cs">
  202. <DependentUpon>CPDFTitleBarControl.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="Common\BaseControl\CustomSliderControl.xaml.cs">
  205. <DependentUpon>CustomSliderControl.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="Common\BaseControl\NumericUpDownControl.xaml.cs">
  208. <DependentUpon>NumericUpDownControl.xaml</DependentUpon>
  209. </Compile>
  210. <Compile Include="Common\Convert\BoolToVisibilityConverter.cs" />
  211. <Compile Include="Common\Convert\ListViewWidthConverter.cs" />
  212. <Compile Include="Common\Convert\TextLengthToBoolConverter.cs" />
  213. <Compile Include="Common\Convert\TextLengthToVisibilityConverter.cs" />
  214. <Compile Include="Common\PropertyControl\ColorPickerControl.xaml.cs">
  215. <DependentUpon>ColorPickerControl.xaml</DependentUpon>
  216. </Compile>
  217. <Compile Include="Common\BaseControl\DropDownNumberBoxControl.xaml.cs">
  218. <DependentUpon>DropDownNumberBoxControl.xaml</DependentUpon>
  219. </Compile>
  220. <Compile Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml.cs">
  221. <DependentUpon>CPDFFontControl.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml.cs">
  224. <DependentUpon>CPDFFontUI.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="Common\PropertyControl\PDFLocation\CPDFLocationControl.xaml.cs">
  227. <DependentUpon>CPDFLocationControl.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="Common\PropertyControl\PDFLocation\CPDFRotationControl.xaml.cs">
  230. <DependentUpon>CPDFRotationControl.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="Common\PropertyControl\PDFLocation\CPDFTileControl.xaml.cs">
  233. <DependentUpon>CPDFTileControl.xaml</DependentUpon>
  234. </Compile>
  235. <Compile Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml.cs">
  236. <DependentUpon>CPDFThicknessControl.xaml</DependentUpon>
  237. </Compile>
  238. <Compile Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml.cs">
  239. <DependentUpon>CPDThicknessUI.xaml</DependentUpon>
  240. </Compile>
  241. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml.cs">
  242. <DependentUpon>CPDFLineStyleControl.xaml</DependentUpon>
  243. </Compile>
  244. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml.cs">
  245. <DependentUpon>CPDFLineStyleUI.xaml</DependentUpon>
  246. </Compile>
  247. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml.cs">
  248. <DependentUpon>CPDFOpacityControl.xaml</DependentUpon>
  249. </Compile>
  250. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml.cs">
  251. <DependentUpon>CPDFOpactiyUI.xaml</DependentUpon>
  252. </Compile>
  253. <Compile Include="Common\PropertyControl\WritableComboBoxControl.xaml.cs">
  254. <DependentUpon>WritableComboBoxControl.xaml</DependentUpon>
  255. </Compile>
  256. <Compile Include="DigitalSignature\AddCertificationControl\AddCertificationControl.xaml.cs">
  257. <DependentUpon>AddCertificationControl.xaml</DependentUpon>
  258. </Compile>
  259. <Compile Include="DigitalSignature\AddCertificationControl\AddCertificationDialog.xaml.cs">
  260. <DependentUpon>AddCertificationDialog.xaml</DependentUpon>
  261. </Compile>
  262. <Compile Include="DigitalSignature\AddCertificationControl\AddCustomCertificationControl.xaml.cs">
  263. <DependentUpon>AddCustomCertificationControl.xaml</DependentUpon>
  264. </Compile>
  265. <Compile Include="DigitalSignature\AddCertificationControl\AddExistedCertificationControl.xaml.cs">
  266. <DependentUpon>AddExistedCertificationControl.xaml</DependentUpon>
  267. </Compile>
  268. <Compile Include="DigitalSignature\AddCertificationControl\SaveCerficateControl.xaml.cs">
  269. <DependentUpon>SaveCerficateControl.xaml</DependentUpon>
  270. </Compile>
  271. <Compile Include="DigitalSignature\CPDFSignatureListControl\CPDFSignatureListControl.xaml.cs">
  272. <DependentUpon>CPDFSignatureListControl.xaml</DependentUpon>
  273. </Compile>
  274. <Compile Include="DigitalSignature\DigitalSignatureControl\DigitalSignatureControl.xaml.cs">
  275. <DependentUpon>DigitalSignatureControl.xaml</DependentUpon>
  276. </Compile>
  277. <Compile Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureDialog.xaml.cs">
  278. <DependentUpon>FillDigitalSignatureDialog.xaml</DependentUpon>
  279. </Compile>
  280. <Compile Include="DigitalSignature\DigitalSignatureData\DigitalSignatureData.cs" />
  281. <Compile Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureControl.xaml.cs">
  282. <DependentUpon>FillDigitalSignatureControl.xaml</DependentUpon>
  283. </Compile>
  284. <Compile Include="DigitalSignature\ViewCertificationControl\CertificateChainControl.xaml.cs">
  285. <DependentUpon>CertificateChainControl.xaml</DependentUpon>
  286. </Compile>
  287. <Compile Include="DigitalSignature\ViewCertificationControl\CertificateDetailControl.xaml.cs">
  288. <DependentUpon>CertificateDetailControl.xaml</DependentUpon>
  289. </Compile>
  290. <Compile Include="DigitalSignature\ViewCertificationControl\CertificateInfoControl.xaml.cs">
  291. <DependentUpon>CertificateInfoControl.xaml</DependentUpon>
  292. </Compile>
  293. <Compile Include="DigitalSignature\ViewCertificationControl\ConfidenceControl.xaml.cs">
  294. <DependentUpon>ConfidenceControl.xaml</DependentUpon>
  295. </Compile>
  296. <Compile Include="DigitalSignature\ViewCertificationControl\SummaryControl.xaml.cs">
  297. <DependentUpon>SummaryControl.xaml</DependentUpon>
  298. </Compile>
  299. <Compile Include="DigitalSignature\ViewCertificationControl\ViewCertificateDialog.xaml.cs">
  300. <DependentUpon>ViewCertificateDialog.xaml</DependentUpon>
  301. </Compile>
  302. <Compile Include="DigitalSignature\SignatureStatusBarControl\SignatureStatusBarControl.xaml.cs">
  303. <DependentUpon>SignatureStatusBarControl.xaml</DependentUpon>
  304. </Compile>
  305. <Compile Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureInfoControl.xaml.cs">
  306. <DependentUpon>DigitalSignatureInfoControl.xaml</DependentUpon>
  307. </Compile>
  308. <Compile Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureValiditySummaaryControl.xaml.cs">
  309. <DependentUpon>DigitalSignatureValiditySummaaryControl.xaml</DependentUpon>
  310. </Compile>
  311. <Compile Include="DigitalSignature\VerifyDigitalSignatureControl\VerifyDigitalSignatureControl.xaml.cs">
  312. <DependentUpon>VerifyDigitalSignatureControl.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="Edit\ContentEditControl\ContentEditControl.xaml.cs">
  315. <DependentUpon>ContentEditControl.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="Edit\PDFContentEditControl.xaml.cs">
  318. <DependentUpon>PDFContentEditControl.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml.cs">
  321. <DependentUpon>PDFImageEditControl.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml.cs">
  324. <DependentUpon>CPDFImageFlipUI.xaml</DependentUpon>
  325. </Compile>
  326. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml.cs">
  327. <DependentUpon>CPDFImageRotateUI.xaml</DependentUpon>
  328. </Compile>
  329. <Compile Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml.cs">
  330. <DependentUpon>PDFTextEditControl.xaml</DependentUpon>
  331. </Compile>
  332. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml.cs">
  333. <DependentUpon>CPDFTextAlignUI.xaml</DependentUpon>
  334. </Compile>
  335. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml.cs">
  336. <DependentUpon>CPDFTextStyleUI.xaml</DependentUpon>
  337. </Compile>
  338. <Compile Include="Common\Helper\CommonHelper.cs" />
  339. <Compile Include="Common\BarControl\FormBarControl.xaml.cs">
  340. <DependentUpon>FormBarControl.xaml</DependentUpon>
  341. </Compile>
  342. <Compile Include="Security\Encryption\DecryptionDialog.xaml.cs">
  343. <DependentUpon>DecryptionDialog.xaml</DependentUpon>
  344. </Compile>
  345. <Compile Include="Security\Encryption\EncryptionDialog.xaml.cs">
  346. <DependentUpon>EncryptionDialog.xaml</DependentUpon>
  347. </Compile>
  348. <Compile Include="Security\Encryption\FileGridListControl.xaml.cs">
  349. <DependentUpon>FileGridListControl.xaml</DependentUpon>
  350. </Compile>
  351. <Compile Include="Security\Encryption\SecurityOperationTypeDialog.xaml.cs">
  352. <DependentUpon>SecurityOperationTypeDialog.xaml</DependentUpon>
  353. </Compile>
  354. <Compile Include="Security\Encryption\SetEncryptionControl.xaml.cs">
  355. <DependentUpon>SetEncryptionControl.xaml</DependentUpon>
  356. </Compile>
  357. <Compile Include="Form\FormControl\FormControl.xaml.cs">
  358. <DependentUpon>FormControl.xaml</DependentUpon>
  359. </Compile>
  360. <Compile Include="Form\FromPropertyControl.xaml.cs">
  361. <DependentUpon>FromPropertyControl.xaml</DependentUpon>
  362. </Compile>
  363. <Compile Include="Form\Property\CheckBoxProperty.xaml.cs">
  364. <DependentUpon>CheckBoxProperty.xaml</DependentUpon>
  365. </Compile>
  366. <Compile Include="Form\Property\ComboBoxProperty.xaml.cs">
  367. <DependentUpon>ComboBoxProperty.xaml</DependentUpon>
  368. </Compile>
  369. <Compile Include="Form\Property\ListBoxProperty.xaml.cs">
  370. <DependentUpon>ListBoxProperty.xaml</DependentUpon>
  371. </Compile>
  372. <Compile Include="Form\Property\PushButtonProperty.xaml.cs">
  373. <DependentUpon>PushButtonProperty.xaml</DependentUpon>
  374. </Compile>
  375. <Compile Include="Form\Property\RadioButtonProperty.xaml.cs">
  376. <DependentUpon>RadioButtonProperty.xaml</DependentUpon>
  377. </Compile>
  378. <Compile Include="Form\Property\SignatureProperty.xaml.cs">
  379. <DependentUpon>SignatureProperty.xaml</DependentUpon>
  380. </Compile>
  381. <Compile Include="Form\Property\TextFieldProperty.xaml.cs">
  382. <DependentUpon>TextFieldProperty.xaml</DependentUpon>
  383. </Compile>
  384. <Compile Include="PageEdit\PageEditControl\PageEditControl.xaml.cs">
  385. <DependentUpon>PageEditControl.xaml</DependentUpon>
  386. </Compile>
  387. <Compile Include="PageEdit\PDFPageEdit\CPDFPageEditControl.xaml.cs">
  388. <DependentUpon>CPDFPageEditControl.xaml</DependentUpon>
  389. </Compile>
  390. <Compile Include="PageEdit\PDFPageExtract\CPDFPageExtractUI.xaml.cs">
  391. <DependentUpon>CPDFPageExtractUI.xaml</DependentUpon>
  392. </Compile>
  393. <Compile Include="PageEdit\PDFPageExtract\CPDFPageExtractWindow.xaml.cs">
  394. <DependentUpon>CPDFPageExtractWindow.xaml</DependentUpon>
  395. </Compile>
  396. <Compile Include="PageEdit\PDFPageInsert\CPDFPageInsertUI.xaml.cs">
  397. <DependentUpon>CPDFPageInsertUI.xaml</DependentUpon>
  398. </Compile>
  399. <Compile Include="PageEdit\PDFPageInsert\CPDFPageInsertWindow.xaml.cs">
  400. <DependentUpon>CPDFPageInsertWindow.xaml</DependentUpon>
  401. </Compile>
  402. <Compile Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml.cs">
  403. <DependentUpon>CPDFBookmarkControl.xaml</DependentUpon>
  404. </Compile>
  405. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml.cs">
  406. <DependentUpon>CPDFBookmarkAddUI.xaml</DependentUpon>
  407. </Compile>
  408. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml.cs">
  409. <DependentUpon>CPDFBookmarkResultUI.xaml</DependentUpon>
  410. </Compile>
  411. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml.cs">
  412. <DependentUpon>CPDFDisplaySettingsControl.xaml</DependentUpon>
  413. </Compile>
  414. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml.cs">
  415. <DependentUpon>CPDFViewModeControl.xaml</DependentUpon>
  416. </Compile>
  417. <Compile Include="PDFView\PDFInfo\CPDFInfoControl.xaml.cs">
  418. <DependentUpon>CPDFInfoControl.xaml</DependentUpon>
  419. </Compile>
  420. <Compile Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml.cs">
  421. <DependentUpon>CPDFOutlineControl.xaml</DependentUpon>
  422. </Compile>
  423. <Compile Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml.cs">
  424. <DependentUpon>CPDFOutlineUI.xaml</DependentUpon>
  425. </Compile>
  426. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml.cs">
  427. <DependentUpon>CPDFSearchInputUI.xaml</DependentUpon>
  428. </Compile>
  429. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml.cs">
  430. <DependentUpon>CPDFSearchResultUI.xaml</DependentUpon>
  431. </Compile>
  432. <Compile Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml.cs">
  433. <DependentUpon>CPDFSearchControl.xaml</DependentUpon>
  434. </Compile>
  435. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml.cs">
  436. <DependentUpon>CPdfThumbnailControl.xaml</DependentUpon>
  437. </Compile>
  438. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml.cs">
  439. <DependentUpon>CPdfThumbnailUI.xaml</DependentUpon>
  440. </Compile>
  441. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml.cs">
  442. <DependentUpon>CPDFDrawModeControl.xaml</DependentUpon>
  443. </Compile>
  444. <Compile Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml.cs">
  445. <DependentUpon>CPDFAbstractInfoControl.xaml</DependentUpon>
  446. </Compile>
  447. <Compile Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml.cs">
  448. <DependentUpon>CPDFCreateInfoControl.xaml</DependentUpon>
  449. </Compile>
  450. <Compile Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml.cs">
  451. <DependentUpon>CPDFSecurityInfoControl.xaml</DependentUpon>
  452. </Compile>
  453. <Compile Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml.cs">
  454. <DependentUpon>CPDFScalingControl.xaml</DependentUpon>
  455. </Compile>
  456. <Compile Include="PDFView\PDFViewControl\PDFViewControl.xaml.cs">
  457. <DependentUpon>PDFViewControl.xaml</DependentUpon>
  458. </Compile>
  459. <Compile Include="PDFView\RegularViewerControl.xaml.cs">
  460. <DependentUpon>RegularViewerControl.xaml</DependentUpon>
  461. </Compile>
  462. <Compile Include="Properties\AssemblyInfo.cs">
  463. <SubType>Code</SubType>
  464. </Compile>
  465. <Compile Include="Properties\Resources.Designer.cs">
  466. <AutoGen>True</AutoGen>
  467. <DesignTime>True</DesignTime>
  468. <DependentUpon>Resources.resx</DependentUpon>
  469. </Compile>
  470. <Compile Include="Properties\Settings.Designer.cs">
  471. <AutoGen>True</AutoGen>
  472. <DependentUpon>Settings.settings</DependentUpon>
  473. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  474. </Compile>
  475. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml.cs">
  476. <DependentUpon>CPDFViewModeUI.xaml</DependentUpon>
  477. </Compile>
  478. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml.cs">
  479. <DependentUpon>CPDFDrawModeUI.xaml</DependentUpon>
  480. </Compile>
  481. <Compile Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml.cs">
  482. <DependentUpon>CPDFScalingUI.xaml</DependentUpon>
  483. </Compile>
  484. <Compile Include="Security\Watermark\AddWatermark\FileGridListWithPageRangeControl.xaml.cs">
  485. <DependentUpon>FileGridListWithPageRangeControl.xaml</DependentUpon>
  486. </Compile>
  487. <Compile Include="Security\Watermark\AddWatermark\PageRangeDialog.xaml.cs">
  488. <DependentUpon>PageRangeDialog.xaml</DependentUpon>
  489. </Compile>
  490. <Compile Include="Common\PreviewControl\PreviewControl.xaml.cs">
  491. <DependentUpon>PreviewControl.xaml</DependentUpon>
  492. </Compile>
  493. <Compile Include="Security\Watermark\RemoveWatermark\RemoveWatermarkListControl.xaml.cs">
  494. <DependentUpon>RemoveWatermarkListControl.xaml</DependentUpon>
  495. </Compile>
  496. <Compile Include="Security\Watermark\RemoveWatermark\RemoveWatermarkListDialog.xaml.cs">
  497. <DependentUpon>RemoveWatermarkListDialog.xaml</DependentUpon>
  498. </Compile>
  499. <Compile Include="Security\Watermark\WatermarkData.cs" />
  500. <Compile Include="Security\Watermark\AddWatermark\WatermarkDialog.xaml.cs">
  501. <DependentUpon>WatermarkDialog.xaml</DependentUpon>
  502. </Compile>
  503. <Compile Include="Security\Watermark\AddWatermark\WatermarkListDialog.xaml.cs">
  504. <DependentUpon>WatermarkListDialog.xaml</DependentUpon>
  505. </Compile>
  506. <Compile Include="Security\Watermark\WatermarkOperationTypeDialog.xaml.cs">
  507. <DependentUpon>WatermarkOperationTypeDialog.xaml</DependentUpon>
  508. </Compile>
  509. <Compile Include="Security\Watermark\AddWatermark\WatermarkPreviewControl.cs" />
  510. <EmbeddedResource Include="Properties\Resources.resx">
  511. <Generator>ResXFileCodeGenerator</Generator>
  512. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  513. </EmbeddedResource>
  514. <None Include="app.config" />
  515. <None Include="packages.config" />
  516. <None Include="Properties\Settings.settings">
  517. <Generator>SettingsSingleFileGenerator</Generator>
  518. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  519. </None>
  520. </ItemGroup>
  521. <ItemGroup>
  522. <Resource Include="Asset\Resource\Annotation\StampIcons\Accepted.png" />
  523. <Resource Include="Asset\Resource\Annotation\StampIcons\Approved.png" />
  524. <Resource Include="Asset\Resource\Annotation\StampIcons\Completed.png" />
  525. <Resource Include="Asset\Resource\Annotation\StampIcons\Confidential.png" />
  526. <Resource Include="Asset\Resource\Annotation\StampIcons\Draft.png" />
  527. <Resource Include="Asset\Resource\Annotation\StampIcons\Empty_stamp.png" />
  528. <Resource Include="Asset\Resource\Annotation\StampIcons\Final.png" />
  529. <Resource Include="Asset\Resource\Annotation\StampIcons\ForComment.png" />
  530. <Resource Include="Asset\Resource\Annotation\StampIcons\ForPublicRelease.png" />
  531. <Resource Include="Asset\Resource\Annotation\StampIcons\InformationOnly.png" />
  532. <Resource Include="Asset\Resource\Annotation\StampIcons\InitialHere.png" />
  533. <Resource Include="Asset\Resource\Annotation\StampIcons\NotApproved.png" />
  534. <Resource Include="Asset\Resource\Annotation\StampIcons\NotForPublicRelease.png" />
  535. <Resource Include="Asset\Resource\Annotation\StampIcons\PreliminaryResults.png" />
  536. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark1.png" />
  537. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark2.png" />
  538. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark3.png" />
  539. <Resource Include="Asset\Resource\Annotation\StampIcons\Rejected.png" />
  540. <Resource Include="Asset\Resource\Annotation\StampIcons\revised.png" />
  541. <Resource Include="Asset\Resource\Annotation\StampIcons\SignHere.png" />
  542. <Resource Include="Asset\Resource\Annotation\StampIcons\Void.png" />
  543. <Resource Include="Asset\Resource\Annotation\StampIcons\Witness.png" />
  544. <Resource Include="Asset\Resource\Annotation\Signature\Dropimage.png" />
  545. <Resource Include="Asset\Resource\Color_btn_ic.png" />
  546. <Resource Include="Asset\Resource\Transparent_btn_ic.png" />
  547. <Resource Include="Asset\Resource\warn.png" />
  548. <Resource Include="ComPDFKit_Logo.ico" />
  549. <Resource Include="Asset\Resource\Logo.png" />
  550. <Content Include="VirtualizingWrapPanel.dll">
  551. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  552. </Content>
  553. </ItemGroup>
  554. <ItemGroup>
  555. <Page Include="Annotation\AnnotationControl\AnnotationControl.xaml">
  556. <SubType>Designer</SubType>
  557. </Page>
  558. <Page Include="Annotation\CPDFAnnotationPreviewerControl.xaml">
  559. <SubType>Designer</SubType>
  560. <Generator>MSBuild:Compile</Generator>
  561. </Page>
  562. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListControl\CPDFAnnotationListControl.xaml">
  563. <SubType>Designer</SubType>
  564. <Generator>MSBuild:Compile</Generator>
  565. </Page>
  566. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListUI\CPDFAnnoationListUI.xaml">
  567. <SubType>Designer</SubType>
  568. <Generator>MSBuild:Compile</Generator>
  569. </Page>
  570. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreehandUI.xaml">
  571. <SubType>Designer</SubType>
  572. <Generator>MSBuild:Compile</Generator>
  573. </Page>
  574. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreeTextUI.xaml">
  575. <SubType>Designer</SubType>
  576. <Generator>MSBuild:Compile</Generator>
  577. </Page>
  578. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFTempStampUI.xaml">
  579. <SubType>Designer</SubType>
  580. <Generator>MSBuild:Compile</Generator>
  581. </Page>
  582. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFNoteUI.xaml">
  583. <SubType>Designer</SubType>
  584. <Generator>MSBuild:Compile</Generator>
  585. </Page>
  586. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSignatureUI.xaml">
  587. <SubType>Designer</SubType>
  588. <Generator>MSBuild:Compile</Generator>
  589. </Page>
  590. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateSignatureDialog.xaml">
  591. <SubType>Designer</SubType>
  592. <Generator>MSBuild:Compile</Generator>
  593. </Page>
  594. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFDeleteDialog.xaml">
  595. <SubType>Designer</SubType>
  596. <Generator>MSBuild:Compile</Generator>
  597. </Page>
  598. <Page Include="Asset\Styles\ButtonStyle.xaml">
  599. <Generator>MSBuild:Compile</Generator>
  600. <SubType>Designer</SubType>
  601. </Page>
  602. <Page Include="Asset\Styles\ComboBoxStyle.xaml">
  603. <Generator>MSBuild:Compile</Generator>
  604. <SubType>Designer</SubType>
  605. </Page>
  606. <Page Include="Asset\Styles\EyeCheckBoxStyle.xaml" />
  607. <Page Include="Asset\Styles\ListBoxItemStyle.xaml">
  608. <Generator>MSBuild:Compile</Generator>
  609. <SubType>Designer</SubType>
  610. </Page>
  611. <Page Include="Asset\Styles\MenuItemStyle.xaml">
  612. <Generator>MSBuild:Compile</Generator>
  613. <SubType>Designer</SubType>
  614. </Page>
  615. <Page Include="Asset\Styles\RadioButtonStyle.xaml">
  616. <SubType>Designer</SubType>
  617. <Generator>MSBuild:Compile</Generator>
  618. </Page>
  619. <Page Include="Asset\Styles\RoundCornerPasswordBoxStyle.xaml" />
  620. <Page Include="Asset\Styles\RoundCornerTextBoxStyle.xaml" />
  621. <Page Include="Asset\Styles\SliderStyle.xaml">
  622. <Generator>MSBuild:Compile</Generator>
  623. <SubType>Designer</SubType>
  624. </Page>
  625. <Page Include="Asset\Styles\TabControlStyle.xaml">
  626. <Generator>MSBuild:Compile</Generator>
  627. <SubType>Designer</SubType>
  628. </Page>
  629. <Page Include="Asset\Styles\TabItemStyle.xaml">
  630. <Generator>MSBuild:Compile</Generator>
  631. <SubType>Designer</SubType>
  632. </Page>
  633. <Page Include="Asset\Styles\TextBoxStyle.xaml">
  634. <Generator>MSBuild:Compile</Generator>
  635. <SubType>Designer</SubType>
  636. </Page>
  637. <Page Include="Asset\Styles\ToggleButtonStyle.xaml">
  638. <Generator>MSBuild:Compile</Generator>
  639. <SubType>Designer</SubType>
  640. </Page>
  641. <Page Include="Asset\Styles\TreeViewItemStyle.xaml">
  642. <Generator>MSBuild:Compile</Generator>
  643. <SubType>Designer</SubType>
  644. </Page>
  645. <Page Include="Asset\Styles\WindowStyle.xaml">
  646. <Generator>MSBuild:Compile</Generator>
  647. <SubType>Designer</SubType>
  648. </Page>
  649. <Page Include="Common\BarControl\CPDFDigitalSignatureBarControl.xaml">
  650. <SubType>Designer</SubType>
  651. <Generator>MSBuild:Compile</Generator>
  652. </Page>
  653. <Page Include="Common\BarControl\CPDFPageEditBarControl.xaml">
  654. <SubType>Designer</SubType>
  655. <Generator>MSBuild:Compile</Generator>
  656. </Page>
  657. <Page Include="Common\BaseControl\CustomProgressBarControl.xaml" />
  658. <Page Include="Common\BaseControl\MatrixRadioControl.xaml">
  659. <SubType>Designer</SubType>
  660. <Generator>MSBuild:Compile</Generator>
  661. </Page>
  662. <Page Include="Common\BaseControl\PageNumberControl.xaml">
  663. <Generator>MSBuild:Compile</Generator>
  664. <SubType>Designer</SubType>
  665. </Page>
  666. <Page Include="Common\CreateBlankPageSetting\CreateBlankPageSettingDialog.xaml" />
  667. <Page Include="Common\DeviceSerial\DeviceSerialControl.xaml" />
  668. <Page Include="Common\PasswordControl\PasswordBoxControl.xaml" />
  669. <Page Include="Common\HomePage\FeaturesListControl.xaml">
  670. <SubType>Designer</SubType>
  671. <Generator>MSBuild:Compile</Generator>
  672. </Page>
  673. <Page Include="Common\HomePage\HomePageControl.xaml">
  674. <SubType>Designer</SubType>
  675. <Generator>MSBuild:Compile</Generator>
  676. </Page>
  677. <Page Include="Common\HomePage\RecentFilesControl.xaml">
  678. <SubType>Designer</SubType>
  679. <Generator>MSBuild:Compile</Generator>
  680. </Page>
  681. <Page Include="Common\PasswordControl\PasswordDialog.xaml">
  682. <Generator>MSBuild:Compile</Generator>
  683. <SubType>Designer</SubType>
  684. </Page>
  685. <Page Include="Common\PasswordControl\PasswordWindow.xaml">
  686. <SubType>Designer</SubType>
  687. <Generator>MSBuild:Compile</Generator>
  688. </Page>
  689. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml">
  690. <SubType>Designer</SubType>
  691. <Generator>MSBuild:Compile</Generator>
  692. </Page>
  693. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml">
  694. <SubType>Designer</SubType>
  695. <Generator>MSBuild:Compile</Generator>
  696. </Page>
  697. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml">
  698. <SubType>Designer</SubType>
  699. <Generator>MSBuild:Compile</Generator>
  700. </Page>
  701. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml">
  702. <SubType>Designer</SubType>
  703. <Generator>MSBuild:Compile</Generator>
  704. </Page>
  705. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml">
  706. <SubType>Designer</SubType>
  707. <Generator>MSBuild:Compile</Generator>
  708. </Page>
  709. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml">
  710. <SubType>Designer</SubType>
  711. <Generator>MSBuild:Compile</Generator>
  712. </Page>
  713. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml">
  714. <SubType>Designer</SubType>
  715. <Generator>MSBuild:Compile</Generator>
  716. </Page>
  717. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml">
  718. <SubType>Designer</SubType>
  719. <Generator>MSBuild:Compile</Generator>
  720. </Page>
  721. <Page Include="Asset\Themes\Global.xaml">
  722. <SubType>Designer</SubType>
  723. <Generator>MSBuild:Compile</Generator>
  724. </Page>
  725. <Page Include="Common\BarControl\CPDFBOTABarControl.xaml">
  726. <SubType>Designer</SubType>
  727. <Generator>MSBuild:Compile</Generator>
  728. </Page>
  729. <Page Include="Common\BarControl\CPDFAnnotationBarControl.xaml">
  730. <SubType>Designer</SubType>
  731. <Generator>MSBuild:Compile</Generator>
  732. </Page>
  733. <Page Include="Common\BarControl\CPDFTitleBarControl.xaml">
  734. <SubType>Designer</SubType>
  735. <Generator>MSBuild:Compile</Generator>
  736. </Page>
  737. <Page Include="Common\BaseControl\CustomSliderControl.xaml">
  738. <SubType>Designer</SubType>
  739. <Generator>MSBuild:Compile</Generator>
  740. </Page>
  741. <Page Include="Common\BaseControl\NumericUpDownControl.xaml">
  742. <SubType>Designer</SubType>
  743. <Generator>MSBuild:Compile</Generator>
  744. </Page>
  745. <Page Include="Common\PropertyControl\ColorPickerControl.xaml">
  746. <SubType>Designer</SubType>
  747. <Generator>MSBuild:Compile</Generator>
  748. </Page>
  749. <Page Include="Common\BaseControl\DropDownNumberBoxControl.xaml">
  750. <SubType>Designer</SubType>
  751. <Generator>MSBuild:Compile</Generator>
  752. </Page>
  753. <Page Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml">
  754. <SubType>Designer</SubType>
  755. <Generator>MSBuild:Compile</Generator>
  756. </Page>
  757. <Page Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml">
  758. <SubType>Designer</SubType>
  759. <Generator>MSBuild:Compile</Generator>
  760. </Page>
  761. <Page Include="Common\PropertyControl\PDFLocation\CPDFLocationControl.xaml">
  762. <SubType>Designer</SubType>
  763. <Generator>MSBuild:Compile</Generator>
  764. </Page>
  765. <Page Include="Common\PropertyControl\PDFLocation\CPDFRotationControl.xaml">
  766. <SubType>Designer</SubType>
  767. <Generator>MSBuild:Compile</Generator>
  768. </Page>
  769. <Page Include="Common\PropertyControl\PDFLocation\CPDFTileControl.xaml">
  770. <SubType>Designer</SubType>
  771. <Generator>MSBuild:Compile</Generator>
  772. </Page>
  773. <Page Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml">
  774. <SubType>Designer</SubType>
  775. <Generator>MSBuild:Compile</Generator>
  776. </Page>
  777. <Page Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml">
  778. <SubType>Designer</SubType>
  779. <Generator>MSBuild:Compile</Generator>
  780. </Page>
  781. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml">
  782. <SubType>Designer</SubType>
  783. <Generator>MSBuild:Compile</Generator>
  784. </Page>
  785. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml">
  786. <SubType>Designer</SubType>
  787. <Generator>MSBuild:Compile</Generator>
  788. </Page>
  789. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml">
  790. <SubType>Designer</SubType>
  791. <Generator>MSBuild:Compile</Generator>
  792. </Page>
  793. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml">
  794. <SubType>Designer</SubType>
  795. <Generator>MSBuild:Compile</Generator>
  796. </Page>
  797. <Page Include="Common\PropertyControl\WritableComboBoxControl.xaml">
  798. <SubType>Designer</SubType>
  799. <Generator>MSBuild:Compile</Generator>
  800. </Page>
  801. <Page Include="DigitalSignature\AddCertificationControl\AddCertificationControl.xaml">
  802. <SubType>Designer</SubType>
  803. <Generator>MSBuild:Compile</Generator>
  804. </Page>
  805. <Page Include="DigitalSignature\AddCertificationControl\AddCertificationDialog.xaml">
  806. <SubType>Designer</SubType>
  807. <Generator>MSBuild:Compile</Generator>
  808. </Page>
  809. <Page Include="DigitalSignature\AddCertificationControl\AddCustomCertificationControl.xaml">
  810. <SubType>Designer</SubType>
  811. <Generator>MSBuild:Compile</Generator>
  812. </Page>
  813. <Page Include="DigitalSignature\AddCertificationControl\AddExistedCertificationControl.xaml">
  814. <SubType>Designer</SubType>
  815. <Generator>MSBuild:Compile</Generator>
  816. </Page>
  817. <Page Include="DigitalSignature\AddCertificationControl\SaveCerficateControl.xaml">
  818. <SubType>Designer</SubType>
  819. <Generator>MSBuild:Compile</Generator>
  820. </Page>
  821. <Page Include="DigitalSignature\CPDFSignatureListControl\CPDFSignatureListControl.xaml" />
  822. <Page Include="DigitalSignature\DigitalSignatureControl\DigitalSignatureControl.xaml">
  823. <SubType>Designer</SubType>
  824. <Generator>MSBuild:Compile</Generator>
  825. </Page>
  826. <Page Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureDialog.xaml">
  827. <SubType>Designer</SubType>
  828. <Generator>MSBuild:Compile</Generator>
  829. </Page>
  830. <Page Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureControl.xaml">
  831. <Generator>MSBuild:Compile</Generator>
  832. <SubType>Designer</SubType>
  833. </Page>
  834. <Page Include="DigitalSignature\ViewCertificationControl\CertificateChainControl.xaml">
  835. <SubType>Designer</SubType>
  836. <Generator>MSBuild:Compile</Generator>
  837. </Page>
  838. <Page Include="DigitalSignature\ViewCertificationControl\CertificateDetailControl.xaml">
  839. <SubType>Designer</SubType>
  840. <Generator>MSBuild:Compile</Generator>
  841. </Page>
  842. <Page Include="DigitalSignature\ViewCertificationControl\CertificateInfoControl.xaml">
  843. <SubType>Designer</SubType>
  844. <Generator>MSBuild:Compile</Generator>
  845. </Page>
  846. <Page Include="DigitalSignature\ViewCertificationControl\ConfidenceControl.xaml">
  847. <SubType>Designer</SubType>
  848. <Generator>MSBuild:Compile</Generator>
  849. </Page>
  850. <Page Include="DigitalSignature\ViewCertificationControl\SummaryControl.xaml">
  851. <SubType>Designer</SubType>
  852. <Generator>MSBuild:Compile</Generator>
  853. </Page>
  854. <Page Include="DigitalSignature\ViewCertificationControl\ViewCertificateDialog.xaml">
  855. <SubType>Designer</SubType>
  856. <Generator>MSBuild:Compile</Generator>
  857. </Page>
  858. <Page Include="DigitalSignature\SignatureStatusBarControl\SignatureStatusBarControl.xaml" />
  859. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureInfoControl.xaml" />
  860. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureValiditySummaaryControl.xaml" />
  861. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\VerifyDigitalSignatureControl.xaml" />
  862. <Page Include="Edit\ContentEditControl\ContentEditControl.xaml">
  863. <SubType>Designer</SubType>
  864. <Generator>MSBuild:Compile</Generator>
  865. </Page>
  866. <Page Include="Edit\PDFContentEditControl.xaml">
  867. <SubType>Designer</SubType>
  868. <Generator>MSBuild:Compile</Generator>
  869. </Page>
  870. <Page Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml">
  871. <SubType>Designer</SubType>
  872. <Generator>MSBuild:Compile</Generator>
  873. </Page>
  874. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml">
  875. <SubType>Designer</SubType>
  876. <Generator>MSBuild:Compile</Generator>
  877. </Page>
  878. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml">
  879. <SubType>Designer</SubType>
  880. <Generator>MSBuild:Compile</Generator>
  881. </Page>
  882. <Page Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml">
  883. <SubType>Designer</SubType>
  884. <Generator>MSBuild:Compile</Generator>
  885. </Page>
  886. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml">
  887. <SubType>Designer</SubType>
  888. <Generator>MSBuild:Compile</Generator>
  889. </Page>
  890. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml">
  891. <SubType>Designer</SubType>
  892. <Generator>MSBuild:Compile</Generator>
  893. </Page>
  894. <Page Include="Common\BarControl\FormBarControl.xaml">
  895. <SubType>Designer</SubType>
  896. <Generator>MSBuild:Compile</Generator>
  897. </Page>
  898. <Page Include="Security\Encryption\DecryptionDialog.xaml" />
  899. <Page Include="Security\Encryption\EncryptionDialog.xaml" />
  900. <Page Include="Security\Encryption\FileGridListControl.xaml" />
  901. <Page Include="Security\Encryption\SecurityOperationTypeDialog.xaml" />
  902. <Page Include="Security\Encryption\SetEncryptionControl.xaml" />
  903. <Page Include="Form\FormControl\FormControl.xaml">
  904. <SubType>Designer</SubType>
  905. <Generator>MSBuild:Compile</Generator>
  906. </Page>
  907. <Page Include="Form\FromPropertyControl.xaml">
  908. <SubType>Designer</SubType>
  909. <Generator>MSBuild:Compile</Generator>
  910. </Page>
  911. <Page Include="Form\Property\CheckBoxProperty.xaml">
  912. <SubType>Designer</SubType>
  913. <Generator>MSBuild:Compile</Generator>
  914. </Page>
  915. <Page Include="Form\Property\ComboBoxProperty.xaml">
  916. <SubType>Designer</SubType>
  917. <Generator>MSBuild:Compile</Generator>
  918. </Page>
  919. <Page Include="Form\Property\ListBoxProperty.xaml">
  920. <SubType>Designer</SubType>
  921. <Generator>MSBuild:Compile</Generator>
  922. </Page>
  923. <Page Include="Form\Property\PushButtonProperty.xaml">
  924. <SubType>Designer</SubType>
  925. <Generator>MSBuild:Compile</Generator>
  926. </Page>
  927. <Page Include="Form\Property\RadioButtonProperty.xaml">
  928. <SubType>Designer</SubType>
  929. <Generator>MSBuild:Compile</Generator>
  930. </Page>
  931. <Page Include="Form\Property\SignatureProperty.xaml">
  932. <SubType>Designer</SubType>
  933. <Generator>MSBuild:Compile</Generator>
  934. </Page>
  935. <Page Include="Form\Property\TextFieldProperty.xaml">
  936. <SubType>Designer</SubType>
  937. <Generator>MSBuild:Compile</Generator>
  938. </Page>
  939. <Page Include="PageEdit\PageEditControl\PageEditControl.xaml">
  940. <SubType>Designer</SubType>
  941. <Generator>MSBuild:Compile</Generator>
  942. </Page>
  943. <Page Include="PageEdit\PDFPageEdit\CPDFPageEditControl.xaml">
  944. <SubType>Designer</SubType>
  945. <Generator>MSBuild:Compile</Generator>
  946. </Page>
  947. <Page Include="PageEdit\PDFPageExtract\CPDFPageExtractUI.xaml">
  948. <SubType>Designer</SubType>
  949. <Generator>MSBuild:Compile</Generator>
  950. </Page>
  951. <Page Include="PageEdit\PDFPageExtract\CPDFPageExtractWindow.xaml">
  952. <SubType>Designer</SubType>
  953. <Generator>MSBuild:Compile</Generator>
  954. </Page>
  955. <Page Include="PageEdit\PDFPageInsert\CPDFPageInsertUI.xaml">
  956. <SubType>Designer</SubType>
  957. <Generator>MSBuild:Compile</Generator>
  958. </Page>
  959. <Page Include="PageEdit\PDFPageInsert\CPDFPageInsertWindow.xaml">
  960. <SubType>Designer</SubType>
  961. <Generator>MSBuild:Compile</Generator>
  962. </Page>
  963. <Page Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml">
  964. <SubType>Designer</SubType>
  965. <Generator>MSBuild:Compile</Generator>
  966. </Page>
  967. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml">
  968. <SubType>Designer</SubType>
  969. <Generator>MSBuild:Compile</Generator>
  970. </Page>
  971. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml">
  972. <SubType>Designer</SubType>
  973. <Generator>MSBuild:Compile</Generator>
  974. </Page>
  975. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml">
  976. <Generator>MSBuild:Compile</Generator>
  977. <SubType>Designer</SubType>
  978. </Page>
  979. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml">
  980. <SubType>Designer</SubType>
  981. <Generator>MSBuild:Compile</Generator>
  982. </Page>
  983. <Page Include="PDFView\PDFInfo\CPDFInfoControl.xaml">
  984. <Generator>MSBuild:Compile</Generator>
  985. <SubType>Designer</SubType>
  986. </Page>
  987. <Page Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml">
  988. <SubType>Designer</SubType>
  989. <Generator>MSBuild:Compile</Generator>
  990. </Page>
  991. <Page Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml">
  992. <SubType>Designer</SubType>
  993. <Generator>MSBuild:Compile</Generator>
  994. </Page>
  995. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml">
  996. <Generator>MSBuild:Compile</Generator>
  997. <SubType>Designer</SubType>
  998. </Page>
  999. <Page Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml">
  1000. <SubType>Designer</SubType>
  1001. <Generator>MSBuild:Compile</Generator>
  1002. </Page>
  1003. <Page Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml">
  1004. <Generator>MSBuild:Compile</Generator>
  1005. <SubType>Designer</SubType>
  1006. </Page>
  1007. <Page Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml">
  1008. <Generator>MSBuild:Compile</Generator>
  1009. <SubType>Designer</SubType>
  1010. </Page>
  1011. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml">
  1012. <SubType>Designer</SubType>
  1013. <Generator>MSBuild:Compile</Generator>
  1014. </Page>
  1015. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml">
  1016. <SubType>Designer</SubType>
  1017. <Generator>MSBuild:Compile</Generator>
  1018. </Page>
  1019. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml">
  1020. <SubType>Designer</SubType>
  1021. <Generator>MSBuild:Compile</Generator>
  1022. </Page>
  1023. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml">
  1024. <SubType>Designer</SubType>
  1025. <Generator>MSBuild:Compile</Generator>
  1026. </Page>
  1027. <Page Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml">
  1028. <SubType>Designer</SubType>
  1029. <Generator>MSBuild:Compile</Generator>
  1030. </Page>
  1031. <Page Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml">
  1032. <SubType>Designer</SubType>
  1033. <Generator>MSBuild:Compile</Generator>
  1034. </Page>
  1035. <Page Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml">
  1036. <SubType>Designer</SubType>
  1037. <Generator>MSBuild:Compile</Generator>
  1038. </Page>
  1039. <Page Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml">
  1040. <SubType>Designer</SubType>
  1041. <Generator>MSBuild:Compile</Generator>
  1042. </Page>
  1043. <Page Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml">
  1044. <SubType>Designer</SubType>
  1045. <Generator>MSBuild:Compile</Generator>
  1046. </Page>
  1047. <Page Include="PDFView\PDFViewControl\PDFViewControl.xaml">
  1048. <SubType>Designer</SubType>
  1049. <Generator>MSBuild:Compile</Generator>
  1050. </Page>
  1051. <Page Include="PDFView\RegularViewerControl.xaml" />
  1052. <Page Include="Security\Watermark\AddWatermark\FileGridListWithPageRangeControl.xaml">
  1053. <SubType>Designer</SubType>
  1054. <Generator>MSBuild:Compile</Generator>
  1055. </Page>
  1056. <Page Include="Security\Watermark\AddWatermark\PageRangeDialog.xaml">
  1057. <SubType>Designer</SubType>
  1058. <Generator>MSBuild:Compile</Generator>
  1059. </Page>
  1060. <Page Include="Common\PreviewControl\PreviewControl.xaml">
  1061. <SubType>Designer</SubType>
  1062. <Generator>MSBuild:Compile</Generator>
  1063. </Page>
  1064. <Page Include="Security\Watermark\AddWatermark\WatermarkDialog.xaml">
  1065. <SubType>Designer</SubType>
  1066. <Generator>MSBuild:Compile</Generator>
  1067. </Page>
  1068. <Page Include="Security\Watermark\AddWatermark\WatermarkListDialog.xaml">
  1069. <SubType>Designer</SubType>
  1070. <Generator>MSBuild:Compile</Generator>
  1071. </Page>
  1072. <Page Include="Security\Watermark\RemoveWatermark\RemoveWatermarkListControl.xaml">
  1073. <SubType>Designer</SubType>
  1074. <Generator>MSBuild:Compile</Generator>
  1075. </Page>
  1076. <Page Include="Security\Watermark\RemoveWatermark\RemoveWatermarkListDialog.xaml">
  1077. <SubType>Designer</SubType>
  1078. <Generator>MSBuild:Compile</Generator>
  1079. </Page>
  1080. <Page Include="Security\Watermark\WatermarkOperationTypeDialog.xaml">
  1081. <SubType>Designer</SubType>
  1082. </Page>
  1083. </ItemGroup>
  1084. <ItemGroup>
  1085. <ProjectReference Include="..\..\..\..\compdfkit\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  1086. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  1087. <Name>ComPDFKit.Desk</Name>
  1088. </ProjectReference>
  1089. <ProjectReference Include="..\..\..\..\compdfkit\ComPDFKit\ComPDFKitDesktop\ComPDFKit.Viewer\ComPDFKit.Viewer.csproj">
  1090. <Project>{18ec356d-8130-49d4-b4e6-ac290e1065b7}</Project>
  1091. <Name>ComPDFKit.Viewer</Name>
  1092. </ProjectReference>
  1093. </ItemGroup>
  1094. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1095. <Import Project="..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.targets')" />
  1096. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1097. <PropertyGroup>
  1098. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  1099. </PropertyGroup>
  1100. <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.targets'))" />
  1101. </Target>
  1102. </Project>