Compdfkit_Tools.csproj 46 KB

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