Compdfkit_Tools.csproj 53 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124
  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\Resources.Designer.cs">
  512. <DesignTime>True</DesignTime>
  513. <AutoGen>True</AutoGen>
  514. <DependentUpon>Resources.resx</DependentUpon>
  515. </Compile>
  516. <Compile Include="Strings\Resources.zh-CN.Designer.cs">
  517. <AutoGen>True</AutoGen>
  518. <DesignTime>True</DesignTime>
  519. <DependentUpon>Resources.zh-CN.resx</DependentUpon>
  520. </Compile>
  521. <EmbeddedResource Include="Properties\Resources.resx">
  522. <Generator>ResXFileCodeGenerator</Generator>
  523. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  524. </EmbeddedResource>
  525. <EmbeddedResource Include="Strings\Resources.resx">
  526. <Generator>ResXFileCodeGenerator</Generator>
  527. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  528. </EmbeddedResource>
  529. <EmbeddedResource Include="Strings\Resources.zh-CN.resx">
  530. <Generator>ResXFileCodeGenerator</Generator>
  531. <LastGenOutput>Resources.zh-CN.Designer.cs</LastGenOutput>
  532. </EmbeddedResource>
  533. <None Include="app.config" />
  534. <None Include="packages.config" />
  535. <None Include="Properties\Settings.settings">
  536. <Generator>SettingsSingleFileGenerator</Generator>
  537. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  538. </None>
  539. </ItemGroup>
  540. <ItemGroup>
  541. <Resource Include="Asset\Resource\Annotation\StampIcons\Accepted.png" />
  542. <Resource Include="Asset\Resource\Annotation\StampIcons\Approved.png" />
  543. <Resource Include="Asset\Resource\Annotation\StampIcons\Completed.png" />
  544. <Resource Include="Asset\Resource\Annotation\StampIcons\Confidential.png" />
  545. <Resource Include="Asset\Resource\Annotation\StampIcons\Draft.png" />
  546. <Resource Include="Asset\Resource\Annotation\StampIcons\Empty_stamp.png" />
  547. <Resource Include="Asset\Resource\Annotation\StampIcons\Final.png" />
  548. <Resource Include="Asset\Resource\Annotation\StampIcons\ForComment.png" />
  549. <Resource Include="Asset\Resource\Annotation\StampIcons\ForPublicRelease.png" />
  550. <Resource Include="Asset\Resource\Annotation\StampIcons\InformationOnly.png" />
  551. <Resource Include="Asset\Resource\Annotation\StampIcons\InitialHere.png" />
  552. <Resource Include="Asset\Resource\Annotation\StampIcons\NotApproved.png" />
  553. <Resource Include="Asset\Resource\Annotation\StampIcons\NotForPublicRelease.png" />
  554. <Resource Include="Asset\Resource\Annotation\StampIcons\PreliminaryResults.png" />
  555. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark1.png" />
  556. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark2.png" />
  557. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark3.png" />
  558. <Resource Include="Asset\Resource\Annotation\StampIcons\Rejected.png" />
  559. <Resource Include="Asset\Resource\Annotation\StampIcons\revised.png" />
  560. <Resource Include="Asset\Resource\Annotation\StampIcons\SignHere.png" />
  561. <Resource Include="Asset\Resource\Annotation\StampIcons\Void.png" />
  562. <Resource Include="Asset\Resource\Annotation\StampIcons\Witness.png" />
  563. <Resource Include="Asset\Resource\Annotation\Signature\Dropimage.png" />
  564. <Resource Include="Asset\Resource\Color_btn_ic.png" />
  565. <Resource Include="Asset\Resource\Transparent_btn_ic.png" />
  566. <Resource Include="Asset\Resource\warn.png" />
  567. <Resource Include="ComPDFKit_Logo.ico" />
  568. <Resource Include="Asset\Resource\Logo.png" />
  569. <Content Include="VirtualizingWrapPanel.dll">
  570. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  571. </Content>
  572. </ItemGroup>
  573. <ItemGroup>
  574. <Page Include="Annotation\AnnotationControl\AnnotationControl.xaml">
  575. <SubType>Designer</SubType>
  576. </Page>
  577. <Page Include="Annotation\CPDFAnnotationPreviewerControl.xaml">
  578. <SubType>Designer</SubType>
  579. <Generator>MSBuild:Compile</Generator>
  580. </Page>
  581. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListControl\CPDFAnnotationListControl.xaml">
  582. <SubType>Designer</SubType>
  583. <Generator>MSBuild:Compile</Generator>
  584. </Page>
  585. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListUI\CPDFAnnoationListUI.xaml">
  586. <SubType>Designer</SubType>
  587. <Generator>MSBuild:Compile</Generator>
  588. </Page>
  589. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreehandUI.xaml">
  590. <SubType>Designer</SubType>
  591. <Generator>MSBuild:Compile</Generator>
  592. </Page>
  593. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreeTextUI.xaml">
  594. <SubType>Designer</SubType>
  595. <Generator>MSBuild:Compile</Generator>
  596. </Page>
  597. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFTempStampUI.xaml">
  598. <SubType>Designer</SubType>
  599. <Generator>MSBuild:Compile</Generator>
  600. </Page>
  601. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFNoteUI.xaml">
  602. <SubType>Designer</SubType>
  603. <Generator>MSBuild:Compile</Generator>
  604. </Page>
  605. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSignatureUI.xaml">
  606. <SubType>Designer</SubType>
  607. <Generator>MSBuild:Compile</Generator>
  608. </Page>
  609. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateSignatureDialog.xaml">
  610. <SubType>Designer</SubType>
  611. <Generator>MSBuild:Compile</Generator>
  612. </Page>
  613. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFDeleteDialog.xaml">
  614. <SubType>Designer</SubType>
  615. <Generator>MSBuild:Compile</Generator>
  616. </Page>
  617. <Page Include="Asset\Styles\ButtonStyle.xaml">
  618. <Generator>MSBuild:Compile</Generator>
  619. <SubType>Designer</SubType>
  620. </Page>
  621. <Page Include="Asset\Styles\ComboBoxStyle.xaml">
  622. <Generator>MSBuild:Compile</Generator>
  623. <SubType>Designer</SubType>
  624. </Page>
  625. <Page Include="Asset\Styles\EyeCheckBoxStyle.xaml" />
  626. <Page Include="Asset\Styles\ListBoxItemStyle.xaml">
  627. <Generator>MSBuild:Compile</Generator>
  628. <SubType>Designer</SubType>
  629. </Page>
  630. <Page Include="Asset\Styles\MenuItemStyle.xaml">
  631. <Generator>MSBuild:Compile</Generator>
  632. <SubType>Designer</SubType>
  633. </Page>
  634. <Page Include="Asset\Styles\RadioButtonStyle.xaml">
  635. <SubType>Designer</SubType>
  636. <Generator>MSBuild:Compile</Generator>
  637. </Page>
  638. <Page Include="Asset\Styles\RoundCornerPasswordBoxStyle.xaml" />
  639. <Page Include="Asset\Styles\RoundCornerTextBoxStyle.xaml" />
  640. <Page Include="Asset\Styles\SliderStyle.xaml">
  641. <Generator>MSBuild:Compile</Generator>
  642. <SubType>Designer</SubType>
  643. </Page>
  644. <Page Include="Asset\Styles\TabControlStyle.xaml">
  645. <Generator>MSBuild:Compile</Generator>
  646. <SubType>Designer</SubType>
  647. </Page>
  648. <Page Include="Asset\Styles\TabItemStyle.xaml">
  649. <Generator>MSBuild:Compile</Generator>
  650. <SubType>Designer</SubType>
  651. </Page>
  652. <Page Include="Asset\Styles\TextBoxStyle.xaml">
  653. <Generator>MSBuild:Compile</Generator>
  654. <SubType>Designer</SubType>
  655. </Page>
  656. <Page Include="Asset\Styles\ToggleButtonStyle.xaml">
  657. <Generator>MSBuild:Compile</Generator>
  658. <SubType>Designer</SubType>
  659. </Page>
  660. <Page Include="Asset\Styles\TreeViewItemStyle.xaml">
  661. <Generator>MSBuild:Compile</Generator>
  662. <SubType>Designer</SubType>
  663. </Page>
  664. <Page Include="Asset\Styles\WindowStyle.xaml">
  665. <Generator>MSBuild:Compile</Generator>
  666. <SubType>Designer</SubType>
  667. </Page>
  668. <Page Include="Common\BarControl\CPDFDigitalSignatureBarControl.xaml">
  669. <SubType>Designer</SubType>
  670. <Generator>MSBuild:Compile</Generator>
  671. </Page>
  672. <Page Include="Common\BarControl\CPDFPageEditBarControl.xaml">
  673. <SubType>Designer</SubType>
  674. <Generator>MSBuild:Compile</Generator>
  675. </Page>
  676. <Page Include="Common\BaseControl\CustomProgressBarControl.xaml" />
  677. <Page Include="Common\BaseControl\MatrixRadioControl.xaml">
  678. <SubType>Designer</SubType>
  679. <Generator>MSBuild:Compile</Generator>
  680. </Page>
  681. <Page Include="Common\BaseControl\PageNumberControl.xaml">
  682. <Generator>MSBuild:Compile</Generator>
  683. <SubType>Designer</SubType>
  684. </Page>
  685. <Page Include="Common\CreateBlankPageSetting\CreateBlankPageSettingDialog.xaml" />
  686. <Page Include="Common\DeviceSerial\DeviceSerialControl.xaml" />
  687. <Page Include="Common\PasswordControl\PasswordBoxControl.xaml" />
  688. <Page Include="Common\HomePage\FeaturesListControl.xaml">
  689. <SubType>Designer</SubType>
  690. <Generator>MSBuild:Compile</Generator>
  691. </Page>
  692. <Page Include="Common\HomePage\HomePageControl.xaml">
  693. <SubType>Designer</SubType>
  694. <Generator>MSBuild:Compile</Generator>
  695. </Page>
  696. <Page Include="Common\HomePage\RecentFilesControl.xaml">
  697. <SubType>Designer</SubType>
  698. <Generator>MSBuild:Compile</Generator>
  699. </Page>
  700. <Page Include="Common\PasswordControl\PasswordDialog.xaml">
  701. <Generator>MSBuild:Compile</Generator>
  702. <SubType>Designer</SubType>
  703. </Page>
  704. <Page Include="Common\PasswordControl\PasswordWindow.xaml">
  705. <SubType>Designer</SubType>
  706. <Generator>MSBuild:Compile</Generator>
  707. </Page>
  708. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml">
  709. <SubType>Designer</SubType>
  710. <Generator>MSBuild:Compile</Generator>
  711. </Page>
  712. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml">
  713. <SubType>Designer</SubType>
  714. <Generator>MSBuild:Compile</Generator>
  715. </Page>
  716. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml">
  717. <SubType>Designer</SubType>
  718. <Generator>MSBuild:Compile</Generator>
  719. </Page>
  720. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml">
  721. <SubType>Designer</SubType>
  722. <Generator>MSBuild:Compile</Generator>
  723. </Page>
  724. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml">
  725. <SubType>Designer</SubType>
  726. <Generator>MSBuild:Compile</Generator>
  727. </Page>
  728. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml">
  729. <SubType>Designer</SubType>
  730. <Generator>MSBuild:Compile</Generator>
  731. </Page>
  732. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml">
  733. <SubType>Designer</SubType>
  734. <Generator>MSBuild:Compile</Generator>
  735. </Page>
  736. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml">
  737. <SubType>Designer</SubType>
  738. <Generator>MSBuild:Compile</Generator>
  739. </Page>
  740. <Page Include="Asset\Themes\Global.xaml">
  741. <SubType>Designer</SubType>
  742. <Generator>MSBuild:Compile</Generator>
  743. </Page>
  744. <Page Include="Common\BarControl\CPDFBOTABarControl.xaml">
  745. <SubType>Designer</SubType>
  746. <Generator>MSBuild:Compile</Generator>
  747. </Page>
  748. <Page Include="Common\BarControl\CPDFAnnotationBarControl.xaml">
  749. <SubType>Designer</SubType>
  750. <Generator>MSBuild:Compile</Generator>
  751. </Page>
  752. <Page Include="Common\BarControl\CPDFTitleBarControl.xaml">
  753. <SubType>Designer</SubType>
  754. <Generator>MSBuild:Compile</Generator>
  755. </Page>
  756. <Page Include="Common\BaseControl\CustomSliderControl.xaml">
  757. <SubType>Designer</SubType>
  758. <Generator>MSBuild:Compile</Generator>
  759. </Page>
  760. <Page Include="Common\BaseControl\NumericUpDownControl.xaml">
  761. <SubType>Designer</SubType>
  762. <Generator>MSBuild:Compile</Generator>
  763. </Page>
  764. <Page Include="Common\PropertyControl\ColorPickerControl.xaml">
  765. <SubType>Designer</SubType>
  766. <Generator>MSBuild:Compile</Generator>
  767. </Page>
  768. <Page Include="Common\BaseControl\DropDownNumberBoxControl.xaml">
  769. <SubType>Designer</SubType>
  770. <Generator>MSBuild:Compile</Generator>
  771. </Page>
  772. <Page Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml">
  773. <SubType>Designer</SubType>
  774. <Generator>MSBuild:Compile</Generator>
  775. </Page>
  776. <Page Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml">
  777. <SubType>Designer</SubType>
  778. <Generator>MSBuild:Compile</Generator>
  779. </Page>
  780. <Page Include="Common\PropertyControl\PDFLocation\CPDFLocationControl.xaml">
  781. <SubType>Designer</SubType>
  782. <Generator>MSBuild:Compile</Generator>
  783. </Page>
  784. <Page Include="Common\PropertyControl\PDFLocation\CPDFRotationControl.xaml">
  785. <SubType>Designer</SubType>
  786. <Generator>MSBuild:Compile</Generator>
  787. </Page>
  788. <Page Include="Common\PropertyControl\PDFLocation\CPDFTileControl.xaml">
  789. <SubType>Designer</SubType>
  790. <Generator>MSBuild:Compile</Generator>
  791. </Page>
  792. <Page Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml">
  793. <SubType>Designer</SubType>
  794. <Generator>MSBuild:Compile</Generator>
  795. </Page>
  796. <Page Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml">
  797. <SubType>Designer</SubType>
  798. <Generator>MSBuild:Compile</Generator>
  799. </Page>
  800. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml">
  801. <SubType>Designer</SubType>
  802. <Generator>MSBuild:Compile</Generator>
  803. </Page>
  804. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml">
  805. <SubType>Designer</SubType>
  806. <Generator>MSBuild:Compile</Generator>
  807. </Page>
  808. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml">
  809. <SubType>Designer</SubType>
  810. <Generator>MSBuild:Compile</Generator>
  811. </Page>
  812. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml">
  813. <SubType>Designer</SubType>
  814. <Generator>MSBuild:Compile</Generator>
  815. </Page>
  816. <Page Include="Common\PropertyControl\WritableComboBoxControl.xaml">
  817. <SubType>Designer</SubType>
  818. <Generator>MSBuild:Compile</Generator>
  819. </Page>
  820. <Page Include="DigitalSignature\AddCertificationControl\AddCertificationControl.xaml">
  821. <SubType>Designer</SubType>
  822. <Generator>MSBuild:Compile</Generator>
  823. </Page>
  824. <Page Include="DigitalSignature\AddCertificationControl\AddCertificationDialog.xaml">
  825. <SubType>Designer</SubType>
  826. <Generator>MSBuild:Compile</Generator>
  827. </Page>
  828. <Page Include="DigitalSignature\AddCertificationControl\AddCustomCertificationControl.xaml">
  829. <SubType>Designer</SubType>
  830. <Generator>MSBuild:Compile</Generator>
  831. </Page>
  832. <Page Include="DigitalSignature\AddCertificationControl\AddExistedCertificationControl.xaml">
  833. <SubType>Designer</SubType>
  834. <Generator>MSBuild:Compile</Generator>
  835. </Page>
  836. <Page Include="DigitalSignature\AddCertificationControl\SaveCerficateControl.xaml">
  837. <SubType>Designer</SubType>
  838. <Generator>MSBuild:Compile</Generator>
  839. </Page>
  840. <Page Include="DigitalSignature\DigitalSignatureControl\CPDFSignatureListControl.xaml" />
  841. <Page Include="DigitalSignature\DigitalSignatureControl\DigitalSignatureControl.xaml">
  842. <SubType>Designer</SubType>
  843. <Generator>MSBuild:Compile</Generator>
  844. </Page>
  845. <Page Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureDialog.xaml">
  846. <SubType>Designer</SubType>
  847. <Generator>MSBuild:Compile</Generator>
  848. </Page>
  849. <Page Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureControl.xaml">
  850. <Generator>MSBuild:Compile</Generator>
  851. <SubType>Designer</SubType>
  852. </Page>
  853. <Page Include="DigitalSignature\ViewCertificationControl\CertificateChainControl.xaml">
  854. <SubType>Designer</SubType>
  855. <Generator>MSBuild:Compile</Generator>
  856. </Page>
  857. <Page Include="DigitalSignature\ViewCertificationControl\CertificateDetailControl.xaml">
  858. <SubType>Designer</SubType>
  859. <Generator>MSBuild:Compile</Generator>
  860. </Page>
  861. <Page Include="DigitalSignature\ViewCertificationControl\CertificateInfoControl.xaml">
  862. <SubType>Designer</SubType>
  863. <Generator>MSBuild:Compile</Generator>
  864. </Page>
  865. <Page Include="DigitalSignature\ViewCertificationControl\ConfidenceControl.xaml">
  866. <SubType>Designer</SubType>
  867. <Generator>MSBuild:Compile</Generator>
  868. </Page>
  869. <Page Include="DigitalSignature\ViewCertificationControl\SummaryControl.xaml">
  870. <SubType>Designer</SubType>
  871. <Generator>MSBuild:Compile</Generator>
  872. </Page>
  873. <Page Include="DigitalSignature\ViewCertificationControl\ViewCertificateDialog.xaml">
  874. <SubType>Designer</SubType>
  875. <Generator>MSBuild:Compile</Generator>
  876. </Page>
  877. <Page Include="DigitalSignature\SignatureStatusBarControl\SignatureStatusBarControl.xaml" />
  878. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureInfoControl.xaml" />
  879. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureValiditySummaaryControl.xaml" />
  880. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\VerifyDigitalSignatureControl.xaml" />
  881. <Page Include="Edit\ContentEditControl\ContentEditControl.xaml">
  882. <SubType>Designer</SubType>
  883. <Generator>MSBuild:Compile</Generator>
  884. </Page>
  885. <Page Include="Edit\PDFContentEditControl.xaml">
  886. <SubType>Designer</SubType>
  887. <Generator>MSBuild:Compile</Generator>
  888. </Page>
  889. <Page Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml">
  890. <SubType>Designer</SubType>
  891. <Generator>MSBuild:Compile</Generator>
  892. </Page>
  893. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml">
  894. <SubType>Designer</SubType>
  895. <Generator>MSBuild:Compile</Generator>
  896. </Page>
  897. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml">
  898. <SubType>Designer</SubType>
  899. <Generator>MSBuild:Compile</Generator>
  900. </Page>
  901. <Page Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml">
  902. <SubType>Designer</SubType>
  903. <Generator>MSBuild:Compile</Generator>
  904. </Page>
  905. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml">
  906. <SubType>Designer</SubType>
  907. <Generator>MSBuild:Compile</Generator>
  908. </Page>
  909. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml">
  910. <SubType>Designer</SubType>
  911. <Generator>MSBuild:Compile</Generator>
  912. </Page>
  913. <Page Include="Common\BarControl\FormBarControl.xaml">
  914. <SubType>Designer</SubType>
  915. <Generator>MSBuild:Compile</Generator>
  916. </Page>
  917. <Page Include="Security\Encryption\DecryptionDialog.xaml" />
  918. <Page Include="Security\Encryption\EncryptionDialog.xaml" />
  919. <Page Include="Security\Encryption\FileGridListControl.xaml" />
  920. <Page Include="Security\Encryption\SecurityOperationTypeDialog.xaml" />
  921. <Page Include="Security\Encryption\SetEncryptionControl.xaml" />
  922. <Page Include="Form\FormControl\FormControl.xaml">
  923. <SubType>Designer</SubType>
  924. <Generator>MSBuild:Compile</Generator>
  925. </Page>
  926. <Page Include="Form\FromPropertyControl.xaml">
  927. <SubType>Designer</SubType>
  928. <Generator>MSBuild:Compile</Generator>
  929. </Page>
  930. <Page Include="Form\Property\CheckBoxProperty.xaml">
  931. <SubType>Designer</SubType>
  932. <Generator>MSBuild:Compile</Generator>
  933. </Page>
  934. <Page Include="Form\Property\ComboBoxProperty.xaml">
  935. <SubType>Designer</SubType>
  936. <Generator>MSBuild:Compile</Generator>
  937. </Page>
  938. <Page Include="Form\Property\ListBoxProperty.xaml">
  939. <SubType>Designer</SubType>
  940. <Generator>MSBuild:Compile</Generator>
  941. </Page>
  942. <Page Include="Form\Property\PushButtonProperty.xaml">
  943. <SubType>Designer</SubType>
  944. <Generator>MSBuild:Compile</Generator>
  945. </Page>
  946. <Page Include="Form\Property\RadioButtonProperty.xaml">
  947. <SubType>Designer</SubType>
  948. <Generator>MSBuild:Compile</Generator>
  949. </Page>
  950. <Page Include="Form\Property\SignatureProperty.xaml">
  951. <SubType>Designer</SubType>
  952. <Generator>MSBuild:Compile</Generator>
  953. </Page>
  954. <Page Include="Form\Property\TextFieldProperty.xaml">
  955. <SubType>Designer</SubType>
  956. <Generator>MSBuild:Compile</Generator>
  957. </Page>
  958. <Page Include="PageEdit\PageEditControl\PageEditControl.xaml">
  959. <SubType>Designer</SubType>
  960. <Generator>MSBuild:Compile</Generator>
  961. </Page>
  962. <Page Include="PageEdit\PDFPageEdit\CPDFPageEditControl.xaml">
  963. <SubType>Designer</SubType>
  964. <Generator>MSBuild:Compile</Generator>
  965. </Page>
  966. <Page Include="PageEdit\PDFPageExtract\CPDFPageExtractUI.xaml">
  967. <SubType>Designer</SubType>
  968. <Generator>MSBuild:Compile</Generator>
  969. </Page>
  970. <Page Include="PageEdit\PDFPageExtract\CPDFPageExtractWindow.xaml">
  971. <SubType>Designer</SubType>
  972. <Generator>MSBuild:Compile</Generator>
  973. </Page>
  974. <Page Include="PageEdit\PDFPageInsert\CPDFPageInsertUI.xaml">
  975. <SubType>Designer</SubType>
  976. <Generator>MSBuild:Compile</Generator>
  977. </Page>
  978. <Page Include="PageEdit\PDFPageInsert\CPDFPageInsertWindow.xaml">
  979. <SubType>Designer</SubType>
  980. <Generator>MSBuild:Compile</Generator>
  981. </Page>
  982. <Page Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml">
  983. <SubType>Designer</SubType>
  984. <Generator>MSBuild:Compile</Generator>
  985. </Page>
  986. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml">
  987. <SubType>Designer</SubType>
  988. <Generator>MSBuild:Compile</Generator>
  989. </Page>
  990. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml">
  991. <SubType>Designer</SubType>
  992. <Generator>MSBuild:Compile</Generator>
  993. </Page>
  994. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml">
  995. <Generator>MSBuild:Compile</Generator>
  996. <SubType>Designer</SubType>
  997. </Page>
  998. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml">
  999. <SubType>Designer</SubType>
  1000. <Generator>MSBuild:Compile</Generator>
  1001. </Page>
  1002. <Page Include="PDFView\PDFInfo\CPDFInfoControl.xaml">
  1003. <Generator>MSBuild:Compile</Generator>
  1004. <SubType>Designer</SubType>
  1005. </Page>
  1006. <Page Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml">
  1007. <SubType>Designer</SubType>
  1008. <Generator>MSBuild:Compile</Generator>
  1009. </Page>
  1010. <Page Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml">
  1011. <SubType>Designer</SubType>
  1012. <Generator>MSBuild:Compile</Generator>
  1013. </Page>
  1014. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml">
  1015. <Generator>MSBuild:Compile</Generator>
  1016. <SubType>Designer</SubType>
  1017. </Page>
  1018. <Page Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml">
  1019. <SubType>Designer</SubType>
  1020. <Generator>MSBuild:Compile</Generator>
  1021. </Page>
  1022. <Page Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml">
  1023. <Generator>MSBuild:Compile</Generator>
  1024. <SubType>Designer</SubType>
  1025. </Page>
  1026. <Page Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml">
  1027. <Generator>MSBuild:Compile</Generator>
  1028. <SubType>Designer</SubType>
  1029. </Page>
  1030. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml">
  1031. <SubType>Designer</SubType>
  1032. <Generator>MSBuild:Compile</Generator>
  1033. </Page>
  1034. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml">
  1035. <SubType>Designer</SubType>
  1036. <Generator>MSBuild:Compile</Generator>
  1037. </Page>
  1038. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml">
  1039. <SubType>Designer</SubType>
  1040. <Generator>MSBuild:Compile</Generator>
  1041. </Page>
  1042. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml">
  1043. <SubType>Designer</SubType>
  1044. <Generator>MSBuild:Compile</Generator>
  1045. </Page>
  1046. <Page Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml">
  1047. <SubType>Designer</SubType>
  1048. <Generator>MSBuild:Compile</Generator>
  1049. </Page>
  1050. <Page Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml">
  1051. <SubType>Designer</SubType>
  1052. <Generator>MSBuild:Compile</Generator>
  1053. </Page>
  1054. <Page Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml">
  1055. <SubType>Designer</SubType>
  1056. <Generator>MSBuild:Compile</Generator>
  1057. </Page>
  1058. <Page Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml">
  1059. <SubType>Designer</SubType>
  1060. <Generator>MSBuild:Compile</Generator>
  1061. </Page>
  1062. <Page Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml">
  1063. <SubType>Designer</SubType>
  1064. <Generator>MSBuild:Compile</Generator>
  1065. </Page>
  1066. <Page Include="PDFView\PDFViewControl\PDFViewControl.xaml">
  1067. <SubType>Designer</SubType>
  1068. <Generator>MSBuild:Compile</Generator>
  1069. </Page>
  1070. <Page Include="PDFView\RegularViewerControl.xaml" />
  1071. <Page Include="Security\Watermark\AddWatermark\FileGridListWithPageRangeControl.xaml">
  1072. <SubType>Designer</SubType>
  1073. <Generator>MSBuild:Compile</Generator>
  1074. </Page>
  1075. <Page Include="Security\Watermark\AddWatermark\PageRangeDialog.xaml">
  1076. <SubType>Designer</SubType>
  1077. <Generator>MSBuild:Compile</Generator>
  1078. </Page>
  1079. <Page Include="Common\PreviewControl\PreviewControl.xaml">
  1080. <SubType>Designer</SubType>
  1081. <Generator>MSBuild:Compile</Generator>
  1082. </Page>
  1083. <Page Include="Security\Watermark\AddWatermark\WatermarkDialog.xaml">
  1084. <SubType>Designer</SubType>
  1085. <Generator>MSBuild:Compile</Generator>
  1086. </Page>
  1087. <Page Include="Security\Watermark\AddWatermark\WatermarkListDialog.xaml">
  1088. <SubType>Designer</SubType>
  1089. <Generator>MSBuild:Compile</Generator>
  1090. </Page>
  1091. <Page Include="Security\Watermark\RemoveWatermark\RemoveWatermarkListControl.xaml">
  1092. <SubType>Designer</SubType>
  1093. <Generator>MSBuild:Compile</Generator>
  1094. </Page>
  1095. <Page Include="Security\Watermark\RemoveWatermark\RemoveWatermarkListDialog.xaml">
  1096. <SubType>Designer</SubType>
  1097. <Generator>MSBuild:Compile</Generator>
  1098. </Page>
  1099. <Page Include="Security\Watermark\WatermarkOperationTypeDialog.xaml">
  1100. <SubType>Designer</SubType>
  1101. </Page>
  1102. </ItemGroup>
  1103. <ItemGroup>
  1104. <ProjectReference Include="..\..\..\..\compdfkit\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  1105. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  1106. <Name>ComPDFKit.Desk</Name>
  1107. </ProjectReference>
  1108. <ProjectReference Include="..\..\..\..\compdfkit\ComPDFKit\ComPDFKitDesktop\ComPDFKit.Viewer\ComPDFKit.Viewer.csproj">
  1109. <Project>{18ec356d-8130-49d4-b4e6-ac290e1065b7}</Project>
  1110. <Name>ComPDFKit.Viewer</Name>
  1111. </ProjectReference>
  1112. </ItemGroup>
  1113. <ItemGroup>
  1114. <Folder Include="DigitalSignature\CPDFSignatureListControl\" />
  1115. </ItemGroup>
  1116. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1117. <Import Project="..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.targets')" />
  1118. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1119. <PropertyGroup>
  1120. <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>
  1121. </PropertyGroup>
  1122. <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'))" />
  1123. </Target>
  1124. </Project>