Compdfkit_Tools.csproj 47 KB

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