DocumentCompareTest.vbproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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>{F22C3E06-1B62-4516-AFC8-11F9B706206D}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <StartupObject>DocumentCompareTest.DocumentCompareTest</StartupObject>
  10. <RootNamespace>DocumentCompareTest</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="System" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Deployment" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="System.Net.Http" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Import Include="Microsoft.VisualBasic" />
  67. <Import Include="System" />
  68. <Import Include="System.Collections" />
  69. <Import Include="System.Collections.Generic" />
  70. <Import Include="System.Data" />
  71. <Import Include="System.Diagnostics" />
  72. <Import Include="System.Linq" />
  73. <Import Include="System.Xml.Linq" />
  74. <Import Include="System.Threading.Tasks" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="..\..\LicenseKey.vb">
  78. <Link>LicenseKey.vb</Link>
  79. </Compile>
  80. <Compile Include="DocumentCompareTest.vb" />
  81. <Compile Include="My Project\AssemblyInfo.vb" />
  82. <Compile Include="My Project\Application.Designer.vb">
  83. <AutoGen>True</AutoGen>
  84. <DependentUpon>Application.myapp</DependentUpon>
  85. <DesignTime>True</DesignTime>
  86. </Compile>
  87. <Compile Include="My Project\Resources.Designer.vb">
  88. <AutoGen>True</AutoGen>
  89. <DesignTime>True</DesignTime>
  90. <DependentUpon>Resources.resx</DependentUpon>
  91. </Compile>
  92. <Compile Include="My Project\Settings.Designer.vb">
  93. <AutoGen>True</AutoGen>
  94. <DependentUpon>Settings.settings</DependentUpon>
  95. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  96. </Compile>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <EmbeddedResource Include="My Project\Resources.resx">
  100. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  101. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  102. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  103. <SubType>Designer</SubType>
  104. </EmbeddedResource>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <None Include="..\..\..\TestFile\ElectricalDiagram.pdf">
  108. <Link>ElectricalDiagram.pdf</Link>
  109. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  110. </None>
  111. <None Include="..\..\..\TestFile\ElectricalDiagram_New.pdf">
  112. <Link>ElectricalDiagram_New.pdf</Link>
  113. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  114. </None>
  115. <None Include="..\..\..\TestFile\Signed.pdf">
  116. <Link>Signed.pdf</Link>
  117. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  118. </None>
  119. <None Include="..\..\..\TestFile\Text.pdf">
  120. <Link>Text.pdf</Link>
  121. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  122. </None>
  123. <None Include="My Project\Application.myapp">
  124. <Generator>MyApplicationCodeGenerator</Generator>
  125. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  126. </None>
  127. <None Include="My Project\Settings.settings">
  128. <Generator>SettingsSingleFileGenerator</Generator>
  129. <CustomToolNamespace>My</CustomToolNamespace>
  130. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  131. </None>
  132. <None Include="App.config" />
  133. <None Include="TextChanged.pdf">
  134. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  135. </None>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="..\..\..\license_key_windows.xml">
  139. <Link>license_key_windows.xml</Link>
  140. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  141. </None>
  142. <Content Include="ComPDFKit_Logo.ico" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <ProjectReference Include="..\..\..\..\..\..\compdfkit_windows\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Net.csproj">
  146. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  147. <Name>ComPDFKit.Desk</Name>
  148. </ProjectReference>
  149. </ItemGroup>
  150. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  151. </Project>