浏览代码

Change folder names

master
nemanja.grkovic 3 年前
父节点
当前提交
4d15471a19
共有 53 个文件被更改,包括 2 次插入19 次删除
  1. 0
    8
      AuthService/AuthService.csproj
  2. 0
    9
      AuthService/Class1.cs
  3. 1
    1
      IdentityProvider/IdentityProvider.csproj
  4. 0
    0
      NemAnBlazor/App.razor
  5. 0
    0
      NemAnBlazor/NemAnBlazor.csproj
  6. 0
    0
      NemAnBlazor/Pages/Callback.razor
  7. 0
    0
      NemAnBlazor/Pages/FetchData.razor
  8. 0
    0
      NemAnBlazor/Pages/Home.razor
  9. 0
    0
      NemAnBlazor/Pages/Login.razor
  10. 0
    0
      NemAnBlazor/Pages/LoginRedirect.razor
  11. 0
    0
      NemAnBlazor/Program.cs
  12. 0
    0
      NemAnBlazor/Properties/launchSettings.json
  13. 0
    0
      NemAnBlazor/Services/AuthClientService.cs
  14. 0
    0
      NemAnBlazor/Services/IdentityClientService.cs
  15. 0
    0
      NemAnBlazor/Services/Interfaces/IAuthClientService.cs
  16. 0
    0
      NemAnBlazor/Services/Interfaces/IIdentityClientService.cs
  17. 0
    0
      NemAnBlazor/Services/Interfaces/IStatsClientService.cs
  18. 0
    0
      NemAnBlazor/Services/Interfaces/ITrackClientService.cs
  19. 0
    0
      NemAnBlazor/Services/StatsClientService.cs
  20. 0
    0
      NemAnBlazor/Services/TrackClientService.cs
  21. 0
    0
      NemAnBlazor/Shared/MainLayout.razor
  22. 0
    0
      NemAnBlazor/Shared/MainLayout.razor.css
  23. 0
    0
      NemAnBlazor/Shared/NavMenu.razor
  24. 0
    0
      NemAnBlazor/Shared/NavMenu.razor.css
  25. 0
    0
      NemAnBlazor/Shared/SurveyPrompt.razor
  26. 0
    0
      NemAnBlazor/_Imports.razor
  27. 0
    0
      NemAnBlazor/wwwroot/css/app.css
  28. 0
    0
      NemAnBlazor/wwwroot/css/bootstrap/bootstrap.min.css
  29. 0
    0
      NemAnBlazor/wwwroot/css/bootstrap/bootstrap.min.css.map
  30. 0
    0
      NemAnBlazor/wwwroot/css/open-iconic/FONT-LICENSE
  31. 0
    0
      NemAnBlazor/wwwroot/css/open-iconic/ICON-LICENSE
  32. 0
    0
      NemAnBlazor/wwwroot/css/open-iconic/README.md
  33. 0
    0
      NemAnBlazor/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
  34. 0
    0
      NemAnBlazor/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
  35. 0
    0
      NemAnBlazor/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
  36. 0
    0
      NemAnBlazor/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
  37. 0
    0
      NemAnBlazor/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
  38. 0
    0
      NemAnBlazor/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
  39. 0
    0
      NemAnBlazor/wwwroot/favicon.ico
  40. 0
    0
      NemAnBlazor/wwwroot/icon-192.png
  41. 0
    0
      NemAnBlazor/wwwroot/index.html
  42. 0
    0
      NemAnBlazor/wwwroot/sample-data/weather.json
  43. 0
    0
      SpotifyService/GLOBALS.cs
  44. 0
    0
      SpotifyService/HttpUtils/HttpUtils.cs
  45. 0
    0
      SpotifyService/Program.cs
  46. 0
    0
      SpotifyService/Properties/launchSettings.json
  47. 0
    0
      SpotifyService/Services/AuthService.cs
  48. 0
    0
      SpotifyService/Services/StatsService.cs
  49. 0
    0
      SpotifyService/Services/TrackService.cs
  50. 0
    0
      SpotifyService/SpotifyService.csproj
  51. 0
    0
      SpotifyService/appsettings.Development.json
  52. 0
    0
      SpotifyService/appsettings.json
  53. 1
    1
      SpotifyWorker/SpotifyWorker.csproj

+ 0
- 8
AuthService/AuthService.csproj 查看文件

@@ -1,8 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>

+ 0
- 9
AuthService/Class1.cs 查看文件

@@ -1,9 +0,0 @@
using System;

namespace AuthService
{
public class Class1
{

}
}

+ 1
- 1
IdentityProvider/IdentityProvider.csproj 查看文件

@@ -21,7 +21,7 @@

<ItemGroup>
<ProjectReference Include="..\GrpcShared\GrpcShared.csproj" />
<ProjectReference Include="..\NemAnCore\NemAnBlazor.csproj" />
<ProjectReference Include="..\NemAnBlazor\NemAnBlazor.csproj" />
</ItemGroup>

</Project>

NemAnCore/App.razor → NemAnBlazor/App.razor 查看文件


NemAnCore/NemAnBlazor.csproj → NemAnBlazor/NemAnBlazor.csproj 查看文件


NemAnCore/Pages/Callback.razor → NemAnBlazor/Pages/Callback.razor 查看文件


NemAnCore/Pages/FetchData.razor → NemAnBlazor/Pages/FetchData.razor 查看文件


NemAnCore/Pages/Home.razor → NemAnBlazor/Pages/Home.razor 查看文件


NemAnCore/Pages/Login.razor → NemAnBlazor/Pages/Login.razor 查看文件


NemAnCore/Pages/LoginRedirect.razor → NemAnBlazor/Pages/LoginRedirect.razor 查看文件


NemAnCore/Program.cs → NemAnBlazor/Program.cs 查看文件


NemAnCore/Properties/launchSettings.json → NemAnBlazor/Properties/launchSettings.json 查看文件


NemAnCore/Services/AuthClientService.cs → NemAnBlazor/Services/AuthClientService.cs 查看文件


NemAnCore/Services/IdentityClientService.cs → NemAnBlazor/Services/IdentityClientService.cs 查看文件


NemAnCore/Services/Interfaces/IAuthClientService.cs → NemAnBlazor/Services/Interfaces/IAuthClientService.cs 查看文件


NemAnCore/Services/Interfaces/IIdentityClientService.cs → NemAnBlazor/Services/Interfaces/IIdentityClientService.cs 查看文件


NemAnCore/Services/Interfaces/IStatsClientService.cs → NemAnBlazor/Services/Interfaces/IStatsClientService.cs 查看文件


NemAnCore/Services/Interfaces/ITrackClientService.cs → NemAnBlazor/Services/Interfaces/ITrackClientService.cs 查看文件


NemAnCore/Services/StatsClientService.cs → NemAnBlazor/Services/StatsClientService.cs 查看文件


NemAnCore/Services/TrackClientService.cs → NemAnBlazor/Services/TrackClientService.cs 查看文件


NemAnCore/Shared/MainLayout.razor → NemAnBlazor/Shared/MainLayout.razor 查看文件


NemAnCore/Shared/MainLayout.razor.css → NemAnBlazor/Shared/MainLayout.razor.css 查看文件


NemAnCore/Shared/NavMenu.razor → NemAnBlazor/Shared/NavMenu.razor 查看文件


NemAnCore/Shared/NavMenu.razor.css → NemAnBlazor/Shared/NavMenu.razor.css 查看文件


NemAnCore/Shared/SurveyPrompt.razor → NemAnBlazor/Shared/SurveyPrompt.razor 查看文件


NemAnCore/_Imports.razor → NemAnBlazor/_Imports.razor 查看文件


NemAnCore/wwwroot/css/app.css → NemAnBlazor/wwwroot/css/app.css 查看文件


NemAnCore/wwwroot/css/bootstrap/bootstrap.min.css → NemAnBlazor/wwwroot/css/bootstrap/bootstrap.min.css 查看文件


NemAnCore/wwwroot/css/bootstrap/bootstrap.min.css.map → NemAnBlazor/wwwroot/css/bootstrap/bootstrap.min.css.map 查看文件


NemAnCore/wwwroot/css/open-iconic/FONT-LICENSE → NemAnBlazor/wwwroot/css/open-iconic/FONT-LICENSE 查看文件


NemAnCore/wwwroot/css/open-iconic/ICON-LICENSE → NemAnBlazor/wwwroot/css/open-iconic/ICON-LICENSE 查看文件


NemAnCore/wwwroot/css/open-iconic/README.md → NemAnBlazor/wwwroot/css/open-iconic/README.md 查看文件


NemAnCore/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css → NemAnBlazor/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css 查看文件


NemAnCore/wwwroot/css/open-iconic/font/fonts/open-iconic.eot → NemAnBlazor/wwwroot/css/open-iconic/font/fonts/open-iconic.eot 查看文件


NemAnCore/wwwroot/css/open-iconic/font/fonts/open-iconic.otf → NemAnBlazor/wwwroot/css/open-iconic/font/fonts/open-iconic.otf 查看文件


NemAnCore/wwwroot/css/open-iconic/font/fonts/open-iconic.svg → NemAnBlazor/wwwroot/css/open-iconic/font/fonts/open-iconic.svg 查看文件


NemAnCore/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf → NemAnBlazor/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf 查看文件


NemAnCore/wwwroot/css/open-iconic/font/fonts/open-iconic.woff → NemAnBlazor/wwwroot/css/open-iconic/font/fonts/open-iconic.woff 查看文件


NemAnCore/wwwroot/favicon.ico → NemAnBlazor/wwwroot/favicon.ico 查看文件


NemAnCore/wwwroot/icon-192.png → NemAnBlazor/wwwroot/icon-192.png 查看文件


NemAnCore/wwwroot/index.html → NemAnBlazor/wwwroot/index.html 查看文件


NemAnCore/wwwroot/sample-data/weather.json → NemAnBlazor/wwwroot/sample-data/weather.json 查看文件


gRPCServer/GLOBALS.cs → SpotifyService/GLOBALS.cs 查看文件


gRPCServer/HttpUtils/HttpUtils.cs → SpotifyService/HttpUtils/HttpUtils.cs 查看文件


gRPCServer/Program.cs → SpotifyService/Program.cs 查看文件


gRPCServer/Properties/launchSettings.json → SpotifyService/Properties/launchSettings.json 查看文件


gRPCServer/Services/AuthService.cs → SpotifyService/Services/AuthService.cs 查看文件


gRPCServer/Services/StatsService.cs → SpotifyService/Services/StatsService.cs 查看文件


gRPCServer/Services/TrackService.cs → SpotifyService/Services/TrackService.cs 查看文件


gRPCServer/SpotifyService.csproj → SpotifyService/SpotifyService.csproj 查看文件


gRPCServer/appsettings.Development.json → SpotifyService/appsettings.Development.json 查看文件


gRPCServer/appsettings.json → SpotifyService/appsettings.json 查看文件


+ 1
- 1
SpotifyWorker/SpotifyWorker.csproj 查看文件

@@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\gRPCServer\SpotifyService.csproj" />
<ProjectReference Include="..\SpotifyService\SpotifyService.csproj" />
<ProjectReference Include="..\IdentityProvider\IdentityProvider.csproj" />
</ItemGroup>
</Project>

正在加载...
取消
保存