Compdfkit_Tools.csproj 49 KB

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