Annotations.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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>{018AF31A-EDFB-42B1-A9DF-ECF950CA62B1}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Annotations</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. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="ComPDFKit.Desk, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
  46. <HintPath>..\packages\ComPDFKit.NetFramework.1.9.0\lib\ComPDFKit.Desk.dll</HintPath>
  47. </Reference>
  48. <Reference Include="ComPDFKit.Viewer, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
  49. <HintPath>..\packages\ComPDFKit.NetFramework.1.9.0\lib\ComPDFKit.Viewer.dll</HintPath>
  50. </Reference>
  51. <Reference Include="PresentationFramework.Aero2" />
  52. <Reference Include="System" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Windows.Forms" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="System.Net.Http" />
  62. <Reference Include="System.Xaml">
  63. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="WindowsBase" />
  66. <Reference Include="PresentationCore" />
  67. <Reference Include="PresentationFramework" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ApplicationDefinition Include="App.xaml">
  71. <Generator>MSBuild:Compile</Generator>
  72. <SubType>Designer</SubType>
  73. </ApplicationDefinition>
  74. <Page Include="MainWindow.xaml">
  75. <Generator>MSBuild:Compile</Generator>
  76. <SubType>Designer</SubType>
  77. </Page>
  78. <Compile Include="App.xaml.cs">
  79. <DependentUpon>App.xaml</DependentUpon>
  80. <SubType>Code</SubType>
  81. </Compile>
  82. <Compile Include="MainWindow.xaml.cs">
  83. <DependentUpon>MainWindow.xaml</DependentUpon>
  84. <SubType>Code</SubType>
  85. </Compile>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="Properties\AssemblyInfo.cs">
  89. <SubType>Code</SubType>
  90. </Compile>
  91. <Compile Include="Properties\Resources.Designer.cs">
  92. <AutoGen>True</AutoGen>
  93. <DesignTime>True</DesignTime>
  94. <DependentUpon>Resources.resx</DependentUpon>
  95. </Compile>
  96. <Compile Include="Properties\Settings.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DependentUpon>Settings.settings</DependentUpon>
  99. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  100. </Compile>
  101. <EmbeddedResource Include="Properties\Resources.resx">
  102. <Generator>ResXFileCodeGenerator</Generator>
  103. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  104. </EmbeddedResource>
  105. <None Include="..\TestFile\PDF32000_2008.pdf">
  106. <Link>PDF32000_2008.pdf</Link>
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </None>
  109. <None Include="packages.config" />
  110. <None Include="Properties\Settings.settings">
  111. <Generator>SettingsSingleFileGenerator</Generator>
  112. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  113. </None>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="App.config" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Resource Include="ComPDFKit_Logo.ico" />
  120. <Content Include="..\license_key_windows.xml">
  121. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  122. </Content>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
  126. <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
  127. <Name>Compdfkit_Tools</Name>
  128. </ProjectReference>
  129. </ItemGroup>
  130. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  131. <Import Project="..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets')" />
  132. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  133. <PropertyGroup>
  134. <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>
  135. </PropertyGroup>
  136. <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'))" />
  137. </Target>
  138. </Project>