PDFSettings.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  35. <DebugSymbols>true</DebugSymbols>
  36. <OutputPath>bin\x64\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <DebugType>full</DebugType>
  39. <PlatformTarget>x64</PlatformTarget>
  40. <LangVersion>7.3</LangVersion>
  41. <ErrorReport>prompt</ErrorReport>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  44. <OutputPath>bin\x64\Release\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <Optimize>true</Optimize>
  47. <DebugType>pdbonly</DebugType>
  48. <PlatformTarget>x64</PlatformTarget>
  49. <LangVersion>7.3</LangVersion>
  50. <ErrorReport>prompt</ErrorReport>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  53. <DebugSymbols>true</DebugSymbols>
  54. <OutputPath>bin\x86\Debug\</OutputPath>
  55. <DefineConstants>DEBUG;TRACE</DefineConstants>
  56. <DebugType>full</DebugType>
  57. <PlatformTarget>x86</PlatformTarget>
  58. <LangVersion>7.3</LangVersion>
  59. <ErrorReport>prompt</ErrorReport>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  62. <OutputPath>bin\x86\Release\</OutputPath>
  63. <DefineConstants>TRACE</DefineConstants>
  64. <Optimize>true</Optimize>
  65. <DebugType>pdbonly</DebugType>
  66. <PlatformTarget>x86</PlatformTarget>
  67. <LangVersion>7.3</LangVersion>
  68. <ErrorReport>prompt</ErrorReport>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <Reference Include="ComPDFKit.Desk">
  72. <HintPath>..\PDF Office\ComPDFKit.Desk.dll</HintPath>
  73. </Reference>
  74. <Reference Include="ComPDFKit.Viewer">
  75. <HintPath>..\PDF Office\ComPDFKit.Viewer.dll</HintPath>
  76. </Reference>
  77. <Reference Include="PresentationCore" />
  78. <Reference Include="PresentationFramework" />
  79. <Reference Include="System" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Xml" />
  88. <Reference Include="WindowsBase" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="ADDate.cs" />
  92. <Compile Include="APPSettingProperties.cs" />
  93. <Compile Include="BatesHeaderFooterTemplateList.cs" />
  94. <Compile Include="ColorSelectorList.cs" />
  95. <Compile Include="CustomStampList.cs" />
  96. <Compile Include="DefaultAnnotProperty.cs" />
  97. <Compile Include="DialogCounter.cs" />
  98. <Compile Include="DpiHelpers.cs" />
  99. <Compile Include="BackgroundTemplateList.cs" />
  100. <Compile Include="PDFEditList.cs" />
  101. <Compile Include="PDFToolsList.cs" />
  102. <Compile Include="PresetFontList.cs" />
  103. <Compile Include="ProductActiveInfo.cs" />
  104. <Compile Include="Properties\AssemblyInfo.cs" />
  105. <Compile Include="RecentOpenFiles.cs" />
  106. <Compile Include="RedactionSettings.cs" />
  107. <Compile Include="SignatureList.cs" />
  108. <Compile Include="UserDate.cs" />
  109. <Compile Include="WatermarkTemplateList.cs" />
  110. </ItemGroup>
  111. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  112. </Project>