Compdfkit_Tools.csproj 36 KB

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