Compdfkit_Tools.csproj 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{9363BCB1-3A67-446A-8093-5708B86BF418}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>Compdfkit_Tools</RootNamespace>
  10. <AssemblyName>ComPDFKit_Tools</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <StartupObject />
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="ComPDFKit.Desk, Version=1.9.1.0, Culture=neutral, processorArchitecture=MSIL">
  48. <HintPath>..\packages\ComPDFKit.NetFramework.1.9.1\lib\ComPDFKit.Desk.dll</HintPath>
  49. </Reference>
  50. <Reference Include="ComPDFKit.Viewer, Version=1.9.1.0, Culture=neutral, processorArchitecture=MSIL">
  51. <HintPath>..\packages\ComPDFKit.NetFramework.1.9.1\lib\ComPDFKit.Viewer.dll</HintPath>
  52. </Reference>
  53. <Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  54. <HintPath>..\packages\PresentationFramework.Aero2.1.0.1\lib\PresentationFramework.Aero2.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Windows.Forms" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Xaml">
  67. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="VirtualizingWrapPanel">
  70. <HintPath>.\VirtualizingWrapPanel.dll</HintPath>
  71. </Reference>
  72. <Reference Include="WindowsBase" />
  73. <Reference Include="PresentationCore" />
  74. <Reference Include="PresentationFramework" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="Annotation\AnnotationControl\AnnotationControl.xaml.cs">
  78. <DependentUpon>AnnotationControl.xaml</DependentUpon>
  79. </Compile>
  80. <Compile Include="Annotation\CPDFAnnotationPreviewerControl.xaml.cs">
  81. <DependentUpon>CPDFAnnotationPreviewerControl.xaml</DependentUpon>
  82. </Compile>
  83. <Compile Include="Annotation\PDFAnnotationList\PDFAnnotationListControl\CPDFAnnotationListControl.xaml.cs">
  84. <DependentUpon>CPDFAnnotationListControl.xaml</DependentUpon>
  85. </Compile>
  86. <Compile Include="Annotation\PDFAnnotationList\PDFAnnotationListUI\CPDFAnnoationListUI.xaml.cs">
  87. <DependentUpon>CPDFAnnoationListUI.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreehandUI.xaml.cs">
  90. <DependentUpon>CPDFFreehandUI.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreeTextUI.xaml.cs">
  93. <DependentUpon>CPDFFreeTextUI.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFTempStampUI.xaml.cs">
  96. <DependentUpon>CPDFTempStampUI.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFNoteUI.xaml.cs">
  99. <DependentUpon>CPDFNoteUI.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSignatureUI.xaml.cs">
  102. <DependentUpon>CPDFSignatureUI.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateSignatureDialog.xaml.cs">
  105. <DependentUpon>CPDFCreateSignatureDialog.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFDeleteDialog.xaml.cs">
  108. <DependentUpon>CPDFDeleteDialog.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="Common\BarControl\CPDFDigitalSignatureBarControl.xaml.cs">
  111. <DependentUpon>CPDFDigitalSignatureBarControl.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="Common\BarControl\CPDFPageEditBarControl.xaml.cs">
  114. <DependentUpon>CPDFPageEditBarControl.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="Common\BaseControl\PageNumberControl.xaml.cs">
  117. <DependentUpon>PageNumberControl.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Common\Convert\AnnotArgsTypeToVisibilityConverter.cs" />
  120. <Compile Include="Common\Convert\CaptionHeightConverter.cs" />
  121. <Compile Include="Common\Convert\IntAndTagToBoolMultiBinding.cs" />
  122. <Compile Include="Common\Convert\ReverseBoolConverter.cs" />
  123. <Compile Include="Common\Convert\ReverseVisibilityConverter.cs" />
  124. <Compile Include="Common\Convert\WindowStateToPathConverter.cs" />
  125. <Compile Include="Common\Convert\WindowStateToThicknessConverter.cs" />
  126. <Compile Include="Common\PasswordControl\PasswordDialog.xaml.cs">
  127. <DependentUpon>PasswordDialog.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Common\PasswordControl\PasswordWindow.xaml.cs">
  130. <DependentUpon>PasswordWindow.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml.cs">
  133. <DependentUpon>CPDFArrowControl.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml.cs">
  136. <DependentUpon>CPDFArrowUI.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml.cs">
  139. <DependentUpon>CPDFAnnotationControl.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Annotation\PDFAnnotationData\CPDFAnnotationData.cs" />
  142. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml.cs">
  143. <DependentUpon>CPDFLinkUI.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml.cs">
  146. <DependentUpon>CPDFMarkupUI.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml.cs">
  149. <DependentUpon>CPDFShapeUI.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml.cs">
  152. <DependentUpon>CPDFStampUI.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml.cs">
  155. <DependentUpon>CPDFCreateStampDialog.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="Common\BarControl\CPDFBOTABarControl.xaml.cs">
  158. <DependentUpon>CPDFBOTABarControl.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="Common\BarControl\CPDFAnnotationBarControl.xaml.cs">
  161. <DependentUpon>CPDFAnnotationBarControl.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="Common\BarControl\CPDFTitleBarControl.xaml.cs">
  164. <DependentUpon>CPDFTitleBarControl.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="Common\BaseControl\CustomSliderControl.xaml.cs">
  167. <DependentUpon>CustomSliderControl.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Common\BaseControl\NumericUpDownControl.xaml.cs">
  170. <DependentUpon>NumericUpDownControl.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="Common\Convert\BoolToVisibilityConverter.cs" />
  173. <Compile Include="Common\Convert\ListViewWidthConverter.cs" />
  174. <Compile Include="Common\Convert\TextLengthToBoolConverter.cs" />
  175. <Compile Include="Common\Convert\TextLengthToVisibilityConverter.cs" />
  176. <Compile Include="Common\PropertyControl\ColorPickerControl.xaml.cs">
  177. <DependentUpon>ColorPickerControl.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="Common\BaseControl\DropDownNumberBoxControl.xaml.cs">
  180. <DependentUpon>DropDownNumberBoxControl.xaml</DependentUpon>
  181. </Compile>
  182. <Compile Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml.cs">
  183. <DependentUpon>CPDFFontControl.xaml</DependentUpon>
  184. </Compile>
  185. <Compile Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml.cs">
  186. <DependentUpon>CPDFFontUI.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml.cs">
  189. <DependentUpon>CPDFThicknessControl.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml.cs">
  192. <DependentUpon>CPDThicknessUI.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml.cs">
  195. <DependentUpon>CPDFLineStyleControl.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml.cs">
  198. <DependentUpon>CPDFLineStyleUI.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml.cs">
  201. <DependentUpon>CPDFOpacityControl.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml.cs">
  204. <DependentUpon>CPDFOpactiyUI.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Common\PropertyControl\WritableComboBoxControl.xaml.cs">
  207. <DependentUpon>WritableComboBoxControl.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="DigitalSignature\AddCertificationControl\AddCertificationDialog.xaml.cs">
  210. <DependentUpon>AddCertificationDialog.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="DigitalSignature\AddDigitalSignatureControl\AddDigitalSignatureControl.xaml.cs">
  213. <DependentUpon>AddDigitalSignatureControl.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="DigitalSignature\DigitalSignatureControl\DigitalSignatureControl.xaml.cs">
  216. <DependentUpon>DigitalSignatureControl.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureControl.xaml.cs">
  219. <DependentUpon>FillDigitalSignatureControl.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Edit\ContentEditControl\ContentEditControl.xaml.cs">
  222. <DependentUpon>ContentEditControl.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="Edit\PDFContentEditControl.xaml.cs">
  225. <DependentUpon>PDFContentEditControl.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml.cs">
  228. <DependentUpon>PDFImageEditControl.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml.cs">
  231. <DependentUpon>CPDFImageFlipUI.xaml</DependentUpon>
  232. </Compile>
  233. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml.cs">
  234. <DependentUpon>CPDFImageRotateUI.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml.cs">
  237. <DependentUpon>PDFTextEditControl.xaml</DependentUpon>
  238. </Compile>
  239. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml.cs">
  240. <DependentUpon>CPDFTextAlignUI.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml.cs">
  243. <DependentUpon>CPDFTextStyleUI.xaml</DependentUpon>
  244. </Compile>
  245. <Compile Include="Common\Helper\CommonHelper.cs" />
  246. <Compile Include="Common\BarControl\FormBarControl.xaml.cs">
  247. <DependentUpon>FormBarControl.xaml</DependentUpon>
  248. </Compile>
  249. <Compile Include="Form\FormControl\FormControl.xaml.cs">
  250. <DependentUpon>FormControl.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="Form\FromPropertyControl.xaml.cs">
  253. <DependentUpon>FromPropertyControl.xaml</DependentUpon>
  254. </Compile>
  255. <Compile Include="Form\Property\CheckBoxProperty.xaml.cs">
  256. <DependentUpon>CheckBoxProperty.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="Form\Property\ComboBoxProperty.xaml.cs">
  259. <DependentUpon>ComboBoxProperty.xaml</DependentUpon>
  260. </Compile>
  261. <Compile Include="Form\Property\ListBoxProperty.xaml.cs">
  262. <DependentUpon>ListBoxProperty.xaml</DependentUpon>
  263. </Compile>
  264. <Compile Include="Form\Property\PushButtonProperty.xaml.cs">
  265. <DependentUpon>PushButtonProperty.xaml</DependentUpon>
  266. </Compile>
  267. <Compile Include="Form\Property\RadioButtonProperty.xaml.cs">
  268. <DependentUpon>RadioButtonProperty.xaml</DependentUpon>
  269. </Compile>
  270. <Compile Include="Form\Property\SignatureProperty.xaml.cs">
  271. <DependentUpon>SignatureProperty.xaml</DependentUpon>
  272. </Compile>
  273. <Compile Include="Form\Property\TextFieldProperty.xaml.cs">
  274. <DependentUpon>TextFieldProperty.xaml</DependentUpon>
  275. </Compile>
  276. <Compile Include="PageEdit\PageEditControl\PageEditControl.xaml.cs">
  277. <DependentUpon>PageEditControl.xaml</DependentUpon>
  278. </Compile>
  279. <Compile Include="PageEdit\PDFPageEdit\CPDFPageEditControl.xaml.cs">
  280. <DependentUpon>CPDFPageEditControl.xaml</DependentUpon>
  281. </Compile>
  282. <Compile Include="PageEdit\PDFPageExtract\CPDFPageExtractUI.xaml.cs">
  283. <DependentUpon>CPDFPageExtractUI.xaml</DependentUpon>
  284. </Compile>
  285. <Compile Include="PageEdit\PDFPageExtract\CPDFPageExtractWindow.xaml.cs">
  286. <DependentUpon>CPDFPageExtractWindow.xaml</DependentUpon>
  287. </Compile>
  288. <Compile Include="PageEdit\PDFPageInsert\CPDFPageInsertUI.xaml.cs">
  289. <DependentUpon>CPDFPageInsertUI.xaml</DependentUpon>
  290. </Compile>
  291. <Compile Include="PageEdit\PDFPageInsert\CPDFPageInsertWindow.xaml.cs">
  292. <DependentUpon>CPDFPageInsertWindow.xaml</DependentUpon>
  293. </Compile>
  294. <Compile Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml.cs">
  295. <DependentUpon>CPDFBookmarkControl.xaml</DependentUpon>
  296. </Compile>
  297. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml.cs">
  298. <DependentUpon>CPDFBookmarkAddUI.xaml</DependentUpon>
  299. </Compile>
  300. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml.cs">
  301. <DependentUpon>CPDFBookmarkResultUI.xaml</DependentUpon>
  302. </Compile>
  303. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml.cs">
  304. <DependentUpon>CPDFDisplaySettingsControl.xaml</DependentUpon>
  305. </Compile>
  306. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml.cs">
  307. <DependentUpon>CPDFViewModeControl.xaml</DependentUpon>
  308. </Compile>
  309. <Compile Include="PDFView\PDFInfo\CPDFInfoControl.xaml.cs">
  310. <DependentUpon>CPDFInfoControl.xaml</DependentUpon>
  311. </Compile>
  312. <Compile Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml.cs">
  313. <DependentUpon>CPDFOutlineControl.xaml</DependentUpon>
  314. </Compile>
  315. <Compile Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml.cs">
  316. <DependentUpon>CPDFOutlineUI.xaml</DependentUpon>
  317. </Compile>
  318. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml.cs">
  319. <DependentUpon>CPDFSearchInputUI.xaml</DependentUpon>
  320. </Compile>
  321. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml.cs">
  322. <DependentUpon>CPDFSearchResultUI.xaml</DependentUpon>
  323. </Compile>
  324. <Compile Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml.cs">
  325. <DependentUpon>CPDFSearchControl.xaml</DependentUpon>
  326. </Compile>
  327. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml.cs">
  328. <DependentUpon>CPdfThumbnailControl.xaml</DependentUpon>
  329. </Compile>
  330. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml.cs">
  331. <DependentUpon>CPdfThumbnailUI.xaml</DependentUpon>
  332. </Compile>
  333. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml.cs">
  334. <DependentUpon>CPDFDrawModeControl.xaml</DependentUpon>
  335. </Compile>
  336. <Compile Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml.cs">
  337. <DependentUpon>CPDFAbstractInfoControl.xaml</DependentUpon>
  338. </Compile>
  339. <Compile Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml.cs">
  340. <DependentUpon>CPDFCreateInfoControl.xaml</DependentUpon>
  341. </Compile>
  342. <Compile Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml.cs">
  343. <DependentUpon>CPDFSecurityInfoControl.xaml</DependentUpon>
  344. </Compile>
  345. <Compile Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml.cs">
  346. <DependentUpon>CPDFScalingControl.xaml</DependentUpon>
  347. </Compile>
  348. <Compile Include="PDFView\PDFViewControl\PDFViewControl.xaml.cs">
  349. <DependentUpon>PDFViewControl.xaml</DependentUpon>
  350. </Compile>
  351. <Compile Include="PDFView\RegularViewerControl.xaml.cs">
  352. <DependentUpon>RegularViewerControl.xaml</DependentUpon>
  353. </Compile>
  354. <Compile Include="Properties\AssemblyInfo.cs">
  355. <SubType>Code</SubType>
  356. </Compile>
  357. <Compile Include="Properties\Resources.Designer.cs">
  358. <AutoGen>True</AutoGen>
  359. <DesignTime>True</DesignTime>
  360. <DependentUpon>Resources.resx</DependentUpon>
  361. </Compile>
  362. <Compile Include="Properties\Settings.Designer.cs">
  363. <AutoGen>True</AutoGen>
  364. <DependentUpon>Settings.settings</DependentUpon>
  365. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  366. </Compile>
  367. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml.cs">
  368. <DependentUpon>CPDFViewModeUI.xaml</DependentUpon>
  369. </Compile>
  370. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml.cs">
  371. <DependentUpon>CPDFDrawModeUI.xaml</DependentUpon>
  372. </Compile>
  373. <Compile Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml.cs">
  374. <DependentUpon>CPDFScalingUI.xaml</DependentUpon>
  375. </Compile>
  376. <EmbeddedResource Include="Properties\Resources.resx">
  377. <Generator>ResXFileCodeGenerator</Generator>
  378. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  379. </EmbeddedResource>
  380. <None Include="app.config" />
  381. <None Include="packages.config" />
  382. <None Include="Properties\Settings.settings">
  383. <Generator>SettingsSingleFileGenerator</Generator>
  384. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  385. </None>
  386. </ItemGroup>
  387. <ItemGroup>
  388. <Resource Include="Asset\Resource\Annotation\StampIcons\Accepted.png" />
  389. <Resource Include="Asset\Resource\Annotation\StampIcons\Approved.png" />
  390. <Resource Include="Asset\Resource\Annotation\StampIcons\Completed.png" />
  391. <Resource Include="Asset\Resource\Annotation\StampIcons\Confidential.png" />
  392. <Resource Include="Asset\Resource\Annotation\StampIcons\Draft.png" />
  393. <Resource Include="Asset\Resource\Annotation\StampIcons\Empty_stamp.png" />
  394. <Resource Include="Asset\Resource\Annotation\StampIcons\Final.png" />
  395. <Resource Include="Asset\Resource\Annotation\StampIcons\ForComment.png" />
  396. <Resource Include="Asset\Resource\Annotation\StampIcons\ForPublicRelease.png" />
  397. <Resource Include="Asset\Resource\Annotation\StampIcons\InformationOnly.png" />
  398. <Resource Include="Asset\Resource\Annotation\StampIcons\InitialHere.png" />
  399. <Resource Include="Asset\Resource\Annotation\StampIcons\NotApproved.png" />
  400. <Resource Include="Asset\Resource\Annotation\StampIcons\NotForPublicRelease.png" />
  401. <Resource Include="Asset\Resource\Annotation\StampIcons\PreliminaryResults.png" />
  402. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark1.png" />
  403. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark2.png" />
  404. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark3.png" />
  405. <Resource Include="Asset\Resource\Annotation\StampIcons\Rejected.png" />
  406. <Resource Include="Asset\Resource\Annotation\StampIcons\revised.png" />
  407. <Resource Include="Asset\Resource\Annotation\StampIcons\SignHere.png" />
  408. <Resource Include="Asset\Resource\Annotation\StampIcons\Void.png" />
  409. <Resource Include="Asset\Resource\Annotation\StampIcons\Witness.png" />
  410. <Resource Include="Asset\Resource\Annotation\Signature\Dropimage.png" />
  411. <Resource Include="Asset\Resource\Color_btn_ic.png" />
  412. <Resource Include="Asset\Resource\Transparent_btn_ic.png" />
  413. <Resource Include="Asset\Resource\warn.png" />
  414. <Resource Include="Asset\Resource\ComPDFKit_Logo.png">
  415. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  416. </Resource>
  417. <Resource Include="ComPDFKit_Logo.ico" />
  418. <Content Include="VirtualizingWrapPanel.dll">
  419. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  420. </Content>
  421. </ItemGroup>
  422. <ItemGroup>
  423. <Page Include="Annotation\AnnotationControl\AnnotationControl.xaml">
  424. <SubType>Designer</SubType>
  425. </Page>
  426. <Page Include="Annotation\CPDFAnnotationPreviewerControl.xaml">
  427. <SubType>Designer</SubType>
  428. <Generator>MSBuild:Compile</Generator>
  429. </Page>
  430. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListControl\CPDFAnnotationListControl.xaml">
  431. <SubType>Designer</SubType>
  432. <Generator>MSBuild:Compile</Generator>
  433. </Page>
  434. <Page Include="Annotation\PDFAnnotationList\PDFAnnotationListUI\CPDFAnnoationListUI.xaml">
  435. <SubType>Designer</SubType>
  436. <Generator>MSBuild:Compile</Generator>
  437. </Page>
  438. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreehandUI.xaml">
  439. <SubType>Designer</SubType>
  440. <Generator>MSBuild:Compile</Generator>
  441. </Page>
  442. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFFreeTextUI.xaml">
  443. <SubType>Designer</SubType>
  444. <Generator>MSBuild:Compile</Generator>
  445. </Page>
  446. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFTempStampUI.xaml">
  447. <SubType>Designer</SubType>
  448. <Generator>MSBuild:Compile</Generator>
  449. </Page>
  450. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFNoteUI.xaml">
  451. <SubType>Designer</SubType>
  452. <Generator>MSBuild:Compile</Generator>
  453. </Page>
  454. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSignatureUI.xaml">
  455. <SubType>Designer</SubType>
  456. <Generator>MSBuild:Compile</Generator>
  457. </Page>
  458. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateSignatureDialog.xaml">
  459. <SubType>Designer</SubType>
  460. <Generator>MSBuild:Compile</Generator>
  461. </Page>
  462. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFDeleteDialog.xaml">
  463. <SubType>Designer</SubType>
  464. <Generator>MSBuild:Compile</Generator>
  465. </Page>
  466. <Page Include="Asset\Styles\ButtonStyle.xaml">
  467. <Generator>MSBuild:Compile</Generator>
  468. <SubType>Designer</SubType>
  469. </Page>
  470. <Page Include="Asset\Styles\ComboBoxStyle.xaml">
  471. <Generator>MSBuild:Compile</Generator>
  472. <SubType>Designer</SubType>
  473. </Page>
  474. <Page Include="Asset\Styles\ListBoxItemStyle.xaml">
  475. <Generator>MSBuild:Compile</Generator>
  476. <SubType>Designer</SubType>
  477. </Page>
  478. <Page Include="Asset\Styles\MenuItemStyle.xaml">
  479. <Generator>MSBuild:Compile</Generator>
  480. <SubType>Designer</SubType>
  481. </Page>
  482. <Page Include="Asset\Styles\SliderStyle.xaml">
  483. <Generator>MSBuild:Compile</Generator>
  484. <SubType>Designer</SubType>
  485. </Page>
  486. <Page Include="Asset\Styles\TabControlStyle.xaml">
  487. <Generator>MSBuild:Compile</Generator>
  488. <SubType>Designer</SubType>
  489. </Page>
  490. <Page Include="Asset\Styles\TabItemStyle.xaml">
  491. <Generator>MSBuild:Compile</Generator>
  492. <SubType>Designer</SubType>
  493. </Page>
  494. <Page Include="Asset\Styles\TextBoxStyle.xaml">
  495. <Generator>MSBuild:Compile</Generator>
  496. <SubType>Designer</SubType>
  497. </Page>
  498. <Page Include="Asset\Styles\ToggleButtonStyle.xaml">
  499. <Generator>MSBuild:Compile</Generator>
  500. <SubType>Designer</SubType>
  501. </Page>
  502. <Page Include="Asset\Styles\TreeViewItemStyle.xaml">
  503. <Generator>MSBuild:Compile</Generator>
  504. <SubType>Designer</SubType>
  505. </Page>
  506. <Page Include="Asset\Styles\WindowStyle.xaml">
  507. <Generator>MSBuild:Compile</Generator>
  508. <SubType>Designer</SubType>
  509. </Page>
  510. <Page Include="Common\BarControl\CPDFDigitalSignatureBarControl.xaml">
  511. <SubType>Designer</SubType>
  512. <Generator>MSBuild:Compile</Generator>
  513. </Page>
  514. <Page Include="Common\BarControl\CPDFPageEditBarControl.xaml">
  515. <SubType>Designer</SubType>
  516. <Generator>MSBuild:Compile</Generator>
  517. </Page>
  518. <Page Include="Common\BaseControl\PageNumberControl.xaml">
  519. <Generator>MSBuild:Compile</Generator>
  520. <SubType>Designer</SubType>
  521. </Page>
  522. <Page Include="Common\PasswordControl\PasswordDialog.xaml">
  523. <Generator>MSBuild:Compile</Generator>
  524. <SubType>Designer</SubType>
  525. </Page>
  526. <Page Include="Common\PasswordControl\PasswordWindow.xaml">
  527. <SubType>Designer</SubType>
  528. <Generator>MSBuild:Compile</Generator>
  529. </Page>
  530. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml">
  531. <SubType>Designer</SubType>
  532. <Generator>MSBuild:Compile</Generator>
  533. </Page>
  534. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml">
  535. <SubType>Designer</SubType>
  536. <Generator>MSBuild:Compile</Generator>
  537. </Page>
  538. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml">
  539. <SubType>Designer</SubType>
  540. <Generator>MSBuild:Compile</Generator>
  541. </Page>
  542. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml">
  543. <SubType>Designer</SubType>
  544. <Generator>MSBuild:Compile</Generator>
  545. </Page>
  546. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml">
  547. <SubType>Designer</SubType>
  548. <Generator>MSBuild:Compile</Generator>
  549. </Page>
  550. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml">
  551. <SubType>Designer</SubType>
  552. <Generator>MSBuild:Compile</Generator>
  553. </Page>
  554. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml">
  555. <SubType>Designer</SubType>
  556. <Generator>MSBuild:Compile</Generator>
  557. </Page>
  558. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml">
  559. <SubType>Designer</SubType>
  560. <Generator>MSBuild:Compile</Generator>
  561. </Page>
  562. <Page Include="Asset\Themes\Global.xaml">
  563. <SubType>Designer</SubType>
  564. <Generator>MSBuild:Compile</Generator>
  565. </Page>
  566. <Page Include="Common\BarControl\CPDFBOTABarControl.xaml">
  567. <SubType>Designer</SubType>
  568. <Generator>MSBuild:Compile</Generator>
  569. </Page>
  570. <Page Include="Common\BarControl\CPDFAnnotationBarControl.xaml">
  571. <SubType>Designer</SubType>
  572. <Generator>MSBuild:Compile</Generator>
  573. </Page>
  574. <Page Include="Common\BarControl\CPDFTitleBarControl.xaml">
  575. <SubType>Designer</SubType>
  576. <Generator>MSBuild:Compile</Generator>
  577. </Page>
  578. <Page Include="Common\BaseControl\CustomSliderControl.xaml">
  579. <SubType>Designer</SubType>
  580. <Generator>MSBuild:Compile</Generator>
  581. </Page>
  582. <Page Include="Common\BaseControl\NumericUpDownControl.xaml">
  583. <SubType>Designer</SubType>
  584. <Generator>MSBuild:Compile</Generator>
  585. </Page>
  586. <Page Include="Common\PropertyControl\ColorPickerControl.xaml">
  587. <SubType>Designer</SubType>
  588. <Generator>MSBuild:Compile</Generator>
  589. </Page>
  590. <Page Include="Common\BaseControl\DropDownNumberBoxControl.xaml">
  591. <SubType>Designer</SubType>
  592. <Generator>MSBuild:Compile</Generator>
  593. </Page>
  594. <Page Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml">
  595. <SubType>Designer</SubType>
  596. <Generator>MSBuild:Compile</Generator>
  597. </Page>
  598. <Page Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml">
  599. <SubType>Designer</SubType>
  600. <Generator>MSBuild:Compile</Generator>
  601. </Page>
  602. <Page Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml">
  603. <SubType>Designer</SubType>
  604. <Generator>MSBuild:Compile</Generator>
  605. </Page>
  606. <Page Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml">
  607. <SubType>Designer</SubType>
  608. <Generator>MSBuild:Compile</Generator>
  609. </Page>
  610. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml">
  611. <SubType>Designer</SubType>
  612. <Generator>MSBuild:Compile</Generator>
  613. </Page>
  614. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml">
  615. <SubType>Designer</SubType>
  616. <Generator>MSBuild:Compile</Generator>
  617. </Page>
  618. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml">
  619. <SubType>Designer</SubType>
  620. <Generator>MSBuild:Compile</Generator>
  621. </Page>
  622. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml">
  623. <SubType>Designer</SubType>
  624. <Generator>MSBuild:Compile</Generator>
  625. </Page>
  626. <Page Include="Common\PropertyControl\WritableComboBoxControl.xaml">
  627. <SubType>Designer</SubType>
  628. <Generator>MSBuild:Compile</Generator>
  629. </Page>
  630. <Page Include="DigitalSignature\AddCertificationControl\AddCertificationDialog.xaml" />
  631. <Page Include="DigitalSignature\AddDigitalSignatureControl\AddDigitalSignatureControl.xaml">
  632. <SubType>Designer</SubType>
  633. <Generator>MSBuild:Compile</Generator>
  634. </Page>
  635. <Page Include="DigitalSignature\DigitalSignatureControl\DigitalSignatureControl.xaml">
  636. <SubType>Designer</SubType>
  637. <Generator>MSBuild:Compile</Generator>
  638. </Page>
  639. <Page Include="DigitalSignature\FillDigitalSignatureControl\FillDigitalSignatureControl.xaml">
  640. <Generator>MSBuild:Compile</Generator>
  641. <SubType>Designer</SubType>
  642. </Page>
  643. <Page Include="Edit\ContentEditControl\ContentEditControl.xaml">
  644. <SubType>Designer</SubType>
  645. <Generator>MSBuild:Compile</Generator>
  646. </Page>
  647. <Page Include="Edit\PDFContentEditControl.xaml">
  648. <SubType>Designer</SubType>
  649. <Generator>MSBuild:Compile</Generator>
  650. </Page>
  651. <Page Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml">
  652. <SubType>Designer</SubType>
  653. <Generator>MSBuild:Compile</Generator>
  654. </Page>
  655. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml">
  656. <SubType>Designer</SubType>
  657. <Generator>MSBuild:Compile</Generator>
  658. </Page>
  659. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml">
  660. <SubType>Designer</SubType>
  661. <Generator>MSBuild:Compile</Generator>
  662. </Page>
  663. <Page Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml">
  664. <SubType>Designer</SubType>
  665. <Generator>MSBuild:Compile</Generator>
  666. </Page>
  667. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml">
  668. <SubType>Designer</SubType>
  669. <Generator>MSBuild:Compile</Generator>
  670. </Page>
  671. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml">
  672. <SubType>Designer</SubType>
  673. <Generator>MSBuild:Compile</Generator>
  674. </Page>
  675. <Page Include="Common\BarControl\FormBarControl.xaml">
  676. <SubType>Designer</SubType>
  677. <Generator>MSBuild:Compile</Generator>
  678. </Page>
  679. <Page Include="Form\FormControl\FormControl.xaml">
  680. <SubType>Designer</SubType>
  681. <Generator>MSBuild:Compile</Generator>
  682. </Page>
  683. <Page Include="Form\FromPropertyControl.xaml">
  684. <SubType>Designer</SubType>
  685. <Generator>MSBuild:Compile</Generator>
  686. </Page>
  687. <Page Include="Form\Property\CheckBoxProperty.xaml">
  688. <SubType>Designer</SubType>
  689. <Generator>MSBuild:Compile</Generator>
  690. </Page>
  691. <Page Include="Form\Property\ComboBoxProperty.xaml">
  692. <SubType>Designer</SubType>
  693. <Generator>MSBuild:Compile</Generator>
  694. </Page>
  695. <Page Include="Form\Property\ListBoxProperty.xaml">
  696. <SubType>Designer</SubType>
  697. <Generator>MSBuild:Compile</Generator>
  698. </Page>
  699. <Page Include="Form\Property\PushButtonProperty.xaml">
  700. <SubType>Designer</SubType>
  701. <Generator>MSBuild:Compile</Generator>
  702. </Page>
  703. <Page Include="Form\Property\RadioButtonProperty.xaml">
  704. <SubType>Designer</SubType>
  705. <Generator>MSBuild:Compile</Generator>
  706. </Page>
  707. <Page Include="Form\Property\SignatureProperty.xaml">
  708. <SubType>Designer</SubType>
  709. <Generator>MSBuild:Compile</Generator>
  710. </Page>
  711. <Page Include="Form\Property\TextFieldProperty.xaml">
  712. <SubType>Designer</SubType>
  713. <Generator>MSBuild:Compile</Generator>
  714. </Page>
  715. <Page Include="PageEdit\PageEditControl\PageEditControl.xaml">
  716. <SubType>Designer</SubType>
  717. <Generator>MSBuild:Compile</Generator>
  718. </Page>
  719. <Page Include="PageEdit\PDFPageEdit\CPDFPageEditControl.xaml">
  720. <SubType>Designer</SubType>
  721. <Generator>MSBuild:Compile</Generator>
  722. </Page>
  723. <Page Include="PageEdit\PDFPageExtract\CPDFPageExtractUI.xaml">
  724. <SubType>Designer</SubType>
  725. <Generator>MSBuild:Compile</Generator>
  726. </Page>
  727. <Page Include="PageEdit\PDFPageExtract\CPDFPageExtractWindow.xaml">
  728. <SubType>Designer</SubType>
  729. <Generator>MSBuild:Compile</Generator>
  730. </Page>
  731. <Page Include="PageEdit\PDFPageInsert\CPDFPageInsertUI.xaml">
  732. <SubType>Designer</SubType>
  733. <Generator>MSBuild:Compile</Generator>
  734. </Page>
  735. <Page Include="PageEdit\PDFPageInsert\CPDFPageInsertWindow.xaml">
  736. <SubType>Designer</SubType>
  737. <Generator>MSBuild:Compile</Generator>
  738. </Page>
  739. <Page Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml">
  740. <SubType>Designer</SubType>
  741. <Generator>MSBuild:Compile</Generator>
  742. </Page>
  743. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml">
  744. <SubType>Designer</SubType>
  745. <Generator>MSBuild:Compile</Generator>
  746. </Page>
  747. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml">
  748. <SubType>Designer</SubType>
  749. <Generator>MSBuild:Compile</Generator>
  750. </Page>
  751. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml">
  752. <Generator>MSBuild:Compile</Generator>
  753. <SubType>Designer</SubType>
  754. </Page>
  755. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml">
  756. <SubType>Designer</SubType>
  757. <Generator>MSBuild:Compile</Generator>
  758. </Page>
  759. <Page Include="PDFView\PDFInfo\CPDFInfoControl.xaml">
  760. <Generator>MSBuild:Compile</Generator>
  761. <SubType>Designer</SubType>
  762. </Page>
  763. <Page Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml">
  764. <SubType>Designer</SubType>
  765. <Generator>MSBuild:Compile</Generator>
  766. </Page>
  767. <Page Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml">
  768. <SubType>Designer</SubType>
  769. <Generator>MSBuild:Compile</Generator>
  770. </Page>
  771. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml">
  772. <Generator>MSBuild:Compile</Generator>
  773. <SubType>Designer</SubType>
  774. </Page>
  775. <Page Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml">
  776. <SubType>Designer</SubType>
  777. <Generator>MSBuild:Compile</Generator>
  778. </Page>
  779. <Page Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml">
  780. <Generator>MSBuild:Compile</Generator>
  781. <SubType>Designer</SubType>
  782. </Page>
  783. <Page Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml">
  784. <Generator>MSBuild:Compile</Generator>
  785. <SubType>Designer</SubType>
  786. </Page>
  787. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml">
  788. <SubType>Designer</SubType>
  789. <Generator>MSBuild:Compile</Generator>
  790. </Page>
  791. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml">
  792. <SubType>Designer</SubType>
  793. <Generator>MSBuild:Compile</Generator>
  794. </Page>
  795. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml">
  796. <SubType>Designer</SubType>
  797. <Generator>MSBuild:Compile</Generator>
  798. </Page>
  799. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml">
  800. <SubType>Designer</SubType>
  801. <Generator>MSBuild:Compile</Generator>
  802. </Page>
  803. <Page Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml">
  804. <SubType>Designer</SubType>
  805. <Generator>MSBuild:Compile</Generator>
  806. </Page>
  807. <Page Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml">
  808. <SubType>Designer</SubType>
  809. <Generator>MSBuild:Compile</Generator>
  810. </Page>
  811. <Page Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml">
  812. <SubType>Designer</SubType>
  813. <Generator>MSBuild:Compile</Generator>
  814. </Page>
  815. <Page Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml">
  816. <SubType>Designer</SubType>
  817. <Generator>MSBuild:Compile</Generator>
  818. </Page>
  819. <Page Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml">
  820. <SubType>Designer</SubType>
  821. <Generator>MSBuild:Compile</Generator>
  822. </Page>
  823. <Page Include="PDFView\PDFViewControl\PDFViewControl.xaml">
  824. <SubType>Designer</SubType>
  825. <Generator>MSBuild:Compile</Generator>
  826. </Page>
  827. <Page Include="PDFView\RegularViewerControl.xaml" />
  828. </ItemGroup>
  829. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  830. <Import Project="..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets')" />
  831. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  832. <PropertyGroup>
  833. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  834. </PropertyGroup>
  835. <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets'))" />
  836. </Target>
  837. </Project>