compdfkit-tools.csproj 35 KB

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