Compdfkit_Tools.csproj 47 KB

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