Compdfkit_Tools.csproj 48 KB

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