11<?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 >
35 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
46 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
57 <ProjectGuid >{B17764AA-7541-47A2-B1B1-B7087E473FF5}</ProjectGuid >
68 <OutputType >WinExe</OutputType >
79 <RootNamespace >ViewPDFusingPDFWinforms</RootNamespace >
810 <AssemblyName >ViewPDFusingPDFWinforms</AssemblyName >
9- <TargetFramework >net48</ TargetFramework >
11+ <TargetFrameworkVersion >v4.8</ TargetFrameworkVersion >
1012 <FileAlignment >512</FileAlignment >
1113 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1214 <Deterministic >true</Deterministic >
13- <LangVersion >latest</LangVersion >
14- <UseWindowsForms >true</UseWindowsForms >
15+ <TargetFrameworkProfile />
1516 </PropertyGroup >
1617 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1718 <PlatformTarget >AnyCPU</PlatformTarget >
3334 <WarningLevel >4</WarningLevel >
3435 </PropertyGroup >
3536 <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 >
3783 </ItemGroup >
3884 <ItemGroup >
3985 <None Include =" App.config" />
4086 </ItemGroup >
87+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
4188</Project >
0 commit comments