Compdfkit_Tools.csproj 45 KB

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