compdfkit-tools.csproj 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  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\ModeSelectorBarControl.xaml.cs">
  152. <DependentUpon>ModeSelectorBarControl.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\BoolToVisibilityConvert.cs" />
  167. <Compile Include="Common\Convert\ListViewWidthConvert.cs" />
  168. <Compile Include="Common\Convert\TextLengthToBoolConvert.cs" />
  169. <Compile Include="Common\Convert\TextLengthToVisibilityConvert.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\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml.cs">
  204. <DependentUpon>PDFImageEditControl.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml.cs">
  207. <DependentUpon>CPDFImageFlipUI.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml.cs">
  210. <DependentUpon>CPDFImageRotateUI.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml.cs">
  213. <DependentUpon>PDFTextEditControl.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml.cs">
  216. <DependentUpon>CPDFTextAlignUI.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml.cs">
  219. <DependentUpon>CPDFTextStyleUI.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Common\Helper\CommonHelper.cs" />
  222. <Compile Include="Form\FormBarControl.xaml.cs">
  223. <DependentUpon>FormBarControl.xaml</DependentUpon>
  224. </Compile>
  225. <Compile Include="Form\FromPropertyControl.xaml.cs">
  226. <DependentUpon>FromPropertyControl.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="Form\Property\CheckBoxProperty.xaml.cs">
  229. <DependentUpon>CheckBoxProperty.xaml</DependentUpon>
  230. </Compile>
  231. <Compile Include="Form\Property\ComboBoxProperty.xaml.cs">
  232. <DependentUpon>ComboBoxProperty.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="Form\Property\ListBoxProperty.xaml.cs">
  235. <DependentUpon>ListBoxProperty.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Form\Property\PushButtonProperty.xaml.cs">
  238. <DependentUpon>PushButtonProperty.xaml</DependentUpon>
  239. </Compile>
  240. <Compile Include="Form\Property\RadioButtonProperty.xaml.cs">
  241. <DependentUpon>RadioButtonProperty.xaml</DependentUpon>
  242. </Compile>
  243. <Compile Include="Form\Property\SignatureProperty.xaml.cs">
  244. <DependentUpon>SignatureProperty.xaml</DependentUpon>
  245. </Compile>
  246. <Compile Include="Form\Property\TextFieldProperty.xaml.cs">
  247. <DependentUpon>TextFieldProperty.xaml</DependentUpon>
  248. </Compile>
  249. <Compile Include="PageEdit\PageEdit\CPDFPageEditControl.xaml.cs">
  250. <DependentUpon>CPDFPageEditControl.xaml</DependentUpon>
  251. </Compile>
  252. <Compile Include="PageEdit\PageExtract\CPDFPageExtractUI.xaml.cs">
  253. <DependentUpon>CPDFPageExtractUI.xaml</DependentUpon>
  254. </Compile>
  255. <Compile Include="PageEdit\PageExtract\CPDFPageExtractWindow.xaml.cs">
  256. <DependentUpon>CPDFPageExtractWindow.xaml</DependentUpon>
  257. </Compile>
  258. <Compile Include="PageEdit\PageInsert\CPDFPageInsertUI.xaml.cs">
  259. <DependentUpon>CPDFPageInsertUI.xaml</DependentUpon>
  260. </Compile>
  261. <Compile Include="PageEdit\PageInsert\CPDFPageInsertWindow.xaml.cs">
  262. <DependentUpon>CPDFPageInsertWindow.xaml</DependentUpon>
  263. </Compile>
  264. <Compile Include="PDFView\PasswordDialog.xaml.cs">
  265. <DependentUpon>PasswordDialog.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\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml.cs">
  319. <DependentUpon>CPDFPageTurningControl.xaml</DependentUpon>
  320. </Compile>
  321. <Compile Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml.cs">
  322. <DependentUpon>CPDFScalingControl.xaml</DependentUpon>
  323. </Compile>
  324. <Compile Include="PDFView\PDFViewControl\PDFViewControl.xaml.cs">
  325. <DependentUpon>PDFViewControl.xaml</DependentUpon>
  326. </Compile>
  327. <Compile Include="Properties\AssemblyInfo.cs">
  328. <SubType>Code</SubType>
  329. </Compile>
  330. <Compile Include="Properties\Resources.Designer.cs">
  331. <AutoGen>True</AutoGen>
  332. <DesignTime>True</DesignTime>
  333. <DependentUpon>Resources.resx</DependentUpon>
  334. </Compile>
  335. <Compile Include="Properties\Settings.Designer.cs">
  336. <AutoGen>True</AutoGen>
  337. <DependentUpon>Settings.settings</DependentUpon>
  338. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  339. </Compile>
  340. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml.cs">
  341. <DependentUpon>CPDFViewModeUI.xaml</DependentUpon>
  342. </Compile>
  343. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml.cs">
  344. <DependentUpon>CPDFDrawModeUI.xaml</DependentUpon>
  345. </Compile>
  346. <Compile Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml.cs">
  347. <DependentUpon>CPDFPageTurningUI.xaml</DependentUpon>
  348. </Compile>
  349. <Compile Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml.cs">
  350. <DependentUpon>CPDFScalingUI.xaml</DependentUpon>
  351. </Compile>
  352. <EmbeddedResource Include="Properties\Resources.resx">
  353. <Generator>ResXFileCodeGenerator</Generator>
  354. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  355. </EmbeddedResource>
  356. <None Include="app.config" />
  357. <None Include="Properties\Settings.settings">
  358. <Generator>SettingsSingleFileGenerator</Generator>
  359. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  360. </None>
  361. </ItemGroup>
  362. <ItemGroup>
  363. <Resource Include="Asset\Resource\Annotation\StampIcons\Accepted.png" />
  364. <Resource Include="Asset\Resource\Annotation\StampIcons\Approved.png" />
  365. <Resource Include="Asset\Resource\Annotation\StampIcons\Completed.png" />
  366. <Resource Include="Asset\Resource\Annotation\StampIcons\Confidential.png" />
  367. <Resource Include="Asset\Resource\Annotation\StampIcons\Draft.png" />
  368. <Resource Include="Asset\Resource\Annotation\StampIcons\Empty_stamp.png" />
  369. <Resource Include="Asset\Resource\Annotation\StampIcons\Final.png" />
  370. <Resource Include="Asset\Resource\Annotation\StampIcons\ForComment.png" />
  371. <Resource Include="Asset\Resource\Annotation\StampIcons\ForPublicRelease.png" />
  372. <Resource Include="Asset\Resource\Annotation\StampIcons\InformationOnly.png" />
  373. <Resource Include="Asset\Resource\Annotation\StampIcons\InitialHere.png" />
  374. <Resource Include="Asset\Resource\Annotation\StampIcons\NotApproved.png" />
  375. <Resource Include="Asset\Resource\Annotation\StampIcons\NotForPublicRelease.png" />
  376. <Resource Include="Asset\Resource\Annotation\StampIcons\PreliminaryResults.png" />
  377. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark1.png" />
  378. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark2.png" />
  379. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark3.png" />
  380. <Resource Include="Asset\Resource\Annotation\StampIcons\Rejected.png" />
  381. <Resource Include="Asset\Resource\Annotation\StampIcons\revised.png" />
  382. <Resource Include="Asset\Resource\Annotation\StampIcons\SignHere.png" />
  383. <Resource Include="Asset\Resource\Annotation\StampIcons\Void.png" />
  384. <Resource Include="Asset\Resource\Annotation\StampIcons\Witness.png" />
  385. <Resource Include="Asset\Resource\Annotation\Signature\Dropimage.png" />
  386. <Resource Include="Asset\Resource\Color_btn_ic.png" />
  387. <Resource Include="Asset\Resource\Transparent_btn_ic.png" />
  388. <Resource Include="App.ico" />
  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="Common\BarControl\CPDFPageEditBarControl.xaml">
  435. <SubType>Designer</SubType>
  436. <Generator>MSBuild:Compile</Generator>
  437. </Page>
  438. <Page Include="Common\BaseControl\PageNumberControl.xaml">
  439. <Generator>MSBuild:Compile</Generator>
  440. <SubType>Designer</SubType>
  441. </Page>
  442. <Page Include="Common\PasswordControl\PasswordDialog.xaml">
  443. <Generator>MSBuild:Compile</Generator>
  444. <SubType>Designer</SubType>
  445. </Page>
  446. <Page Include="Common\PasswordControl\PasswordWindow.xaml">
  447. <SubType>Designer</SubType>
  448. <Generator>MSBuild:Compile</Generator>
  449. </Page>
  450. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml">
  451. <SubType>Designer</SubType>
  452. <Generator>MSBuild:Compile</Generator>
  453. </Page>
  454. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml">
  455. <SubType>Designer</SubType>
  456. <Generator>MSBuild:Compile</Generator>
  457. </Page>
  458. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml">
  459. <SubType>Designer</SubType>
  460. <Generator>MSBuild:Compile</Generator>
  461. </Page>
  462. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml">
  463. <SubType>Designer</SubType>
  464. <Generator>MSBuild:Compile</Generator>
  465. </Page>
  466. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml">
  467. <SubType>Designer</SubType>
  468. <Generator>MSBuild:Compile</Generator>
  469. </Page>
  470. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml">
  471. <SubType>Designer</SubType>
  472. <Generator>MSBuild:Compile</Generator>
  473. </Page>
  474. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml">
  475. <SubType>Designer</SubType>
  476. <Generator>MSBuild:Compile</Generator>
  477. </Page>
  478. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFCreateStampDialog.xaml">
  479. <SubType>Designer</SubType>
  480. <Generator>MSBuild:Compile</Generator>
  481. </Page>
  482. <Page Include="Asset\Style\MenuItemStyle.xaml">
  483. <SubType>Designer</SubType>
  484. <Generator>MSBuild:Compile</Generator>
  485. </Page>
  486. <Page Include="Asset\Theme\LightMode.xaml">
  487. <SubType>Designer</SubType>
  488. <Generator>MSBuild:Compile</Generator>
  489. </Page>
  490. <Page Include="Common\BarControl\CPDFBOTABarControl.xaml">
  491. <SubType>Designer</SubType>
  492. <Generator>MSBuild:Compile</Generator>
  493. </Page>
  494. <Page Include="Common\BarControl\ModeSelectorBarControl.xaml">
  495. <SubType>Designer</SubType>
  496. <Generator>MSBuild:Compile</Generator>
  497. </Page>
  498. <Page Include="Common\BarControl\CPDFAnnotationBarControl.xaml">
  499. <SubType>Designer</SubType>
  500. <Generator>MSBuild:Compile</Generator>
  501. </Page>
  502. <Page Include="Common\BarControl\CPDFTitleBarControl.xaml">
  503. <SubType>Designer</SubType>
  504. <Generator>MSBuild:Compile</Generator>
  505. </Page>
  506. <Page Include="Common\BaseControl\CustomSliderControl.xaml">
  507. <SubType>Designer</SubType>
  508. <Generator>MSBuild:Compile</Generator>
  509. </Page>
  510. <Page Include="Common\BaseControl\NumericUpDownControl.xaml">
  511. <SubType>Designer</SubType>
  512. <Generator>MSBuild:Compile</Generator>
  513. </Page>
  514. <Page Include="Common\PropertyControl\ColorPickerControl.xaml">
  515. <SubType>Designer</SubType>
  516. <Generator>MSBuild:Compile</Generator>
  517. </Page>
  518. <Page Include="Common\BaseControl\DropDownNumberBoxControl.xaml">
  519. <SubType>Designer</SubType>
  520. <Generator>MSBuild:Compile</Generator>
  521. </Page>
  522. <Page Include="Common\PropertyControl\PDFFont\CPDFFontControl.xaml">
  523. <SubType>Designer</SubType>
  524. <Generator>MSBuild:Compile</Generator>
  525. </Page>
  526. <Page Include="Common\PropertyControl\PDFFont\CPDFFontUI.xaml">
  527. <SubType>Designer</SubType>
  528. <Generator>MSBuild:Compile</Generator>
  529. </Page>
  530. <Page Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml">
  531. <SubType>Designer</SubType>
  532. <Generator>MSBuild:Compile</Generator>
  533. </Page>
  534. <Page Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml">
  535. <SubType>Designer</SubType>
  536. <Generator>MSBuild:Compile</Generator>
  537. </Page>
  538. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml">
  539. <SubType>Designer</SubType>
  540. <Generator>MSBuild:Compile</Generator>
  541. </Page>
  542. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml">
  543. <SubType>Designer</SubType>
  544. <Generator>MSBuild:Compile</Generator>
  545. </Page>
  546. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml">
  547. <SubType>Designer</SubType>
  548. <Generator>MSBuild:Compile</Generator>
  549. </Page>
  550. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml">
  551. <SubType>Designer</SubType>
  552. <Generator>MSBuild:Compile</Generator>
  553. </Page>
  554. <Page Include="Common\PropertyControl\WritableComboBoxControl.xaml">
  555. <SubType>Designer</SubType>
  556. <Generator>MSBuild:Compile</Generator>
  557. </Page>
  558. <Page Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml">
  559. <SubType>Designer</SubType>
  560. <Generator>MSBuild:Compile</Generator>
  561. </Page>
  562. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml">
  563. <SubType>Designer</SubType>
  564. <Generator>MSBuild:Compile</Generator>
  565. </Page>
  566. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml">
  567. <SubType>Designer</SubType>
  568. <Generator>MSBuild:Compile</Generator>
  569. </Page>
  570. <Page Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml">
  571. <SubType>Designer</SubType>
  572. <Generator>MSBuild:Compile</Generator>
  573. </Page>
  574. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml">
  575. <SubType>Designer</SubType>
  576. <Generator>MSBuild:Compile</Generator>
  577. </Page>
  578. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml">
  579. <SubType>Designer</SubType>
  580. <Generator>MSBuild:Compile</Generator>
  581. </Page>
  582. <Page Include="Form\FormBarControl.xaml">
  583. <SubType>Designer</SubType>
  584. <Generator>MSBuild:Compile</Generator>
  585. </Page>
  586. <Page Include="Form\FromPropertyControl.xaml">
  587. <SubType>Designer</SubType>
  588. <Generator>MSBuild:Compile</Generator>
  589. </Page>
  590. <Page Include="Form\Property\CheckBoxProperty.xaml">
  591. <SubType>Designer</SubType>
  592. <Generator>MSBuild:Compile</Generator>
  593. </Page>
  594. <Page Include="Form\Property\ComboBoxProperty.xaml">
  595. <SubType>Designer</SubType>
  596. <Generator>MSBuild:Compile</Generator>
  597. </Page>
  598. <Page Include="Form\Property\ListBoxProperty.xaml">
  599. <SubType>Designer</SubType>
  600. <Generator>MSBuild:Compile</Generator>
  601. </Page>
  602. <Page Include="Form\Property\PushButtonProperty.xaml">
  603. <SubType>Designer</SubType>
  604. <Generator>MSBuild:Compile</Generator>
  605. </Page>
  606. <Page Include="Form\Property\RadioButtonProperty.xaml">
  607. <SubType>Designer</SubType>
  608. <Generator>MSBuild:Compile</Generator>
  609. </Page>
  610. <Page Include="Form\Property\SignatureProperty.xaml">
  611. <SubType>Designer</SubType>
  612. <Generator>MSBuild:Compile</Generator>
  613. </Page>
  614. <Page Include="Form\Property\TextFieldProperty.xaml">
  615. <SubType>Designer</SubType>
  616. <Generator>MSBuild:Compile</Generator>
  617. </Page>
  618. <Page Include="PageEdit\PageEdit\CPDFPageEditControl.xaml">
  619. <SubType>Designer</SubType>
  620. <Generator>MSBuild:Compile</Generator>
  621. </Page>
  622. <Page Include="PageEdit\PageExtract\CPDFPageExtractUI.xaml">
  623. <SubType>Designer</SubType>
  624. <Generator>MSBuild:Compile</Generator>
  625. </Page>
  626. <Page Include="PageEdit\PageExtract\CPDFPageExtractWindow.xaml">
  627. <SubType>Designer</SubType>
  628. <Generator>MSBuild:Compile</Generator>
  629. </Page>
  630. <Page Include="PageEdit\PageInsert\CPDFPageInsertUI.xaml">
  631. <SubType>Designer</SubType>
  632. <Generator>MSBuild:Compile</Generator>
  633. </Page>
  634. <Page Include="PageEdit\PageInsert\CPDFPageInsertWindow.xaml">
  635. <SubType>Designer</SubType>
  636. <Generator>MSBuild:Compile</Generator>
  637. </Page>
  638. <Page Include="PDFView\PasswordDialog.xaml">
  639. <SubType>Designer</SubType>
  640. <Generator>MSBuild:Compile</Generator>
  641. </Page>
  642. <Page Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml">
  643. <SubType>Designer</SubType>
  644. <Generator>MSBuild:Compile</Generator>
  645. </Page>
  646. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml">
  647. <SubType>Designer</SubType>
  648. <Generator>MSBuild:Compile</Generator>
  649. </Page>
  650. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml">
  651. <SubType>Designer</SubType>
  652. <Generator>MSBuild:Compile</Generator>
  653. </Page>
  654. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDisplaySettingsControl.xaml">
  655. <Generator>MSBuild:Compile</Generator>
  656. <SubType>Designer</SubType>
  657. </Page>
  658. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml">
  659. <SubType>Designer</SubType>
  660. <Generator>MSBuild:Compile</Generator>
  661. </Page>
  662. <Page Include="PDFView\PDFInfo\CPDFInfoControl.xaml">
  663. <Generator>MSBuild:Compile</Generator>
  664. <SubType>Designer</SubType>
  665. </Page>
  666. <Page Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml">
  667. <SubType>Designer</SubType>
  668. <Generator>MSBuild:Compile</Generator>
  669. </Page>
  670. <Page Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml">
  671. <SubType>Designer</SubType>
  672. <Generator>MSBuild:Compile</Generator>
  673. </Page>
  674. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml">
  675. <Generator>MSBuild:Compile</Generator>
  676. <SubType>Designer</SubType>
  677. </Page>
  678. <Page Include="Asset\Style\ButtonStyle.xaml">
  679. <SubType>Designer</SubType>
  680. <Generator>MSBuild:Compile</Generator>
  681. </Page>
  682. <Page Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml">
  683. <SubType>Designer</SubType>
  684. <Generator>MSBuild:Compile</Generator>
  685. </Page>
  686. <Page Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml">
  687. <Generator>MSBuild:Compile</Generator>
  688. <SubType>Designer</SubType>
  689. </Page>
  690. <Page Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml">
  691. <Generator>MSBuild:Compile</Generator>
  692. <SubType>Designer</SubType>
  693. </Page>
  694. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml">
  695. <SubType>Designer</SubType>
  696. <Generator>MSBuild:Compile</Generator>
  697. </Page>
  698. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml">
  699. <SubType>Designer</SubType>
  700. <Generator>MSBuild:Compile</Generator>
  701. </Page>
  702. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml">
  703. <SubType>Designer</SubType>
  704. <Generator>MSBuild:Compile</Generator>
  705. </Page>
  706. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml">
  707. <SubType>Designer</SubType>
  708. <Generator>MSBuild:Compile</Generator>
  709. </Page>
  710. <Page Include="Asset\Style\RadioButtonStyle.xaml">
  711. <Generator>MSBuild:Compile</Generator>
  712. <SubType>Designer</SubType>
  713. </Page>
  714. <Page Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml">
  715. <SubType>Designer</SubType>
  716. <Generator>MSBuild:Compile</Generator>
  717. </Page>
  718. <Page Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml">
  719. <SubType>Designer</SubType>
  720. <Generator>MSBuild:Compile</Generator>
  721. </Page>
  722. <Page Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml">
  723. <SubType>Designer</SubType>
  724. <Generator>MSBuild:Compile</Generator>
  725. </Page>
  726. <Page Include="PDFView\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml">
  727. <SubType>Designer</SubType>
  728. <Generator>MSBuild:Compile</Generator>
  729. </Page>
  730. <Page Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml">
  731. <SubType>Designer</SubType>
  732. <Generator>MSBuild:Compile</Generator>
  733. </Page>
  734. <Page Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml">
  735. <SubType>Designer</SubType>
  736. <Generator>MSBuild:Compile</Generator>
  737. </Page>
  738. <Page Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml">
  739. <SubType>Designer</SubType>
  740. <Generator>MSBuild:Compile</Generator>
  741. </Page>
  742. <Page Include="PDFView\PDFViewControl\PDFViewControl.xaml">
  743. <SubType>Designer</SubType>
  744. <Generator>MSBuild:Compile</Generator>
  745. </Page>
  746. </ItemGroup>
  747. <ItemGroup>
  748. <ProjectReference Include="..\compdfkit-assets\compdfkit-assets.csproj">
  749. <Project>{9b25b167-4896-40e3-a423-7a02cef3005e}</Project>
  750. <Name>compdfkit-assets</Name>
  751. </ProjectReference>
  752. </ItemGroup>
  753. <ItemGroup />
  754. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  755. </Project>