Compdfkit.Controls.csproj 61 KB

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