Compdfkit_Tools.csproj 45 KB

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