DigitalSignatureTest.csproj 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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>{7372311C-7A31-4D97-A2C0-FC005FC345C1}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>ConsoleApp1</RootNamespace>
  10. <AssemblyName>Samples_ComPDFKit</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  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. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Net.Http" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="..\..\LicenseKey.cs">
  54. <Link>LicenseKey.cs</Link>
  55. </Compile>
  56. <Compile Include="DigitalSignatureTest.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <None Include="..\..\..\TestFile\CommonFivePage.pdf">
  61. <Link>CommonFivePage.pdf</Link>
  62. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  63. </None>
  64. <None Include="..\..\..\TestFile\Signed.pdf">
  65. <Link>Signed.pdf</Link>
  66. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  67. </None>
  68. <None Include="App.config" />
  69. <None Include="Certificate.pfx">
  70. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  71. </None>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <None Include="Logo.png">
  75. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  76. </None>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <None Include="..\..\..\license_key_windows.txt">
  80. <Link>license_key_windows.txt</Link>
  81. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  82. </None>
  83. <Content Include="ComPDFKit_Logo.ico" />
  84. </ItemGroup>
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. </Project>