compdfkit-tools.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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="WindowsBase" />
  61. <Reference Include="PresentationCore" />
  62. <Reference Include="PresentationFramework" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Common\Bar\DisplaySettingsBarControl.xaml.cs">
  66. <DependentUpon>DisplaySettingsBarControl.xaml</DependentUpon>
  67. </Compile>
  68. <Compile Include="Common\Bar\TitleBarControl.xaml.cs">
  69. <DependentUpon>TitleBarControl.xaml</DependentUpon>
  70. </Compile>
  71. <Compile Include="Common\Convert\ListViewWidthConvert.cs" />
  72. <Compile Include="Helper\CommonHelper.cs" />
  73. <Compile Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml.cs">
  74. <DependentUpon>CPDFBookmarkControl.xaml</DependentUpon>
  75. </Compile>
  76. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml.cs">
  77. <DependentUpon>CPDFBookmarkAddUI.xaml</DependentUpon>
  78. </Compile>
  79. <Compile Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml.cs">
  80. <DependentUpon>CPDFBookmarkResultUI.xaml</DependentUpon>
  81. </Compile>
  82. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFBrowseModeControl.xaml.cs">
  83. <DependentUpon>CPDFBrowseModeControl.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="PDFView\PDFInfo\CPDFInfoControl.xaml.cs">
  86. <DependentUpon>CPDFInfoControl.xaml</DependentUpon>
  87. </Compile>
  88. <Compile Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml.cs">
  89. <DependentUpon>CPDFOutlineControl.xaml</DependentUpon>
  90. </Compile>
  91. <Compile Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml.cs">
  92. <DependentUpon>CPDFOutlineUI.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml.cs">
  95. <DependentUpon>CPDFSearchInputUI.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml.cs">
  98. <DependentUpon>CPDFSearchResultUI.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml.cs">
  101. <DependentUpon>CPDFSearchControl.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml.cs">
  104. <DependentUpon>CPdfThumbnailControl.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml.cs">
  107. <DependentUpon>CPdfThumbnailUI.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFColorModeControl.xaml.cs">
  110. <DependentUpon>CPDFColorModeControl.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml.cs">
  113. <DependentUpon>CPDFAbstractInfoControl.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml.cs">
  116. <DependentUpon>CPDFCreateInfoControl.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml.cs">
  119. <DependentUpon>CPDFSecurityInfoControl.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="PDFView\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml.cs">
  122. <DependentUpon>CPDFPageTurningControl.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml.cs">
  125. <DependentUpon>CPDFScalingControl.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="Properties\AssemblyInfo.cs">
  128. <SubType>Code</SubType>
  129. </Compile>
  130. <Compile Include="Properties\Resources.Designer.cs">
  131. <AutoGen>True</AutoGen>
  132. <DesignTime>True</DesignTime>
  133. <DependentUpon>Resources.resx</DependentUpon>
  134. </Compile>
  135. <Compile Include="Properties\Settings.Designer.cs">
  136. <AutoGen>True</AutoGen>
  137. <DependentUpon>Settings.settings</DependentUpon>
  138. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  139. </Compile>
  140. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFBrowseModeUI.xaml.cs">
  141. <DependentUpon>CPDFBrowseModeUI.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFColorModeUI.xaml.cs">
  144. <DependentUpon>CPDFColorModeUI.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml.cs">
  147. <DependentUpon>CPDFPageTurningUI.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml.cs">
  150. <DependentUpon>CPDFScalingUI.xaml</DependentUpon>
  151. </Compile>
  152. <EmbeddedResource Include="Properties\Resources.resx">
  153. <Generator>ResXFileCodeGenerator</Generator>
  154. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  155. </EmbeddedResource>
  156. <None Include="Properties\Settings.settings">
  157. <Generator>SettingsSingleFileGenerator</Generator>
  158. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  159. </None>
  160. </ItemGroup>
  161. <ItemGroup />
  162. <ItemGroup>
  163. <Page Include="Asset\Style\MenuItemStyle.xaml">
  164. <SubType>Designer</SubType>
  165. <Generator>MSBuild:Compile</Generator>
  166. </Page>
  167. <Page Include="Common\Bar\DisplaySettingsBarControl.xaml">
  168. <SubType>Designer</SubType>
  169. <Generator>MSBuild:Compile</Generator>
  170. </Page>
  171. <Page Include="Common\Bar\TitleBarControl.xaml">
  172. <SubType>Designer</SubType>
  173. <Generator>MSBuild:Compile</Generator>
  174. </Page>
  175. <Page Include="PDFView\PDFBookmark\PDFBookmarkControl\CPDFBookmarkControl.xaml">
  176. <SubType>Designer</SubType>
  177. <Generator>MSBuild:Compile</Generator>
  178. </Page>
  179. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkAddUI.xaml">
  180. <SubType>Designer</SubType>
  181. <Generator>MSBuild:Compile</Generator>
  182. </Page>
  183. <Page Include="PDFView\PDFBookmark\PDFBookmarkUI\CPDFBookmarkResultUI.xaml">
  184. <SubType>Designer</SubType>
  185. <Generator>MSBuild:Compile</Generator>
  186. </Page>
  187. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchInputUI.xaml">
  188. <SubType>Designer</SubType>
  189. <Generator>MSBuild:Compile</Generator>
  190. </Page>
  191. <Page Include="PDFView\PDFInfo\CPDFInfoControl.xaml">
  192. <Generator>MSBuild:Compile</Generator>
  193. <SubType>Designer</SubType>
  194. </Page>
  195. <Page Include="PDFView\PDFOutline\PDFOutlineControl\CPDFOutlineControl.xaml">
  196. <SubType>Designer</SubType>
  197. <Generator>MSBuild:Compile</Generator>
  198. </Page>
  199. <Page Include="PDFView\PDFOutline\PDFOutlineUI\CPDFOutlineUI.xaml">
  200. <SubType>Designer</SubType>
  201. <Generator>MSBuild:Compile</Generator>
  202. </Page>
  203. <Page Include="PDFView\PDFSearch\PDFSearchUI\CPDFSearchResultUI.xaml">
  204. <Generator>MSBuild:Compile</Generator>
  205. <SubType>Designer</SubType>
  206. </Page>
  207. <Page Include="Asset\Style\ButtonStyle.xaml">
  208. <SubType>Designer</SubType>
  209. <Generator>MSBuild:Compile</Generator>
  210. </Page>
  211. <Page Include="PDFView\PDFSearch\PDFSearchControl\CPDFSearchControl.xaml">
  212. <SubType>Designer</SubType>
  213. <Generator>MSBuild:Compile</Generator>
  214. </Page>
  215. <Page Include="PDFView\PDFThumbnail\PDFThumbnailControl\CPdfThumbnailControl.xaml">
  216. <Generator>MSBuild:Compile</Generator>
  217. <SubType>Designer</SubType>
  218. </Page>
  219. <Page Include="PDFView\PDFThumbnail\PDFThumbnailUI\CPdfThumbnailUI.xaml">
  220. <Generator>MSBuild:Compile</Generator>
  221. <SubType>Designer</SubType>
  222. </Page>
  223. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFBrowseModeControl.xaml">
  224. <SubType>Designer</SubType>
  225. <Generator>MSBuild:Compile</Generator>
  226. </Page>
  227. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsControl\CPDFColorModeControl.xaml">
  228. <SubType>Designer</SubType>
  229. <Generator>MSBuild:Compile</Generator>
  230. </Page>
  231. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFBrowseModeUI.xaml">
  232. <SubType>Designer</SubType>
  233. <Generator>MSBuild:Compile</Generator>
  234. </Page>
  235. <Page Include="PDFView\PDFDisplaySettings\PDFDisplaySettingsUI\CPDFColorModeUI.xaml">
  236. <SubType>Designer</SubType>
  237. <Generator>MSBuild:Compile</Generator>
  238. </Page>
  239. <Page Include="Asset\Style\RadioButtonStyle.xaml">
  240. <Generator>MSBuild:Compile</Generator>
  241. <SubType>Designer</SubType>
  242. </Page>
  243. <Page Include="PDFView\PDFInfo\CPDFAbstractInfoControl.xaml">
  244. <SubType>Designer</SubType>
  245. <Generator>MSBuild:Compile</Generator>
  246. </Page>
  247. <Page Include="PDFView\PDFInfo\CPDFCreateInfoControl.xaml">
  248. <SubType>Designer</SubType>
  249. <Generator>MSBuild:Compile</Generator>
  250. </Page>
  251. <Page Include="PDFView\PDFInfo\CPDFSecurityInfoControl.xaml">
  252. <SubType>Designer</SubType>
  253. <Generator>MSBuild:Compile</Generator>
  254. </Page>
  255. <Page Include="PDFView\PDFPageTurning\PDFPageTurningControl\CPDFPageTurningControl.xaml">
  256. <SubType>Designer</SubType>
  257. <Generator>MSBuild:Compile</Generator>
  258. </Page>
  259. <Page Include="PDFView\PDFPageTurning\PDFPageTurningUI\CPDFPageTurningUI.xaml">
  260. <SubType>Designer</SubType>
  261. <Generator>MSBuild:Compile</Generator>
  262. </Page>
  263. <Page Include="PDFView\PDFScaling\PDFScalingControl\CPDFScalingControl.xaml">
  264. <SubType>Designer</SubType>
  265. <Generator>MSBuild:Compile</Generator>
  266. </Page>
  267. <Page Include="PDFView\PDFScaling\PDFScalingUI\CPDFScalingUI.xaml">
  268. <SubType>Designer</SubType>
  269. <Generator>MSBuild:Compile</Generator>
  270. </Page>
  271. </ItemGroup>
  272. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  273. </Project>