Skip to content

Commit

Permalink
Use Blazorx-Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed May 11, 2021
1 parent 2c1436f commit df0f28a
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 19,814 deletions.
7 changes: 1 addition & 6 deletions dotnet/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,4 @@ paket-files/
*.sln.iml

# Gui
src/EasyAbp.AbpHelper.Gui.Web/Logs/*
src/EasyAbp.AbpHelper.Gui.Web.Host/Logs/*
src/EasyAbp.AbpHelper.Gui.IdentityServer/Logs/*
src/EasyAbp.AbpHelper.Gui.HttpApi.Host/Logs/*
src/EasyAbp.AbpHelper.Gui.HttpApi.Host/Logs/*
src/EasyAbp.AbpHelper.Gui.DbMigrator/Logs/*
src/EasyAbp.AbpHelper.Gui.Blazor/Logs/*
7 changes: 0 additions & 7 deletions dotnet/EasyAbp.AbpHelper.Gui.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyAbp.AbpHelper.Gui.Appli
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyAbp.AbpHelper.Gui.Application.Tests", "test\EasyAbp.AbpHelper.Gui.Application.Tests\EasyAbp.AbpHelper.Gui.Application.Tests.csproj", "{2C603A1A-A8E9-4EC7-AC03-DCDFB8A9E3BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blazor.Analytics", "src\Blazor.Analytics\Blazor.Analytics.csproj", "{FA79DC73-A767-4B85-988C-229FF785A4B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -63,10 +61,6 @@ Global
{2C603A1A-A8E9-4EC7-AC03-DCDFB8A9E3BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C603A1A-A8E9-4EC7-AC03-DCDFB8A9E3BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C603A1A-A8E9-4EC7-AC03-DCDFB8A9E3BF}.Release|Any CPU.Build.0 = Release|Any CPU
{FA79DC73-A767-4B85-988C-229FF785A4B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA79DC73-A767-4B85-988C-229FF785A4B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA79DC73-A767-4B85-988C-229FF785A4B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA79DC73-A767-4B85-988C-229FF785A4B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -80,7 +74,6 @@ Global
{63B6D95A-C16E-475F-A871-1F97EA5A629C} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0}
{DF9F3996-3664-40E8-B6C0-1792AFD1BAE3} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0}
{2C603A1A-A8E9-4EC7-AC03-DCDFB8A9E3BF} = {04DBDB01-70F4-4E06-B468-8F87850B22BE}
{FA79DC73-A767-4B85-988C-229FF785A4B6} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28315BFD-90E7-4E14-A2EA-F3D23AF4126F}
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/Blazor.Analytics/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions dotnet/src/Blazor.Analytics/Abstractions/IAnalytics.cs

This file was deleted.

61 changes: 0 additions & 61 deletions dotnet/src/Blazor.Analytics/Blazor.Analytics.csproj

This file was deleted.

45 changes: 0 additions & 45 deletions dotnet/src/Blazor.Analytics/Components/NavigationTracker.razor

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions dotnet/src/Blazor.Analytics/tsconfig.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<Import Project="..\..\common.props" />

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand All @@ -13,14 +15,14 @@

<ItemGroup>
<!-- <PackageReference Include="Blazor-Analytics" Version="3.3.0" />-->
<PackageReference Include="Blazorx-Analytics" Version="1.0.0" />
<PackageReference Include="Blazorise.Bootstrap" Version="0.9.3.5" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="0.9.3.5" />
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Blazor.Analytics\Blazor.Analytics.csproj" />
<ProjectReference Include="..\EasyAbp.AbpHelper.Gui.Application\EasyAbp.AbpHelper.Gui.Application.csproj" />
<ProjectReference Include="..\EasyAbp.AbpHelper.Gui.HttpApi\EasyAbp.AbpHelper.Gui.HttpApi.csproj" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="$(AbpVersion)" />
Expand Down
Loading

0 comments on commit df0f28a

Please sign in to comment.