1
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 >
2
+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" > <PropertyGroup >
5
3
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
4
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
5
<ProjectGuid >{B17764AA-7541-47A2-B1B1-B7087E473FF5}</ProjectGuid >
8
6
<OutputType >WinExe</OutputType >
9
7
<RootNamespace >ViewPDFusingPDFWinforms</RootNamespace >
10
8
<AssemblyName >ViewPDFusingPDFWinforms</AssemblyName >
11
- <TargetFrameworkVersion >v4.8</ TargetFrameworkVersion >
9
+ <TargetFramework >net48</ TargetFramework >
12
10
<FileAlignment >512</FileAlignment >
13
11
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
12
<Deterministic >true</Deterministic >
15
- <TargetFrameworkProfile />
13
+ <LangVersion >latest</LangVersion >
14
+ <UseWindowsForms >true</UseWindowsForms >
16
15
</PropertyGroup >
17
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
17
<PlatformTarget >AnyCPU</PlatformTarget >
34
33
<WarningLevel >4</WarningLevel >
35
34
</PropertyGroup >
36
35
<ItemGroup >
37
- <Reference Include =" System" />
38
36
<PackageReference Include =" Syncfusion.PdfViewer.Windows" version =" *" />
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.Deployment" />
45
- <Reference Include =" System.Drawing" />
46
- <Reference Include =" System.Net.Http" />
47
- <Reference Include =" System.Windows.Forms" />
48
- <Reference Include =" System.Xml" />
49
- </ItemGroup >
50
- <ItemGroup >
51
- <Compile Include =" Form1.cs" >
52
- <SubType >Form</SubType >
53
- </Compile >
54
- <Compile Include =" Form1.Designer.cs" >
55
- <DependentUpon >Form1.cs</DependentUpon >
56
- </Compile >
57
- <Compile Include =" Program.cs" />
58
- <Compile Include =" Properties\AssemblyInfo.cs" />
59
- <EmbeddedResource Include =" Properties\Resources.resx" >
60
- <Generator >ResXFileCodeGenerator</Generator >
61
- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
62
- <SubType >Designer</SubType >
63
- </EmbeddedResource >
64
- <Compile Include =" Properties\Resources.Designer.cs" >
65
- <AutoGen >True</AutoGen >
66
- <DependentUpon >Resources.resx</DependentUpon >
67
- </Compile >
68
- <None Include =" packages.config" />
69
- <None Include =" Properties\Settings.settings" >
70
- <Generator >SettingsSingleFileGenerator</Generator >
71
- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
72
- </None >
73
- <Compile Include =" Properties\Settings.Designer.cs" >
74
- <AutoGen >True</AutoGen >
75
- <DependentUpon >Settings.settings</DependentUpon >
76
- <DesignTimeSharedInput >True</DesignTimeSharedInput >
77
- </Compile >
78
37
</ItemGroup >
79
38
<ItemGroup >
80
39
<None Include =" App.config" />
81
40
</ItemGroup >
82
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
83
41
</Project >
0 commit comments