Compdfkit_Tools.csproj 57 KB

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