PDFViewer_new.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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>{C38954D1-7490-4D96-8AE7-67468EA3E638}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PDFViewer_new</RootNamespace>
  10. <AssemblyName>ComPDFKit</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  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. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <Prefer32bit>false</Prefer32bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <Prefer32bit>false</Prefer32bit>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Dragablz">
  43. <HintPath>.\Dragablz.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Xaml">
  54. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  55. </Reference>
  56. <Reference Include="WindowsBase" />
  57. <Reference Include="PresentationCore" />
  58. <Reference Include="PresentationFramework" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <ApplicationDefinition Include="App.xaml">
  62. <Generator>MSBuild:Compile</Generator>
  63. <SubType>Designer</SubType>
  64. </ApplicationDefinition>
  65. <Page Include="MainPage.xaml">
  66. <SubType>Designer</SubType>
  67. <Generator>MSBuild:Compile</Generator>
  68. </Page>
  69. <Page Include="MainWindow.xaml">
  70. <Generator>MSBuild:Compile</Generator>
  71. <SubType>Designer</SubType>
  72. </Page>
  73. <Compile Include="App.xaml.cs">
  74. <DependentUpon>App.xaml</DependentUpon>
  75. <SubType>Code</SubType>
  76. </Compile>
  77. <Compile Include="MainPage.xaml.cs">
  78. <DependentUpon>MainPage.xaml</DependentUpon>
  79. </Compile>
  80. <Compile Include="MainWindow.xaml.cs">
  81. <DependentUpon>MainWindow.xaml</DependentUpon>
  82. <SubType>Code</SubType>
  83. </Compile>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="Properties\AssemblyInfo.cs">
  87. <SubType>Code</SubType>
  88. </Compile>
  89. <Compile Include="Properties\Resources.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DesignTime>True</DesignTime>
  92. <DependentUpon>Resources.resx</DependentUpon>
  93. </Compile>
  94. <Compile Include="Properties\Settings.Designer.cs">
  95. <AutoGen>True</AutoGen>
  96. <DependentUpon>Settings.settings</DependentUpon>
  97. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  98. </Compile>
  99. <EmbeddedResource Include="Properties\Resources.resx">
  100. <Generator>ResXFileCodeGenerator</Generator>
  101. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  102. </EmbeddedResource>
  103. <None Include="packages.config" />
  104. <None Include="Properties\Settings.settings">
  105. <Generator>SettingsSingleFileGenerator</Generator>
  106. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  107. </None>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="App.config" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ProjectReference Include="..\..\..\..\compdfkit\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  114. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  115. <Name>ComPDFKit.Desk</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\..\..\compdfkit\ComPDFKit\ComPDFKitDesktop\ComPDFKit.Viewer\ComPDFKit.Viewer.csproj">
  118. <Project>{18ec356d-8130-49d4-b4e6-ac290e1065b7}</Project>
  119. <Name>ComPDFKit.Viewer</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
  122. <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
  123. <Name>Compdfkit_Tools</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Content Include="..\license_key_windows.xml">
  128. <Link>license_key_windows.xml</Link>
  129. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  130. </Content>
  131. <Content Include="..\TestFile\PDF32000_2008.pdf">
  132. <Link>PDF32000_2008.pdf</Link>
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </Content>
  135. </ItemGroup>
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  137. <Import Project="..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets')" />
  138. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  139. <PropertyGroup>
  140. <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>
  141. </PropertyGroup>
  142. <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets'))" />
  143. </Target>
  144. </Project>