Compdfkit.Controls.csproj 62 KB

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