Compdfkit.Controls.csproj 63 KB

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