compdfkit-tools.csproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <StartupObject />
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="ComPDFKit.Desk">
  42. <HintPath>..\viewer-ctrl-demo\ComPDFKit.Desk.dll</HintPath>
  43. </Reference>
  44. <Reference Include="ComPDFKit.Viewer">
  45. <HintPath>..\viewer-ctrl-demo\ComPDFKit.Viewer.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Xaml">
  58. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="VirtualizingWrapPanel">
  61. <HintPath>.\VirtualizingWrapPanel.dll</HintPath>
  62. </Reference>
  63. <Reference Include="WindowsBase" />
  64. <Reference Include="PresentationCore" />
  65. <Reference Include="PresentationFramework" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\DeleteDialog.xaml.cs">
  69. <DependentUpon>DeleteDialog.xaml</DependentUpon>
  70. </Compile>
  71. <Compile Include="Common\Convert\UnVisivleConvert.cs" />
  72. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml.cs">
  73. <DependentUpon>CPDFArrowControl.xaml</DependentUpon>
  74. </Compile>
  75. <Compile Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml.cs">
  76. <DependentUpon>CPDFArrowUI.xaml</DependentUpon>
  77. </Compile>
  78. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml.cs">
  79. <DependentUpon>CPDFAnnotationControl.xaml</DependentUpon>
  80. </Compile>
  81. <Compile Include="Annotation\PDFAnnotationData\CPDFAnnotationData.cs" />
  82. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml.cs">
  83. <DependentUpon>CPDFLinkUI.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml.cs">
  86. <DependentUpon>CPDFMarkupUI.xaml</DependentUpon>
  87. </Compile>
  88. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSoundUI.xaml.cs">
  89. <DependentUpon>CPDFSoundUI.xaml</DependentUpon>
  90. </Compile>
  91. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml.cs">
  92. <DependentUpon>CPDFShapeUI.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml.cs">
  95. <DependentUpon>CPDFStampUI.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUIViewModel.cs" />
  98. <Compile Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CreateStampDialog.xaml.cs">
  99. <DependentUpon>CreateStampDialog.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Common\BarControl\CPDFBOTABarControl.xaml.cs">
  102. <DependentUpon>CPDFBOTABarControl.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="Common\BarControl\ModeSelectorBarControl.xaml.cs">
  105. <DependentUpon>ModeSelectorBarControl.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Common\BarControl\CPDFAnnotationBarControl.xaml.cs">
  108. <DependentUpon>CPDFAnnotationBarControl.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="Common\BarControl\TitleBarControl.xaml.cs">
  111. <DependentUpon>TitleBarControl.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="Common\BaseControl\CustomSliderControl.xaml.cs">
  114. <DependentUpon>CustomSliderControl.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="Common\BaseControl\NumericUpDownControl.xaml.cs">
  117. <DependentUpon>NumericUpDownControl.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Common\Convert\BoolToVisibilityConvert.cs" />
  120. <Compile Include="Common\Convert\ListViewWidthConvert.cs" />
  121. <Compile Include="Common\Convert\TextLengthToBoolConvert.cs" />
  122. <Compile Include="Common\Convert\TextLengthToVisibilityConvert.cs" />
  123. <Compile Include="Common\PropertyControl\ColorPickerControl.xaml.cs">
  124. <DependentUpon>ColorPickerControl.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Common\BaseControl\DropDownNumberBoxControl.xaml.cs">
  127. <DependentUpon>DropDownNumberBoxControl.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml.cs">
  130. <DependentUpon>CPDFThicknessControl.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml.cs">
  133. <DependentUpon>CPDThicknessUI.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml.cs">
  136. <DependentUpon>CPDFLineStyleControl.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml.cs">
  139. <DependentUpon>CPDFLineStyleUI.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml.cs">
  142. <DependentUpon>CPDFOpacityControl.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml.cs">
  145. <DependentUpon>CPDFOpactiyUI.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml.cs">
  148. <DependentUpon>PDFImageEditControl.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml.cs">
  151. <DependentUpon>CPDFImageFlipUI.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml.cs">
  154. <DependentUpon>CPDFImageRotateUI.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml.cs">
  157. <DependentUpon>PDFTextEditControl.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml.cs">
  160. <DependentUpon>CPDFTextAlignUI.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml.cs">
  163. <DependentUpon>CPDFTextStyleUI.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Common\Helper\CommonHelper.cs" />
  166. <Compile Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml.cs">
  167. <DependentUpon>CPDFBookmarkControl.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml.cs">
  170. <DependentUpon>CPDFBookmarkAddUI.xaml</DependentUpon>
  171. </Compile>
  172. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml.cs">
  173. <DependentUpon>CPDFBookmarkResultUI.xaml</DependentUpon>
  174. </Compile>
  175. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml.cs">
  176. <DependentUpon>CPDFViewModeControl.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="PDFView\PDFInfo\CPDFInfoControl.xaml.cs">
  179. <DependentUpon>CPDFInfoControl.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml.cs">
  182. <DependentUpon>CPDFOutlineControl.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="PDFView\PDFOutline\PDFOutlineData\CPDFOutlineData.cs" />
  185. <Compile Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml.cs">
  186. <DependentUpon>CPDFOutlineUI.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml.cs">
  189. <DependentUpon>CPDFSearchInputUI.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml.cs">
  192. <DependentUpon>CPDFSearchResultUI.xaml</DependentUpon>
  193. </Compile>
  194. <Compile Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml.cs">
  195. <DependentUpon>CPDFSearchControl.xaml</DependentUpon>
  196. </Compile>
  197. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml.cs">
  198. <DependentUpon>CPdfThumbnailControl.xaml</DependentUpon>
  199. </Compile>
  200. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml.cs">
  201. <DependentUpon>CPdfThumbnailUI.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml.cs">
  204. <DependentUpon>CPDFDrawModeControl.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml.cs">
  207. <DependentUpon>CPDFAbstractInfoControl.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml.cs">
  210. <DependentUpon>CPDFCreateInfoControl.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml.cs">
  213. <DependentUpon>CPDFSecurityInfoControl.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="PDFView\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml.cs">
  216. <DependentUpon>CPDFPageTurningControl.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml.cs">
  219. <DependentUpon>CPDFScalingControl.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Properties\AssemblyInfo.cs">
  222. <SubType>Code</SubType>
  223. </Compile>
  224. <Compile Include="Properties\Resources.Designer.cs">
  225. <AutoGen>True</AutoGen>
  226. <DesignTime>True</DesignTime>
  227. <DependentUpon>Resources.resx</DependentUpon>
  228. </Compile>
  229. <Compile Include="Properties\Settings.Designer.cs">
  230. <AutoGen>True</AutoGen>
  231. <DependentUpon>Settings.settings</DependentUpon>
  232. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  233. </Compile>
  234. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml.cs">
  235. <DependentUpon>CPDFViewModeUI.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml.cs">
  238. <DependentUpon>CPDFDrawModeUI.xaml</DependentUpon>
  239. </Compile>
  240. <Compile Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml.cs">
  241. <DependentUpon>CPDFPageTurningUI.xaml</DependentUpon>
  242. </Compile>
  243. <Compile Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml.cs">
  244. <DependentUpon>CPDFScalingUI.xaml</DependentUpon>
  245. </Compile>
  246. <EmbeddedResource Include="Properties\Resources.resx">
  247. <Generator>ResXFileCodeGenerator</Generator>
  248. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  249. </EmbeddedResource>
  250. <None Include="app.config" />
  251. <None Include="Properties\Settings.settings">
  252. <Generator>SettingsSingleFileGenerator</Generator>
  253. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  254. </None>
  255. </ItemGroup>
  256. <ItemGroup>
  257. <Resource Include="Asset\Resource\Annotation\StampIcons\Accepted.png" />
  258. <Resource Include="Asset\Resource\Annotation\StampIcons\Approved.png" />
  259. <Resource Include="Asset\Resource\Annotation\StampIcons\Completed.png" />
  260. <Resource Include="Asset\Resource\Annotation\StampIcons\Confidential.png" />
  261. <Resource Include="Asset\Resource\Annotation\StampIcons\Draft.png" />
  262. <Resource Include="Asset\Resource\Annotation\StampIcons\Empty_stamp.png" />
  263. <Resource Include="Asset\Resource\Annotation\StampIcons\Final.png" />
  264. <Resource Include="Asset\Resource\Annotation\StampIcons\ForComment.png" />
  265. <Resource Include="Asset\Resource\Annotation\StampIcons\ForPublicRelease.png" />
  266. <Resource Include="Asset\Resource\Annotation\StampIcons\InformationOnly.png" />
  267. <Resource Include="Asset\Resource\Annotation\StampIcons\InitialHere.png" />
  268. <Resource Include="Asset\Resource\Annotation\StampIcons\NotApproved.png" />
  269. <Resource Include="Asset\Resource\Annotation\StampIcons\NotForPublicRelease.png" />
  270. <Resource Include="Asset\Resource\Annotation\StampIcons\PreliminaryResults.png" />
  271. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark1.png" />
  272. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark2.png" />
  273. <Resource Include="Asset\Resource\Annotation\StampIcons\PrivateMark3.png" />
  274. <Resource Include="Asset\Resource\Annotation\StampIcons\Rejected.png" />
  275. <Resource Include="Asset\Resource\Annotation\StampIcons\revised.png" />
  276. <Resource Include="Asset\Resource\Annotation\StampIcons\SignHere.png" />
  277. <Resource Include="Asset\Resource\Annotation\StampIcons\Void.png" />
  278. <Resource Include="Asset\Resource\Annotation\StampIcons\Witness.png" />
  279. <Content Include="VirtualizingWrapPanel.dll">
  280. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  281. </Content>
  282. </ItemGroup>
  283. <ItemGroup>
  284. <Resource Include="Asset\Resource\Annotation\Rect.png" />
  285. </ItemGroup>
  286. <ItemGroup>
  287. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\DeleteDialog.xaml">
  288. <SubType>Designer</SubType>
  289. <Generator>MSBuild:Compile</Generator>
  290. </Page>
  291. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowControl.xaml">
  292. <SubType>Designer</SubType>
  293. <Generator>MSBuild:Compile</Generator>
  294. </Page>
  295. <Page Include="Common\PropertyControl\PDFArrow\CPDFArrowUI.xaml">
  296. <SubType>Designer</SubType>
  297. <Generator>MSBuild:Compile</Generator>
  298. </Page>
  299. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationControl\CPDFAnnotationControl.xaml">
  300. <SubType>Designer</SubType>
  301. <Generator>MSBuild:Compile</Generator>
  302. </Page>
  303. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFLinkUI.xaml">
  304. <SubType>Designer</SubType>
  305. <Generator>MSBuild:Compile</Generator>
  306. </Page>
  307. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFMarkupUI.xaml">
  308. <SubType>Designer</SubType>
  309. <Generator>MSBuild:Compile</Generator>
  310. </Page>
  311. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFSoundUI.xaml">
  312. <SubType>Designer</SubType>
  313. <Generator>MSBuild:Compile</Generator>
  314. </Page>
  315. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFShapeUI.xaml">
  316. <SubType>Designer</SubType>
  317. <Generator>MSBuild:Compile</Generator>
  318. </Page>
  319. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CPDFStampUI.xaml">
  320. <SubType>Designer</SubType>
  321. <Generator>MSBuild:Compile</Generator>
  322. </Page>
  323. <Page Include="Annotation\PDFAnnotationPanel\PDFAnnotationUI\CreateStampDialog.xaml">
  324. <SubType>Designer</SubType>
  325. <Generator>MSBuild:Compile</Generator>
  326. </Page>
  327. <Page Include="Asset\Style\MenuItemStyle.xaml">
  328. <SubType>Designer</SubType>
  329. <Generator>MSBuild:Compile</Generator>
  330. </Page>
  331. <Page Include="Asset\Theme\LightMode.xaml">
  332. <SubType>Designer</SubType>
  333. <Generator>MSBuild:Compile</Generator>
  334. </Page>
  335. <Page Include="Common\BarControl\CPDFBOTABarControl.xaml">
  336. <SubType>Designer</SubType>
  337. <Generator>MSBuild:Compile</Generator>
  338. </Page>
  339. <Page Include="Common\BarControl\ModeSelectorBarControl.xaml">
  340. <SubType>Designer</SubType>
  341. <Generator>MSBuild:Compile</Generator>
  342. </Page>
  343. <Page Include="Common\BarControl\CPDFAnnotationBarControl.xaml">
  344. <SubType>Designer</SubType>
  345. <Generator>MSBuild:Compile</Generator>
  346. </Page>
  347. <Page Include="Common\BarControl\TitleBarControl.xaml">
  348. <SubType>Designer</SubType>
  349. <Generator>MSBuild:Compile</Generator>
  350. </Page>
  351. <Page Include="Common\BaseControl\CustomSliderControl.xaml">
  352. <SubType>Designer</SubType>
  353. <Generator>MSBuild:Compile</Generator>
  354. </Page>
  355. <Page Include="Common\BaseControl\NumericUpDownControl.xaml">
  356. <SubType>Designer</SubType>
  357. <Generator>MSBuild:Compile</Generator>
  358. </Page>
  359. <Page Include="Common\PropertyControl\ColorPickerControl.xaml">
  360. <SubType>Designer</SubType>
  361. <Generator>MSBuild:Compile</Generator>
  362. </Page>
  363. <Page Include="Common\BaseControl\DropDownNumberBoxControl.xaml">
  364. <SubType>Designer</SubType>
  365. <Generator>MSBuild:Compile</Generator>
  366. </Page>
  367. <Page Include="Common\PropertyControl\PDFThickness\CPDFThicknessControl.xaml">
  368. <SubType>Designer</SubType>
  369. <Generator>MSBuild:Compile</Generator>
  370. </Page>
  371. <Page Include="Common\PropertyControl\PDFThickness\CPDThicknessUI.xaml">
  372. <SubType>Designer</SubType>
  373. <Generator>MSBuild:Compile</Generator>
  374. </Page>
  375. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleControl.xaml">
  376. <SubType>Designer</SubType>
  377. <Generator>MSBuild:Compile</Generator>
  378. </Page>
  379. <Page Include="Common\PropertyControl\PDFLineStyle\CPDFLineStyleUI.xaml">
  380. <SubType>Designer</SubType>
  381. <Generator>MSBuild:Compile</Generator>
  382. </Page>
  383. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpacityControl.xaml">
  384. <SubType>Designer</SubType>
  385. <Generator>MSBuild:Compile</Generator>
  386. </Page>
  387. <Page Include="Common\PropertyControl\PDFOpacity\CPDFOpactiyUI.xaml">
  388. <SubType>Designer</SubType>
  389. <Generator>MSBuild:Compile</Generator>
  390. </Page>
  391. <Page Include="Edit\PDFImageEdit\PDFImageEditControl\PDFImageEditControl.xaml">
  392. <SubType>Designer</SubType>
  393. <Generator>MSBuild:Compile</Generator>
  394. </Page>
  395. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageFlipUI.xaml">
  396. <SubType>Designer</SubType>
  397. <Generator>MSBuild:Compile</Generator>
  398. </Page>
  399. <Page Include="Edit\PDFImageEdit\PDFImageUI\CPDFImageRotateUI.xaml">
  400. <SubType>Designer</SubType>
  401. <Generator>MSBuild:Compile</Generator>
  402. </Page>
  403. <Page Include="Edit\PDFTextEdit\PDFTextEditControl\PDFTextEditControl.xaml">
  404. <SubType>Designer</SubType>
  405. <Generator>MSBuild:Compile</Generator>
  406. </Page>
  407. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextAlignUI.xaml">
  408. <SubType>Designer</SubType>
  409. <Generator>MSBuild:Compile</Generator>
  410. </Page>
  411. <Page Include="Edit\PDFTextEdit\PDFTextEditUI\CPDFTextStyleUI.xaml">
  412. <SubType>Designer</SubType>
  413. <Generator>MSBuild:Compile</Generator>
  414. </Page>
  415. <Page Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml">
  416. <SubType>Designer</SubType>
  417. <Generator>MSBuild:Compile</Generator>
  418. </Page>
  419. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml">
  420. <SubType>Designer</SubType>
  421. <Generator>MSBuild:Compile</Generator>
  422. </Page>
  423. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml">
  424. <SubType>Designer</SubType>
  425. <Generator>MSBuild:Compile</Generator>
  426. </Page>
  427. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml">
  428. <SubType>Designer</SubType>
  429. <Generator>MSBuild:Compile</Generator>
  430. </Page>
  431. <Page Include="PDFView\PDFInfo\CPDFInfoControl.xaml">
  432. <Generator>MSBuild:Compile</Generator>
  433. <SubType>Designer</SubType>
  434. </Page>
  435. <Page Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml">
  436. <SubType>Designer</SubType>
  437. <Generator>MSBuild:Compile</Generator>
  438. </Page>
  439. <Page Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml">
  440. <SubType>Designer</SubType>
  441. <Generator>MSBuild:Compile</Generator>
  442. </Page>
  443. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml">
  444. <Generator>MSBuild:Compile</Generator>
  445. <SubType>Designer</SubType>
  446. </Page>
  447. <Page Include="Asset\Style\ButtonStyle.xaml">
  448. <SubType>Designer</SubType>
  449. <Generator>MSBuild:Compile</Generator>
  450. </Page>
  451. <Page Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml">
  452. <SubType>Designer</SubType>
  453. <Generator>MSBuild:Compile</Generator>
  454. </Page>
  455. <Page Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml">
  456. <Generator>MSBuild:Compile</Generator>
  457. <SubType>Designer</SubType>
  458. </Page>
  459. <Page Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml">
  460. <Generator>MSBuild:Compile</Generator>
  461. <SubType>Designer</SubType>
  462. </Page>
  463. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFViewModeControl.xaml">
  464. <SubType>Designer</SubType>
  465. <Generator>MSBuild:Compile</Generator>
  466. </Page>
  467. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFDrawModeControl.xaml">
  468. <SubType>Designer</SubType>
  469. <Generator>MSBuild:Compile</Generator>
  470. </Page>
  471. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFViewModeUI.xaml">
  472. <SubType>Designer</SubType>
  473. <Generator>MSBuild:Compile</Generator>
  474. </Page>
  475. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFDrawModeUI.xaml">
  476. <SubType>Designer</SubType>
  477. <Generator>MSBuild:Compile</Generator>
  478. </Page>
  479. <Page Include="Asset\Style\RadioButtonStyle.xaml">
  480. <Generator>MSBuild:Compile</Generator>
  481. <SubType>Designer</SubType>
  482. </Page>
  483. <Page Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml">
  484. <SubType>Designer</SubType>
  485. <Generator>MSBuild:Compile</Generator>
  486. </Page>
  487. <Page Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml">
  488. <SubType>Designer</SubType>
  489. <Generator>MSBuild:Compile</Generator>
  490. </Page>
  491. <Page Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml">
  492. <SubType>Designer</SubType>
  493. <Generator>MSBuild:Compile</Generator>
  494. </Page>
  495. <Page Include="PDFView\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml">
  496. <SubType>Designer</SubType>
  497. <Generator>MSBuild:Compile</Generator>
  498. </Page>
  499. <Page Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml">
  500. <SubType>Designer</SubType>
  501. <Generator>MSBuild:Compile</Generator>
  502. </Page>
  503. <Page Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml">
  504. <SubType>Designer</SubType>
  505. <Generator>MSBuild:Compile</Generator>
  506. </Page>
  507. <Page Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml">
  508. <SubType>Designer</SubType>
  509. <Generator>MSBuild:Compile</Generator>
  510. </Page>
  511. </ItemGroup>
  512. <ItemGroup>
  513. <Resource Include="Asset\Resource\Annotation\Highlight.png">
  514. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  515. </Resource>
  516. </ItemGroup>
  517. <ItemGroup>
  518. <Resource Include="Asset\Resource\Annotation\Underline.png" />
  519. </ItemGroup>
  520. <ItemGroup>
  521. <Resource Include="Asset\Resource\Annotation\Strikeout.png" />
  522. </ItemGroup>
  523. <ItemGroup>
  524. <Resource Include="Asset\Resource\Annotation\Squiggly.png" />
  525. </ItemGroup>
  526. <ItemGroup>
  527. <Resource Include="Asset\Resource\Annotation\Note.png" />
  528. </ItemGroup>
  529. <ItemGroup>
  530. <Resource Include="Asset\Resource\Annotation\Sharp.png" />
  531. </ItemGroup>
  532. <ItemGroup>
  533. <Resource Include="Asset\Resource\Annotation\Freetext.png" />
  534. </ItemGroup>
  535. <ItemGroup>
  536. <Resource Include="Asset\Resource\Annotation\Stamp.png" />
  537. </ItemGroup>
  538. <ItemGroup>
  539. <Resource Include="Asset\Resource\Annotation\Signature.png" />
  540. </ItemGroup>
  541. <ItemGroup>
  542. <Resource Include="Asset\Resource\Annotation\Line.png" />
  543. </ItemGroup>
  544. <ItemGroup>
  545. <Resource Include="Asset\Resource\Annotation\Link.png" />
  546. </ItemGroup>
  547. <ItemGroup>
  548. <Resource Include="Asset\Resource\Annotation\Sound.png" />
  549. </ItemGroup>
  550. <ItemGroup>
  551. <Resource Include="Asset\Resource\Annotation\Round.png" />
  552. </ItemGroup>
  553. <ItemGroup>
  554. <Resource Include="Asset\Resource\Annotation\StraightLine.png" />
  555. </ItemGroup>
  556. <ItemGroup>
  557. <Resource Include="Asset\Resource\Annotation\Arrow.png" />
  558. </ItemGroup>
  559. <ItemGroup>
  560. <PackageReference Include="System.ValueTuple">
  561. <Version>4.5.0</Version>
  562. </PackageReference>
  563. </ItemGroup>
  564. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  565. </Project>