Annotations.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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.Tool.RE, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\Compdfkit_Tools\ComPDFKit.Tool.RE.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ComPDFKit.Viewer, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <HintPath>..\packages\ComPDFKit.NetFramework.1.9.0\lib\ComPDFKit.Viewer.dll</HintPath>
  54. </Reference>
  55. <Reference Include="ComPDFKit.Viewer.RE, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\Compdfkit_Tools\ComPDFKit.Viewer.RE.dll</HintPath>
  58. </Reference>
  59. <Reference Include="PresentationFramework.Aero2" />
  60. <Reference Include="System" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Windows.Forms" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="System.Net.Http" />
  70. <Reference Include="System.Xaml">
  71. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="WindowsBase" />
  74. <Reference Include="PresentationCore" />
  75. <Reference Include="PresentationFramework" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ApplicationDefinition Include="App.xaml">
  79. <Generator>MSBuild:Compile</Generator>
  80. <SubType>Designer</SubType>
  81. </ApplicationDefinition>
  82. <Page Include="MainWindow.xaml">
  83. <Generator>MSBuild:Compile</Generator>
  84. <SubType>Designer</SubType>
  85. </Page>
  86. <Compile Include="App.xaml.cs">
  87. <DependentUpon>App.xaml</DependentUpon>
  88. <SubType>Code</SubType>
  89. </Compile>
  90. <Compile Include="MainWindow.xaml.cs">
  91. <DependentUpon>MainWindow.xaml</DependentUpon>
  92. <SubType>Code</SubType>
  93. </Compile>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="Properties\AssemblyInfo.cs">
  97. <SubType>Code</SubType>
  98. </Compile>
  99. <Compile Include="Properties\Resources.Designer.cs">
  100. <AutoGen>True</AutoGen>
  101. <DesignTime>True</DesignTime>
  102. <DependentUpon>Resources.resx</DependentUpon>
  103. </Compile>
  104. <Compile Include="Properties\Settings.Designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DependentUpon>Settings.settings</DependentUpon>
  107. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  108. </Compile>
  109. <EmbeddedResource Include="Properties\Resources.resx">
  110. <Generator>ResXFileCodeGenerator</Generator>
  111. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  112. </EmbeddedResource>
  113. <None Include="..\TestFile\PDF32000_2008.pdf">
  114. <Link>PDF32000_2008.pdf</Link>
  115. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  116. </None>
  117. <None Include="packages.config" />
  118. <None Include="Properties\Settings.settings">
  119. <Generator>SettingsSingleFileGenerator</Generator>
  120. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  121. </None>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <None Include="App.config" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Content Include="ComPDFKit.Desk.dll">
  128. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  129. </Content>
  130. <Content Include="ComPDFKit.Tool.RE.dll">
  131. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  132. </Content>
  133. <Content Include="ComPDFKit.Viewer.RE.dll">
  134. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  135. </Content>
  136. <Resource Include="ComPDFKit_Logo.ico" />
  137. <Content Include="..\license_key_win.xml">
  138. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  139. </Content>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
  143. <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
  144. <Name>Compdfkit_Tools</Name>
  145. </ProjectReference>
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <Import Project="..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets')" />
  149. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  150. <PropertyGroup>
  151. <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>
  152. </PropertyGroup>
  153. <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'))" />
  154. </Target>
  155. </Project>