1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" > <PropertyGroup >
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 >
3
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
4
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
5
7
<ProjectGuid >{B17764AA-7541-47A2-B1B1-B7087E473FF5}</ProjectGuid >
6
8
<OutputType >WinExe</OutputType >
7
9
<RootNamespace >ViewPDFusingPDFWinforms</RootNamespace >
8
10
<AssemblyName >ViewPDFusingPDFWinforms</AssemblyName >
9
- <TargetFramework >net48</ TargetFramework >
11
+ <TargetFrameworkVersion >v4.8</ TargetFrameworkVersion >
10
12
<FileAlignment >512</FileAlignment >
11
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
12
14
<Deterministic >true</Deterministic >
13
- <LangVersion >latest</LangVersion >
14
- <UseWindowsForms >true</UseWindowsForms >
15
+ <TargetFrameworkProfile />
15
16
</PropertyGroup >
16
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
18
<PlatformTarget >AnyCPU</PlatformTarget >
33
34
<WarningLevel >4</WarningLevel >
34
35
</PropertyGroup >
35
36
<ItemGroup >
36
- <PackageReference Include =" Syncfusion.PdfViewer.Windows" version =" *" />
37
+ <PackageReference Include =" Syncfusion.PdfViewer.Windows" version =" *" />
38
+ <Reference Include =" PresentationCore" />
39
+ <Reference Include =" PresentationFramework" />
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
+ <EmbeddedResource Include =" Properties\Resources.resx" >
65
+ <Generator >ResXFileCodeGenerator</Generator >
66
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
67
+ <SubType >Designer</SubType >
68
+ </EmbeddedResource >
69
+ <Compile Include =" Properties\Resources.Designer.cs" >
70
+ <AutoGen >True</AutoGen >
71
+ <DependentUpon >Resources.resx</DependentUpon >
72
+ <DesignTime >True</DesignTime >
73
+ </Compile >
74
+ <None Include =" Properties\Settings.settings" >
75
+ <Generator >SettingsSingleFileGenerator</Generator >
76
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
77
+ </None >
78
+ <Compile Include =" Properties\Settings.Designer.cs" >
79
+ <AutoGen >True</AutoGen >
80
+ <DependentUpon >Settings.settings</DependentUpon >
81
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
82
+ </Compile >
37
83
</ItemGroup >
38
84
<ItemGroup >
39
85
<None Include =" App.config" />
40
86
</ItemGroup >
87
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
41
88
</Project >
0 commit comments