forked from syncfusion/wpf-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
syncfusion.propertygriddemos.wpf_lib_50.csproj
110 lines (106 loc) · 5.03 KB
/
syncfusion.propertygriddemos.wpf_lib_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
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>library</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>syncfusion.propertygriddemos.wpf</AssemblyName>
<RootNamespace>syncfusion.propertygriddemos.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>
<None Remove="Properties\Settings.settings" />
<None Include="Properties\Settings.settings" />
<Compile Remove="Assets\PropertyGrid\BuiltinEditorSource.cs" />
<Content Include="Assets\PropertyGrid\BuiltinEditorSource.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Compile Remove="Assets\PropertyGrid\NestedSource.cs" />
<Content Include="Assets\PropertyGrid\NestedSource.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Compile Remove="Assets\PropertyGrid\GettingStartedSource.cs" />
<Content Include="Assets\PropertyGrid\GettingStartedSource.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Compile Remove="Assets\PropertyGrid\CollectionEditorViewModelSource.cs" />
<Content Include="Assets\PropertyGrid\CollectionEditorViewModelSource.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Compile Remove="Assets\PropertyGrid\BuiltInMaskSource.cs" />
<Content Include="Assets\PropertyGrid\BuiltInMaskSource.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Compile Remove="Assets\PropertyGrid\CustomEditorViewModelSource.cs" />
<Content Include="Assets\PropertyGrid\CustomEditorViewModelSource.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Compile Remove="Assets\PropertyGrid\IntUpDownEditorSource.cs" />
<Content Include="Assets\PropertyGrid\IntUpDownEditorSource.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Compile Remove="Assets\PropertyGrid\CustomEditorModelSource.cs" />
<Content Include="Assets\PropertyGrid\CustomEditorModelSource.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Compile Remove="Assets\PropertyGrid\CollectionEditorModelSource.cs" />
<Content Include="Assets\PropertyGrid\CollectionEditorModelSource.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Compile Remove="Assets\PropertyGrid\ConfigureAtRuntimeSource.cs" />
<Content Include="Assets\PropertyGrid\ConfigureAtRuntimeSource.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Compile Remove="Assets\PropertyGrid\AutoGeneratingPropertyGridItemSource.cs" />
<Content Include="Assets\PropertyGrid\AutoGeneratingPropertyGridItemSource.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Page Remove="Assets\PropertyGrid\XAMLSource.xaml" />
<Content Include="Assets\PropertyGrid\XAMLSource.xaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Page Remove="Assets\PropertyGrid\BrushCategoryEditorSource.xaml" />
<Content Include="Assets\PropertyGrid\BrushCategoryEditorSource.xaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Page Remove="Assets\PropertyGrid\FontCategoryEditorSource.xaml" />
<Content Include="Assets\PropertyGrid\FontCategoryEditorSource.xaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Remove="App.config" />
<None Remove="App.ico" />
<Compile Remove="App.xaml.cs" />
<ApplicationDefinition Remove="App.xaml" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="Syncfusion.Edit.WPF" Version="18.4.0.39"/>
<PackageReference Include="Syncfusion.Tools.WPF" Version="18.4.0.39"/>
<PackageReference Include="Syncfusion.PropertyGrid.WPF" Version="18.4.0.39"/>
</ItemGroup>
<Import Project="..\common\demos.common.props">
</Import>
</Project>