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 >{27FFC4D8-A2CA-4A30-ABA0-80A4DB3A1895}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >Replace_existing_text_in_a_PDF</RootNamespace >
10+ <AssemblyName >Replace-existing-text-in-a-PDF</AssemblyName >
11+ <TargetFrameworkVersion >v4.8</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|AnyCPU' " >
19+ <PlatformTarget >AnyCPU</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|AnyCPU' " >
29+ <PlatformTarget >AnyCPU</PlatformTarget >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</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 =" Syncfusion.Compression.Base, Version=32.2462.5.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
39+ <HintPath >..\packages\Syncfusion.Compression.Base.32.2.5\lib\net462\Syncfusion.Compression.Base.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" Syncfusion.Licensing, Version=32.2462.5.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL" >
42+ <HintPath >..\packages\Syncfusion.Licensing.32.2.5\lib\net462\Syncfusion.Licensing.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Syncfusion.Pdf.Base, Version=32.2462.5.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" >
45+ <HintPath >..\packages\Syncfusion.Pdf.WinForms.32.2.5\lib\net462\Syncfusion.Pdf.Base.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" System" />
48+ <Reference Include =" System.Core" />
49+ <Reference Include =" System.Drawing" />
50+ <Reference Include =" System.Numerics" />
51+ <Reference Include =" System.Xml.Linq" />
52+ <Reference Include =" System.Data.DataSetExtensions" />
53+ <Reference Include =" Microsoft.CSharp" />
54+ <Reference Include =" System.Data" />
55+ <Reference Include =" System.Net.Http" />
56+ <Reference Include =" System.Xml" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <Compile Include =" Program.cs" />
60+ <Compile Include =" Properties\AssemblyInfo.cs" />
61+ </ItemGroup >
62+ <ItemGroup >
63+ <None Include =" App.config" />
64+ <None Include =" packages.config" />
65+ </ItemGroup >
66+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67+ </Project >
0 commit comments