Compdfkit_Tools.csproj 45 KB

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