Compdfkit_Tools.csproj 36 KB

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