Compdfkit.Controls.csproj 64 KB

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