AnnotationViewControl.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{134CCE10-A4C7-4632-BDF9-631241EA6FB9}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>AnnotationViewControl</RootNamespace>
  10. <AssemblyName>Annotations_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. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="ComPDFKit.Desk, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <HintPath>..\packages\ComPDFKit.NetFramework.1.9.0\lib\ComPDFKit.Desk.dll</HintPath>
  39. </Reference>
  40. <Reference Include="ComPDFKit.Viewer, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <HintPath>..\packages\ComPDFKit.NetFramework.1.9.0\lib\ComPDFKit.Viewer.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Drawing" />
  47. <Reference Include="System.Windows.Forms" />
  48. <Reference Include="System.Xml" />
  49. <Reference Include="System.Xaml">
  50. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="WindowsBase" />
  53. <Reference Include="PresentationCore" />
  54. <Reference Include="PresentationFramework" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ApplicationDefinition Include="App.xaml">
  58. <Generator>MSBuild:Compile</Generator>
  59. <SubType>Designer</SubType>
  60. </ApplicationDefinition>
  61. <Page Include="AnnotationControl.xaml" />
  62. <Page Include="MainWindow.xaml">
  63. <Generator>MSBuild:Compile</Generator>
  64. <SubType>Designer</SubType>
  65. </Page>
  66. <Compile Include="AnnotationControl.xaml.cs">
  67. <DependentUpon>AnnotationControl.xaml</DependentUpon>
  68. </Compile>
  69. <Compile Include="App.xaml.cs">
  70. <DependentUpon>App.xaml</DependentUpon>
  71. <SubType>Code</SubType>
  72. </Compile>
  73. <Compile Include="MainWindow.xaml.cs">
  74. <DependentUpon>MainWindow.xaml</DependentUpon>
  75. <SubType>Code</SubType>
  76. </Compile>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="Properties\AssemblyInfo.cs">
  80. <SubType>Code</SubType>
  81. </Compile>
  82. <Compile Include="Properties\Resources.Designer.cs">
  83. <AutoGen>True</AutoGen>
  84. <DesignTime>True</DesignTime>
  85. <DependentUpon>Resources.resx</DependentUpon>
  86. </Compile>
  87. <EmbeddedResource Include="Properties\Resources.resx">
  88. <Generator>ResXFileCodeGenerator</Generator>
  89. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  90. </EmbeddedResource>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <None Include="App.config" />
  94. <None Include="packages.config" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
  98. <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
  99. <Name>Compdfkit_Tools</Name>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <None Include="..\TestFile\PDF32000_2008.pdf">
  104. <Link>PDF32000_2008.pdf</Link>
  105. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  106. </None>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <None Include="..\license_key_win.xml">
  110. <Link>license_key_win.xml</Link>
  111. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  112. </None>
  113. </ItemGroup>
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. <Import Project="..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets')" />
  116. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  117. <PropertyGroup>
  118. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
  119. </PropertyGroup>
  120. <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'))" />
  121. </Target>
  122. </Project>