BatesTest.vbproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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>{8FE5F6A4-92B5-4041-B659-50C032EBB965}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <StartupObject>VB.BatesTest</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. <Prefer32bit>false</Prefer32bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <DefineDebug>false</DefineDebug>
  35. <DefineTrace>true</DefineTrace>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DocumentationFile>Samples_ComPDFKit.xml</DocumentationFile>
  39. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  40. <Prefer32bit>false</Prefer32bit>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <OptionExplicit>On</OptionExplicit>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <OptionCompare>Binary</OptionCompare>
  47. </PropertyGroup>
  48. <PropertyGroup>
  49. <OptionStrict>Off</OptionStrict>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <OptionInfer>On</OptionInfer>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="System" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Deployment" />
  58. <Reference Include="System.Xml" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Net.Http" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Import Include="Microsoft.VisualBasic" />
  66. <Import Include="System" />
  67. <Import Include="System.Collections" />
  68. <Import Include="System.Collections.Generic" />
  69. <Import Include="System.Data" />
  70. <Import Include="System.Diagnostics" />
  71. <Import Include="System.Linq" />
  72. <Import Include="System.Xml.Linq" />
  73. <Import Include="System.Threading.Tasks" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="..\..\LicenseKey.vb">
  77. <Link>LicenseKey.vb</Link>
  78. </Compile>
  79. <Compile Include="BatesTest.vb" />
  80. <Compile Include="My Project\AssemblyInfo.vb" />
  81. <Compile Include="My Project\Application.Designer.vb">
  82. <AutoGen>True</AutoGen>
  83. <DependentUpon>Application.myapp</DependentUpon>
  84. </Compile>
  85. <Compile Include="My Project\Resources.Designer.vb">
  86. <AutoGen>True</AutoGen>
  87. <DesignTime>True</DesignTime>
  88. <DependentUpon>Resources.resx</DependentUpon>
  89. </Compile>
  90. <Compile Include="My Project\Settings.Designer.vb">
  91. <AutoGen>True</AutoGen>
  92. <DependentUpon>Settings.settings</DependentUpon>
  93. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  94. </Compile>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <EmbeddedResource Include="My Project\Resources.resx">
  98. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  99. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  100. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  101. <SubType>Designer</SubType>
  102. </EmbeddedResource>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <None Include="..\..\..\TestFile\Bates.pdf">
  106. <Link>Bates.pdf</Link>
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </None>
  109. <None Include="..\..\..\TestFile\CommonFivePage.pdf">
  110. <Link>CommonFivePage.pdf</Link>
  111. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  112. </None>
  113. <None Include="My Project\Application.myapp">
  114. <Generator>MyApplicationCodeGenerator</Generator>
  115. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  116. </None>
  117. <None Include="My Project\Settings.settings">
  118. <Generator>SettingsSingleFileGenerator</Generator>
  119. <CustomToolNamespace>My</CustomToolNamespace>
  120. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  121. </None>
  122. <None Include="App.config" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <None Include="..\..\..\license_key_windows.xml">
  126. <Link>license_key_windows.xml</Link>
  127. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  128. </None>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <ProjectReference Include="..\..\..\..\..\..\compdfkit_windows\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Net.csproj">
  132. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  133. <Name>ComPDFKit.Desk</Name>
  134. </ProjectReference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Content Include="..\..\..\packages\ComPDFKit.NetFramework.1.11.0\build\x64\ComPDFKitNative.dll">
  138. <Link>x64\ComPDFKitNative.dll</Link>
  139. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  140. </Content>
  141. <Content Include="..\..\..\packages\ComPDFKit.NetFramework.1.11.0\build\x86\ComPDFKit.dll">
  142. <Link>x86\ComPDFKit.dll</Link>
  143. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  144. </Content>
  145. </ItemGroup>
  146. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  147. </Project>