DocumentCompareTest.csproj 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  5. <TargetFrameworks>net7.0;net461</TargetFrameworks>
  6. <LangVersion>7.3</LangVersion>
  7. <Configurations>Release;Debug</Configurations>
  8. <Platforms>AnyCPU;x64</Platforms>
  9. <AssemblyName>Samples_ComPDFKit</AssemblyName>
  10. </PropertyGroup>
  11. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  12. <PlatformTarget>AnyCPU</PlatformTarget>
  13. <DebugSymbols>true</DebugSymbols>
  14. <DebugType>full</DebugType>
  15. <Optimize>false</Optimize>
  16. <OutputPath>bin\Debug\</OutputPath>
  17. <DefineConstants>DEBUG;TRACE</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugType>pdbonly</DebugType>
  24. <Optimize>true</Optimize>
  25. <OutputPath>bin\Release\</OutputPath>
  26. <DefineConstants>TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup>
  31. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <ProjectReference Include="..\..\..\..\..\..\compdfkit_windows\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Net.csproj">
  35. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  36. <Name>ComPDFKit.Desk</Name>
  37. </ProjectReference>
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Compile Include="..\..\LicenseKey.cs">
  41. <Link>LicenseKey.cs</Link>
  42. </Compile>
  43. <Compile Include="DocumentCompare.cs" />
  44. <Compile Include="Properties\AssemblyInfo.cs" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <None Include="..\..\..\TestFile\ElectricalDiagram.pdf">
  48. <Link>ElectricalDiagram.pdf</Link>
  49. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  50. </None>
  51. <None Include="..\..\..\TestFile\ElectricalDiagram_New.pdf">
  52. <Link>ElectricalDiagram_New.pdf</Link>
  53. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  54. </None>
  55. <None Include="..\..\..\TestFile\Signed.pdf">
  56. <Link>Signed.pdf</Link>
  57. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  58. </None>
  59. <None Include="..\..\..\TestFile\Text.pdf">
  60. <Link>Text.pdf</Link>
  61. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  62. </None>
  63. <None Include="App.config" />
  64. <None Include="packages.config" />
  65. <None Include="TextChanged.pdf">
  66. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  67. </None>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <None Include="..\..\..\license_key_windows.xml">
  71. <Link>license_key_windows.xml</Link>
  72. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  73. </None>
  74. <Content Include="..\..\..\..\..\..\x64\ComPDFKitNative.dll">
  75. <Link>x64\ComPDFKitNative.dll</Link>
  76. </Content>
  77. <Content Include="ComPDFKit_Logo.ico" />
  78. </ItemGroup>
  79. </Project>