Compdfkit_Tools.csproj 55 KB

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