Compdfkit_Tools.csproj 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279
  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\CPDFMeasureBarControl.xaml.cs">
  114. <DependentUpon>CPDFMeasureBarControl.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="Common\BarControl\CPDFPageEditBarControl.xaml.cs">
  117. <DependentUpon>CPDFPageEditBarControl.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Common\BaseControl\CustomProgressBarControl.xaml.cs">
  120. <DependentUpon>CustomProgressBarControl.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="Common\BaseControl\HomePageButton.cs" />
  123. <Compile Include="Common\BaseControl\MatrixRadioControl.xaml.cs">
  124. <DependentUpon>MatrixRadioControl.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Common\BaseControl\PageNumberControl.xaml.cs">
  127. <DependentUpon>PageNumberControl.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Common\Convert\BoolToColorConverter.cs" />
  130. <Compile Include="Common\Convert\HeightToTopMarginConverter.cs" />
  131. <Compile Include="Common\Convert\HomePageFileListHeightConverter.cs" />
  132. <Compile Include="Common\Convert\HomePageHeightConverter.cs" />
  133. <Compile Include="Common\Convert\AndMultiBoolValueConverter.cs" />
  134. <Compile Include="Common\Convert\AnnotArgsTypeToVisibilityConverter.cs" />
  135. <Compile Include="Common\Convert\AntiBoolToVisibilityConverter.cs" />
  136. <Compile Include="Common\Convert\AntiStringToVisibilityConverter.cs" />
  137. <Compile Include="Common\Convert\CaptionHeightConverter.cs" />
  138. <Compile Include="Common\Convert\IntAndTagToBoolMultiBinding.cs" />
  139. <Compile Include="Common\Convert\LanguageResourceConverter.cs" />
  140. <Compile Include="Common\Convert\ReverseBoolConverter.cs" />
  141. <Compile Include="Common\Convert\ReverseVisibilityConverter.cs" />
  142. <Compile Include="Common\Convert\StringToVisibilityConverter.cs" />
  143. <Compile Include="Common\Convert\ShowDefaultCloseButtonConverter.cs" />
  144. <Compile Include="Common\Convert\ShowIconConverter.cs" />
  145. <Compile Include="Common\Convert\TagToBoolConverter.cs" />
  146. <Compile Include="Common\Convert\WindowStateToPathConverter.cs" />
  147. <Compile Include="Common\Convert\WindowStateToThicknessConverter.cs" />
  148. <Compile Include="Common\CreateBlankPageSetting\CreateBlankPageSettingDialog.xaml.cs">
  149. <DependentUpon>CreateBlankPageSettingDialog.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="Common\DeviceSerial\DeviceSerialControl.xaml.cs">
  152. <DependentUpon>DeviceSerialControl.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="Common\Helper\FileHistoryHelper.cs" />
  155. <Compile Include="Common\Helper\LanguageHelper.cs" />
  156. <Compile Include="Common\Helper\PasswordHelper.cs" />
  157. <Compile Include="Common\PasswordControl\PasswordBoxControl.xaml.cs">
  158. <DependentUpon>PasswordBoxControl.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="Common\HomePage\FeaturesListControl.xaml.cs">
  161. <DependentUpon>FeaturesListControl.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="Common\HomePage\HomePageControl.xaml.cs">
  164. <DependentUpon>HomePageControl.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="Common\HomePage\RecentFilesControl.xaml.cs">
  167. <DependentUpon>RecentFilesControl.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Common\PasswordControl\PasswordDialog.xaml.cs">
  170. <DependentUpon>PasswordDialog.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="Common\PasswordControl\PasswordWindow.xaml.cs">
  173. <DependentUpon>PasswordWindow.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml.cs">
  176. <DependentUpon>CPDFArrowControl.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml.cs">
  179. <DependentUpon>CPDFArrowUI.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml.cs">
  182. <DependentUpon>CPDFAnnotationControl.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="Annotation\PDFAnnotationData\CPDFAnnotationData.cs" />
  185. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml.cs">
  186. <DependentUpon>CPDFLinkUI.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml.cs">
  189. <DependentUpon>CPDFMarkupUI.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml.cs">
  192. <DependentUpon>CPDFShapeUI.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml.cs">
  195. <DependentUpon>CPDFStampUI.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml.cs">
  198. <DependentUpon>CPDFCreateStampDialog.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Common\BarControl\CPDFBOTABarControl.xaml.cs">
  201. <DependentUpon>CPDFBOTABarControl.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Common\BarControl\CPDFAnnotationBarControl.xaml.cs">
  204. <DependentUpon>CPDFAnnotationBarControl.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Common\BarControl\CPDFTitleBarControl.xaml.cs">
  207. <DependentUpon>CPDFTitleBarControl.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Common\BaseControl\CustomSliderControl.xaml.cs">
  210. <DependentUpon>CustomSliderControl.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Common\BaseControl\NumericUpDownControl.xaml.cs">
  213. <DependentUpon>NumericUpDownControl.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Common\Convert\BoolToVisibilityConverter.cs" />
  216. <Compile Include="Common\Convert\ListViewWidthConverter.cs" />
  217. <Compile Include="Common\Convert\TextLengthToBoolConverter.cs" />
  218. <Compile Include="Common\Convert\TextLengthToVisibilityConverter.cs" />
  219. <Compile Include="Common\PropertyControl\ColorPickerControl.xaml.cs">
  220. <DependentUpon>ColorPickerControl.xaml</DependentUpon>
  221. </Compile>
  222. <Compile Include="Common\BaseControl\DropDownNumberBoxControl.xaml.cs">
  223. <DependentUpon>DropDownNumberBoxControl.xaml</DependentUpon>
  224. </Compile>
  225. <Compile Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml.cs">
  226. <DependentUpon>CPDFFontControl.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml.cs">
  229. <DependentUpon>CPDFFontUI.xaml</DependentUpon>
  230. </Compile>
  231. <Compile Include="Common\PropertyControl\PDFLocation\CPDFLocationControl.xaml.cs">
  232. <DependentUpon>CPDFLocationControl.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="Common\PropertyControl\PDFLocation\CPDFRotationControl.xaml.cs">
  235. <DependentUpon>CPDFRotationControl.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Common\PropertyControl\PDFLocation\CPDFTileControl.xaml.cs">
  238. <DependentUpon>CPDFTileControl.xaml</DependentUpon>
  239. </Compile>
  240. <Compile Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml.cs">
  241. <DependentUpon>CPDFThicknessControl.xaml</DependentUpon>
  242. </Compile>
  243. <Compile Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml.cs">
  244. <DependentUpon>CPDThicknessUI.xaml</DependentUpon>
  245. </Compile>
  246. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml.cs">
  247. <DependentUpon>CPDFLineStyleControl.xaml</DependentUpon>
  248. </Compile>
  249. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml.cs">
  250. <DependentUpon>CPDFLineStyleUI.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml.cs">
  253. <DependentUpon>CPDFOpacityControl.xaml</DependentUpon>
  254. </Compile>
  255. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml.cs">
  256. <DependentUpon>CPDFOpactiyUI.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="Common\PropertyControl\WritableComboBoxControl.xaml.cs">
  259. <DependentUpon>WritableComboBoxControl.xaml</DependentUpon>
  260. </Compile>
  261. <Compile Include="DigitalSignature\AddCertificationControl\AddCertificationControl.xaml.cs">
  262. <DependentUpon>AddCertificationControl.xaml</DependentUpon>
  263. </Compile>
  264. <Compile Include="DigitalSignature\AddCertificationControl\AddCertificationDialog.xaml.cs">
  265. <DependentUpon>AddCertificationDialog.xaml</DependentUpon>
  266. </Compile>
  267. <Compile Include="DigitalSignature\AddCertificationControl\AddCustomCertificationControl.xaml.cs">
  268. <DependentUpon>AddCustomCertificationControl.xaml</DependentUpon>
  269. </Compile>
  270. <Compile Include="DigitalSignature\AddCertificationControl\AddExistedCertificationControl.xaml.cs">
  271. <DependentUpon>AddExistedCertificationControl.xaml</DependentUpon>
  272. </Compile>
  273. <Compile Include="DigitalSignature\AddCertificationControl\SaveCertificateControl.xaml.cs">
  274. <DependentUpon>SaveCertificateControl.xaml</DependentUpon>
  275. </Compile>
  276. <Compile Include="DigitalSignature\DigitalSignatureControl\CPDFSignatureListControl.xaml.cs">
  277. <DependentUpon>CPDFSignatureListControl.xaml</DependentUpon>
  278. </Compile>
  279. <Compile Include="DigitalSignature\DigitalSignatureControl\DigitalSignatureControl.xaml.cs">
  280. <DependentUpon>DigitalSignatureControl.xaml</DependentUpon>
  281. </Compile>
  282. <Compile Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureDialog.xaml.cs">
  283. <DependentUpon>FillDigitalSignatureDialog.xaml</DependentUpon>
  284. </Compile>
  285. <Compile Include="DigitalSignature\DigitalSignatureData\DigitalSignatureData.cs" />
  286. <Compile Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureControl.xaml.cs">
  287. <DependentUpon>FillDigitalSignatureControl.xaml</DependentUpon>
  288. </Compile>
  289. <Compile Include="DigitalSignature\ViewCertificationControl\CertificateChainControl.xaml.cs">
  290. <DependentUpon>CertificateChainControl.xaml</DependentUpon>
  291. </Compile>
  292. <Compile Include="DigitalSignature\ViewCertificationControl\CertificateDetailControl.xaml.cs">
  293. <DependentUpon>CertificateDetailControl.xaml</DependentUpon>
  294. </Compile>
  295. <Compile Include="DigitalSignature\ViewCertificationControl\CertificateInfoControl.xaml.cs">
  296. <DependentUpon>CertificateInfoControl.xaml</DependentUpon>
  297. </Compile>
  298. <Compile Include="DigitalSignature\ViewCertificationControl\ConfidenceControl.xaml.cs">
  299. <DependentUpon>ConfidenceControl.xaml</DependentUpon>
  300. </Compile>
  301. <Compile Include="DigitalSignature\ViewCertificationControl\SummaryControl.xaml.cs">
  302. <DependentUpon>SummaryControl.xaml</DependentUpon>
  303. </Compile>
  304. <Compile Include="DigitalSignature\ViewCertificationControl\ViewCertificateDialog.xaml.cs">
  305. <DependentUpon>ViewCertificateDialog.xaml</DependentUpon>
  306. </Compile>
  307. <Compile Include="DigitalSignature\SignatureStatusBarControl\SignatureStatusBarControl.xaml.cs">
  308. <DependentUpon>SignatureStatusBarControl.xaml</DependentUpon>
  309. </Compile>
  310. <Compile Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureInfoControl.xaml.cs">
  311. <DependentUpon>DigitalSignatureInfoControl.xaml</DependentUpon>
  312. </Compile>
  313. <Compile Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureValiditySummaaryControl.xaml.cs">
  314. <DependentUpon>DigitalSignatureValiditySummaaryControl.xaml</DependentUpon>
  315. </Compile>
  316. <Compile Include="DigitalSignature\VerifyDigitalSignatureControl\VerifyDigitalSignatureControl.xaml.cs">
  317. <DependentUpon>VerifyDigitalSignatureControl.xaml</DependentUpon>
  318. </Compile>
  319. <Compile Include="Edit\ContentEditControl\ContentEditControl.xaml.cs">
  320. <DependentUpon>ContentEditControl.xaml</DependentUpon>
  321. </Compile>
  322. <Compile Include="Edit\PDFContentEditControl.xaml.cs">
  323. <DependentUpon>PDFContentEditControl.xaml</DependentUpon>
  324. </Compile>
  325. <Compile Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml.cs">
  326. <DependentUpon>PDFImageEditControl.xaml</DependentUpon>
  327. </Compile>
  328. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml.cs">
  329. <DependentUpon>CPDFImageFlipUI.xaml</DependentUpon>
  330. </Compile>
  331. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml.cs">
  332. <DependentUpon>CPDFImageRotateUI.xaml</DependentUpon>
  333. </Compile>
  334. <Compile Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml.cs">
  335. <DependentUpon>PDFTextEditControl.xaml</DependentUpon>
  336. </Compile>
  337. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml.cs">
  338. <DependentUpon>CPDFTextAlignUI.xaml</DependentUpon>
  339. </Compile>
  340. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml.cs">
  341. <DependentUpon>CPDFTextStyleUI.xaml</DependentUpon>
  342. </Compile>
  343. <Compile Include="Common\Helper\CommonHelper.cs" />
  344. <Compile Include="Common\BarControl\FormBarControl.xaml.cs">
  345. <DependentUpon>FormBarControl.xaml</DependentUpon>
  346. </Compile>
  347. <Compile Include="Security\Encryption\DecryptionDialog.xaml.cs">
  348. <DependentUpon>DecryptionDialog.xaml</DependentUpon>
  349. </Compile>
  350. <Compile Include="Security\Encryption\EncryptionDialog.xaml.cs">
  351. <DependentUpon>EncryptionDialog.xaml</DependentUpon>
  352. </Compile>
  353. <Compile Include="Security\Encryption\FileGridListControl.xaml.cs">
  354. <DependentUpon>FileGridListControl.xaml</DependentUpon>
  355. </Compile>
  356. <Compile Include="Security\Encryption\SecurityOperationTypeDialog.xaml.cs">
  357. <DependentUpon>SecurityOperationTypeDialog.xaml</DependentUpon>
  358. </Compile>
  359. <Compile Include="Security\Encryption\SetEncryptionControl.xaml.cs">
  360. <DependentUpon>SetEncryptionControl.xaml</DependentUpon>
  361. </Compile>
  362. <Compile Include="Form\FormControl\FormControl.xaml.cs">
  363. <DependentUpon>FormControl.xaml</DependentUpon>
  364. </Compile>
  365. <Compile Include="Form\FromPropertyControl.xaml.cs">
  366. <DependentUpon>FromPropertyControl.xaml</DependentUpon>
  367. </Compile>
  368. <Compile Include="Form\Property\CheckBoxProperty.xaml.cs">
  369. <DependentUpon>CheckBoxProperty.xaml</DependentUpon>
  370. </Compile>
  371. <Compile Include="Form\Property\ComboBoxProperty.xaml.cs">
  372. <DependentUpon>ComboBoxProperty.xaml</DependentUpon>
  373. </Compile>
  374. <Compile Include="Form\Property\ListBoxProperty.xaml.cs">
  375. <DependentUpon>ListBoxProperty.xaml</DependentUpon>
  376. </Compile>
  377. <Compile Include="Form\Property\PushButtonProperty.xaml.cs">
  378. <DependentUpon>PushButtonProperty.xaml</DependentUpon>
  379. </Compile>
  380. <Compile Include="Form\Property\RadioButtonProperty.xaml.cs">
  381. <DependentUpon>RadioButtonProperty.xaml</DependentUpon>
  382. </Compile>
  383. <Compile Include="Form\Property\SignatureProperty.xaml.cs">
  384. <DependentUpon>SignatureProperty.xaml</DependentUpon>
  385. </Compile>
  386. <Compile Include="Form\Property\TextFieldProperty.xaml.cs">
  387. <DependentUpon>TextFieldProperty.xaml</DependentUpon>
  388. </Compile>
  389. <Compile Include="Measure\MeasureControl.xaml.cs">
  390. <DependentUpon>MeasureControl.xaml</DependentUpon>
  391. </Compile>
  392. <Compile Include="Measure\MeasureInfoPanel.xaml.cs">
  393. <DependentUpon>MeasureInfoPanel.xaml</DependentUpon>
  394. </Compile>
  395. <Compile Include="Measure\MeasurePropertyControl.xaml.cs">
  396. <DependentUpon>MeasurePropertyControl.xaml</DependentUpon>
  397. </Compile>
  398. <Compile Include="Measure\MeasureSettingDialog.xaml.cs">
  399. <DependentUpon>MeasureSettingDialog.xaml</DependentUpon>
  400. </Compile>
  401. <Compile Include="Measure\MeasureSettingPanel.xaml.cs">
  402. <DependentUpon>MeasureSettingPanel.xaml</DependentUpon>
  403. </Compile>
  404. <Compile Include="Measure\Property\StraightnessProperty.xaml.cs">
  405. <DependentUpon>StraightnessProperty.xaml</DependentUpon>
  406. </Compile>
  407. <Compile Include="Measure\Property\PolygonalProperty.xaml.cs">
  408. <DependentUpon>PolygonalProperty.xaml</DependentUpon>
  409. </Compile>
  410. <Compile Include="Measure\Property\MultilineProperty.xaml.cs">
  411. <DependentUpon>MultilineProperty.xaml</DependentUpon>
  412. </Compile>
  413. <Compile Include="PageEdit\PageEditControl\PageEditControl.xaml.cs">
  414. <DependentUpon>PageEditControl.xaml</DependentUpon>
  415. </Compile>
  416. <Compile Include="PageEdit\PDFPageEdit\CPDFPageEditControl.xaml.cs">
  417. <DependentUpon>CPDFPageEditControl.xaml</DependentUpon>
  418. </Compile>
  419. <Compile Include="PageEdit\PDFPageExtract\CPDFPageExtractUI.xaml.cs">
  420. <DependentUpon>CPDFPageExtractUI.xaml</DependentUpon>
  421. </Compile>
  422. <Compile Include="PageEdit\PDFPageExtract\CPDFPageExtractWindow.xaml.cs">
  423. <DependentUpon>CPDFPageExtractWindow.xaml</DependentUpon>
  424. </Compile>
  425. <Compile Include="PageEdit\PDFPageInsert\CPDFPageInsertUI.xaml.cs">
  426. <DependentUpon>CPDFPageInsertUI.xaml</DependentUpon>
  427. </Compile>
  428. <Compile Include="PageEdit\PDFPageInsert\CPDFPageInsertWindow.xaml.cs">
  429. <DependentUpon>CPDFPageInsertWindow.xaml</DependentUpon>
  430. </Compile>
  431. <Compile Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml.cs">
  432. <DependentUpon>CPDFBookmarkControl.xaml</DependentUpon>
  433. </Compile>
  434. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml.cs">
  435. <DependentUpon>CPDFBookmarkAddUI.xaml</DependentUpon>
  436. </Compile>
  437. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml.cs">
  438. <DependentUpon>CPDFBookmarkResultUI.xaml</DependentUpon>
  439. </Compile>
  440. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml.cs">
  441. <DependentUpon>CPDFDisplaySettingsControl.xaml</DependentUpon>
  442. </Compile>
  443. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml.cs">
  444. <DependentUpon>CPDFViewModeControl.xaml</DependentUpon>
  445. </Compile>
  446. <Compile Include="PDFView\PDFInfo\CPDFInfoControl.xaml.cs">
  447. <DependentUpon>CPDFInfoControl.xaml</DependentUpon>
  448. </Compile>
  449. <Compile Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml.cs">
  450. <DependentUpon>CPDFOutlineControl.xaml</DependentUpon>
  451. </Compile>
  452. <Compile Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml.cs">
  453. <DependentUpon>CPDFOutlineUI.xaml</DependentUpon>
  454. </Compile>
  455. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml.cs">
  456. <DependentUpon>CPDFSearchInputUI.xaml</DependentUpon>
  457. </Compile>
  458. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml.cs">
  459. <DependentUpon>CPDFSearchResultUI.xaml</DependentUpon>
  460. </Compile>
  461. <Compile Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml.cs">
  462. <DependentUpon>CPDFSearchControl.xaml</DependentUpon>
  463. </Compile>
  464. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml.cs">
  465. <DependentUpon>CPdfThumbnailControl.xaml</DependentUpon>
  466. </Compile>
  467. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml.cs">
  468. <DependentUpon>CPdfThumbnailUI.xaml</DependentUpon>
  469. </Compile>
  470. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml.cs">
  471. <DependentUpon>CPDFDrawModeControl.xaml</DependentUpon>
  472. </Compile>
  473. <Compile Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml.cs">
  474. <DependentUpon>CPDFAbstractInfoControl.xaml</DependentUpon>
  475. </Compile>
  476. <Compile Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml.cs">
  477. <DependentUpon>CPDFCreateInfoControl.xaml</DependentUpon>
  478. </Compile>
  479. <Compile Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml.cs">
  480. <DependentUpon>CPDFSecurityInfoControl.xaml</DependentUpon>
  481. </Compile>
  482. <Compile Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml.cs">
  483. <DependentUpon>CPDFScalingControl.xaml</DependentUpon>
  484. </Compile>
  485. <Compile Include="PDFView\PDFViewControl\PDFViewControl.xaml.cs">
  486. <DependentUpon>PDFViewControl.xaml</DependentUpon>
  487. </Compile>
  488. <Compile Include="PDFView\RegularViewerControl.xaml.cs">
  489. <DependentUpon>RegularViewerControl.xaml</DependentUpon>
  490. </Compile>
  491. <Compile Include="Properties\AssemblyInfo.cs">
  492. <SubType>Code</SubType>
  493. </Compile>
  494. <Compile Include="Properties\Resources.Designer.cs">
  495. <AutoGen>True</AutoGen>
  496. <DesignTime>True</DesignTime>
  497. <DependentUpon>Resources.resx</DependentUpon>
  498. </Compile>
  499. <Compile Include="Properties\Settings.Designer.cs">
  500. <AutoGen>True</AutoGen>
  501. <DependentUpon>Settings.settings</DependentUpon>
  502. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  503. </Compile>
  504. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml.cs">
  505. <DependentUpon>CPDFViewModeUI.xaml</DependentUpon>
  506. </Compile>
  507. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml.cs">
  508. <DependentUpon>CPDFDrawModeUI.xaml</DependentUpon>
  509. </Compile>
  510. <Compile Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml.cs">
  511. <DependentUpon>CPDFScalingUI.xaml</DependentUpon>
  512. </Compile>
  513. <Compile Include="Watermark\AddWatermark\FileGridListWithPageRangeControl.xaml.cs">
  514. <DependentUpon>FileGridListWithPageRangeControl.xaml</DependentUpon>
  515. </Compile>
  516. <Compile Include="Watermark\AddWatermark\PageRangeDialog.xaml.cs">
  517. <DependentUpon>PageRangeDialog.xaml</DependentUpon>
  518. </Compile>
  519. <Compile Include="Common\PreviewControl\PreviewControl.xaml.cs">
  520. <DependentUpon>PreviewControl.xaml</DependentUpon>
  521. </Compile>
  522. <Compile Include="Watermark\RemoveWatermark\RemoveWatermarkListControl.xaml.cs">
  523. <DependentUpon>RemoveWatermarkListControl.xaml</DependentUpon>
  524. </Compile>
  525. <Compile Include="Watermark\RemoveWatermark\RemoveWatermarkListDialog.xaml.cs">
  526. <DependentUpon>RemoveWatermarkListDialog.xaml</DependentUpon>
  527. </Compile>
  528. <Compile Include="Watermark\WatermarkData.cs" />
  529. <Compile Include="Watermark\AddWatermark\WatermarkDialog.xaml.cs">
  530. <DependentUpon>WatermarkDialog.xaml</DependentUpon>
  531. </Compile>
  532. <Compile Include="Watermark\AddWatermark\WatermarkListDialog.xaml.cs">
  533. <DependentUpon>WatermarkListDialog.xaml</DependentUpon>
  534. </Compile>
  535. <Compile Include="Watermark\WatermarkOperationTypeDialog.xaml.cs">
  536. <DependentUpon>WatermarkOperationTypeDialog.xaml</DependentUpon>
  537. </Compile>
  538. <Compile Include="Watermark\AddWatermark\WatermarkPreviewControl.cs" />
  539. <Compile Include="Strings\Bota.Designer.cs">
  540. <DesignTime>True</DesignTime>
  541. <AutoGen>True</AutoGen>
  542. <DependentUpon>Bota.resx</DependentUpon>
  543. </Compile>
  544. <Compile Include="Strings\Common.Designer.cs">
  545. <DesignTime>True</DesignTime>
  546. <AutoGen>True</AutoGen>
  547. <DependentUpon>Common.resx</DependentUpon>
  548. </Compile>
  549. <Compile Include="Strings\DocEditor.Designer.cs">
  550. <DesignTime>True</DesignTime>
  551. <AutoGen>True</AutoGen>
  552. <DependentUpon>DocEditor.resx</DependentUpon>
  553. </Compile>
  554. <Compile Include="Strings\DocInfo.Designer.cs">
  555. <DesignTime>True</DesignTime>
  556. <AutoGen>True</AutoGen>
  557. <DependentUpon>DocInfo.resx</DependentUpon>
  558. </Compile>
  559. <Compile Include="Strings\PropertyPanel.Designer.cs">
  560. <DesignTime>True</DesignTime>
  561. <AutoGen>True</AutoGen>
  562. <DependentUpon>PropertyPanel.resx</DependentUpon>
  563. </Compile>
  564. <Compile Include="Strings\Security.Designer.cs">
  565. <DesignTime>True</DesignTime>
  566. <AutoGen>True</AutoGen>
  567. <DependentUpon>Security.resx</DependentUpon>
  568. </Compile>
  569. <Compile Include="Strings\Signature.Designer.cs">
  570. <DesignTime>True</DesignTime>
  571. <AutoGen>True</AutoGen>
  572. <DependentUpon>Signature.resx</DependentUpon>
  573. </Compile>
  574. <Compile Include="Strings\ToolBar.Designer.cs">
  575. <DesignTime>True</DesignTime>
  576. <AutoGen>True</AutoGen>
  577. <DependentUpon>ToolBar.resx</DependentUpon>
  578. </Compile>
  579. <EmbeddedResource Include="Properties\Resources.resx">
  580. <Generator>ResXFileCodeGenerator</Generator>
  581. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  582. </EmbeddedResource>
  583. <EmbeddedResource Include="Strings\Bota.resx">
  584. <Generator>ResXFileCodeGenerator</Generator>
  585. <LastGenOutput>Bota.Designer.cs</LastGenOutput>
  586. </EmbeddedResource>
  587. <EmbeddedResource Include="Strings\Bota.zh.resx">
  588. <DependentUpon>Bota.resx</DependentUpon>
  589. </EmbeddedResource>
  590. <EmbeddedResource Include="Strings\Common.resx">
  591. <Generator>ResXFileCodeGenerator</Generator>
  592. <LastGenOutput>Common.Designer.cs</LastGenOutput>
  593. </EmbeddedResource>
  594. <EmbeddedResource Include="Strings\Common.zh.resx">
  595. <DependentUpon>Common.resx</DependentUpon>
  596. </EmbeddedResource>
  597. <EmbeddedResource Include="Strings\DocEditor.resx">
  598. <Generator>ResXFileCodeGenerator</Generator>
  599. <LastGenOutput>DocEditor.Designer.cs</LastGenOutput>
  600. </EmbeddedResource>
  601. <EmbeddedResource Include="Strings\DocEditor.zh.resx">
  602. <DependentUpon>DocEditor.resx</DependentUpon>
  603. </EmbeddedResource>
  604. <EmbeddedResource Include="Strings\DocInfo.resx">
  605. <Generator>ResXFileCodeGenerator</Generator>
  606. <LastGenOutput>DocInfo.Designer.cs</LastGenOutput>
  607. </EmbeddedResource>
  608. <EmbeddedResource Include="Strings\DocInfo.zh.resx">
  609. <DependentUpon>DocInfo.resx</DependentUpon>
  610. </EmbeddedResource>
  611. <EmbeddedResource Include="Strings\PropertyPanel.resx">
  612. <Generator>ResXFileCodeGenerator</Generator>
  613. <LastGenOutput>PropertyPanel.Designer.cs</LastGenOutput>
  614. </EmbeddedResource>
  615. <EmbeddedResource Include="Strings\PropertyPanel.zh.resx">
  616. <DependentUpon>PropertyPanel.resx</DependentUpon>
  617. </EmbeddedResource>
  618. <EmbeddedResource Include="Strings\Security.resx">
  619. <Generator>ResXFileCodeGenerator</Generator>
  620. <LastGenOutput>Security.Designer.cs</LastGenOutput>
  621. <SubType>Designer</SubType>
  622. </EmbeddedResource>
  623. <EmbeddedResource Include="Strings\Security.zh.resx">
  624. <DependentUpon>Security.resx</DependentUpon>
  625. </EmbeddedResource>
  626. <EmbeddedResource Include="Strings\Signature.resx">
  627. <Generator>ResXFileCodeGenerator</Generator>
  628. <LastGenOutput>Signature.Designer.cs</LastGenOutput>
  629. </EmbeddedResource>
  630. <EmbeddedResource Include="Strings\Signature.zh.resx">
  631. <DependentUpon>Signature.resx</DependentUpon>
  632. </EmbeddedResource>
  633. <EmbeddedResource Include="Strings\ToolBar.resx">
  634. <Generator>ResXFileCodeGenerator</Generator>
  635. <LastGenOutput>ToolBar.Designer.cs</LastGenOutput>
  636. </EmbeddedResource>
  637. <EmbeddedResource Include="Strings\ToolBar.zh.resx">
  638. <DependentUpon>ToolBar.resx</DependentUpon>
  639. </EmbeddedResource>
  640. <None Include="app.config" />
  641. <None Include="packages.config" />
  642. <None Include="Properties\Settings.settings">
  643. <Generator>SettingsSingleFileGenerator</Generator>
  644. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  645. </None>
  646. <None Update="Strings\Bota.zh.resx">
  647. <DependentUpon>Bota.resx</DependentUpon>
  648. </None>
  649. <None Update="Strings\Common.zh.resx">
  650. <DependentUpon>Common.resx</DependentUpon>
  651. </None>
  652. <None Update="Strings\PropertyPanel.zh.resx">
  653. <DependentUpon>PropertyPanel.resx</DependentUpon>
  654. </None>
  655. <None Update="Strings\ToolBar.zh.resx">
  656. <DependentUpon>ToolBar.resx</DependentUpon>
  657. </None>
  658. </ItemGroup>
  659. <ItemGroup>
  660. <Resource Include="Asset\Resource\Annotation\StampIcons\Accepted.png" />
  661. <Resource Include="Asset\Resource\Annotation\StampIcons\Approved.png" />
  662. <Resource Include="Asset\Resource\Annotation\StampIcons\Completed.png" />
  663. <Resource Include="Asset\Resource\Annotation\StampIcons\Confidential.png" />
  664. <Resource Include="Asset\Resource\Annotation\StampIcons\Draft.png" />
  665. <Resource Include="Asset\Resource\Annotation\StampIcons\Empty_stamp.png" />
  666. <Resource Include="Asset\Resource\Annotation\StampIcons\Final.png" />
  667. <Resource Include="Asset\Resource\Annotation\StampIcons\ForComment.png" />
  668. <Resource Include="Asset\Resource\Annotation\StampIcons\ForPublicRelease.png" />
  669. <Resource Include="Asset\Resource\Annotation\StampIcons\InformationOnly.png" />
  670. <Resource Include="Asset\Resource\Annotation\StampIcons\InitialHere.png" />
  671. <Resource Include="Asset\Resource\Annotation\StampIcons\NotApproved.png" />
  672. <Resource Include="Asset\Resource\Annotation\StampIcons\NotForPublicRelease.png" />
  673. <Resource Include="Asset\Resource\Annotation\StampIcons\PreliminaryResults.png" />
  674. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark1.png" />
  675. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark2.png" />
  676. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark3.png" />
  677. <Resource Include="Asset\Resource\Annotation\StampIcons\Rejected.png" />
  678. <Resource Include="Asset\Resource\Annotation\StampIcons\revised.png" />
  679. <Resource Include="Asset\Resource\Annotation\StampIcons\SignHere.png" />
  680. <Resource Include="Asset\Resource\Annotation\StampIcons\Void.png" />
  681. <Resource Include="Asset\Resource\Annotation\StampIcons\Witness.png" />
  682. <Resource Include="Asset\Resource\Annotation\Signature\Dropimage.png" />
  683. <Resource Include="Asset\Resource\Color_btn_ic.png" />
  684. <Resource Include="Asset\Resource\Transparent_btn_ic.png" />
  685. <Resource Include="Asset\Resource\warn.png" />
  686. <Resource Include="ComPDFKit_Logo.ico" />
  687. <Resource Include="Asset\Resource\Logo.png" />
  688. <Content Include="VirtualizingWrapPanel.dll">
  689. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  690. </Content>
  691. </ItemGroup>
  692. <ItemGroup>
  693. <Page Include="Annotation\AnnotationControl\AnnotationControl.xaml">
  694. <SubType>Designer</SubType>
  695. </Page>
  696. <Page Include="Annotation\CPDFAnnotationPreviewerControl.xaml">
  697. <SubType>Designer</SubType>
  698. <Generator>MSBuild:Compile</Generator>
  699. </Page>
  700. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListControl\CPDFAnnotationListControl.xaml">
  701. <SubType>Designer</SubType>
  702. <Generator>MSBuild:Compile</Generator>
  703. </Page>
  704. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListUI\CPDFAnnoationListUI.xaml">
  705. <SubType>Designer</SubType>
  706. <Generator>MSBuild:Compile</Generator>
  707. </Page>
  708. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreehandUI.xaml">
  709. <SubType>Designer</SubType>
  710. <Generator>MSBuild:Compile</Generator>
  711. </Page>
  712. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreeTextUI.xaml">
  713. <SubType>Designer</SubType>
  714. <Generator>MSBuild:Compile</Generator>
  715. </Page>
  716. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFTempStampUI.xaml">
  717. <SubType>Designer</SubType>
  718. <Generator>MSBuild:Compile</Generator>
  719. </Page>
  720. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFNoteUI.xaml">
  721. <SubType>Designer</SubType>
  722. <Generator>MSBuild:Compile</Generator>
  723. </Page>
  724. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSignatureUI.xaml">
  725. <SubType>Designer</SubType>
  726. <Generator>MSBuild:Compile</Generator>
  727. </Page>
  728. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateSignatureDialog.xaml">
  729. <SubType>Designer</SubType>
  730. <Generator>MSBuild:Compile</Generator>
  731. </Page>
  732. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFDeleteDialog.xaml">
  733. <SubType>Designer</SubType>
  734. <Generator>MSBuild:Compile</Generator>
  735. </Page>
  736. <Page Include="Asset\Styles\ButtonStyle.xaml">
  737. <Generator>MSBuild:Compile</Generator>
  738. <SubType>Designer</SubType>
  739. </Page>
  740. <Page Include="Asset\Styles\ComboBoxStyle.xaml">
  741. <Generator>MSBuild:Compile</Generator>
  742. <SubType>Designer</SubType>
  743. </Page>
  744. <Page Include="Asset\Styles\EyeCheckBoxStyle.xaml" />
  745. <Page Include="Asset\Styles\ListBoxItemStyle.xaml">
  746. <Generator>MSBuild:Compile</Generator>
  747. <SubType>Designer</SubType>
  748. </Page>
  749. <Page Include="Asset\Styles\MenuItemStyle.xaml">
  750. <Generator>MSBuild:Compile</Generator>
  751. <SubType>Designer</SubType>
  752. </Page>
  753. <Page Include="Asset\Styles\RadioButtonStyle.xaml">
  754. <SubType>Designer</SubType>
  755. <Generator>MSBuild:Compile</Generator>
  756. </Page>
  757. <Page Include="Asset\Styles\RoundCornerPasswordBoxStyle.xaml" />
  758. <Page Include="Asset\Styles\RoundCornerTextBoxStyle.xaml" />
  759. <Page Include="Asset\Styles\SliderStyle.xaml">
  760. <Generator>MSBuild:Compile</Generator>
  761. <SubType>Designer</SubType>
  762. </Page>
  763. <Page Include="Asset\Styles\TabControlStyle.xaml">
  764. <Generator>MSBuild:Compile</Generator>
  765. <SubType>Designer</SubType>
  766. </Page>
  767. <Page Include="Asset\Styles\TabItemStyle.xaml">
  768. <Generator>MSBuild:Compile</Generator>
  769. <SubType>Designer</SubType>
  770. </Page>
  771. <Page Include="Asset\Styles\TextBoxStyle.xaml">
  772. <Generator>MSBuild:Compile</Generator>
  773. <SubType>Designer</SubType>
  774. </Page>
  775. <Page Include="Asset\Styles\ToggleButtonStyle.xaml">
  776. <Generator>MSBuild:Compile</Generator>
  777. <SubType>Designer</SubType>
  778. </Page>
  779. <Page Include="Asset\Styles\TreeViewItemStyle.xaml">
  780. <Generator>MSBuild:Compile</Generator>
  781. <SubType>Designer</SubType>
  782. </Page>
  783. <Page Include="Asset\Styles\WindowStyle.xaml">
  784. <Generator>MSBuild:Compile</Generator>
  785. <SubType>Designer</SubType>
  786. </Page>
  787. <Page Include="Common\BarControl\CPDFDigitalSignatureBarControl.xaml">
  788. <SubType>Designer</SubType>
  789. <Generator>MSBuild:Compile</Generator>
  790. </Page>
  791. <Page Include="Common\BarControl\CPDFMeasureBarControl.xaml">
  792. <SubType>Designer</SubType>
  793. <Generator>MSBuild:Compile</Generator>
  794. </Page>
  795. <Page Include="Common\BarControl\CPDFPageEditBarControl.xaml">
  796. <SubType>Designer</SubType>
  797. <Generator>MSBuild:Compile</Generator>
  798. </Page>
  799. <Page Include="Common\BaseControl\CustomProgressBarControl.xaml" />
  800. <Page Include="Common\BaseControl\MatrixRadioControl.xaml">
  801. <SubType>Designer</SubType>
  802. <Generator>MSBuild:Compile</Generator>
  803. </Page>
  804. <Page Include="Common\BaseControl\PageNumberControl.xaml">
  805. <Generator>MSBuild:Compile</Generator>
  806. <SubType>Designer</SubType>
  807. </Page>
  808. <Page Include="Common\CreateBlankPageSetting\CreateBlankPageSettingDialog.xaml" />
  809. <Page Include="Common\DeviceSerial\DeviceSerialControl.xaml" />
  810. <Page Include="Common\PasswordControl\PasswordBoxControl.xaml" />
  811. <Page Include="Common\HomePage\FeaturesListControl.xaml">
  812. <SubType>Designer</SubType>
  813. <Generator>MSBuild:Compile</Generator>
  814. </Page>
  815. <Page Include="Common\HomePage\HomePageControl.xaml">
  816. <SubType>Designer</SubType>
  817. <Generator>MSBuild:Compile</Generator>
  818. </Page>
  819. <Page Include="Common\HomePage\RecentFilesControl.xaml">
  820. <SubType>Designer</SubType>
  821. <Generator>MSBuild:Compile</Generator>
  822. </Page>
  823. <Page Include="Common\PasswordControl\PasswordDialog.xaml">
  824. <Generator>MSBuild:Compile</Generator>
  825. <SubType>Designer</SubType>
  826. </Page>
  827. <Page Include="Common\PasswordControl\PasswordWindow.xaml">
  828. <SubType>Designer</SubType>
  829. <Generator>MSBuild:Compile</Generator>
  830. </Page>
  831. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml">
  832. <SubType>Designer</SubType>
  833. <Generator>MSBuild:Compile</Generator>
  834. </Page>
  835. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml">
  836. <SubType>Designer</SubType>
  837. <Generator>MSBuild:Compile</Generator>
  838. </Page>
  839. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml">
  840. <SubType>Designer</SubType>
  841. <Generator>MSBuild:Compile</Generator>
  842. </Page>
  843. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml">
  844. <SubType>Designer</SubType>
  845. <Generator>MSBuild:Compile</Generator>
  846. </Page>
  847. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml">
  848. <SubType>Designer</SubType>
  849. <Generator>MSBuild:Compile</Generator>
  850. </Page>
  851. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml">
  852. <SubType>Designer</SubType>
  853. <Generator>MSBuild:Compile</Generator>
  854. </Page>
  855. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml">
  856. <SubType>Designer</SubType>
  857. <Generator>MSBuild:Compile</Generator>
  858. </Page>
  859. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml">
  860. <SubType>Designer</SubType>
  861. <Generator>MSBuild:Compile</Generator>
  862. </Page>
  863. <Page Include="Asset\Themes\Global.xaml">
  864. <SubType>Designer</SubType>
  865. <Generator>MSBuild:Compile</Generator>
  866. </Page>
  867. <Page Include="Common\BarControl\CPDFBOTABarControl.xaml">
  868. <SubType>Designer</SubType>
  869. <Generator>MSBuild:Compile</Generator>
  870. </Page>
  871. <Page Include="Common\BarControl\CPDFAnnotationBarControl.xaml">
  872. <SubType>Designer</SubType>
  873. <Generator>MSBuild:Compile</Generator>
  874. </Page>
  875. <Page Include="Common\BarControl\CPDFTitleBarControl.xaml">
  876. <SubType>Designer</SubType>
  877. <Generator>MSBuild:Compile</Generator>
  878. </Page>
  879. <Page Include="Common\BaseControl\CustomSliderControl.xaml">
  880. <SubType>Designer</SubType>
  881. <Generator>MSBuild:Compile</Generator>
  882. </Page>
  883. <Page Include="Common\BaseControl\NumericUpDownControl.xaml">
  884. <SubType>Designer</SubType>
  885. <Generator>MSBuild:Compile</Generator>
  886. </Page>
  887. <Page Include="Common\PropertyControl\ColorPickerControl.xaml">
  888. <SubType>Designer</SubType>
  889. <Generator>MSBuild:Compile</Generator>
  890. </Page>
  891. <Page Include="Common\BaseControl\DropDownNumberBoxControl.xaml">
  892. <SubType>Designer</SubType>
  893. <Generator>MSBuild:Compile</Generator>
  894. </Page>
  895. <Page Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml">
  896. <SubType>Designer</SubType>
  897. <Generator>MSBuild:Compile</Generator>
  898. </Page>
  899. <Page Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml">
  900. <SubType>Designer</SubType>
  901. <Generator>MSBuild:Compile</Generator>
  902. </Page>
  903. <Page Include="Common\PropertyControl\PDFLocation\CPDFLocationControl.xaml">
  904. <SubType>Designer</SubType>
  905. <Generator>MSBuild:Compile</Generator>
  906. </Page>
  907. <Page Include="Common\PropertyControl\PDFLocation\CPDFRotationControl.xaml">
  908. <SubType>Designer</SubType>
  909. <Generator>MSBuild:Compile</Generator>
  910. </Page>
  911. <Page Include="Common\PropertyControl\PDFLocation\CPDFTileControl.xaml">
  912. <SubType>Designer</SubType>
  913. <Generator>MSBuild:Compile</Generator>
  914. </Page>
  915. <Page Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml">
  916. <SubType>Designer</SubType>
  917. <Generator>MSBuild:Compile</Generator>
  918. </Page>
  919. <Page Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml">
  920. <SubType>Designer</SubType>
  921. <Generator>MSBuild:Compile</Generator>
  922. </Page>
  923. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml">
  924. <SubType>Designer</SubType>
  925. <Generator>MSBuild:Compile</Generator>
  926. </Page>
  927. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml">
  928. <SubType>Designer</SubType>
  929. <Generator>MSBuild:Compile</Generator>
  930. </Page>
  931. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml">
  932. <SubType>Designer</SubType>
  933. <Generator>MSBuild:Compile</Generator>
  934. </Page>
  935. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml">
  936. <SubType>Designer</SubType>
  937. <Generator>MSBuild:Compile</Generator>
  938. </Page>
  939. <Page Include="Common\PropertyControl\WritableComboBoxControl.xaml">
  940. <SubType>Designer</SubType>
  941. <Generator>MSBuild:Compile</Generator>
  942. </Page>
  943. <Page Include="DigitalSignature\AddCertificationControl\AddCertificationControl.xaml">
  944. <SubType>Designer</SubType>
  945. <Generator>MSBuild:Compile</Generator>
  946. </Page>
  947. <Page Include="DigitalSignature\AddCertificationControl\AddCertificationDialog.xaml">
  948. <SubType>Designer</SubType>
  949. <Generator>MSBuild:Compile</Generator>
  950. </Page>
  951. <Page Include="DigitalSignature\AddCertificationControl\AddCustomCertificationControl.xaml">
  952. <SubType>Designer</SubType>
  953. <Generator>MSBuild:Compile</Generator>
  954. </Page>
  955. <Page Include="DigitalSignature\AddCertificationControl\AddExistedCertificationControl.xaml">
  956. <SubType>Designer</SubType>
  957. <Generator>MSBuild:Compile</Generator>
  958. </Page>
  959. <Page Include="DigitalSignature\AddCertificationControl\SaveCertificateControl.xaml">
  960. <SubType>Designer</SubType>
  961. <Generator>MSBuild:Compile</Generator>
  962. </Page>
  963. <Page Include="DigitalSignature\DigitalSignatureControl\CPDFSignatureListControl.xaml" />
  964. <Page Include="DigitalSignature\DigitalSignatureControl\DigitalSignatureControl.xaml">
  965. <SubType>Designer</SubType>
  966. <Generator>MSBuild:Compile</Generator>
  967. </Page>
  968. <Page Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureDialog.xaml">
  969. <SubType>Designer</SubType>
  970. <Generator>MSBuild:Compile</Generator>
  971. </Page>
  972. <Page Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureControl.xaml">
  973. <Generator>MSBuild:Compile</Generator>
  974. <SubType>Designer</SubType>
  975. </Page>
  976. <Page Include="DigitalSignature\ViewCertificationControl\CertificateChainControl.xaml">
  977. <SubType>Designer</SubType>
  978. <Generator>MSBuild:Compile</Generator>
  979. </Page>
  980. <Page Include="DigitalSignature\ViewCertificationControl\CertificateDetailControl.xaml">
  981. <SubType>Designer</SubType>
  982. <Generator>MSBuild:Compile</Generator>
  983. </Page>
  984. <Page Include="DigitalSignature\ViewCertificationControl\CertificateInfoControl.xaml">
  985. <SubType>Designer</SubType>
  986. <Generator>MSBuild:Compile</Generator>
  987. </Page>
  988. <Page Include="DigitalSignature\ViewCertificationControl\ConfidenceControl.xaml">
  989. <SubType>Designer</SubType>
  990. <Generator>MSBuild:Compile</Generator>
  991. </Page>
  992. <Page Include="DigitalSignature\ViewCertificationControl\SummaryControl.xaml">
  993. <SubType>Designer</SubType>
  994. <Generator>MSBuild:Compile</Generator>
  995. </Page>
  996. <Page Include="DigitalSignature\ViewCertificationControl\ViewCertificateDialog.xaml">
  997. <SubType>Designer</SubType>
  998. <Generator>MSBuild:Compile</Generator>
  999. </Page>
  1000. <Page Include="DigitalSignature\SignatureStatusBarControl\SignatureStatusBarControl.xaml" />
  1001. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureInfoControl.xaml" />
  1002. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureValiditySummaaryControl.xaml" />
  1003. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\VerifyDigitalSignatureControl.xaml" />
  1004. <Page Include="Edit\ContentEditControl\ContentEditControl.xaml">
  1005. <SubType>Designer</SubType>
  1006. <Generator>MSBuild:Compile</Generator>
  1007. </Page>
  1008. <Page Include="Edit\PDFContentEditControl.xaml">
  1009. <SubType>Designer</SubType>
  1010. <Generator>MSBuild:Compile</Generator>
  1011. </Page>
  1012. <Page Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml">
  1013. <SubType>Designer</SubType>
  1014. <Generator>MSBuild:Compile</Generator>
  1015. </Page>
  1016. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml">
  1017. <SubType>Designer</SubType>
  1018. <Generator>MSBuild:Compile</Generator>
  1019. </Page>
  1020. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml">
  1021. <SubType>Designer</SubType>
  1022. <Generator>MSBuild:Compile</Generator>
  1023. </Page>
  1024. <Page Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml">
  1025. <SubType>Designer</SubType>
  1026. <Generator>MSBuild:Compile</Generator>
  1027. </Page>
  1028. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml">
  1029. <SubType>Designer</SubType>
  1030. <Generator>MSBuild:Compile</Generator>
  1031. </Page>
  1032. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml">
  1033. <SubType>Designer</SubType>
  1034. <Generator>MSBuild:Compile</Generator>
  1035. </Page>
  1036. <Page Include="Common\BarControl\FormBarControl.xaml">
  1037. <SubType>Designer</SubType>
  1038. <Generator>MSBuild:Compile</Generator>
  1039. </Page>
  1040. <Page Include="Security\Encryption\DecryptionDialog.xaml" />
  1041. <Page Include="Security\Encryption\EncryptionDialog.xaml" />
  1042. <Page Include="Security\Encryption\FileGridListControl.xaml" />
  1043. <Page Include="Security\Encryption\SecurityOperationTypeDialog.xaml" />
  1044. <Page Include="Security\Encryption\SetEncryptionControl.xaml" />
  1045. <Page Include="Form\FormControl\FormControl.xaml">
  1046. <SubType>Designer</SubType>
  1047. <Generator>MSBuild:Compile</Generator>
  1048. </Page>
  1049. <Page Include="Form\FromPropertyControl.xaml">
  1050. <SubType>Designer</SubType>
  1051. <Generator>MSBuild:Compile</Generator>
  1052. </Page>
  1053. <Page Include="Form\Property\CheckBoxProperty.xaml">
  1054. <SubType>Designer</SubType>
  1055. <Generator>MSBuild:Compile</Generator>
  1056. </Page>
  1057. <Page Include="Form\Property\ComboBoxProperty.xaml">
  1058. <SubType>Designer</SubType>
  1059. <Generator>MSBuild:Compile</Generator>
  1060. </Page>
  1061. <Page Include="Form\Property\ListBoxProperty.xaml">
  1062. <SubType>Designer</SubType>
  1063. <Generator>MSBuild:Compile</Generator>
  1064. </Page>
  1065. <Page Include="Form\Property\PushButtonProperty.xaml">
  1066. <SubType>Designer</SubType>
  1067. <Generator>MSBuild:Compile</Generator>
  1068. </Page>
  1069. <Page Include="Form\Property\RadioButtonProperty.xaml">
  1070. <SubType>Designer</SubType>
  1071. <Generator>MSBuild:Compile</Generator>
  1072. </Page>
  1073. <Page Include="Form\Property\SignatureProperty.xaml">
  1074. <SubType>Designer</SubType>
  1075. <Generator>MSBuild:Compile</Generator>
  1076. </Page>
  1077. <Page Include="Form\Property\TextFieldProperty.xaml">
  1078. <SubType>Designer</SubType>
  1079. <Generator>MSBuild:Compile</Generator>
  1080. </Page>
  1081. <Page Include="Measure\MeasureControl.xaml">
  1082. <SubType>Designer</SubType>
  1083. <Generator>MSBuild:Compile</Generator>
  1084. </Page>
  1085. <Page Include="Measure\MeasureInfoPanel.xaml">
  1086. <SubType>Designer</SubType>
  1087. <Generator>MSBuild:Compile</Generator>
  1088. </Page>
  1089. <Page Include="Measure\MeasurePropertyControl.xaml">
  1090. <SubType>Designer</SubType>
  1091. <Generator>MSBuild:Compile</Generator>
  1092. </Page>
  1093. <Page Include="Measure\MeasureSettingDialog.xaml">
  1094. <SubType>Designer</SubType>
  1095. <Generator>MSBuild:Compile</Generator>
  1096. </Page>
  1097. <Page Include="Measure\MeasureSettingPanel.xaml">
  1098. <SubType>Designer</SubType>
  1099. <Generator>MSBuild:Compile</Generator>
  1100. </Page>
  1101. <Page Include="Measure\Property\StraightnessProperty.xaml">
  1102. <SubType>Designer</SubType>
  1103. <Generator>MSBuild:Compile</Generator>
  1104. </Page>
  1105. <Page Include="Measure\Property\PolygonalProperty.xaml">
  1106. <SubType>Designer</SubType>
  1107. <Generator>MSBuild:Compile</Generator>
  1108. </Page>
  1109. <Page Include="Measure\Property\MultilineProperty.xaml">
  1110. <SubType>Designer</SubType>
  1111. <Generator>MSBuild:Compile</Generator>
  1112. </Page>
  1113. <Page Include="PageEdit\PageEditControl\PageEditControl.xaml">
  1114. <SubType>Designer</SubType>
  1115. <Generator>MSBuild:Compile</Generator>
  1116. </Page>
  1117. <Page Include="PageEdit\PDFPageEdit\CPDFPageEditControl.xaml">
  1118. <SubType>Designer</SubType>
  1119. <Generator>MSBuild:Compile</Generator>
  1120. </Page>
  1121. <Page Include="PageEdit\PDFPageExtract\CPDFPageExtractUI.xaml">
  1122. <SubType>Designer</SubType>
  1123. <Generator>MSBuild:Compile</Generator>
  1124. </Page>
  1125. <Page Include="PageEdit\PDFPageExtract\CPDFPageExtractWindow.xaml">
  1126. <SubType>Designer</SubType>
  1127. <Generator>MSBuild:Compile</Generator>
  1128. </Page>
  1129. <Page Include="PageEdit\PDFPageInsert\CPDFPageInsertUI.xaml">
  1130. <SubType>Designer</SubType>
  1131. <Generator>MSBuild:Compile</Generator>
  1132. </Page>
  1133. <Page Include="PageEdit\PDFPageInsert\CPDFPageInsertWindow.xaml">
  1134. <SubType>Designer</SubType>
  1135. <Generator>MSBuild:Compile</Generator>
  1136. </Page>
  1137. <Page Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml">
  1138. <SubType>Designer</SubType>
  1139. <Generator>MSBuild:Compile</Generator>
  1140. </Page>
  1141. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml">
  1142. <SubType>Designer</SubType>
  1143. <Generator>MSBuild:Compile</Generator>
  1144. </Page>
  1145. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml">
  1146. <SubType>Designer</SubType>
  1147. <Generator>MSBuild:Compile</Generator>
  1148. </Page>
  1149. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml">
  1150. <Generator>MSBuild:Compile</Generator>
  1151. <SubType>Designer</SubType>
  1152. </Page>
  1153. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml">
  1154. <SubType>Designer</SubType>
  1155. <Generator>MSBuild:Compile</Generator>
  1156. </Page>
  1157. <Page Include="PDFView\PDFInfo\CPDFInfoControl.xaml">
  1158. <Generator>MSBuild:Compile</Generator>
  1159. <SubType>Designer</SubType>
  1160. </Page>
  1161. <Page Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml">
  1162. <SubType>Designer</SubType>
  1163. <Generator>MSBuild:Compile</Generator>
  1164. </Page>
  1165. <Page Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml">
  1166. <SubType>Designer</SubType>
  1167. <Generator>MSBuild:Compile</Generator>
  1168. </Page>
  1169. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml">
  1170. <Generator>MSBuild:Compile</Generator>
  1171. <SubType>Designer</SubType>
  1172. </Page>
  1173. <Page Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml">
  1174. <SubType>Designer</SubType>
  1175. <Generator>MSBuild:Compile</Generator>
  1176. </Page>
  1177. <Page Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml">
  1178. <Generator>MSBuild:Compile</Generator>
  1179. <SubType>Designer</SubType>
  1180. </Page>
  1181. <Page Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml">
  1182. <Generator>MSBuild:Compile</Generator>
  1183. <SubType>Designer</SubType>
  1184. </Page>
  1185. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml">
  1186. <SubType>Designer</SubType>
  1187. <Generator>MSBuild:Compile</Generator>
  1188. </Page>
  1189. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml">
  1190. <SubType>Designer</SubType>
  1191. <Generator>MSBuild:Compile</Generator>
  1192. </Page>
  1193. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml">
  1194. <SubType>Designer</SubType>
  1195. <Generator>MSBuild:Compile</Generator>
  1196. </Page>
  1197. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml">
  1198. <SubType>Designer</SubType>
  1199. <Generator>MSBuild:Compile</Generator>
  1200. </Page>
  1201. <Page Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml">
  1202. <SubType>Designer</SubType>
  1203. <Generator>MSBuild:Compile</Generator>
  1204. </Page>
  1205. <Page Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml">
  1206. <SubType>Designer</SubType>
  1207. <Generator>MSBuild:Compile</Generator>
  1208. </Page>
  1209. <Page Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml">
  1210. <SubType>Designer</SubType>
  1211. <Generator>MSBuild:Compile</Generator>
  1212. </Page>
  1213. <Page Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml">
  1214. <SubType>Designer</SubType>
  1215. <Generator>MSBuild:Compile</Generator>
  1216. </Page>
  1217. <Page Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml">
  1218. <SubType>Designer</SubType>
  1219. <Generator>MSBuild:Compile</Generator>
  1220. </Page>
  1221. <Page Include="PDFView\PDFViewControl\PDFViewControl.xaml">
  1222. <SubType>Designer</SubType>
  1223. <Generator>MSBuild:Compile</Generator>
  1224. </Page>
  1225. <Page Include="PDFView\RegularViewerControl.xaml" />
  1226. <Page Include="Watermark\AddWatermark\FileGridListWithPageRangeControl.xaml">
  1227. <SubType>Designer</SubType>
  1228. <Generator>MSBuild:Compile</Generator>
  1229. </Page>
  1230. <Page Include="Watermark\AddWatermark\PageRangeDialog.xaml">
  1231. <SubType>Designer</SubType>
  1232. <Generator>MSBuild:Compile</Generator>
  1233. </Page>
  1234. <Page Include="Common\PreviewControl\PreviewControl.xaml">
  1235. <SubType>Designer</SubType>
  1236. <Generator>MSBuild:Compile</Generator>
  1237. </Page>
  1238. <Page Include="Watermark\AddWatermark\WatermarkDialog.xaml">
  1239. <SubType>Designer</SubType>
  1240. <Generator>MSBuild:Compile</Generator>
  1241. </Page>
  1242. <Page Include="Watermark\AddWatermark\WatermarkListDialog.xaml">
  1243. <SubType>Designer</SubType>
  1244. <Generator>MSBuild:Compile</Generator>
  1245. </Page>
  1246. <Page Include="Watermark\RemoveWatermark\RemoveWatermarkListControl.xaml">
  1247. <SubType>Designer</SubType>
  1248. <Generator>MSBuild:Compile</Generator>
  1249. </Page>
  1250. <Page Include="Watermark\RemoveWatermark\RemoveWatermarkListDialog.xaml">
  1251. <SubType>Designer</SubType>
  1252. <Generator>MSBuild:Compile</Generator>
  1253. </Page>
  1254. <Page Include="Watermark\WatermarkOperationTypeDialog.xaml">
  1255. <SubType>Designer</SubType>
  1256. </Page>
  1257. </ItemGroup>
  1258. <ItemGroup>
  1259. <Folder Include="DigitalSignature\CPDFSignatureListControl\" />
  1260. </ItemGroup>
  1261. <ItemGroup>
  1262. <ProjectReference Include="..\..\..\..\compdfkit\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  1263. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  1264. <Name>ComPDFKit.Desk</Name>
  1265. </ProjectReference>
  1266. <ProjectReference Include="..\..\..\..\compdfkit\ComPDFKit\ComPDFKitDesktop\ComPDFKit.Viewer\ComPDFKit.Viewer.csproj">
  1267. <Project>{18ec356d-8130-49d4-b4e6-ac290e1065b7}</Project>
  1268. <Name>ComPDFKit.Viewer</Name>
  1269. </ProjectReference>
  1270. </ItemGroup>
  1271. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1272. <Import Project="..\packages\ComPDFKit.NetFramework.1.12.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.12.0\build\ComPDFKit.NetFramework.targets')" />
  1273. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1274. <PropertyGroup>
  1275. <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>
  1276. </PropertyGroup>
  1277. <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.12.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.12.0\build\ComPDFKit.NetFramework.targets'))" />
  1278. </Target>
  1279. </Project>