Compdfkit.Controls.csproj 66 KB

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