forked from syncfusion/wpf-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
syncfusion.gaugedemos.wpf_50.csproj
81 lines (81 loc) · 3.57 KB
/
syncfusion.gaugedemos.wpf_50.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>syncfusion.gaugedemos.wpfapplication</AssemblyName>
<RootNamespace>syncfusion.gaugedemos.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>
<ItemGroup>
<Compile Remove="obj\**" />
<Compile Remove="obj_45\**" />
<Compile Remove="obj_47\**" />
<Compile Remove="obj_50\**" />
<EmbeddedResource Remove="obj\**" />
<EmbeddedResource Remove="obj_45\**" />
<EmbeddedResource Remove="obj_47\**" />
<EmbeddedResource Remove="obj_50\**" />
<None Remove="obj\**" />
<None Remove="obj_45\**" />
<None Remove="obj_47\**" />
<None Remove="obj_50\**" />
<Page Remove="obj\**" />
<Page Remove="obj_45\**" />
<Page Remove="obj_47\**" />
<Page Remove="obj_50\**" />
<ProjectReference Include="..\common\syncfusion.demoscommon.wpf_lib_50.csproj">
<Name>syncfusion.demoscommon.wpf_lib_50</Name>
</ProjectReference>
<ProjectReference Include="syncfusion.gaugedemos.wpf_lib_50.csproj">
<Name>syncfusion.gaugedemos.wpf_lib_50</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" />
<Compile Remove="Behaviors\DirectionCompassBehavior.cs" />
<Compile Remove="Behaviors\MultipleScaleBehavior.cs" />
<Compile Remove="Helper\CustomCircularGauge.cs" />
<Compile Remove="Model\CustomizationModel.cs" />
<Compile Remove="ViewModel\AnnotationViewModel.cs" />
<Compile Remove="ViewModel\CustomizationViewModel.cs" />
<Compile Remove="ViewModel\DigitalGaugeViewModel.cs" />
<Compile Remove="ViewModel\MultipleScaleViewModel.cs" />
<Page Remove="Views\Annotation.xaml" />
<Compile Remove="Views\Annotation.xaml.cs" />
<Page Remove="Views\Customization.xaml" />
<Compile Remove="Views\Customization.xaml.cs" />
<Page Remove="Views\DigitalGauge.xaml" />
<Compile Remove="Views\DigitalGauge.xaml.cs" />
<Page Remove="Views\DirectionCompass.xaml" />
<Compile Remove="Views\DirectionCompass.xaml.cs" />
<Page Remove="Views\GettingStarted.xaml" />
<Compile Remove="Views\GettingStarted.xaml.cs" />
<Page Remove="Views\LinearGauge.xaml" />
<Compile Remove="Views\LinearGauge.xaml.cs" />
<Page Remove="Views\MultipleScale.xaml" />
<Compile Remove="Views\MultipleScale.xaml.cs" />
<Page Remove="Views\PointerCustomization.xaml" />
<Compile Remove="Views\PointerCustomization.xaml.cs" />
<Compile Remove="GaugeDemosViewModel.cs" />
<ApplicationDefinition Include="App.xaml" />
<Compile Include="App.xaml.cs" />
<Reference Include="Syncfusion.SfGauge.WPF">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.SfGauge.WPF.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="..\common\demos.common.props">
</Import>
</Project>