-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathsyncfusion.notificationdemos.wpf_Net462.csproj
More file actions
86 lines (86 loc) · 3.72 KB
/
syncfusion.notificationdemos.wpf_Net462.csproj
File metadata and controls
86 lines (86 loc) · 3.72 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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AssemblyName>syncfusion.notificationdemos.wpfapplication</AssemblyName>
<RootNamespace>syncfusion.notificationdemos.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.notificationdemos.wpf_lib_Net462.csproj">
<Name>syncfusion.notificationdemos.wpf_lib</Name>
</ProjectReference>
<Compile Remove="Assets\**" />
<Compile Remove="Badge\**" />
<Compile Remove="BusyIndicator\**" />
<Compile Remove="Converter\**" />
<Compile Remove="HubTile\**" />
<Compile Remove="ProgressBar\**" />
<Compile Remove="PulsingTile\**" />
<Compile Remove="Toast\**" />
<EmbeddedResource Remove="Assets\**" />
<EmbeddedResource Remove="Badge\**" />
<EmbeddedResource Remove="BusyIndicator\**" />
<EmbeddedResource Remove="Converter\**" />
<EmbeddedResource Remove="HubTile\**" />
<EmbeddedResource Remove="ProgressBar\**" />
<EmbeddedResource Remove="PulsingTile\**" />
<EmbeddedResource Remove="Toast\**" />
<None Remove="Assets\**" />
<None Remove="Badge\**" />
<None Remove="BusyIndicator\**" />
<None Remove="Converter\**" />
<None Remove="HubTile\**" />
<None Remove="ProgressBar\**" />
<None Remove="PulsingTile\**" />
<None Remove="Toast\**" />
<Page Remove="Assets\**" />
<Page Remove="Badge\**" />
<Page Remove="BusyIndicator\**" />
<Page Remove="Converter\**" />
<Page Remove="HubTile\**" />
<Page Remove="ProgressBar\**" />
<Page Remove="PulsingTile\**" />
<Page Remove="Toast\**" />
<Compile Remove="NotificationDemosViewModel.cs" />
<PackageReference Include="Syncfusion.SfProgressBar.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.SampleLayout.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.SfHubTile.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.Tools.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.SfToastNotification.WPF" Version="33.2.3" />
<Reference Include="System.Windows.Interactivity">
<HintPath>..\..\..\Common\Data\Interactivity_Binaries\WPF\4.0\System.Windows.Interactivity.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFRAMEWORK'">
<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="System.Windows.Interactivity">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Common\Data\Interactivity_Binaries\WPF\4.0\System.Windows.Interactivity.dll</HintPath>
</Reference>
<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>
<Import Project="..\Common\demos.common.props">
</Import>
<Import Project="..\targets\MultiTargeting_Net462.targets" />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>