compdfkit-tools.csproj 11 KB

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