Skip to content

Commit

Permalink
Merge pull request #7 from SatishRaj4377/WPF-900307-Samples_Revamp
Browse files Browse the repository at this point in the history
WPF-900307-Samples Revamped
  • Loading branch information
prakashperumal1892 authored Aug 8, 2024
2 parents 04d175d + d6682a8 commit b47e1b6
Show file tree
Hide file tree
Showing 22 changed files with 450 additions and 163 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

/Samples/PanTool/PanTool/.vs
/Samples/PanTool/PanTool/PanTool/.vs
/Samples/Ports/How to highlight the node port when mouse hovering/Sample/.vs
/Samples/Symbol Designer/Symbol Designer/.vs
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Syncfusion.Diagram.Base, Version=25.1462.35.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Diagram.Base.25.1.35\lib\net462\Syncfusion.Diagram.Base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Diagram.Windows, Version=25.1462.35.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Diagram.Windows.25.1.35\lib\net462\Syncfusion.Diagram.Windows.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Licensing, Version=25.1462.35.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Licensing.25.1.35\lib\net462\Syncfusion.Licensing.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Shared.Base, Version=25.1462.35.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Shared.Base.25.1.35\lib\net462\Syncfusion.Shared.Base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Shared.Windows, Version=25.1462.35.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Shared.Windows.25.1.35\lib\net462\Syncfusion.Shared.Windows.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down Expand Up @@ -78,7 +63,6 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand All @@ -91,6 +75,7 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<PackageReference Include="Syncfusion.Diagram.Windows" Version="*" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PanTool", "PanTool\PanTool.csproj", "{D1A251E6-2333-43E8-92DC-CAF4E120214C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PanTool_462", "PanTool_462.csproj", "{D1A251E6-2333-43E8-92DC-CAF4E120214C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -20,6 +20,6 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {928EAFEB-2161-4DE0-8430-4CE3C66B805B}
SolutionGuid = {29C86DE8-507A-4A19-9F5D-2A2F8241FA24}
EndGlobalSection
EndGlobal
65 changes: 65 additions & 0 deletions Samples/PanTool/PanTool/PanTool/PanTool_60.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>PanTool</AssemblyName>
<RootNamespace>PanTool</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_462\**" />
<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_462\**" />
<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_462\**" />
<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_462\**" />
<Page Remove="obj_50\**" />
<Page Remove="obj_60\**" />
<None Remove="obj_70\**" />
<None Remove="obj_80\**" />
<None Remove="obj_90\**" />
<None Remove="packages.config" />
<None Remove="Properties\Settings.settings" />
<None Include="Properties\Settings.settings" />
<None Remove="App.config" />
<None Include="App.config" />
<Compile Include="Form1.cs" />
<Compile Include="Form1.Designer.cs" />
<Compile Include="Program.cs" />
<PackageReference Include="Syncfusion.Diagram.Windows" Version="*" />
</ItemGroup>
</Project>
25 changes: 25 additions & 0 deletions Samples/PanTool/PanTool/PanTool/PanTool_60.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PanTool_60", "PanTool_60.csproj", "{6C5AF737-CE9D-4715-8306-D69639624A3A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C5AF737-CE9D-4715-8306-D69639624A3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C5AF737-CE9D-4715-8306-D69639624A3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C5AF737-CE9D-4715-8306-D69639624A3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C5AF737-CE9D-4715-8306-D69639624A3A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68A2CB83-B043-40FC-97D3-7EF2EBFA97FE}
EndGlobalSection
EndGlobal
65 changes: 65 additions & 0 deletions Samples/PanTool/PanTool/PanTool/PanTool_80.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<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>PanTool</AssemblyName>
<RootNamespace>PanTool</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_462\**" />
<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_462\**" />
<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_462\**" />
<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_462\**" />
<Page Remove="obj_50\**" />
<Page Remove="obj_60\**" />
<None Remove="obj_70\**" />
<None Remove="obj_80\**" />
<None Remove="obj_90\**" />
<None Remove="packages.config" />
<None Remove="Properties\Settings.settings" />
<None Include="Properties\Settings.settings" />
<None Remove="App.config" />
<Compile Include="Form1.cs" />
<Compile Include="Form1.Designer.cs" />
<Compile Include="Program.cs" />
<None Include="App.config" />
<PackageReference Include="Syncfusion.Diagram.Windows" Version="*" />
</ItemGroup>
</Project>
25 changes: 25 additions & 0 deletions Samples/PanTool/PanTool/PanTool/PanTool_80.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PanTool_80", "PanTool_80.csproj", "{46A92397-E54C-4CA0-A5FC-55D5AF82C0FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46A92397-E54C-4CA0-A5FC-55D5AF82C0FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46A92397-E54C-4CA0-A5FC-55D5AF82C0FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46A92397-E54C-4CA0-A5FC-55D5AF82C0FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46A92397-E54C-4CA0-A5FC-55D5AF82C0FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2FCC1BA-C8E9-4A79-8C10-3FC15FF48BD4}
EndGlobalSection
EndGlobal
8 changes: 0 additions & 8 deletions Samples/PanTool/PanTool/PanTool/packages.config

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Diagram.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-24.2460.3.0" newVersion="24.2460.3.0" />
<assemblyIdentity name="Syncfusion.Diagram.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-24.2460.3.0" newVersion="24.2460.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Shared.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-24.2460.3.0" newVersion="24.2460.3.0" />
<assemblyIdentity name="Syncfusion.Shared.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-24.2460.3.0" newVersion="24.2460.3.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-24.2460.3.0" newVersion="24.2460.3.0" />
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-24.2460.3.0" newVersion="24.2460.3.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
<OutputType>WinExe</OutputType>
<RootNamespace>NodeInteractionNotificationSample</RootNamespace>
<AssemblyName>NodeInteractionNotificationSample</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -33,21 +34,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Syncfusion.Diagram.Base, Version=24.1460.41.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Diagram.Base.24.1.41\lib\net46\Syncfusion.Diagram.Base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Diagram.Windows, Version=24.1460.41.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Diagram.Windows.24.1.41\lib\net46\Syncfusion.Diagram.Windows.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Licensing, Version=24.1460.41.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Licensing.24.1.41\lib\net46\Syncfusion.Licensing.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Shared.Base, Version=24.1460.41.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Shared.Base.24.1.41\lib\net46\Syncfusion.Shared.Base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Shared.Windows, Version=24.1460.41.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Shared.Windows.24.1.41\lib\net46\Syncfusion.Shared.Windows.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down Expand Up @@ -80,8 +66,8 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand All @@ -94,6 +80,7 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<PackageReference Include="Syncfusion.Diagram.Windows" Version="*" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31727.386
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HighLightPortSample", "HighLightPortSample.csproj", "{058EA5F1-0ED7-43D3-A979-C40D6EC109C6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HighLightPortSample_462", "HighLightPortSample_462.csproj", "{058EA5F1-0ED7-43D3-A979-C40D6EC109C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -20,6 +20,6 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0ABFCE7D-3773-4207-BFC6-09B43B8637BE}
SolutionGuid = {AF6A0869-2D0E-48DF-8FB0-8AF0C565A65A}
EndGlobalSection
EndGlobal
Loading

0 comments on commit b47e1b6

Please sign in to comment.