DigitalSignature.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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>{DD286D3B-0690-43D7-A3BA-AF8680FAD301}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>DigitalSignature</RootNamespace>
  10. <AssemblyName>Digital Signature_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. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <Prefer32Bit>false</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <Prefer32Bit>false</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="ComPDFKit.Desk, Version=1.11.0.0, Culture=neutral, processorArchitecture=MSIL">
  61. <HintPath>..\packages\ComPDFKit.NetFramework.1.11.0\lib\ComPDFKit.Desk.dll</HintPath>
  62. </Reference>
  63. <Reference Include="ComPDFKit.Viewer, Version=1.11.0.0, Culture=neutral, processorArchitecture=MSIL">
  64. <HintPath>..\packages\ComPDFKit.NetFramework.1.11.0\lib\ComPDFKit.Viewer.dll</HintPath>
  65. </Reference>
  66. <Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <HintPath>..\packages\PresentationFramework.Aero2.1.0.1\lib\PresentationFramework.Aero2.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Xml" />
  72. <Reference Include="Microsoft.CSharp" />
  73. <Reference Include="System.Core" />
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="System.Data.DataSetExtensions" />
  76. <Reference Include="System.Net.Http" />
  77. <Reference Include="System.Xaml">
  78. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  79. </Reference>
  80. <Reference Include="WindowsBase" />
  81. <Reference Include="PresentationCore" />
  82. <Reference Include="PresentationFramework" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ApplicationDefinition Include="App.xaml">
  86. <Generator>MSBuild:Compile</Generator>
  87. <SubType>Designer</SubType>
  88. </ApplicationDefinition>
  89. <Page Include="MainWindow.xaml">
  90. <Generator>MSBuild:Compile</Generator>
  91. <SubType>Designer</SubType>
  92. </Page>
  93. <Compile Include="App.xaml.cs">
  94. <DependentUpon>App.xaml</DependentUpon>
  95. <SubType>Code</SubType>
  96. </Compile>
  97. <Compile Include="MainWindow.xaml.cs">
  98. <DependentUpon>MainWindow.xaml</DependentUpon>
  99. <SubType>Code</SubType>
  100. </Compile>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="Properties\AssemblyInfo.cs">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="Properties\Resources.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DesignTime>True</DesignTime>
  109. <DependentUpon>Resources.resx</DependentUpon>
  110. </Compile>
  111. <Compile Include="Properties\Settings.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DependentUpon>Settings.settings</DependentUpon>
  114. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  115. </Compile>
  116. <None Include="Logo_opa40.png">
  117. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  118. </None>
  119. <Resource Include="ComPDFKit_Logo.ico" />
  120. <None Include="ComPDFKit.png">
  121. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  122. </None>
  123. <None Include="Logo.png">
  124. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  125. </None>
  126. <EmbeddedResource Include="Properties\Resources.resx">
  127. <Generator>ResXFileCodeGenerator</Generator>
  128. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  129. </EmbeddedResource>
  130. <None Include="..\license_key_windows.txt">
  131. <Link>license_key_windows.txt</Link>
  132. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  133. </None>
  134. <None Include="packages.config" />
  135. <None Include="Properties\Settings.settings">
  136. <Generator>SettingsSingleFileGenerator</Generator>
  137. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  138. </None>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="App.config" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
  145. <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
  146. <Name>Compdfkit_Tools</Name>
  147. </ProjectReference>
  148. </ItemGroup>
  149. <ItemGroup>
  150. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  151. <Visible>False</Visible>
  152. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  153. <Install>true</Install>
  154. </BootstrapperPackage>
  155. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  156. <Visible>False</Visible>
  157. <ProductName>.NET Framework 3.5 SP1</ProductName>
  158. <Install>false</Install>
  159. </BootstrapperPackage>
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Content Include="..\TestFile\ComPDFKit_Signatures_Sample_File.pdf">
  163. <Link>ComPDFKit_Signatures_Sample_File.pdf</Link>
  164. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  165. </Content>
  166. </ItemGroup>
  167. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  168. <Import Project="..\packages\ComPDFKit.NetFramework.1.11.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.11.0\build\ComPDFKit.NetFramework.targets')" />
  169. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  170. <PropertyGroup>
  171. <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>
  172. </PropertyGroup>
  173. <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.11.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.11.0\build\ComPDFKit.NetFramework.targets'))" />
  174. </Target>
  175. </Project>