Compdfkit_Tools.csproj 47 KB

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