Skip to content

Commit a594ace

Browse files
WPF-1010530_Data_source_sample_added
1 parent f548cd1 commit a594ace

19 files changed

Lines changed: 1129 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
5+
</startup>
6+
</configuration>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Application x:Class="Force_directed_tree.App"
2+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4+
xmlns:local="clr-namespace:Force_directed_tree"
5+
StartupUri="MainWindow.xaml">
6+
<Application.Resources>
7+
8+
</Application.Resources>
9+
</Application>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Configuration;
4+
using System.Data;
5+
using System.Linq;
6+
using System.Threading.Tasks;
7+
using System.Windows;
8+
9+
namespace Force_directed_tree
10+
{
11+
/// <summary>
12+
/// Interaction logic for App.xaml
13+
/// </summary>
14+
public partial class App : Application
15+
{
16+
}
17+
}
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<OutputType>WinExe</OutputType>
4+
<TargetFramework>net10.0-windows</TargetFramework>
5+
<UseWindowsForms>true</UseWindowsForms>
6+
<UseWPF>true</UseWPF>
7+
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
8+
<EnableDefaultItems>false</EnableDefaultItems>
9+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
10+
<AssemblyName>ForceDirectedTreeDataSource_462</AssemblyName>
11+
<RootNamespace>Force_directed_tree</RootNamespace>
12+
</PropertyGroup>
13+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
14+
<DefineConstants>TRACE;NET50</DefineConstants>
15+
</PropertyGroup>
16+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
17+
<DefineConstants>TRACE;NET50</DefineConstants>
18+
</PropertyGroup>
19+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Xml|AnyCPU'">
20+
<DefineConstants>TRACE;NET50</DefineConstants>
21+
</PropertyGroup>
22+
<ItemGroup>
23+
<Compile Remove="obj\**" />
24+
<Compile Remove="obj_45\**" />
25+
<Compile Remove="obj_462\**" />
26+
<Compile Remove="obj_50\**" />
27+
<Compile Remove="obj_60\**" />
28+
<Compile Remove="obj_70\**" />
29+
<Compile Remove="obj_80\**" />
30+
<Compile Remove="obj_90\**" />
31+
<EmbeddedResource Remove="obj\**" />
32+
<EmbeddedResource Remove="obj_45\**" />
33+
<EmbeddedResource Remove="obj_462\**" />
34+
<EmbeddedResource Remove="obj_50\**" />
35+
<EmbeddedResource Remove="obj_60\**" />
36+
<EmbeddedResource Remove="obj_70\**" />
37+
<EmbeddedResource Remove="obj_80\**" />
38+
<EmbeddedResource Remove="obj_90\**" />
39+
<None Remove="obj\**" />
40+
<None Remove="obj_45\**" />
41+
<None Remove="obj_462\**" />
42+
<None Remove="obj_50\**" />
43+
<None Remove="obj_60\**" />
44+
<None Remove="obj_70\**" />
45+
<None Remove="obj_80\**" />
46+
<None Remove="obj_90\**" />
47+
<Page Remove="obj\**" />
48+
<Page Remove="obj_45\**" />
49+
<Page Remove="obj_462\**" />
50+
<Page Remove="obj_50\**" />
51+
<Page Remove="obj_60\**" />
52+
<None Remove="obj_70\**" />
53+
<None Remove="obj_80\**" />
54+
<None Remove="obj_90\**" />
55+
<None Remove="Properties\Settings.settings" />
56+
<None Include="Properties\Settings.settings" />
57+
<None Remove="App.config" />
58+
<None Include="App.config" />
59+
<ApplicationDefinition Include="App.xaml" />
60+
<Compile Include="App.xaml.cs" />
61+
<Compile Include="MainWindow.xaml.cs" />
62+
<Compile Include="ViewModel\ForceDirectedViewModel.cs" />
63+
<Page Include="MainWindow.xaml">
64+
<Generator>MSBuild:Compile</Generator>
65+
</Page>
66+
</ItemGroup>
67+
<ItemGroup>
68+
<PackageReference Include="Syncfusion.Licensing" Version="*"/>
69+
<PackageReference Include="Syncfusion.SfDiagram.WPF" Version="*"/>
70+
<PackageReference Include="Syncfusion.Shared.WPF" Version="*"/>
71+
</ItemGroup>
72+
</Project>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.14.36616.10 d17.14
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ForceDirectedTreeDataSource_10", "ForceDirectedTreeDataSource_10.csproj", "{5D986403-92DD-4A5B-8669-4476E6ACCE16}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {8F092A4F-8583-4C7B-95C7-4D3232A17E30}
24+
EndGlobalSection
25+
EndGlobal
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{5D986403-92DD-4A5B-8669-4476E6ACCE16}</ProjectGuid>
8+
<OutputType>WinExe</OutputType>
9+
<RootNamespace>Force_directed_tree</RootNamespace>
10+
<AssemblyName>ForceDirectedTreeDataSource_462</AssemblyName>
11+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
12+
<FileAlignment>512</FileAlignment>
13+
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14+
<WarningLevel>4</WarningLevel>
15+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16+
<Deterministic>true</Deterministic>
17+
</PropertyGroup>
18+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19+
<PlatformTarget>AnyCPU</PlatformTarget>
20+
<DebugSymbols>true</DebugSymbols>
21+
<DebugType>full</DebugType>
22+
<Optimize>false</Optimize>
23+
<OutputPath>bin\Debug\</OutputPath>
24+
<DefineConstants>DEBUG;TRACE</DefineConstants>
25+
<ErrorReport>prompt</ErrorReport>
26+
<WarningLevel>4</WarningLevel>
27+
</PropertyGroup>
28+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29+
<PlatformTarget>AnyCPU</PlatformTarget>
30+
<DebugType>pdbonly</DebugType>
31+
<Optimize>true</Optimize>
32+
<OutputPath>bin\Release\</OutputPath>
33+
<DefineConstants>TRACE</DefineConstants>
34+
<ErrorReport>prompt</ErrorReport>
35+
<WarningLevel>4</WarningLevel>
36+
</PropertyGroup>
37+
<ItemGroup>
38+
<PackageReference Include="Syncfusion.Licensing" Version="*"/>
39+
<PackageReference Include="Syncfusion.SfDiagram.WPF" Version="*"/>
40+
<PackageReference Include="Syncfusion.Shared.WPF" Version="*"/>
41+
<Reference Include="System" />
42+
<Reference Include="System.Data" />
43+
<Reference Include="System.Xml" />
44+
<Reference Include="Microsoft.CSharp" />
45+
<Reference Include="System.Core" />
46+
<Reference Include="System.Xml.Linq" />
47+
<Reference Include="System.Data.DataSetExtensions" />
48+
<Reference Include="System.Net.Http" />
49+
<Reference Include="System.Xaml">
50+
<RequiredTargetFramework>4.0</RequiredTargetFramework>
51+
</Reference>
52+
<Reference Include="WindowsBase" />
53+
<Reference Include="PresentationCore" />
54+
<Reference Include="PresentationFramework" />
55+
</ItemGroup>
56+
<ItemGroup>
57+
<ApplicationDefinition Include="App.xaml">
58+
<Generator>MSBuild:Compile</Generator>
59+
<SubType>Designer</SubType>
60+
</ApplicationDefinition>
61+
<Compile Include="ViewModel\ForceDirectedViewModel.cs" />
62+
<Page Include="MainWindow.xaml">
63+
<Generator>MSBuild:Compile</Generator>
64+
<SubType>Designer</SubType>
65+
</Page>
66+
<Compile Include="App.xaml.cs">
67+
<DependentUpon>App.xaml</DependentUpon>
68+
<SubType>Code</SubType>
69+
</Compile>
70+
<Compile Include="MainWindow.xaml.cs">
71+
<DependentUpon>MainWindow.xaml</DependentUpon>
72+
<SubType>Code</SubType>
73+
</Compile>
74+
</ItemGroup>
75+
<ItemGroup>
76+
<Compile Include="Properties\AssemblyInfo.cs">
77+
<SubType>Code</SubType>
78+
</Compile>
79+
<Compile Include="Properties\Resources.Designer.cs">
80+
<AutoGen>True</AutoGen>
81+
<DesignTime>True</DesignTime>
82+
<DependentUpon>Resources.resx</DependentUpon>
83+
</Compile>
84+
<Compile Include="Properties\Settings.Designer.cs">
85+
<AutoGen>True</AutoGen>
86+
<DependentUpon>Settings.settings</DependentUpon>
87+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
88+
</Compile>
89+
<EmbeddedResource Include="Properties\Resources.resx">
90+
<Generator>ResXFileCodeGenerator</Generator>
91+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
92+
</EmbeddedResource>
93+
<None Include="Properties\Settings.settings">
94+
<Generator>SettingsSingleFileGenerator</Generator>
95+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
96+
</None>
97+
</ItemGroup>
98+
<ItemGroup>
99+
<None Include="App.config" />
100+
</ItemGroup>
101+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102+
</Project>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.14.36616.10 d17.14
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ForceDirectedTreeDataSource_462", "ForceDirectedTreeDataSource_462.csproj", "{5D986403-92DD-4A5B-8669-4476E6ACCE16}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {8F092A4F-8583-4C7B-95C7-4D3232A17E30}
24+
EndGlobalSection
25+
EndGlobal
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<OutputType>WinExe</OutputType>
4+
<TargetFramework>net8.0-windows</TargetFramework>
5+
<UseWindowsForms>true</UseWindowsForms>
6+
<UseWPF>true</UseWPF>
7+
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
8+
<EnableDefaultItems>false</EnableDefaultItems>
9+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
10+
<AssemblyName>ForceDirectedTreeDataSource_462</AssemblyName>
11+
<RootNamespace>Force_directed_tree</RootNamespace>
12+
</PropertyGroup>
13+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
14+
<DefineConstants>TRACE;NET50</DefineConstants>
15+
</PropertyGroup>
16+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
17+
<DefineConstants>TRACE;NET50</DefineConstants>
18+
</PropertyGroup>
19+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Xml|AnyCPU'">
20+
<DefineConstants>TRACE;NET50</DefineConstants>
21+
</PropertyGroup>
22+
<ItemGroup>
23+
<Compile Remove="obj\**" />
24+
<Compile Remove="obj_45\**" />
25+
<Compile Remove="obj_462\**" />
26+
<Compile Remove="obj_50\**" />
27+
<Compile Remove="obj_60\**" />
28+
<Compile Remove="obj_70\**" />
29+
<Compile Remove="obj_80\**" />
30+
<Compile Remove="obj_90\**" />
31+
<EmbeddedResource Remove="obj\**" />
32+
<EmbeddedResource Remove="obj_45\**" />
33+
<EmbeddedResource Remove="obj_462\**" />
34+
<EmbeddedResource Remove="obj_50\**" />
35+
<EmbeddedResource Remove="obj_60\**" />
36+
<EmbeddedResource Remove="obj_70\**" />
37+
<EmbeddedResource Remove="obj_80\**" />
38+
<EmbeddedResource Remove="obj_90\**" />
39+
<None Remove="obj\**" />
40+
<None Remove="obj_45\**" />
41+
<None Remove="obj_462\**" />
42+
<None Remove="obj_50\**" />
43+
<None Remove="obj_60\**" />
44+
<None Remove="obj_70\**" />
45+
<None Remove="obj_80\**" />
46+
<None Remove="obj_90\**" />
47+
<Page Remove="obj\**" />
48+
<Page Remove="obj_45\**" />
49+
<Page Remove="obj_462\**" />
50+
<Page Remove="obj_50\**" />
51+
<Page Remove="obj_60\**" />
52+
<None Remove="obj_70\**" />
53+
<None Remove="obj_80\**" />
54+
<None Remove="obj_90\**" />
55+
<None Remove="Properties\Settings.settings" />
56+
<None Include="Properties\Settings.settings" />
57+
<None Remove="App.config" />
58+
<None Include="App.config" />
59+
<ApplicationDefinition Include="App.xaml" />
60+
<Compile Include="App.xaml.cs" />
61+
<Compile Include="MainWindow.xaml.cs" />
62+
<Compile Include="ViewModel\ForceDirectedViewModel.cs" />
63+
</ItemGroup>
64+
<ItemGroup>
65+
<Page Include="MainWindow.xaml">
66+
<Generator>MSBuild:Compile</Generator>
67+
</Page>
68+
</ItemGroup>
69+
<ItemGroup>
70+
<PackageReference Include="Syncfusion.Licensing" Version="*"/>
71+
<PackageReference Include="Syncfusion.SfDiagram.WPF" Version="*"/>
72+
<PackageReference Include="Syncfusion.Shared.WPF" Version="*"/>
73+
</ItemGroup>
74+
</Project>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.8.226.21692
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ForceDirectedTreeDataSource_80", "ForceDirectedTreeDataSource_80.csproj", "{5D986403-92DD-4A5B-8669-4476E6ACCE16}"
6+
EndProject
7+
Global
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9+
Debug|Any CPU = Debug|Any CPU
10+
Release|Any CPU = Release|Any CPU
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{5D986403-92DD-4A5B-8669-4476E6ACCE16}.Release|Any CPU.Build.0 = Release|Any CPU
17+
EndGlobalSection
18+
GlobalSection(SolutionProperties) = preSolution
19+
HideSolutionNode = FALSE
20+
EndGlobalSection
21+
GlobalSection(ExtensibilityGlobals) = postSolution
22+
SolutionGuid = {8F092A4F-8583-4C7B-95C7-4D3232A17E30}
23+
EndGlobalSection
24+
EndGlobal

0 commit comments

Comments
 (0)