PDFToImageTest.csproj 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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>{82A11207-3CA9-47D2-9F1C-94FE057DABFE}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>PDFToImage</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. <Prefer32bit>false</Prefer32bit>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="PresentationCore" />
  44. <Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  45. <HintPath>..\..\..\packages\PresentationFramework.Aero2.1.0.1\lib\PresentationFramework.Aero2.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="WindowsBase" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="..\..\LicenseKey.cs">
  59. <Link>LicenseKey.cs</Link>
  60. </Compile>
  61. <Compile Include="PDFToImage.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <None Include="..\..\..\TestFile\CommonFivePage.pdf">
  65. <Link>CommonFivePage.pdf</Link>
  66. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  67. </None>
  68. <None Include="App.config" />
  69. <None Include="packages.config" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <None Include="..\..\..\license_key_windows.xml">
  73. <Link>license_key_windows.xml</Link>
  74. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  75. </None>
  76. <Content Include="..\..\..\..\..\..\x64\ComPDFKit.dll">
  77. <Link>x64\ComPDFKit.dll</Link>
  78. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  79. </Content>
  80. <Content Include="ComPDFKit_Logo.ico" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="..\..\..\..\..\..\compdfkit_windows\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  84. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  85. <Name>ComPDFKit.Desk</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  89. </Project>