Compdfkit_Tools.csproj 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275
  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</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.13.0.0, Culture=neutral, processorArchitecture=MSIL">
  49. <HintPath>..\packages\ComPDFKit.NetFramework.1.13.0\lib\ComPDFKit.Desk.dll</HintPath>
  50. </Reference>
  51. <Reference Include="ComPDFKit.Viewer, Version=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
  52. <HintPath>..\packages\ComPDFKit.NetFramework.1.13.0\lib\ComPDFKit.Viewer.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Nager.Country, Version=3.1.1.0, Culture=neutral, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Nager.Country.3.1.1\lib\net461\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\CPDFMeasureBarControl.xaml.cs">
  120. <DependentUpon>CPDFMeasureBarControl.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="Common\BarControl\CPDFPageEditBarControl.xaml.cs">
  123. <DependentUpon>CPDFPageEditBarControl.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Common\BaseControl\CustomProgressBarControl.xaml.cs">
  126. <DependentUpon>CustomProgressBarControl.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="Common\BaseControl\HomePageButton.cs" />
  129. <Compile Include="Common\BaseControl\MatrixRadioControl.xaml.cs">
  130. <DependentUpon>MatrixRadioControl.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Common\BaseControl\PageNumberControl.xaml.cs">
  133. <DependentUpon>PageNumberControl.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Common\Convert\BoolToColorConverter.cs" />
  136. <Compile Include="Common\Convert\HeightToTopMarginConverter.cs" />
  137. <Compile Include="Common\Convert\HomePageFileListHeightConverter.cs" />
  138. <Compile Include="Common\Convert\HomePageHeightConverter.cs" />
  139. <Compile Include="Common\Convert\AndMultiBoolValueConverter.cs" />
  140. <Compile Include="Common\Convert\AnnotArgsTypeToVisibilityConverter.cs" />
  141. <Compile Include="Common\Convert\AntiBoolToVisibilityConverter.cs" />
  142. <Compile Include="Common\Convert\AntiStringToVisibilityConverter.cs" />
  143. <Compile Include="Common\Convert\CaptionHeightConverter.cs" />
  144. <Compile Include="Common\Convert\IntAndTagToBoolMultiBinding.cs" />
  145. <Compile Include="Common\Convert\LanguageResourceConverter.cs" />
  146. <Compile Include="Common\Convert\ReverseBoolConverter.cs" />
  147. <Compile Include="Common\Convert\ReverseVisibilityConverter.cs" />
  148. <Compile Include="Common\Convert\StringToVisibilityConverter.cs" />
  149. <Compile Include="Common\Convert\ShowDefaultCloseButtonConverter.cs" />
  150. <Compile Include="Common\Convert\ShowIconConverter.cs" />
  151. <Compile Include="Common\Convert\TagToBoolConverter.cs" />
  152. <Compile Include="Common\Convert\WindowStateToPathConverter.cs" />
  153. <Compile Include="Common\Convert\WindowStateToThicknessConverter.cs" />
  154. <Compile Include="Common\CreateBlankPageSetting\CreateBlankPageSettingDialog.xaml.cs">
  155. <DependentUpon>CreateBlankPageSettingDialog.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="Common\DeviceSerial\DeviceSerialControl.xaml.cs">
  158. <DependentUpon>DeviceSerialControl.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="Common\Helper\FileHistoryHelper.cs" />
  161. <Compile Include="Common\Helper\LanguageHelper.cs" />
  162. <Compile Include="Common\Helper\PasswordHelper.cs" />
  163. <Compile Include="Common\PasswordControl\PasswordBoxControl.xaml.cs">
  164. <DependentUpon>PasswordBoxControl.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="Common\HomePage\FeaturesListControl.xaml.cs">
  167. <DependentUpon>FeaturesListControl.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Common\HomePage\HomePageControl.xaml.cs">
  170. <DependentUpon>HomePageControl.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="Common\HomePage\RecentFilesControl.xaml.cs">
  173. <DependentUpon>RecentFilesControl.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="Common\PasswordControl\PasswordDialog.xaml.cs">
  176. <DependentUpon>PasswordDialog.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="Common\PasswordControl\PasswordWindow.xaml.cs">
  179. <DependentUpon>PasswordWindow.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml.cs">
  182. <DependentUpon>CPDFArrowControl.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml.cs">
  185. <DependentUpon>CPDFArrowUI.xaml</DependentUpon>
  186. </Compile>
  187. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml.cs">
  188. <DependentUpon>CPDFAnnotationControl.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="Annotation\PDFAnnotationData\CPDFAnnotationData.cs" />
  191. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml.cs">
  192. <DependentUpon>CPDFLinkUI.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml.cs">
  195. <DependentUpon>CPDFMarkupUI.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml.cs">
  198. <DependentUpon>CPDFShapeUI.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml.cs">
  201. <DependentUpon>CPDFStampUI.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml.cs">
  204. <DependentUpon>CPDFCreateStampDialog.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Common\BarControl\CPDFBOTABarControl.xaml.cs">
  207. <DependentUpon>CPDFBOTABarControl.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Common\BarControl\CPDFAnnotationBarControl.xaml.cs">
  210. <DependentUpon>CPDFAnnotationBarControl.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Common\BarControl\CPDFTitleBarControl.xaml.cs">
  213. <DependentUpon>CPDFTitleBarControl.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Common\BaseControl\CustomSliderControl.xaml.cs">
  216. <DependentUpon>CustomSliderControl.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Common\BaseControl\NumericUpDownControl.xaml.cs">
  219. <DependentUpon>NumericUpDownControl.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Common\Convert\BoolToVisibilityConverter.cs" />
  222. <Compile Include="Common\Convert\ListViewWidthConverter.cs" />
  223. <Compile Include="Common\Convert\TextLengthToBoolConverter.cs" />
  224. <Compile Include="Common\Convert\TextLengthToVisibilityConverter.cs" />
  225. <Compile Include="Common\PropertyControl\ColorPickerControl.xaml.cs">
  226. <DependentUpon>ColorPickerControl.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="Common\BaseControl\DropDownNumberBoxControl.xaml.cs">
  229. <DependentUpon>DropDownNumberBoxControl.xaml</DependentUpon>
  230. </Compile>
  231. <Compile Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml.cs">
  232. <DependentUpon>CPDFFontControl.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml.cs">
  235. <DependentUpon>CPDFFontUI.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Common\PropertyControl\PDFLocation\CPDFLocationControl.xaml.cs">
  238. <DependentUpon>CPDFLocationControl.xaml</DependentUpon>
  239. </Compile>
  240. <Compile Include="Common\PropertyControl\PDFLocation\CPDFRotationControl.xaml.cs">
  241. <DependentUpon>CPDFRotationControl.xaml</DependentUpon>
  242. </Compile>
  243. <Compile Include="Common\PropertyControl\PDFLocation\CPDFTileControl.xaml.cs">
  244. <DependentUpon>CPDFTileControl.xaml</DependentUpon>
  245. </Compile>
  246. <Compile Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml.cs">
  247. <DependentUpon>CPDFThicknessControl.xaml</DependentUpon>
  248. </Compile>
  249. <Compile Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml.cs">
  250. <DependentUpon>CPDThicknessUI.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml.cs">
  253. <DependentUpon>CPDFLineStyleControl.xaml</DependentUpon>
  254. </Compile>
  255. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml.cs">
  256. <DependentUpon>CPDFLineStyleUI.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml.cs">
  259. <DependentUpon>CPDFOpacityControl.xaml</DependentUpon>
  260. </Compile>
  261. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml.cs">
  262. <DependentUpon>CPDFOpactiyUI.xaml</DependentUpon>
  263. </Compile>
  264. <Compile Include="Common\PropertyControl\WritableComboBoxControl.xaml.cs">
  265. <DependentUpon>WritableComboBoxControl.xaml</DependentUpon>
  266. </Compile>
  267. <Compile Include="DigitalSignature\AddCertificationControl\AddCertificationControl.xaml.cs">
  268. <DependentUpon>AddCertificationControl.xaml</DependentUpon>
  269. </Compile>
  270. <Compile Include="DigitalSignature\AddCertificationControl\AddCertificationDialog.xaml.cs">
  271. <DependentUpon>AddCertificationDialog.xaml</DependentUpon>
  272. </Compile>
  273. <Compile Include="DigitalSignature\AddCertificationControl\AddCustomCertificationControl.xaml.cs">
  274. <DependentUpon>AddCustomCertificationControl.xaml</DependentUpon>
  275. </Compile>
  276. <Compile Include="DigitalSignature\AddCertificationControl\AddExistedCertificationControl.xaml.cs">
  277. <DependentUpon>AddExistedCertificationControl.xaml</DependentUpon>
  278. </Compile>
  279. <Compile Include="DigitalSignature\AddCertificationControl\SaveCertificateControl.xaml.cs">
  280. <DependentUpon>SaveCertificateControl.xaml</DependentUpon>
  281. </Compile>
  282. <Compile Include="DigitalSignature\DigitalSignatureControl\CPDFSignatureListControl.xaml.cs">
  283. <DependentUpon>CPDFSignatureListControl.xaml</DependentUpon>
  284. </Compile>
  285. <Compile Include="DigitalSignature\DigitalSignatureControl\DigitalSignatureControl.xaml.cs">
  286. <DependentUpon>DigitalSignatureControl.xaml</DependentUpon>
  287. </Compile>
  288. <Compile Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureDialog.xaml.cs">
  289. <DependentUpon>FillDigitalSignatureDialog.xaml</DependentUpon>
  290. </Compile>
  291. <Compile Include="DigitalSignature\DigitalSignatureData\DigitalSignatureData.cs" />
  292. <Compile Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureControl.xaml.cs">
  293. <DependentUpon>FillDigitalSignatureControl.xaml</DependentUpon>
  294. </Compile>
  295. <Compile Include="DigitalSignature\ViewCertificationControl\CertificateChainControl.xaml.cs">
  296. <DependentUpon>CertificateChainControl.xaml</DependentUpon>
  297. </Compile>
  298. <Compile Include="DigitalSignature\ViewCertificationControl\CertificateDetailControl.xaml.cs">
  299. <DependentUpon>CertificateDetailControl.xaml</DependentUpon>
  300. </Compile>
  301. <Compile Include="DigitalSignature\ViewCertificationControl\CertificateInfoControl.xaml.cs">
  302. <DependentUpon>CertificateInfoControl.xaml</DependentUpon>
  303. </Compile>
  304. <Compile Include="DigitalSignature\ViewCertificationControl\ConfidenceControl.xaml.cs">
  305. <DependentUpon>ConfidenceControl.xaml</DependentUpon>
  306. </Compile>
  307. <Compile Include="DigitalSignature\ViewCertificationControl\SummaryControl.xaml.cs">
  308. <DependentUpon>SummaryControl.xaml</DependentUpon>
  309. </Compile>
  310. <Compile Include="DigitalSignature\ViewCertificationControl\ViewCertificateDialog.xaml.cs">
  311. <DependentUpon>ViewCertificateDialog.xaml</DependentUpon>
  312. </Compile>
  313. <Compile Include="DigitalSignature\SignatureStatusBarControl\SignatureStatusBarControl.xaml.cs">
  314. <DependentUpon>SignatureStatusBarControl.xaml</DependentUpon>
  315. </Compile>
  316. <Compile Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureInfoControl.xaml.cs">
  317. <DependentUpon>DigitalSignatureInfoControl.xaml</DependentUpon>
  318. </Compile>
  319. <Compile Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureValiditySummaaryControl.xaml.cs">
  320. <DependentUpon>DigitalSignatureValiditySummaaryControl.xaml</DependentUpon>
  321. </Compile>
  322. <Compile Include="DigitalSignature\VerifyDigitalSignatureControl\VerifyDigitalSignatureControl.xaml.cs">
  323. <DependentUpon>VerifyDigitalSignatureControl.xaml</DependentUpon>
  324. </Compile>
  325. <Compile Include="Edit\ContentEditControl\ContentEditControl.xaml.cs">
  326. <DependentUpon>ContentEditControl.xaml</DependentUpon>
  327. </Compile>
  328. <Compile Include="Edit\PDFContentEditControl.xaml.cs">
  329. <DependentUpon>PDFContentEditControl.xaml</DependentUpon>
  330. </Compile>
  331. <Compile Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml.cs">
  332. <DependentUpon>PDFImageEditControl.xaml</DependentUpon>
  333. </Compile>
  334. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml.cs">
  335. <DependentUpon>CPDFImageFlipUI.xaml</DependentUpon>
  336. </Compile>
  337. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml.cs">
  338. <DependentUpon>CPDFImageRotateUI.xaml</DependentUpon>
  339. </Compile>
  340. <Compile Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml.cs">
  341. <DependentUpon>PDFTextEditControl.xaml</DependentUpon>
  342. </Compile>
  343. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml.cs">
  344. <DependentUpon>CPDFTextAlignUI.xaml</DependentUpon>
  345. </Compile>
  346. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml.cs">
  347. <DependentUpon>CPDFTextStyleUI.xaml</DependentUpon>
  348. </Compile>
  349. <Compile Include="Common\Helper\CommonHelper.cs" />
  350. <Compile Include="Common\BarControl\FormBarControl.xaml.cs">
  351. <DependentUpon>FormBarControl.xaml</DependentUpon>
  352. </Compile>
  353. <Compile Include="Security\Encryption\DecryptionDialog.xaml.cs">
  354. <DependentUpon>DecryptionDialog.xaml</DependentUpon>
  355. </Compile>
  356. <Compile Include="Security\Encryption\EncryptionDialog.xaml.cs">
  357. <DependentUpon>EncryptionDialog.xaml</DependentUpon>
  358. </Compile>
  359. <Compile Include="Security\Encryption\FileGridListControl.xaml.cs">
  360. <DependentUpon>FileGridListControl.xaml</DependentUpon>
  361. </Compile>
  362. <Compile Include="Security\Encryption\SecurityOperationTypeDialog.xaml.cs">
  363. <DependentUpon>SecurityOperationTypeDialog.xaml</DependentUpon>
  364. </Compile>
  365. <Compile Include="Security\Encryption\SetEncryptionControl.xaml.cs">
  366. <DependentUpon>SetEncryptionControl.xaml</DependentUpon>
  367. </Compile>
  368. <Compile Include="Form\FormControl\FormControl.xaml.cs">
  369. <DependentUpon>FormControl.xaml</DependentUpon>
  370. </Compile>
  371. <Compile Include="Form\FromPropertyControl.xaml.cs">
  372. <DependentUpon>FromPropertyControl.xaml</DependentUpon>
  373. </Compile>
  374. <Compile Include="Form\Property\CheckBoxProperty.xaml.cs">
  375. <DependentUpon>CheckBoxProperty.xaml</DependentUpon>
  376. </Compile>
  377. <Compile Include="Form\Property\ComboBoxProperty.xaml.cs">
  378. <DependentUpon>ComboBoxProperty.xaml</DependentUpon>
  379. </Compile>
  380. <Compile Include="Form\Property\ListBoxProperty.xaml.cs">
  381. <DependentUpon>ListBoxProperty.xaml</DependentUpon>
  382. </Compile>
  383. <Compile Include="Form\Property\PushButtonProperty.xaml.cs">
  384. <DependentUpon>PushButtonProperty.xaml</DependentUpon>
  385. </Compile>
  386. <Compile Include="Form\Property\RadioButtonProperty.xaml.cs">
  387. <DependentUpon>RadioButtonProperty.xaml</DependentUpon>
  388. </Compile>
  389. <Compile Include="Form\Property\SignatureProperty.xaml.cs">
  390. <DependentUpon>SignatureProperty.xaml</DependentUpon>
  391. </Compile>
  392. <Compile Include="Form\Property\TextFieldProperty.xaml.cs">
  393. <DependentUpon>TextFieldProperty.xaml</DependentUpon>
  394. </Compile>
  395. <Compile Include="Measure\MeasureControl.xaml.cs">
  396. <DependentUpon>MeasureControl.xaml</DependentUpon>
  397. </Compile>
  398. <Compile Include="Measure\MeasureInfoPanel.xaml.cs">
  399. <DependentUpon>MeasureInfoPanel.xaml</DependentUpon>
  400. </Compile>
  401. <Compile Include="Measure\MeasurePropertyControl.xaml.cs">
  402. <DependentUpon>MeasurePropertyControl.xaml</DependentUpon>
  403. </Compile>
  404. <Compile Include="Measure\MeasureSettingDialog.xaml.cs">
  405. <DependentUpon>MeasureSettingDialog.xaml</DependentUpon>
  406. </Compile>
  407. <Compile Include="Measure\MeasureSettingPanel.xaml.cs">
  408. <DependentUpon>MeasureSettingPanel.xaml</DependentUpon>
  409. </Compile>
  410. <Compile Include="Measure\Property\StraightnessProperty.xaml.cs">
  411. <DependentUpon>StraightnessProperty.xaml</DependentUpon>
  412. </Compile>
  413. <Compile Include="Measure\Property\PolygonalProperty.xaml.cs">
  414. <DependentUpon>PolygonalProperty.xaml</DependentUpon>
  415. </Compile>
  416. <Compile Include="Measure\Property\MultilineProperty.xaml.cs">
  417. <DependentUpon>MultilineProperty.xaml</DependentUpon>
  418. </Compile>
  419. <Compile Include="PageEdit\PageEditControl\PageEditControl.xaml.cs">
  420. <DependentUpon>PageEditControl.xaml</DependentUpon>
  421. </Compile>
  422. <Compile Include="PageEdit\PDFPageEdit\CPDFPageEditControl.xaml.cs">
  423. <DependentUpon>CPDFPageEditControl.xaml</DependentUpon>
  424. </Compile>
  425. <Compile Include="PageEdit\PDFPageExtract\CPDFPageExtractUI.xaml.cs">
  426. <DependentUpon>CPDFPageExtractUI.xaml</DependentUpon>
  427. </Compile>
  428. <Compile Include="PageEdit\PDFPageExtract\CPDFPageExtractWindow.xaml.cs">
  429. <DependentUpon>CPDFPageExtractWindow.xaml</DependentUpon>
  430. </Compile>
  431. <Compile Include="PageEdit\PDFPageInsert\CPDFPageInsertUI.xaml.cs">
  432. <DependentUpon>CPDFPageInsertUI.xaml</DependentUpon>
  433. </Compile>
  434. <Compile Include="PageEdit\PDFPageInsert\CPDFPageInsertWindow.xaml.cs">
  435. <DependentUpon>CPDFPageInsertWindow.xaml</DependentUpon>
  436. </Compile>
  437. <Compile Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml.cs">
  438. <DependentUpon>CPDFBookmarkControl.xaml</DependentUpon>
  439. </Compile>
  440. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml.cs">
  441. <DependentUpon>CPDFBookmarkAddUI.xaml</DependentUpon>
  442. </Compile>
  443. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml.cs">
  444. <DependentUpon>CPDFBookmarkResultUI.xaml</DependentUpon>
  445. </Compile>
  446. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml.cs">
  447. <DependentUpon>CPDFDisplaySettingsControl.xaml</DependentUpon>
  448. </Compile>
  449. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml.cs">
  450. <DependentUpon>CPDFViewModeControl.xaml</DependentUpon>
  451. </Compile>
  452. <Compile Include="PDFView\PDFInfo\CPDFInfoControl.xaml.cs">
  453. <DependentUpon>CPDFInfoControl.xaml</DependentUpon>
  454. </Compile>
  455. <Compile Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml.cs">
  456. <DependentUpon>CPDFOutlineControl.xaml</DependentUpon>
  457. </Compile>
  458. <Compile Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml.cs">
  459. <DependentUpon>CPDFOutlineUI.xaml</DependentUpon>
  460. </Compile>
  461. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml.cs">
  462. <DependentUpon>CPDFSearchInputUI.xaml</DependentUpon>
  463. </Compile>
  464. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml.cs">
  465. <DependentUpon>CPDFSearchResultUI.xaml</DependentUpon>
  466. </Compile>
  467. <Compile Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml.cs">
  468. <DependentUpon>CPDFSearchControl.xaml</DependentUpon>
  469. </Compile>
  470. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml.cs">
  471. <DependentUpon>CPdfThumbnailControl.xaml</DependentUpon>
  472. </Compile>
  473. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml.cs">
  474. <DependentUpon>CPdfThumbnailUI.xaml</DependentUpon>
  475. </Compile>
  476. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml.cs">
  477. <DependentUpon>CPDFDrawModeControl.xaml</DependentUpon>
  478. </Compile>
  479. <Compile Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml.cs">
  480. <DependentUpon>CPDFAbstractInfoControl.xaml</DependentUpon>
  481. </Compile>
  482. <Compile Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml.cs">
  483. <DependentUpon>CPDFCreateInfoControl.xaml</DependentUpon>
  484. </Compile>
  485. <Compile Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml.cs">
  486. <DependentUpon>CPDFSecurityInfoControl.xaml</DependentUpon>
  487. </Compile>
  488. <Compile Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml.cs">
  489. <DependentUpon>CPDFScalingControl.xaml</DependentUpon>
  490. </Compile>
  491. <Compile Include="PDFView\PDFViewControl\PDFViewControl.xaml.cs">
  492. <DependentUpon>PDFViewControl.xaml</DependentUpon>
  493. </Compile>
  494. <Compile Include="PDFView\RegularViewerControl.xaml.cs">
  495. <DependentUpon>RegularViewerControl.xaml</DependentUpon>
  496. </Compile>
  497. <Compile Include="Properties\AssemblyInfo.cs">
  498. <SubType>Code</SubType>
  499. </Compile>
  500. <Compile Include="Properties\Resources.Designer.cs">
  501. <AutoGen>True</AutoGen>
  502. <DesignTime>True</DesignTime>
  503. <DependentUpon>Resources.resx</DependentUpon>
  504. </Compile>
  505. <Compile Include="Properties\Settings.Designer.cs">
  506. <AutoGen>True</AutoGen>
  507. <DependentUpon>Settings.settings</DependentUpon>
  508. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  509. </Compile>
  510. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml.cs">
  511. <DependentUpon>CPDFViewModeUI.xaml</DependentUpon>
  512. </Compile>
  513. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml.cs">
  514. <DependentUpon>CPDFDrawModeUI.xaml</DependentUpon>
  515. </Compile>
  516. <Compile Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml.cs">
  517. <DependentUpon>CPDFScalingUI.xaml</DependentUpon>
  518. </Compile>
  519. <Compile Include="Watermark\AddWatermark\FileGridListWithPageRangeControl.xaml.cs">
  520. <DependentUpon>FileGridListWithPageRangeControl.xaml</DependentUpon>
  521. </Compile>
  522. <Compile Include="Watermark\AddWatermark\PageRangeDialog.xaml.cs">
  523. <DependentUpon>PageRangeDialog.xaml</DependentUpon>
  524. </Compile>
  525. <Compile Include="Common\PreviewControl\PreviewControl.xaml.cs">
  526. <DependentUpon>PreviewControl.xaml</DependentUpon>
  527. </Compile>
  528. <Compile Include="Watermark\RemoveWatermark\RemoveWatermarkListControl.xaml.cs">
  529. <DependentUpon>RemoveWatermarkListControl.xaml</DependentUpon>
  530. </Compile>
  531. <Compile Include="Watermark\RemoveWatermark\RemoveWatermarkListDialog.xaml.cs">
  532. <DependentUpon>RemoveWatermarkListDialog.xaml</DependentUpon>
  533. </Compile>
  534. <Compile Include="Watermark\WatermarkData.cs" />
  535. <Compile Include="Watermark\AddWatermark\WatermarkDialog.xaml.cs">
  536. <DependentUpon>WatermarkDialog.xaml</DependentUpon>
  537. </Compile>
  538. <Compile Include="Watermark\AddWatermark\WatermarkListDialog.xaml.cs">
  539. <DependentUpon>WatermarkListDialog.xaml</DependentUpon>
  540. </Compile>
  541. <Compile Include="Watermark\WatermarkOperationTypeDialog.xaml.cs">
  542. <DependentUpon>WatermarkOperationTypeDialog.xaml</DependentUpon>
  543. </Compile>
  544. <Compile Include="Watermark\AddWatermark\WatermarkPreviewControl.cs" />
  545. <Compile Include="Strings\Bota.Designer.cs">
  546. <DesignTime>True</DesignTime>
  547. <AutoGen>True</AutoGen>
  548. <DependentUpon>Bota.resx</DependentUpon>
  549. </Compile>
  550. <Compile Include="Strings\Common.Designer.cs">
  551. <DesignTime>True</DesignTime>
  552. <AutoGen>True</AutoGen>
  553. <DependentUpon>Common.resx</DependentUpon>
  554. </Compile>
  555. <Compile Include="Strings\DocEditor.Designer.cs">
  556. <DesignTime>True</DesignTime>
  557. <AutoGen>True</AutoGen>
  558. <DependentUpon>DocEditor.resx</DependentUpon>
  559. </Compile>
  560. <Compile Include="Strings\DocInfo.Designer.cs">
  561. <DesignTime>True</DesignTime>
  562. <AutoGen>True</AutoGen>
  563. <DependentUpon>DocInfo.resx</DependentUpon>
  564. </Compile>
  565. <Compile Include="Strings\PropertyPanel.Designer.cs">
  566. <DesignTime>True</DesignTime>
  567. <AutoGen>True</AutoGen>
  568. <DependentUpon>PropertyPanel.resx</DependentUpon>
  569. </Compile>
  570. <Compile Include="Strings\Security.Designer.cs">
  571. <DesignTime>True</DesignTime>
  572. <AutoGen>True</AutoGen>
  573. <DependentUpon>Security.resx</DependentUpon>
  574. </Compile>
  575. <Compile Include="Strings\Signature.Designer.cs">
  576. <DesignTime>True</DesignTime>
  577. <AutoGen>True</AutoGen>
  578. <DependentUpon>Signature.resx</DependentUpon>
  579. </Compile>
  580. <Compile Include="Strings\ToolBar.Designer.cs">
  581. <DesignTime>True</DesignTime>
  582. <AutoGen>True</AutoGen>
  583. <DependentUpon>ToolBar.resx</DependentUpon>
  584. </Compile>
  585. <EmbeddedResource Include="Properties\Resources.resx">
  586. <Generator>ResXFileCodeGenerator</Generator>
  587. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  588. </EmbeddedResource>
  589. <EmbeddedResource Include="Strings\Bota.resx">
  590. <Generator>ResXFileCodeGenerator</Generator>
  591. <LastGenOutput>Bota.Designer.cs</LastGenOutput>
  592. </EmbeddedResource>
  593. <EmbeddedResource Include="Strings\Bota.zh.resx">
  594. <DependentUpon>Bota.resx</DependentUpon>
  595. </EmbeddedResource>
  596. <EmbeddedResource Include="Strings\Common.resx">
  597. <Generator>ResXFileCodeGenerator</Generator>
  598. <LastGenOutput>Common.Designer.cs</LastGenOutput>
  599. </EmbeddedResource>
  600. <EmbeddedResource Include="Strings\Common.zh.resx">
  601. <DependentUpon>Common.resx</DependentUpon>
  602. </EmbeddedResource>
  603. <EmbeddedResource Include="Strings\DocEditor.resx">
  604. <Generator>ResXFileCodeGenerator</Generator>
  605. <LastGenOutput>DocEditor.Designer.cs</LastGenOutput>
  606. </EmbeddedResource>
  607. <EmbeddedResource Include="Strings\DocEditor.zh.resx">
  608. <DependentUpon>DocEditor.resx</DependentUpon>
  609. </EmbeddedResource>
  610. <EmbeddedResource Include="Strings\DocInfo.resx">
  611. <Generator>ResXFileCodeGenerator</Generator>
  612. <LastGenOutput>DocInfo.Designer.cs</LastGenOutput>
  613. </EmbeddedResource>
  614. <EmbeddedResource Include="Strings\DocInfo.zh.resx">
  615. <DependentUpon>DocInfo.resx</DependentUpon>
  616. </EmbeddedResource>
  617. <EmbeddedResource Include="Strings\PropertyPanel.resx">
  618. <Generator>ResXFileCodeGenerator</Generator>
  619. <LastGenOutput>PropertyPanel.Designer.cs</LastGenOutput>
  620. </EmbeddedResource>
  621. <EmbeddedResource Include="Strings\PropertyPanel.zh.resx">
  622. <DependentUpon>PropertyPanel.resx</DependentUpon>
  623. </EmbeddedResource>
  624. <EmbeddedResource Include="Strings\Security.resx">
  625. <Generator>ResXFileCodeGenerator</Generator>
  626. <LastGenOutput>Security.Designer.cs</LastGenOutput>
  627. <SubType>Designer</SubType>
  628. </EmbeddedResource>
  629. <EmbeddedResource Include="Strings\Security.zh.resx">
  630. <DependentUpon>Security.resx</DependentUpon>
  631. </EmbeddedResource>
  632. <EmbeddedResource Include="Strings\Signature.resx">
  633. <Generator>ResXFileCodeGenerator</Generator>
  634. <LastGenOutput>Signature.Designer.cs</LastGenOutput>
  635. </EmbeddedResource>
  636. <EmbeddedResource Include="Strings\Signature.zh.resx">
  637. <DependentUpon>Signature.resx</DependentUpon>
  638. </EmbeddedResource>
  639. <EmbeddedResource Include="Strings\ToolBar.resx">
  640. <Generator>ResXFileCodeGenerator</Generator>
  641. <LastGenOutput>ToolBar.Designer.cs</LastGenOutput>
  642. </EmbeddedResource>
  643. <EmbeddedResource Include="Strings\ToolBar.zh.resx">
  644. <DependentUpon>ToolBar.resx</DependentUpon>
  645. </EmbeddedResource>
  646. <None Include="app.config" />
  647. <None Include="packages.config" />
  648. <None Include="Properties\Settings.settings">
  649. <Generator>SettingsSingleFileGenerator</Generator>
  650. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  651. </None>
  652. <None Update="Strings\Bota.zh.resx">
  653. <DependentUpon>Bota.resx</DependentUpon>
  654. </None>
  655. <None Update="Strings\Common.zh.resx">
  656. <DependentUpon>Common.resx</DependentUpon>
  657. </None>
  658. <None Update="Strings\PropertyPanel.zh.resx">
  659. <DependentUpon>PropertyPanel.resx</DependentUpon>
  660. </None>
  661. <None Update="Strings\ToolBar.zh.resx">
  662. <DependentUpon>ToolBar.resx</DependentUpon>
  663. </None>
  664. </ItemGroup>
  665. <ItemGroup>
  666. <Resource Include="Asset\Resource\Annotation\StampIcons\Accepted.png" />
  667. <Resource Include="Asset\Resource\Annotation\StampIcons\Approved.png" />
  668. <Resource Include="Asset\Resource\Annotation\StampIcons\Completed.png" />
  669. <Resource Include="Asset\Resource\Annotation\StampIcons\Confidential.png" />
  670. <Resource Include="Asset\Resource\Annotation\StampIcons\Draft.png" />
  671. <Resource Include="Asset\Resource\Annotation\StampIcons\Empty_stamp.png" />
  672. <Resource Include="Asset\Resource\Annotation\StampIcons\Final.png" />
  673. <Resource Include="Asset\Resource\Annotation\StampIcons\ForComment.png" />
  674. <Resource Include="Asset\Resource\Annotation\StampIcons\ForPublicRelease.png" />
  675. <Resource Include="Asset\Resource\Annotation\StampIcons\InformationOnly.png" />
  676. <Resource Include="Asset\Resource\Annotation\StampIcons\InitialHere.png" />
  677. <Resource Include="Asset\Resource\Annotation\StampIcons\NotApproved.png" />
  678. <Resource Include="Asset\Resource\Annotation\StampIcons\NotForPublicRelease.png" />
  679. <Resource Include="Asset\Resource\Annotation\StampIcons\PreliminaryResults.png" />
  680. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark1.png" />
  681. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark2.png" />
  682. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark3.png" />
  683. <Resource Include="Asset\Resource\Annotation\StampIcons\Rejected.png" />
  684. <Resource Include="Asset\Resource\Annotation\StampIcons\revised.png" />
  685. <Resource Include="Asset\Resource\Annotation\StampIcons\SignHere.png" />
  686. <Resource Include="Asset\Resource\Annotation\StampIcons\Void.png" />
  687. <Resource Include="Asset\Resource\Annotation\StampIcons\Witness.png" />
  688. <Resource Include="Asset\Resource\Annotation\Signature\Dropimage.png" />
  689. <Resource Include="Asset\Resource\Color_btn_ic.png" />
  690. <Resource Include="Asset\Resource\Transparent_btn_ic.png" />
  691. <Resource Include="Asset\Resource\warn.png" />
  692. <Resource Include="ComPDFKit_Logo.ico" />
  693. <Resource Include="Asset\Resource\Logo.png" />
  694. <Content Include="VirtualizingWrapPanel.dll">
  695. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  696. </Content>
  697. </ItemGroup>
  698. <ItemGroup>
  699. <Page Include="Annotation\AnnotationControl\AnnotationControl.xaml">
  700. <SubType>Designer</SubType>
  701. </Page>
  702. <Page Include="Annotation\CPDFAnnotationPreviewerControl.xaml">
  703. <SubType>Designer</SubType>
  704. <Generator>MSBuild:Compile</Generator>
  705. </Page>
  706. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListControl\CPDFAnnotationListControl.xaml">
  707. <SubType>Designer</SubType>
  708. <Generator>MSBuild:Compile</Generator>
  709. </Page>
  710. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListUI\CPDFAnnoationListUI.xaml">
  711. <SubType>Designer</SubType>
  712. <Generator>MSBuild:Compile</Generator>
  713. </Page>
  714. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreehandUI.xaml">
  715. <SubType>Designer</SubType>
  716. <Generator>MSBuild:Compile</Generator>
  717. </Page>
  718. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreeTextUI.xaml">
  719. <SubType>Designer</SubType>
  720. <Generator>MSBuild:Compile</Generator>
  721. </Page>
  722. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFTempStampUI.xaml">
  723. <SubType>Designer</SubType>
  724. <Generator>MSBuild:Compile</Generator>
  725. </Page>
  726. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFNoteUI.xaml">
  727. <SubType>Designer</SubType>
  728. <Generator>MSBuild:Compile</Generator>
  729. </Page>
  730. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSignatureUI.xaml">
  731. <SubType>Designer</SubType>
  732. <Generator>MSBuild:Compile</Generator>
  733. </Page>
  734. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateSignatureDialog.xaml">
  735. <SubType>Designer</SubType>
  736. <Generator>MSBuild:Compile</Generator>
  737. </Page>
  738. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFDeleteDialog.xaml">
  739. <SubType>Designer</SubType>
  740. <Generator>MSBuild:Compile</Generator>
  741. </Page>
  742. <Page Include="Asset\Styles\ButtonStyle.xaml">
  743. <Generator>MSBuild:Compile</Generator>
  744. <SubType>Designer</SubType>
  745. </Page>
  746. <Page Include="Asset\Styles\ComboBoxStyle.xaml">
  747. <Generator>MSBuild:Compile</Generator>
  748. <SubType>Designer</SubType>
  749. </Page>
  750. <Page Include="Asset\Styles\EyeCheckBoxStyle.xaml" />
  751. <Page Include="Asset\Styles\ListBoxItemStyle.xaml">
  752. <Generator>MSBuild:Compile</Generator>
  753. <SubType>Designer</SubType>
  754. </Page>
  755. <Page Include="Asset\Styles\MenuItemStyle.xaml">
  756. <Generator>MSBuild:Compile</Generator>
  757. <SubType>Designer</SubType>
  758. </Page>
  759. <Page Include="Asset\Styles\RadioButtonStyle.xaml">
  760. <SubType>Designer</SubType>
  761. <Generator>MSBuild:Compile</Generator>
  762. </Page>
  763. <Page Include="Asset\Styles\RoundCornerPasswordBoxStyle.xaml" />
  764. <Page Include="Asset\Styles\RoundCornerTextBoxStyle.xaml" />
  765. <Page Include="Asset\Styles\SliderStyle.xaml">
  766. <Generator>MSBuild:Compile</Generator>
  767. <SubType>Designer</SubType>
  768. </Page>
  769. <Page Include="Asset\Styles\TabControlStyle.xaml">
  770. <Generator>MSBuild:Compile</Generator>
  771. <SubType>Designer</SubType>
  772. </Page>
  773. <Page Include="Asset\Styles\TabItemStyle.xaml">
  774. <Generator>MSBuild:Compile</Generator>
  775. <SubType>Designer</SubType>
  776. </Page>
  777. <Page Include="Asset\Styles\TextBoxStyle.xaml">
  778. <Generator>MSBuild:Compile</Generator>
  779. <SubType>Designer</SubType>
  780. </Page>
  781. <Page Include="Asset\Styles\ToggleButtonStyle.xaml">
  782. <Generator>MSBuild:Compile</Generator>
  783. <SubType>Designer</SubType>
  784. </Page>
  785. <Page Include="Asset\Styles\TreeViewItemStyle.xaml">
  786. <Generator>MSBuild:Compile</Generator>
  787. <SubType>Designer</SubType>
  788. </Page>
  789. <Page Include="Asset\Styles\WindowStyle.xaml">
  790. <Generator>MSBuild:Compile</Generator>
  791. <SubType>Designer</SubType>
  792. </Page>
  793. <Page Include="Common\BarControl\CPDFDigitalSignatureBarControl.xaml">
  794. <SubType>Designer</SubType>
  795. <Generator>MSBuild:Compile</Generator>
  796. </Page>
  797. <Page Include="Common\BarControl\CPDFMeasureBarControl.xaml">
  798. <SubType>Designer</SubType>
  799. <Generator>MSBuild:Compile</Generator>
  800. </Page>
  801. <Page Include="Common\BarControl\CPDFPageEditBarControl.xaml">
  802. <SubType>Designer</SubType>
  803. <Generator>MSBuild:Compile</Generator>
  804. </Page>
  805. <Page Include="Common\BaseControl\CustomProgressBarControl.xaml" />
  806. <Page Include="Common\BaseControl\MatrixRadioControl.xaml">
  807. <SubType>Designer</SubType>
  808. <Generator>MSBuild:Compile</Generator>
  809. </Page>
  810. <Page Include="Common\BaseControl\PageNumberControl.xaml">
  811. <Generator>MSBuild:Compile</Generator>
  812. <SubType>Designer</SubType>
  813. </Page>
  814. <Page Include="Common\CreateBlankPageSetting\CreateBlankPageSettingDialog.xaml" />
  815. <Page Include="Common\DeviceSerial\DeviceSerialControl.xaml" />
  816. <Page Include="Common\PasswordControl\PasswordBoxControl.xaml" />
  817. <Page Include="Common\HomePage\FeaturesListControl.xaml">
  818. <SubType>Designer</SubType>
  819. <Generator>MSBuild:Compile</Generator>
  820. </Page>
  821. <Page Include="Common\HomePage\HomePageControl.xaml">
  822. <SubType>Designer</SubType>
  823. <Generator>MSBuild:Compile</Generator>
  824. </Page>
  825. <Page Include="Common\HomePage\RecentFilesControl.xaml">
  826. <SubType>Designer</SubType>
  827. <Generator>MSBuild:Compile</Generator>
  828. </Page>
  829. <Page Include="Common\PasswordControl\PasswordDialog.xaml">
  830. <Generator>MSBuild:Compile</Generator>
  831. <SubType>Designer</SubType>
  832. </Page>
  833. <Page Include="Common\PasswordControl\PasswordWindow.xaml">
  834. <SubType>Designer</SubType>
  835. <Generator>MSBuild:Compile</Generator>
  836. </Page>
  837. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml">
  838. <SubType>Designer</SubType>
  839. <Generator>MSBuild:Compile</Generator>
  840. </Page>
  841. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml">
  842. <SubType>Designer</SubType>
  843. <Generator>MSBuild:Compile</Generator>
  844. </Page>
  845. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml">
  846. <SubType>Designer</SubType>
  847. <Generator>MSBuild:Compile</Generator>
  848. </Page>
  849. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml">
  850. <SubType>Designer</SubType>
  851. <Generator>MSBuild:Compile</Generator>
  852. </Page>
  853. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml">
  854. <SubType>Designer</SubType>
  855. <Generator>MSBuild:Compile</Generator>
  856. </Page>
  857. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml">
  858. <SubType>Designer</SubType>
  859. <Generator>MSBuild:Compile</Generator>
  860. </Page>
  861. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml">
  862. <SubType>Designer</SubType>
  863. <Generator>MSBuild:Compile</Generator>
  864. </Page>
  865. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml">
  866. <SubType>Designer</SubType>
  867. <Generator>MSBuild:Compile</Generator>
  868. </Page>
  869. <Page Include="Asset\Themes\Global.xaml">
  870. <SubType>Designer</SubType>
  871. <Generator>MSBuild:Compile</Generator>
  872. </Page>
  873. <Page Include="Common\BarControl\CPDFBOTABarControl.xaml">
  874. <SubType>Designer</SubType>
  875. <Generator>MSBuild:Compile</Generator>
  876. </Page>
  877. <Page Include="Common\BarControl\CPDFAnnotationBarControl.xaml">
  878. <SubType>Designer</SubType>
  879. <Generator>MSBuild:Compile</Generator>
  880. </Page>
  881. <Page Include="Common\BarControl\CPDFTitleBarControl.xaml">
  882. <SubType>Designer</SubType>
  883. <Generator>MSBuild:Compile</Generator>
  884. </Page>
  885. <Page Include="Common\BaseControl\CustomSliderControl.xaml">
  886. <SubType>Designer</SubType>
  887. <Generator>MSBuild:Compile</Generator>
  888. </Page>
  889. <Page Include="Common\BaseControl\NumericUpDownControl.xaml">
  890. <SubType>Designer</SubType>
  891. <Generator>MSBuild:Compile</Generator>
  892. </Page>
  893. <Page Include="Common\PropertyControl\ColorPickerControl.xaml">
  894. <SubType>Designer</SubType>
  895. <Generator>MSBuild:Compile</Generator>
  896. </Page>
  897. <Page Include="Common\BaseControl\DropDownNumberBoxControl.xaml">
  898. <SubType>Designer</SubType>
  899. <Generator>MSBuild:Compile</Generator>
  900. </Page>
  901. <Page Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml">
  902. <SubType>Designer</SubType>
  903. <Generator>MSBuild:Compile</Generator>
  904. </Page>
  905. <Page Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml">
  906. <SubType>Designer</SubType>
  907. <Generator>MSBuild:Compile</Generator>
  908. </Page>
  909. <Page Include="Common\PropertyControl\PDFLocation\CPDFLocationControl.xaml">
  910. <SubType>Designer</SubType>
  911. <Generator>MSBuild:Compile</Generator>
  912. </Page>
  913. <Page Include="Common\PropertyControl\PDFLocation\CPDFRotationControl.xaml">
  914. <SubType>Designer</SubType>
  915. <Generator>MSBuild:Compile</Generator>
  916. </Page>
  917. <Page Include="Common\PropertyControl\PDFLocation\CPDFTileControl.xaml">
  918. <SubType>Designer</SubType>
  919. <Generator>MSBuild:Compile</Generator>
  920. </Page>
  921. <Page Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml">
  922. <SubType>Designer</SubType>
  923. <Generator>MSBuild:Compile</Generator>
  924. </Page>
  925. <Page Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml">
  926. <SubType>Designer</SubType>
  927. <Generator>MSBuild:Compile</Generator>
  928. </Page>
  929. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml">
  930. <SubType>Designer</SubType>
  931. <Generator>MSBuild:Compile</Generator>
  932. </Page>
  933. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml">
  934. <SubType>Designer</SubType>
  935. <Generator>MSBuild:Compile</Generator>
  936. </Page>
  937. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml">
  938. <SubType>Designer</SubType>
  939. <Generator>MSBuild:Compile</Generator>
  940. </Page>
  941. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml">
  942. <SubType>Designer</SubType>
  943. <Generator>MSBuild:Compile</Generator>
  944. </Page>
  945. <Page Include="Common\PropertyControl\WritableComboBoxControl.xaml">
  946. <SubType>Designer</SubType>
  947. <Generator>MSBuild:Compile</Generator>
  948. </Page>
  949. <Page Include="DigitalSignature\AddCertificationControl\AddCertificationControl.xaml">
  950. <SubType>Designer</SubType>
  951. <Generator>MSBuild:Compile</Generator>
  952. </Page>
  953. <Page Include="DigitalSignature\AddCertificationControl\AddCertificationDialog.xaml">
  954. <SubType>Designer</SubType>
  955. <Generator>MSBuild:Compile</Generator>
  956. </Page>
  957. <Page Include="DigitalSignature\AddCertificationControl\AddCustomCertificationControl.xaml">
  958. <SubType>Designer</SubType>
  959. <Generator>MSBuild:Compile</Generator>
  960. </Page>
  961. <Page Include="DigitalSignature\AddCertificationControl\AddExistedCertificationControl.xaml">
  962. <SubType>Designer</SubType>
  963. <Generator>MSBuild:Compile</Generator>
  964. </Page>
  965. <Page Include="DigitalSignature\AddCertificationControl\SaveCertificateControl.xaml">
  966. <SubType>Designer</SubType>
  967. <Generator>MSBuild:Compile</Generator>
  968. </Page>
  969. <Page Include="DigitalSignature\DigitalSignatureControl\CPDFSignatureListControl.xaml" />
  970. <Page Include="DigitalSignature\DigitalSignatureControl\DigitalSignatureControl.xaml">
  971. <SubType>Designer</SubType>
  972. <Generator>MSBuild:Compile</Generator>
  973. </Page>
  974. <Page Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureDialog.xaml">
  975. <SubType>Designer</SubType>
  976. <Generator>MSBuild:Compile</Generator>
  977. </Page>
  978. <Page Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureControl.xaml">
  979. <Generator>MSBuild:Compile</Generator>
  980. <SubType>Designer</SubType>
  981. </Page>
  982. <Page Include="DigitalSignature\ViewCertificationControl\CertificateChainControl.xaml">
  983. <SubType>Designer</SubType>
  984. <Generator>MSBuild:Compile</Generator>
  985. </Page>
  986. <Page Include="DigitalSignature\ViewCertificationControl\CertificateDetailControl.xaml">
  987. <SubType>Designer</SubType>
  988. <Generator>MSBuild:Compile</Generator>
  989. </Page>
  990. <Page Include="DigitalSignature\ViewCertificationControl\CertificateInfoControl.xaml">
  991. <SubType>Designer</SubType>
  992. <Generator>MSBuild:Compile</Generator>
  993. </Page>
  994. <Page Include="DigitalSignature\ViewCertificationControl\ConfidenceControl.xaml">
  995. <SubType>Designer</SubType>
  996. <Generator>MSBuild:Compile</Generator>
  997. </Page>
  998. <Page Include="DigitalSignature\ViewCertificationControl\SummaryControl.xaml">
  999. <SubType>Designer</SubType>
  1000. <Generator>MSBuild:Compile</Generator>
  1001. </Page>
  1002. <Page Include="DigitalSignature\ViewCertificationControl\ViewCertificateDialog.xaml">
  1003. <SubType>Designer</SubType>
  1004. <Generator>MSBuild:Compile</Generator>
  1005. </Page>
  1006. <Page Include="DigitalSignature\SignatureStatusBarControl\SignatureStatusBarControl.xaml" />
  1007. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureInfoControl.xaml" />
  1008. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\DigitalSignatureValiditySummaaryControl.xaml" />
  1009. <Page Include="DigitalSignature\VerifyDigitalSignatureControl\VerifyDigitalSignatureControl.xaml" />
  1010. <Page Include="Edit\ContentEditControl\ContentEditControl.xaml">
  1011. <SubType>Designer</SubType>
  1012. <Generator>MSBuild:Compile</Generator>
  1013. </Page>
  1014. <Page Include="Edit\PDFContentEditControl.xaml">
  1015. <SubType>Designer</SubType>
  1016. <Generator>MSBuild:Compile</Generator>
  1017. </Page>
  1018. <Page Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml">
  1019. <SubType>Designer</SubType>
  1020. <Generator>MSBuild:Compile</Generator>
  1021. </Page>
  1022. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml">
  1023. <SubType>Designer</SubType>
  1024. <Generator>MSBuild:Compile</Generator>
  1025. </Page>
  1026. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml">
  1027. <SubType>Designer</SubType>
  1028. <Generator>MSBuild:Compile</Generator>
  1029. </Page>
  1030. <Page Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml">
  1031. <SubType>Designer</SubType>
  1032. <Generator>MSBuild:Compile</Generator>
  1033. </Page>
  1034. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml">
  1035. <SubType>Designer</SubType>
  1036. <Generator>MSBuild:Compile</Generator>
  1037. </Page>
  1038. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml">
  1039. <SubType>Designer</SubType>
  1040. <Generator>MSBuild:Compile</Generator>
  1041. </Page>
  1042. <Page Include="Common\BarControl\FormBarControl.xaml">
  1043. <SubType>Designer</SubType>
  1044. <Generator>MSBuild:Compile</Generator>
  1045. </Page>
  1046. <Page Include="Security\Encryption\DecryptionDialog.xaml" />
  1047. <Page Include="Security\Encryption\EncryptionDialog.xaml" />
  1048. <Page Include="Security\Encryption\FileGridListControl.xaml" />
  1049. <Page Include="Security\Encryption\SecurityOperationTypeDialog.xaml" />
  1050. <Page Include="Security\Encryption\SetEncryptionControl.xaml" />
  1051. <Page Include="Form\FormControl\FormControl.xaml">
  1052. <SubType>Designer</SubType>
  1053. <Generator>MSBuild:Compile</Generator>
  1054. </Page>
  1055. <Page Include="Form\FromPropertyControl.xaml">
  1056. <SubType>Designer</SubType>
  1057. <Generator>MSBuild:Compile</Generator>
  1058. </Page>
  1059. <Page Include="Form\Property\CheckBoxProperty.xaml">
  1060. <SubType>Designer</SubType>
  1061. <Generator>MSBuild:Compile</Generator>
  1062. </Page>
  1063. <Page Include="Form\Property\ComboBoxProperty.xaml">
  1064. <SubType>Designer</SubType>
  1065. <Generator>MSBuild:Compile</Generator>
  1066. </Page>
  1067. <Page Include="Form\Property\ListBoxProperty.xaml">
  1068. <SubType>Designer</SubType>
  1069. <Generator>MSBuild:Compile</Generator>
  1070. </Page>
  1071. <Page Include="Form\Property\PushButtonProperty.xaml">
  1072. <SubType>Designer</SubType>
  1073. <Generator>MSBuild:Compile</Generator>
  1074. </Page>
  1075. <Page Include="Form\Property\RadioButtonProperty.xaml">
  1076. <SubType>Designer</SubType>
  1077. <Generator>MSBuild:Compile</Generator>
  1078. </Page>
  1079. <Page Include="Form\Property\SignatureProperty.xaml">
  1080. <SubType>Designer</SubType>
  1081. <Generator>MSBuild:Compile</Generator>
  1082. </Page>
  1083. <Page Include="Form\Property\TextFieldProperty.xaml">
  1084. <SubType>Designer</SubType>
  1085. <Generator>MSBuild:Compile</Generator>
  1086. </Page>
  1087. <Page Include="Measure\MeasureControl.xaml">
  1088. <SubType>Designer</SubType>
  1089. <Generator>MSBuild:Compile</Generator>
  1090. </Page>
  1091. <Page Include="Measure\MeasureInfoPanel.xaml">
  1092. <SubType>Designer</SubType>
  1093. <Generator>MSBuild:Compile</Generator>
  1094. </Page>
  1095. <Page Include="Measure\MeasurePropertyControl.xaml">
  1096. <SubType>Designer</SubType>
  1097. <Generator>MSBuild:Compile</Generator>
  1098. </Page>
  1099. <Page Include="Measure\MeasureSettingDialog.xaml">
  1100. <SubType>Designer</SubType>
  1101. <Generator>MSBuild:Compile</Generator>
  1102. </Page>
  1103. <Page Include="Measure\MeasureSettingPanel.xaml">
  1104. <SubType>Designer</SubType>
  1105. <Generator>MSBuild:Compile</Generator>
  1106. </Page>
  1107. <Page Include="Measure\Property\StraightnessProperty.xaml">
  1108. <SubType>Designer</SubType>
  1109. <Generator>MSBuild:Compile</Generator>
  1110. </Page>
  1111. <Page Include="Measure\Property\PolygonalProperty.xaml">
  1112. <SubType>Designer</SubType>
  1113. <Generator>MSBuild:Compile</Generator>
  1114. </Page>
  1115. <Page Include="Measure\Property\MultilineProperty.xaml">
  1116. <SubType>Designer</SubType>
  1117. <Generator>MSBuild:Compile</Generator>
  1118. </Page>
  1119. <Page Include="PageEdit\PageEditControl\PageEditControl.xaml">
  1120. <SubType>Designer</SubType>
  1121. <Generator>MSBuild:Compile</Generator>
  1122. </Page>
  1123. <Page Include="PageEdit\PDFPageEdit\CPDFPageEditControl.xaml">
  1124. <SubType>Designer</SubType>
  1125. <Generator>MSBuild:Compile</Generator>
  1126. </Page>
  1127. <Page Include="PageEdit\PDFPageExtract\CPDFPageExtractUI.xaml">
  1128. <SubType>Designer</SubType>
  1129. <Generator>MSBuild:Compile</Generator>
  1130. </Page>
  1131. <Page Include="PageEdit\PDFPageExtract\CPDFPageExtractWindow.xaml">
  1132. <SubType>Designer</SubType>
  1133. <Generator>MSBuild:Compile</Generator>
  1134. </Page>
  1135. <Page Include="PageEdit\PDFPageInsert\CPDFPageInsertUI.xaml">
  1136. <SubType>Designer</SubType>
  1137. <Generator>MSBuild:Compile</Generator>
  1138. </Page>
  1139. <Page Include="PageEdit\PDFPageInsert\CPDFPageInsertWindow.xaml">
  1140. <SubType>Designer</SubType>
  1141. <Generator>MSBuild:Compile</Generator>
  1142. </Page>
  1143. <Page Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml">
  1144. <SubType>Designer</SubType>
  1145. <Generator>MSBuild:Compile</Generator>
  1146. </Page>
  1147. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml">
  1148. <SubType>Designer</SubType>
  1149. <Generator>MSBuild:Compile</Generator>
  1150. </Page>
  1151. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml">
  1152. <SubType>Designer</SubType>
  1153. <Generator>MSBuild:Compile</Generator>
  1154. </Page>
  1155. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml">
  1156. <Generator>MSBuild:Compile</Generator>
  1157. <SubType>Designer</SubType>
  1158. </Page>
  1159. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml">
  1160. <SubType>Designer</SubType>
  1161. <Generator>MSBuild:Compile</Generator>
  1162. </Page>
  1163. <Page Include="PDFView\PDFInfo\CPDFInfoControl.xaml">
  1164. <Generator>MSBuild:Compile</Generator>
  1165. <SubType>Designer</SubType>
  1166. </Page>
  1167. <Page Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml">
  1168. <SubType>Designer</SubType>
  1169. <Generator>MSBuild:Compile</Generator>
  1170. </Page>
  1171. <Page Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml">
  1172. <SubType>Designer</SubType>
  1173. <Generator>MSBuild:Compile</Generator>
  1174. </Page>
  1175. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml">
  1176. <Generator>MSBuild:Compile</Generator>
  1177. <SubType>Designer</SubType>
  1178. </Page>
  1179. <Page Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml">
  1180. <SubType>Designer</SubType>
  1181. <Generator>MSBuild:Compile</Generator>
  1182. </Page>
  1183. <Page Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml">
  1184. <Generator>MSBuild:Compile</Generator>
  1185. <SubType>Designer</SubType>
  1186. </Page>
  1187. <Page Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml">
  1188. <Generator>MSBuild:Compile</Generator>
  1189. <SubType>Designer</SubType>
  1190. </Page>
  1191. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml">
  1192. <SubType>Designer</SubType>
  1193. <Generator>MSBuild:Compile</Generator>
  1194. </Page>
  1195. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml">
  1196. <SubType>Designer</SubType>
  1197. <Generator>MSBuild:Compile</Generator>
  1198. </Page>
  1199. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml">
  1200. <SubType>Designer</SubType>
  1201. <Generator>MSBuild:Compile</Generator>
  1202. </Page>
  1203. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml">
  1204. <SubType>Designer</SubType>
  1205. <Generator>MSBuild:Compile</Generator>
  1206. </Page>
  1207. <Page Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml">
  1208. <SubType>Designer</SubType>
  1209. <Generator>MSBuild:Compile</Generator>
  1210. </Page>
  1211. <Page Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml">
  1212. <SubType>Designer</SubType>
  1213. <Generator>MSBuild:Compile</Generator>
  1214. </Page>
  1215. <Page Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml">
  1216. <SubType>Designer</SubType>
  1217. <Generator>MSBuild:Compile</Generator>
  1218. </Page>
  1219. <Page Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml">
  1220. <SubType>Designer</SubType>
  1221. <Generator>MSBuild:Compile</Generator>
  1222. </Page>
  1223. <Page Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml">
  1224. <SubType>Designer</SubType>
  1225. <Generator>MSBuild:Compile</Generator>
  1226. </Page>
  1227. <Page Include="PDFView\PDFViewControl\PDFViewControl.xaml">
  1228. <SubType>Designer</SubType>
  1229. <Generator>MSBuild:Compile</Generator>
  1230. </Page>
  1231. <Page Include="PDFView\RegularViewerControl.xaml" />
  1232. <Page Include="Watermark\AddWatermark\FileGridListWithPageRangeControl.xaml">
  1233. <SubType>Designer</SubType>
  1234. <Generator>MSBuild:Compile</Generator>
  1235. </Page>
  1236. <Page Include="Watermark\AddWatermark\PageRangeDialog.xaml">
  1237. <SubType>Designer</SubType>
  1238. <Generator>MSBuild:Compile</Generator>
  1239. </Page>
  1240. <Page Include="Common\PreviewControl\PreviewControl.xaml">
  1241. <SubType>Designer</SubType>
  1242. <Generator>MSBuild:Compile</Generator>
  1243. </Page>
  1244. <Page Include="Watermark\AddWatermark\WatermarkDialog.xaml">
  1245. <SubType>Designer</SubType>
  1246. <Generator>MSBuild:Compile</Generator>
  1247. </Page>
  1248. <Page Include="Watermark\AddWatermark\WatermarkListDialog.xaml">
  1249. <SubType>Designer</SubType>
  1250. <Generator>MSBuild:Compile</Generator>
  1251. </Page>
  1252. <Page Include="Watermark\RemoveWatermark\RemoveWatermarkListControl.xaml">
  1253. <SubType>Designer</SubType>
  1254. <Generator>MSBuild:Compile</Generator>
  1255. </Page>
  1256. <Page Include="Watermark\RemoveWatermark\RemoveWatermarkListDialog.xaml">
  1257. <SubType>Designer</SubType>
  1258. <Generator>MSBuild:Compile</Generator>
  1259. </Page>
  1260. <Page Include="Watermark\WatermarkOperationTypeDialog.xaml">
  1261. <SubType>Designer</SubType>
  1262. </Page>
  1263. </ItemGroup>
  1264. <ItemGroup>
  1265. <Folder Include="DigitalSignature\CPDFSignatureListControl\" />
  1266. </ItemGroup>
  1267. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1268. <Import Project="..\packages\ComPDFKit.NetFramework.1.13.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.13.0\build\ComPDFKit.NetFramework.targets')" />
  1269. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1270. <PropertyGroup>
  1271. <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>
  1272. </PropertyGroup>
  1273. <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.13.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.13.0\build\ComPDFKit.NetFramework.targets'))" />
  1274. </Target>
  1275. </Project>