-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathsyncfusion.layoutdemos.wpf_Net462.csproj
More file actions
94 lines (94 loc) · 4.05 KB
/
syncfusion.layoutdemos.wpf_Net462.csproj
File metadata and controls
94 lines (94 loc) · 4.05 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AssemblyName>syncfusion.layoutdemos.wpfapplication</AssemblyName>
<RootNamespace>syncfusion.layoutdemos.wpf</RootNamespace>
<TargetFrameworkVersion>
</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../common/syncfusion.demoscommon.wpf_lib_Net462.csproj">
<Name>syncfusion.demoscommon.wpf_lib</Name>
</ProjectReference>
<ProjectReference Include="syncfusion.layoutdemos.wpf_lib_Net462.csproj">
<Name>syncfusion.layoutdemos.wpf_lib</Name>
</ProjectReference>
<Compile Remove="Assets\**" />
<Compile Remove="Card View\**" />
<Compile Remove="Carousel\**" />
<Compile Remove="Chromeless Window\**" />
<Compile Remove="Converter\**" />
<Compile Remove="Document Container\**" />
<Compile Remove="Grid Splitter\**" />
<Compile Remove="TabbedWindow\**" />
<Compile Remove="TextInputLayout\**" />
<Compile Remove="Tile View\**" />
<EmbeddedResource Remove="Assets\**" />
<EmbeddedResource Remove="Card View\**" />
<EmbeddedResource Remove="Carousel\**" />
<EmbeddedResource Remove="Chromeless Window\**" />
<EmbeddedResource Remove="Converter\**" />
<EmbeddedResource Remove="Document Container\**" />
<EmbeddedResource Remove="Grid Splitter\**" />
<EmbeddedResource Remove="TabbedWindow\**" />
<EmbeddedResource Remove="TextInputLayout\**" />
<EmbeddedResource Remove="Tile View\**" />
<None Remove="Assets\**" />
<None Remove="Card View\**" />
<None Remove="Carousel\**" />
<None Remove="Chromeless Window\**" />
<None Remove="Converter\**" />
<None Remove="Document Container\**" />
<None Remove="Grid Splitter\**" />
<None Remove="TabbedWindow\**" />
<None Remove="TextInputLayout\**" />
<None Remove="Tile View\**" />
<Page Remove="Assets\**" />
<Page Remove="Card View\**" />
<Page Remove="Carousel\**" />
<Page Remove="Chromeless Window\**" />
<Page Remove="Converter\**" />
<Page Remove="Document Container\**" />
<Page Remove="Grid Splitter\**" />
<Page Remove="TabbedWindow\**" />
<Page Remove="TextInputLayout\**" />
<Page Remove="Tile View\**" />
<Compile Remove="LayoutDemosViewModel.cs" />
<PackageReference Include="Syncfusion.Data.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.SfChromelessWindow.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.SfGrid.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.SfTextInputLayout.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.SfChart.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.Tools.WPF" Version="33.2.3" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFRAMEWORK'">
<Reference Include="System.ComponentModel.DataAnnotations">
<SpecificVersion>False</SpecificVersion>
<HintPath>Binaries\System.ComponentModel.DataAnnotations.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml" />
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net9.0-windows' ">
<RuntimeHostConfigurationOption Include="Switch.System.Windows.Controls.DisableDynamicResourceOption" Value="true" />
</ItemGroup>
<PropertyGroup>
<ApplicationIcon>App.ico</ApplicationIcon>
</PropertyGroup>
<Import Project="..\Common\demos.common.props" />
<Import Project="..\targets\MultiTargeting_Net462.targets" />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>