Skip to content

Commit

Permalink
898678: Sample updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SumathiSumi committed Jul 23, 2024
1 parent 24ed18a commit fbb8e18
Show file tree
Hide file tree
Showing 28 changed files with 203 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Syncfusion.Blazor.Diagram" Version="*" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Router AppAssembly="@typeof(App).Assembly">
@namespace AddAnnotationAtRunTime
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@inherits LayoutComponentBase
@namespace AddAnnotationAtRunTime.Shared
@inherits LayoutComponentBase

<PageTitle>AddAnnotationAtRunTime</PageTitle>

Expand Down
17 changes: 17 additions & 0 deletions UG-Samples/Annotations/AddAsync()/AddAsync()/AddAsync_NET8.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Syncfusion.Blazor.Diagram" Version="*" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion UG-Samples/Annotations/AddAsync()/AddAsync()/App.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Router AppAssembly="@typeof(App).Assembly">
@namespace AddAsync__
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@inherits LayoutComponentBase

@namespace AddAsync__.Shared
<PageTitle>AddAsync()</PageTitle>

<div class="page">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Syncfusion.Blazor.Diagram" Version="*" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Router AppAssembly="@typeof(App).Assembly">
@namespace AlignmentOfAnnotation
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@inherits LayoutComponentBase

@namespace AlignmentOfAnnotation.Shared
<PageTitle>AlignmentOfAnnotation</PageTitle>

<div class="page">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Router AppAssembly="@typeof(App).Assembly">
@namespace DisplacementOfAnnotation
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
Expand Down
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.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisplacementOfAnnotation-NET6", "DisplacementOfAnnotation-NET6.csproj", "{DDF1315A-57EC-406F-8250-A56B599D0C52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDF1315A-57EC-406F-8250-A56B599D0C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDF1315A-57EC-406F-8250-A56B599D0C52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDF1315A-57EC-406F-8250-A56B599D0C52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDF1315A-57EC-406F-8250-A56B599D0C52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {158D2079-C1F5-4F5C-922C-1B3CFCB7055B}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Syncfusion.Blazor.Diagram" Version="*" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

</Project>
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.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisplacementOfAnnotation_NET8", "DisplacementOfAnnotation_NET8.csproj", "{DAAFCEB8-6E69-4A01-A16B-68AD78C62C4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DAAFCEB8-6E69-4A01-A16B-68AD78C62C4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAAFCEB8-6E69-4A01-A16B-68AD78C62C4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAAFCEB8-6E69-4A01-A16B-68AD78C62C4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAAFCEB8-6E69-4A01-A16B-68AD78C62C4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF42A429-C317-4512-AE75-A0734EEA5D2B}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@inherits LayoutComponentBase

@namespace DisplacementOfAnnotation.Shared
<PageTitle>DisplacementOfAnnotation</PageTitle>

<div class="page">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Router AppAssembly="@typeof(App).Assembly">
@namespace SegmentAngleOfAnnotation
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Syncfusion.Blazor.Diagram" Version="*" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@inherits LayoutComponentBase

@namespace SegmentAngleOfAnnotation.Shared
<PageTitle>SegmentAngleOfAnnotation</PageTitle>

<div class="page">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Router AppAssembly="@typeof(App).Assembly">
@namespace UpdateOffsetofAnnotation
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@inherits LayoutComponentBase

@namespace UpdateOffsetofAnnotation.Shared
<PageTitle>UpdateOffsetofAnnotation</PageTitle>

<div class="page">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UpdateOffsetofAnnotation", "UpdateOffsetofAnnotation.csproj", "{BD607AD5-F5CD-4426-B6CF-BCF6EE5E38A5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UpdateOffsetofAnnotation_NET6", "UpdateOffsetofAnnotation_NET6.csproj", "{059959FC-49FC-4408-B5AF-2190B1172F90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD607AD5-F5CD-4426-B6CF-BCF6EE5E38A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD607AD5-F5CD-4426-B6CF-BCF6EE5E38A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD607AD5-F5CD-4426-B6CF-BCF6EE5E38A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD607AD5-F5CD-4426-B6CF-BCF6EE5E38A5}.Release|Any CPU.Build.0 = Release|Any CPU
{059959FC-49FC-4408-B5AF-2190B1172F90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{059959FC-49FC-4408-B5AF-2190B1172F90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{059959FC-49FC-4408-B5AF-2190B1172F90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{059959FC-49FC-4408-B5AF-2190B1172F90}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E54284AF-9797-4860-9EED-6ECF085DCDBF}
SolutionGuid = {4728BAD2-5161-40A3-8081-EACD82396B84}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Syncfusion.Blazor.Diagram" Version="*" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>

</Project>
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.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UpdateOffsetofAnnotation_NET8", "UpdateOffsetofAnnotation_NET8.csproj", "{C1757537-E7D4-4E29-BD22-7763F2E550DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1757537-E7D4-4E29-BD22-7763F2E550DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1757537-E7D4-4E29-BD22-7763F2E550DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1757537-E7D4-4E29-BD22-7763F2E550DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1757537-E7D4-4E29-BD22-7763F2E550DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D49ECEB2-3A1D-4361-B71F-4C9648F2918E}
EndGlobalSection
EndGlobal

0 comments on commit fbb8e18

Please sign in to comment.