compdfkit-tools.csproj 35 KB

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