Compdfkit.Controls.csproj 65 KB

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