Compdfkit_Tools.csproj 61 KB

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