-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathsyncfusion.layoutdemos.wpf_lib_Net462.csproj
More file actions
71 lines (71 loc) · 3.07 KB
/
syncfusion.layoutdemos.wpf_lib_Net462.csproj
File metadata and controls
71 lines (71 loc) · 3.07 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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>library</OutputType>
<AssemblyName>syncfusion.layoutdemos.wpf</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>
<Resource Include="Assets\**" />
<Compile Remove="App.xaml.cs" />
<Compile Remove="Tile View\Data Binding\ViewModel\StockViewModel.cs" />
<Compile Remove="Tile View\Data Binding\ViewModel\VideosViewModel.cs" />
<None Remove="App.config" />
<None Remove="App.ico" />
<None Remove="Assets\TileView\Books.xml" />
<ApplicationDefinition Remove="App.xaml" />
<Page Remove="App.xaml" />
<Content Include="Assets\TileView\Books.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<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.SfInput.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" />
<PackageReference Include="Azure.AI.OpenAI">
<Version>2.1.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.AI.OpenAI">
<Version>10.3.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.2</Version>
</PackageReference>
<PackageReference Include="Xamarin.Essentials">
<Version>1.8.1</Version>
</PackageReference>
</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>
<Import Project="..\Common\demos.common.props">
</Import>
<Import Project="..\targets\MultiTargeting_Net462.targets" />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>