PDFATest.vbproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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>{24A7C9D4-042C-4687-ABAD-339F3C07CDDF}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <StartupObject>VB.PDFATest</StartupObject>
  10. <RootNamespace>VB</RootNamespace>
  11. <AssemblyName>Samples_ComPDFKit</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>Console</MyType>
  14. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <DefineDebug>true</DefineDebug>
  25. <DefineTrace>true</DefineTrace>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DocumentationFile>Samples_ComPDFKit.xml</DocumentationFile>
  28. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <DefineDebug>false</DefineDebug>
  34. <DefineTrace>true</DefineTrace>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DocumentationFile>Samples_ComPDFKit.xml</DocumentationFile>
  38. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <OptionExplicit>On</OptionExplicit>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <OptionCompare>Binary</OptionCompare>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <OptionStrict>Off</OptionStrict>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <OptionInfer>On</OptionInfer>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="ComPDFKit.Desk, Version=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
  57. <HintPath>..\..\..\packages\ComPDFKit.NetFramework.1.13.0\lib\ComPDFKit.Desk.dll</HintPath>
  58. </Reference>
  59. <Reference Include="ComPDFKit.Viewer, Version=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
  60. <HintPath>..\..\..\packages\ComPDFKit.NetFramework.1.13.0\lib\ComPDFKit.Viewer.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Deployment" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="System.Net.Http" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Import Include="Microsoft.VisualBasic" />
  73. <Import Include="System" />
  74. <Import Include="System.Collections" />
  75. <Import Include="System.Collections.Generic" />
  76. <Import Include="System.Data" />
  77. <Import Include="System.Diagnostics" />
  78. <Import Include="System.Linq" />
  79. <Import Include="System.Xml.Linq" />
  80. <Import Include="System.Threading.Tasks" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="..\..\LicenseKey.vb">
  84. <Link>LicenseKey.vb</Link>
  85. </Compile>
  86. <Compile Include="PDFATest.vb" />
  87. <Compile Include="My Project\AssemblyInfo.vb" />
  88. <Compile Include="My Project\Application.Designer.vb">
  89. <AutoGen>True</AutoGen>
  90. <DependentUpon>Application.myapp</DependentUpon>
  91. </Compile>
  92. <Compile Include="My Project\Resources.Designer.vb">
  93. <AutoGen>True</AutoGen>
  94. <DesignTime>True</DesignTime>
  95. <DependentUpon>Resources.resx</DependentUpon>
  96. </Compile>
  97. <Compile Include="My Project\Settings.Designer.vb">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Settings.settings</DependentUpon>
  100. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101. </Compile>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <EmbeddedResource Include="My Project\Resources.resx">
  105. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  106. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  107. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  108. <SubType>Designer</SubType>
  109. </EmbeddedResource>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <None Include="..\..\..\TestFile\CommonFivePage.pdf">
  113. <Link>CommonFivePage.pdf</Link>
  114. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  115. </None>
  116. <None Include="My Project\Application.myapp">
  117. <Generator>MyApplicationCodeGenerator</Generator>
  118. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  119. </None>
  120. <None Include="My Project\Settings.settings">
  121. <Generator>SettingsSingleFileGenerator</Generator>
  122. <CustomToolNamespace>My</CustomToolNamespace>
  123. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  124. </None>
  125. <None Include="App.config" />
  126. <None Include="packages.config" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="..\..\..\license_key_windows.xml">
  130. <Link>license_key_windows.xml</Link>
  131. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  132. </None>
  133. <Content Include="ComPDFKit_Logo.ico" />
  134. </ItemGroup>
  135. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  136. <Import Project="..\..\..\packages\ComPDFKit.NetFramework.1.13.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\..\..\packages\ComPDFKit.NetFramework.1.13.0\build\ComPDFKit.NetFramework.targets')" />
  137. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  138. <PropertyGroup>
  139. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  140. </PropertyGroup>
  141. <Error Condition="!Exists('..\..\..\packages\ComPDFKit.NetFramework.1.13.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\ComPDFKit.NetFramework.1.13.0\build\ComPDFKit.NetFramework.targets'))" />
  142. </Target>
  143. </Project>