PDFSettings.csproj 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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>{BEE73AAE-9A2C-446B-B64D-3A8F042C985D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PDFSettings</RootNamespace>
  11. <AssemblyName>PDFSettings</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="ComPDFKit.Desk, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\PDFReader_WPF\ComPDFKit.Desk.dll</HintPath>
  38. </Reference>
  39. <Reference Include="ComPDFKit.Viewer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\PDFReader_WPF\ComPDFKit.Viewer.dll</HintPath>
  42. </Reference>
  43. <Reference Include="PresentationCore" />
  44. <Reference Include="PresentationFramework" />
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="WindowsBase" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="APPSettingProperties.cs" />
  58. <Compile Include="BatesHeaderFooterTemplateList.cs" />
  59. <Compile Include="CustomStampList.cs" />
  60. <Compile Include="DefaultAnnotProperty.cs" />
  61. <Compile Include="DialogCounter.cs" />
  62. <Compile Include="DpiHelpers.cs" />
  63. <Compile Include="BackgroundTemplateList.cs" />
  64. <Compile Include="PDFToolsList.cs" />
  65. <Compile Include="ProductActiveInfo.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="RecentOpenFiles.cs" />
  68. <Compile Include="RedactionSettings.cs" />
  69. <Compile Include="SignatureList.cs" />
  70. <Compile Include="WatermarkTemplateList.cs" />
  71. </ItemGroup>
  72. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  73. </Project>