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)' == '' " >x64</Platform >
7+ <ProjectGuid >{3790CE63-DB43-4F16-8226-BDFEFA25BCDD}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >AddDigitalSignature</RootNamespace >
10+ <AssemblyName >AddDigitalSignature</AssemblyName >
11+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ <NuGetPackageImportStamp >
16+ </NuGetPackageImportStamp >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
19+ <PlatformTarget >x64</PlatformTarget >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
29+ <PlatformTarget >x64</PlatformTarget >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >false</Optimize >
32+ <OutputPath >bin\Release\</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" System" />
39+ <Reference Include =" System.Core" />
40+ <Reference Include =" System.Xml.Linq" />
41+ <Reference Include =" System.Data.DataSetExtensions" />
42+ <Reference Include =" Microsoft.CSharp" />
43+ <Reference Include =" System.Data" />
44+ <Reference Include =" System.Net.Http" />
45+ <Reference Include =" System.Xml" />
46+ </ItemGroup >
47+ <ItemGroup >
48+ <Compile Include =" AddDigitalSignature.cs" />
49+ </ItemGroup >
50+ <ItemGroup >
51+ <None Include =" App.config" />
52+ </ItemGroup >
53+ <ItemGroup >
54+ <PackageReference Include =" Adobe.PDF.Library.LM.NETFramework" >
55+ <Version >18.*</Version >
56+ </PackageReference >
57+ </ItemGroup >
58+ <ItemGroup >
59+ <Folder Include =" Properties\" />
60+ </ItemGroup >
61+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
62+ </Project >
0 commit comments