-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathSkinManager_NET50.csproj
38 lines (38 loc) · 2.16 KB
/
SkinManager_NET50.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>SkinManagerDemo_2008</AssemblyName>
<RootNamespace>SkinManagerDemo_2008</RootNamespace>
<DefineConstants>NETCORE</DefineConstants>
<ApplicationManifest>app.manifest</ApplicationManifest>
<TargetFrameworkVersion>
</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Syncfusion.Chart.Base" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Chart.Windows" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Core.WinForms" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Data.WinForms" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.GridCommon.WinForms" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.HighContrastTheme.WinForms" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Office2016Theme.WinForms" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Office2019Theme.WinForms" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.SfDataGrid.WinForms" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.SfInput.WinForms" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.SfListView.WinForms" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Shared.Base" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Tools.Windows" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Grid.Windows" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.SpellChecker.Base" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Grid.Base" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Shared.Windows" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Tools.Base" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Licensing" Version="19.3.0.53" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>