compdfkit-tools.csproj 28 KB

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