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 >{1E372C90-E825-4BEA-8E5E-C06248940355}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >CheckPDFSignatureformFieldSigned</RootNamespace >
10+ <AssemblyName >CheckPDFSignatureformFieldSigned</AssemblyName >
11+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ <TargetFrameworkProfile />
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <PlatformTarget >AnyCPU</PlatformTarget >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <PlatformTarget >AnyCPU</PlatformTarget >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" PresentationCore" />
38+ <Reference Include =" PresentationFramework" />
39+ <PackageReference Include =" Syncfusion.PdfViewer.WPF" Version =" *" />
40+ <Reference Include =" System" />
41+ <Reference Include =" System.Core" />
42+ <Reference Include =" System.Xaml" />
43+ <Reference Include =" System.Xml.Linq" />
44+ <Reference Include =" System.Data.DataSetExtensions" />
45+ <Reference Include =" Microsoft.CSharp" />
46+ <Reference Include =" System.Data" />
47+ <Reference Include =" System.Deployment" />
48+ <Reference Include =" System.Drawing" />
49+ <Reference Include =" System.Net.Http" />
50+ <Reference Include =" System.Windows.Forms" />
51+ <Reference Include =" System.Xml" />
52+ <Reference Include =" WindowsBase" />
53+ <Reference Include =" WindowsFormsIntegration" />
54+ </ItemGroup >
55+ <ItemGroup >
56+ <Compile Include =" Form1.cs" >
57+ <SubType >Form</SubType >
58+ </Compile >
59+ <Compile Include =" Form1.Designer.cs" >
60+ <DependentUpon >Form1.cs</DependentUpon >
61+ </Compile >
62+ <Compile Include =" Program.cs" />
63+ <Compile Include =" Properties\AssemblyInfo.cs" />
64+ <Compile Include =" WPFuserControl.xaml.cs" >
65+ <DependentUpon >WPFuserControl.xaml</DependentUpon >
66+ </Compile >
67+ <EmbeddedResource Include =" Form1.resx" >
68+ <DependentUpon >Form1.cs</DependentUpon >
69+ </EmbeddedResource >
70+ <EmbeddedResource Include =" Properties\Resources.resx" >
71+ <Generator >ResXFileCodeGenerator</Generator >
72+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
73+ <SubType >Designer</SubType >
74+ </EmbeddedResource >
75+ <Compile Include =" Properties\Resources.Designer.cs" >
76+ <AutoGen >True</AutoGen >
77+ <DependentUpon >Resources.resx</DependentUpon >
78+ <DesignTime >True</DesignTime >
79+ </Compile >
80+ <None Include =" packages.config" />
81+ <None Include =" Properties\Settings.settings" >
82+ <Generator >SettingsSingleFileGenerator</Generator >
83+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
84+ </None >
85+ <Compile Include =" Properties\Settings.Designer.cs" >
86+ <AutoGen >True</AutoGen >
87+ <DependentUpon >Settings.settings</DependentUpon >
88+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
89+ </Compile >
90+ </ItemGroup >
91+ <ItemGroup >
92+ <None Include =" App.config" />
93+ </ItemGroup >
94+ <ItemGroup >
95+ <Page Include =" WPFuserControl.xaml" >
96+ <SubType >Designer</SubType >
97+ <Generator >MSBuild:Compile</Generator >
98+ </Page >
99+ </ItemGroup >
100+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101+ </Project >
0 commit comments