compdfkit-tools.csproj 31 KB

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