ComPDFKit.Viewer.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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>{18EC356D-8130-49D4-B4E6-AC290E1065B7}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <RootNamespace>ComPDFKitViewer</RootNamespace>
  10. <AssemblyName>ComPDFKit.Viewer</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. <Deterministic>true</Deterministic>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>TRACE;DEBUG;PDF_OFFICE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  37. <DocumentationFile>bin\Release\ComPDFKit.Viewer.xml</DocumentationFile>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  40. <DebugSymbols>true</DebugSymbols>
  41. <OutputPath>bin\x64\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <DebugType>full</DebugType>
  44. <PlatformTarget>x64</PlatformTarget>
  45. <ErrorReport>prompt</ErrorReport>
  46. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  47. <Prefer32Bit>false</Prefer32Bit>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  50. <OutputPath>bin\x64\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <Optimize>true</Optimize>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>x64</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. <Prefer32Bit>false</Prefer32Bit>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="System" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Windows.Forms" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="System.Net.Http" />
  70. <Reference Include="System.Xaml">
  71. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="WindowsBase" />
  74. <Reference Include="PresentationCore" />
  75. <Reference Include="PresentationFramework" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="AnnotEdit\AreaSelectTool.cs" />
  79. <Compile Include="AnnotEdit\CircleCreate.cs" />
  80. <Compile Include="AnnotEdit\EraseCreate.cs" />
  81. <Compile Include="AnnotEdit\FreehandCreate.cs" />
  82. <Compile Include="AnnotEdit\FreeTextCreate.cs" />
  83. <Compile Include="AnnotEdit\ImageEditTool.cs" />
  84. <Compile Include="AnnotEdit\LineCreate.cs" />
  85. <Compile Include="AnnotEdit\LinkAnnotCreate.cs" />
  86. <Compile Include="AnnotEdit\RedactionCreate.cs" />
  87. <Compile Include="AnnotEdit\RedactionEraseCreate.cs" />
  88. <Compile Include="AnnotEdit\SelectAnnotTool.cs" />
  89. <Compile Include="AnnotEdit\SelectEditTool.cs" />
  90. <Compile Include="AnnotEdit\SelectTool.cs" />
  91. <Compile Include="AnnotEdit\SimpleShapeCreate.cs" />
  92. <Compile Include="AnnotEdit\SnapshotTool.cs" />
  93. <Compile Include="AnnotEdit\SnapshotWithEditTool.cs" />
  94. <Compile Include="AnnotEdit\SoundCreate.cs" />
  95. <Compile Include="AnnotEdit\SquareCreate.cs" />
  96. <Compile Include="AnnotEdit\StampCreate.cs" />
  97. <Compile Include="AnnotEdit\StickyNoteCreate.cs" />
  98. <Compile Include="AnnotEdit\TextEditManager.cs" />
  99. <Compile Include="AnnotEdit\TextEditTool.cs" />
  100. <Compile Include="AnnotEdit\TextHighlightCreate.cs" />
  101. <Compile Include="AnnotEdit\TextSquigglyCreate.cs" />
  102. <Compile Include="AnnotEdit\TextStrikeoutCreate.cs" />
  103. <Compile Include="AnnotEdit\TextUnderlineCreate.cs" />
  104. <Compile Include="AnnotEdit\Tool.cs" />
  105. <Compile Include="AnnotEdit\ToolManager.cs" />
  106. <Compile Include="AnnotEdit\UndoHistoryItem.cs" />
  107. <Compile Include="AnnotEdit\UndoManager.cs" />
  108. <Compile Include="AnnotEdit\UndoManager.Internal.cs" />
  109. <Compile Include="AnnotEdit\WidgetCreate.cs" />
  110. <Compile Include="AnnotEdit\WidgetCreate.Function.cs" />
  111. <Compile Include="AnnotEvent\AnnotCommandArgs.cs" />
  112. <Compile Include="AnnotEvent\CircleAnnotArgs.cs" />
  113. <Compile Include="AnnotEvent\EraseArgs.cs" />
  114. <Compile Include="AnnotEvent\FreehandAnnotArgs.cs" />
  115. <Compile Include="AnnotEvent\FreeTextAnnotArgs.cs" />
  116. <Compile Include="AnnotEvent\LineAnnotArgs.cs" />
  117. <Compile Include="AnnotEvent\LinkAnnotArgs.cs" />
  118. <Compile Include="AnnotEvent\RedactionAnnotArgs.cs" />
  119. <Compile Include="AnnotEvent\RedactionEraseArgs.cs" />
  120. <Compile Include="AnnotEvent\SelectAnnotToolArgs.cs" />
  121. <Compile Include="AnnotEvent\SnapshotCommandArgs.cs" />
  122. <Compile Include="AnnotEvent\SnapshotEditToolArgs.cs" />
  123. <Compile Include="AnnotEvent\SnapshotToolArgs.cs" />
  124. <Compile Include="AnnotEvent\SoundAnnotArgs.cs" />
  125. <Compile Include="AnnotEvent\SquareAnnotArgs.cs" />
  126. <Compile Include="AnnotEvent\StampAnnotArgs.cs" />
  127. <Compile Include="AnnotEvent\StickyAnnotArgs.cs" />
  128. <Compile Include="AnnotEvent\TextHighlightAnnotArgs.cs" />
  129. <Compile Include="AnnotEvent\TextSquigglyAnnotArgs.cs" />
  130. <Compile Include="AnnotEvent\TextStrikeoutAnnotArgs.cs" />
  131. <Compile Include="AnnotEvent\TextUnderlineAnnotArgs.cs" />
  132. <Compile Include="AnnotEdit\AnnotToolManager.cs" />
  133. <Compile Include="AnnotEvent\WidgetViewCommandArgs.cs" />
  134. <Compile Include="AnnotView\AnnotAttrib.cs" />
  135. <Compile Include="AnnotView\AnnotHoverData.cs" />
  136. <Compile Include="AnnotView\AnnotVisualText.cs" />
  137. <Compile Include="AnnotView\CommonDrawData.cs" />
  138. <Compile Include="AnnotView\CustomTextSource.cs" />
  139. <Compile Include="AnnotView\Form\WidgetArgs.cs" />
  140. <Compile Include="AnnotView\Form\WidgetCheckBoxArgs.cs" />
  141. <Compile Include="AnnotView\Form\WidgetComboBoxArgs.cs" />
  142. <Compile Include="AnnotView\Form\WidgetListBoxArgs.cs" />
  143. <Compile Include="AnnotView\Form\WidgetPushButtonArgs.cs" />
  144. <Compile Include="AnnotView\Form\WidgetRadioButtonArgs.cs" />
  145. <Compile Include="AnnotView\Form\WidgetSignArgs.cs" />
  146. <Compile Include="AnnotView\Form\WidgetTextBoxArgs.cs" />
  147. <Compile Include="AnnotView\Form\WidgetView.Function.cs" />
  148. <Compile Include="AnnotView\Form\WidgetView.Internal.cs" />
  149. <Compile Include="AnnotView\LinkAnnotView.cs" />
  150. <Compile Include="AnnotView\MovieAnnotView.cs" />
  151. <Compile Include="AnnotView\MultiActiveVisual.cs" />
  152. <Compile Include="AnnotView\RedactionAnnot.cs" />
  153. <Compile Include="AnnotView\SoundAnnotView.cs" />
  154. <Compile Include="AnnotView\StickyPopupControl.xaml.cs">
  155. <DependentUpon>StickyPopupControl.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="AnnotView\StickyPopupExt.cs" />
  158. <Compile Include="Arrow\ArrowHelper.cs" />
  159. <Compile Include="PdfViewer\AdornerDrawing.cs" />
  160. <Compile Include="PdfViewer\OrderList.cs" />
  161. <Compile Include="PdfViewer\PageImageItem.cs" />
  162. <Compile Include="PdfViewer\PagesViewer.Data.cs" />
  163. <Compile Include="PdfViewer\PagesViewer.Event.cs" />
  164. <Compile Include="PdfViewer\PagesViewer.Internal.cs" />
  165. <Compile Include="TextEdit\BaseEditVisual.cs" />
  166. <Compile Include="TextEdit\BaseEditVisual.Data.cs" />
  167. <Compile Include="TextEdit\BaseEditVisual.Draw.cs" />
  168. <Compile Include="TextEdit\CaretVisual.cs" />
  169. <Compile Include="AnnotView\FontRendering.cs" />
  170. <Compile Include="AnnotView\Form\WidgetView.cs" />
  171. <Compile Include="AnnotView\FreehandAnnot.cs" />
  172. <Compile Include="AnnotView\FreeTextAnnot.cs" />
  173. <Compile Include="AnnotView\GenericTextProperties.cs" />
  174. <Compile Include="AnnotView\StickyPopWindow.cs" />
  175. <Compile Include="AnnotView\StampAnnot.cs" />
  176. <Compile Include="AnnotView\StickyNoteAnnot.cs" />
  177. <Compile Include="AnnotView\TextHightlightAnnot.cs" />
  178. <Compile Include="AnnotView\TextSquigglyAnnot.cs" />
  179. <Compile Include="AnnotView\TextStrikeoutAnnot.cs" />
  180. <Compile Include="AnnotView\TextUnderlineAnnot.cs" />
  181. <Compile Include="CPDFWrapper.cs" />
  182. <Compile Include="AnnotEvent\AnnotHandlerEventArgs.cs" />
  183. <Compile Include="AnnotView\AnnotVisualRect.cs" />
  184. <Compile Include="AnnotView\CircleAnnotVisual.cs" />
  185. <Compile Include="PdfViewer\AdornerContentPresenter.cs" />
  186. <Compile Include="PdfViewer\CommandArgs.cs" />
  187. <Compile Include="PdfViewer\Helpers.cs" />
  188. <Compile Include="AnnotView\LineAnnotVisual.cs" />
  189. <Compile Include="PdfViewer\PageElement.cs" />
  190. <Compile Include="PdfViewer\PagesViewer.Command.cs" />
  191. <Compile Include="PdfViewer\PagesViewer.cs" />
  192. <Compile Include="PdfViewer\PagesViewer.Method.cs" />
  193. <Compile Include="PdfViewer\PoistionNotify.cs" />
  194. <Compile Include="PdfViewer\RenderElement.cs" />
  195. <Compile Include="PdfViewer\RenderJobThread.cs" />
  196. <Compile Include="PdfViewer\CPDFViewer.Method.cs" />
  197. <Compile Include="AnnotView\SquareAnnotVisual.cs" />
  198. <Compile Include="PdfViewer\PDFTextSearch.cs" />
  199. <Compile Include="PdfViewer\TextSelectInfo.cs" />
  200. <Compile Include="PdfViewer\ViewMode.cs" />
  201. <Compile Include="AnnotView\VisualElement.cs" />
  202. <Compile Include="Properties\AssemblyInfo.cs">
  203. <SubType>Code</SubType>
  204. </Compile>
  205. <Compile Include="Properties\Resources.Designer.cs">
  206. <AutoGen>True</AutoGen>
  207. <DesignTime>True</DesignTime>
  208. <DependentUpon>Resources.resx</DependentUpon>
  209. </Compile>
  210. <Compile Include="Properties\Settings.Designer.cs">
  211. <AutoGen>True</AutoGen>
  212. <DependentUpon>Settings.settings</DependentUpon>
  213. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  214. </Compile>
  215. <Compile Include="PdfViewer\RenderViewer.cs" />
  216. <Compile Include="PdfViewer\CPDFViewer.cs" />
  217. <Compile Include="TextEdit\ImageEditVisual.cs" />
  218. <Compile Include="TextEdit\ImageEditVisual.Draw.cs" />
  219. <Compile Include="TextEdit\ImageEditVisual.Function.cs" />
  220. <Compile Include="TextEdit\IME.cs" />
  221. <Compile Include="TextEdit\PDFEditEvent.cs" />
  222. <Compile Include="TextEdit\PDFEditCommand.cs" />
  223. <Compile Include="TextEdit\TextEditVisual.cs" />
  224. <Compile Include="TextEdit\TextEditVisual.Draw.cs" />
  225. <Compile Include="TextEdit\TextEditVisual.Function.cs" />
  226. <Compile Include="Tools\Tools.cs" />
  227. <Compile Include="AnnotEdit\WidgetToolManager.cs" />
  228. <EmbeddedResource Include="Properties\Resources.resx">
  229. <Generator>ResXFileCodeGenerator</Generator>
  230. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  231. </EmbeddedResource>
  232. <None Include="Properties\Settings.settings">
  233. <Generator>SettingsSingleFileGenerator</Generator>
  234. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  235. </None>
  236. </ItemGroup>
  237. <ItemGroup />
  238. <ItemGroup>
  239. <EmbeddedResource Include="Resource\PanTool2.cur" />
  240. <EmbeddedResource Include="Resource\PanTool.cur" />
  241. </ItemGroup>
  242. <ItemGroup>
  243. <EmbeddedResource Include="Resource\AnnotEdit.cur" />
  244. </ItemGroup>
  245. <ItemGroup>
  246. <Page Include="AnnotView\StickyPopupControl.xaml">
  247. <SubType>Designer</SubType>
  248. <Generator>MSBuild:Compile</Generator>
  249. </Page>
  250. </ItemGroup>
  251. <ItemGroup>
  252. <ProjectReference Include="..\..\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  253. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  254. <Name>ComPDFKit.Desk</Name>
  255. </ProjectReference>
  256. </ItemGroup>
  257. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  258. </Project>