-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathsyncfusion.notificationdemos.wpf_80.csproj
135 lines (135 loc) · 6.71 KB
/
syncfusion.notificationdemos.wpf_80.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>syncfusion.notificationdemos.wpfapplication</AssemblyName>
<RootNamespace>syncfusion.notificationdemos.wpf</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;NET50</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;NET50</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Xml|AnyCPU'">
<DefineConstants>TRACE;NET50</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Remove="obj\**" />
<Compile Remove="obj_45\**" />
<Compile Remove="obj_47\**" />
<Compile Remove="obj_50\**" />
<Compile Remove="obj_60\**" />
<Compile Remove="obj_70\**" />
<Compile Remove="obj_80\**" />
<Compile Remove="obj_90\**" />
<EmbeddedResource Remove="obj\**" />
<EmbeddedResource Remove="obj_45\**" />
<EmbeddedResource Remove="obj_47\**" />
<EmbeddedResource Remove="obj_50\**" />
<EmbeddedResource Remove="obj_60\**" />
<EmbeddedResource Remove="obj_70\**" />
<EmbeddedResource Remove="obj_80\**" />
<EmbeddedResource Remove="obj_90\**" />
<None Remove="obj\**" />
<None Remove="obj_45\**" />
<None Remove="obj_47\**" />
<None Remove="obj_50\**" />
<None Remove="obj_60\**" />
<None Remove="obj_70\**" />
<None Remove="obj_80\**" />
<None Remove="obj_90\**" />
<Page Remove="obj\**" />
<Page Remove="obj_45\**" />
<Page Remove="obj_47\**" />
<Page Remove="obj_50\**" />
<Page Remove="obj_60\**" />
<None Remove="obj_70\**" />
<None Remove="obj_80\**" />
<None Remove="obj_90\**" />
<ProjectReference Include="..\common\syncfusion.demoscommon.wpf_lib_80.csproj">
<Name>syncfusion.demoscommon.wpf_lib_80</Name>
</ProjectReference>
<ProjectReference Include="syncfusion.notificationdemos.wpf_lib_80.csproj">
<Name>syncfusion.notificationdemos.wpf_lib_80</Name>
</ProjectReference>
<None Remove="Properties\Settings.settings" />
<None Include="Properties\Settings.settings" />
<None Remove="packages.config" />
<None Include="packages.config" />
<None Remove="App.config" />
<None Include="App.config" />
<None Remove="Assets\Badge\avatar.png" />
<None Remove="Assets\HubTile\Calculator.png" />
<None Remove="Assets\HubTile\Clock.png" />
<None Remove="Assets\HubTile\Excel.png" />
<None Remove="Assets\HubTile\HubTile.png" />
<None Remove="Assets\HubTile\MicroSoft Edge.png" />
<None Remove="Assets\HubTile\New Mail.png" />
<None Remove="Assets\HubTile\Note.png" />
<None Remove="Assets\HubTile\Painting Brush.png" />
<None Remove="Assets\HubTile\Store.png" />
<None Remove="Assets\HubTile\Word.png" />
<None Remove="Assets\PulsingTile\PulsingTile.jpg" />
<Compile Remove="Badge\GettingStarted\ViewModel\GettingStartedViewModel.cs" />
<Page Remove="Badge\GettingStarted\GettingStartedDemo.xaml" />
<Compile Remove="Badge\GettingStarted\GettingStartedDemo.xaml.cs" />
<Compile Remove="Badge\Integrate with other Controls\Model\IntegrateWithOtherControlsModel.cs" />
<Compile Remove="Badge\Integrate with other Controls\ViewModel\IntegrateWithOtherControlsViewModel.cs" />
<Page Remove="Badge\Integrate with other Controls\IntegrateWithOtherControlsDemo.xaml" />
<Compile Remove="Badge\Integrate with other Controls\IntegrateWithOtherControlsDemo.xaml.cs" />
<Compile Remove="BusyIndicator\Model\BusyIndicatorModel.cs" />
<Compile Remove="BusyIndicator\ViewModel\BusyIndicatorViewModel.cs" />
<Page Remove="BusyIndicator\Views\BusyIndicator.xaml" />
<Compile Remove="BusyIndicator\Views\BusyIndicator.xaml.cs" />
<Page Remove="BusyIndicator\Views\GettingStarted.xaml" />
<Compile Remove="BusyIndicator\Views\GettingStarted.xaml.cs" />
<Compile Remove="Converter\IntToCustomContentConverter.cs" />
<Compile Remove="Converter\IntToStringConverter.cs" />
<Compile Remove="HubTile\Model\WindowsTileModel.cs" />
<Compile Remove="HubTile\ViewModel\HubTileViewModel.cs" />
<Compile Remove="HubTile\ViewModel\WindowsTileViewModel.cs" />
<Page Remove="HubTile\HubTileView.xaml" />
<Compile Remove="HubTile\HubTileView.xaml.cs" />
<Page Remove="HubTile\WindowsTile.xaml" />
<Compile Remove="HubTile\WindowsTile.xaml.cs" />
<Compile Remove="ProgressBar\ViewModel\CircularProgressBarViewModel.cs" />
<Compile Remove="ProgressBar\ViewModel\LinearProgressBarViewModel.cs" />
<Page Remove="ProgressBar\CircularProgressBar.xaml" />
<Compile Remove="ProgressBar\CircularProgressBar.xaml.cs" />
<Page Remove="ProgressBar\LinearProgressBar.xaml" />
<Compile Remove="ProgressBar\LinearProgressBar.xaml.cs" />
<Page Remove="ProgressBar\ShipmentTracking.xaml" />
<Compile Remove="ProgressBar\ShipmentTracking.xaml.cs" />
<Page Remove="ProgressBar\StepProgressBarCustomization.xaml" />
<Compile Remove="ProgressBar\StepProgressBarCustomization.xaml.cs" />
<Compile Remove="PulsingTile\ViewModel\PulsingTileViewModel.cs" />
<Page Remove="PulsingTile\PulsingTileView.xaml" />
<Compile Remove="PulsingTile\PulsingTileView.xaml.cs" />
<Compile Remove="NotificationDemosViewModel.cs" />
<ApplicationDefinition Include="App.xaml" />
<Compile Include="App.xaml.cs" />
<Reference Include="Syncfusion.SfProgressBar.WPF">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net8.0\Syncfusion.SfProgressBar.WPF.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.SampleLayout.Wpf">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net8.0\Syncfusion.SampleLayout.Wpf.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.SfHubTile.Wpf">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net8.0\Syncfusion.SfHubTile.Wpf.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Tools.Wpf">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net8.0\Syncfusion.Tools.Wpf.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Interactivity">
<HintPath>..\..\..\Common\Data\Interactivity_Binaries\WPF\4.0\System.Windows.Interactivity.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="..\common\demos.common.props">
</Import>
</Project>