Compdfkit_Tools.csproj 60 KB

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