Compdfkit_Tools.csproj 49 KB

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