Skip to content

Commit

Permalink
Merge pull request #1 from Backiaraj/grid
Browse files Browse the repository at this point in the history
Update the project
  • Loading branch information
rajendranr-5483 authored Jan 1, 2024
2 parents f7b22c4 + f3385a3 commit 335567f
Show file tree
Hide file tree
Showing 61 changed files with 632 additions and 1,408 deletions.
Binary file removed CustomADP/.vs/CustomADP/DesignTimeBuild/.dtbcache
Binary file not shown.
999 changes: 0 additions & 999 deletions CustomADP/.vs/CustomADP/config/applicationhost.config

This file was deleted.

Binary file removed CustomADP/.vs/CustomADP/v16/.suo
Binary file not shown.
Empty file.
Binary file not shown.
20 changes: 0 additions & 20 deletions CustomADP/CustomADP/CustomADP.csproj

This file was deleted.

6 changes: 0 additions & 6 deletions CustomADP/CustomADP/CustomADP.csproj.user

This file was deleted.

25 changes: 0 additions & 25 deletions CustomADP/CustomADP/Pages/_Host.cshtml

This file was deleted.

28 changes: 0 additions & 28 deletions CustomADP/CustomADP/Program.cs

This file was deleted.

15 changes: 0 additions & 15 deletions CustomADP/CustomADP/Shared/MainLayout.razor

This file was deleted.

27 changes: 0 additions & 27 deletions CustomADP/CustomADP/Shared/NavMenu.razor

This file was deleted.

63 changes: 0 additions & 63 deletions CustomADP/CustomADP/Startup.cs

This file was deleted.

9 changes: 0 additions & 9 deletions CustomADP/CustomADP/appsettings.Development.json

This file was deleted.

7 changes: 0 additions & 7 deletions CustomADP/CustomADP/wwwroot/css/bootstrap/bootstrap.min.css

This file was deleted.

This file was deleted.

150 changes: 0 additions & 150 deletions CustomADP/CustomADP/wwwroot/css/site.css

This file was deleted.

Binary file removed CustomADP/CustomADP/wwwroot/favicon.ico
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<Router AppAssembly="@typeof(Program).Assembly">
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
</Found>
<NotFound>
<PageTitle>Not found</PageTitle>
<LayoutView Layout="@typeof(MainLayout)">
<p>Sorry, there's nothing at this address.</p>
<p role="alert">Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>
</Router>
File renamed without changes.
19 changes: 19 additions & 0 deletions CustomAdaptorSample/CustomAdaptorSample.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

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

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.14" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.14">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Syncfusion.Blazor.Grid" Version="24.1.41" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="24.1.41" />
</ItemGroup>

</Project>
Loading

0 comments on commit 335567f

Please sign in to comment.