Skip to content

Commit

Permalink
Refactor the directory and remove unnecessary parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dishone committed Aug 29, 2024
1 parent 877cb95 commit dd1376b
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 141 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing to VTuberMusic

Thank you for your interest in contributing to VTuberMusic! We're excited to collaborate with you and see how together we can improve and evolve this sample application.
Empty file added README.md
Empty file.
24 changes: 13 additions & 11 deletions VTuberMusic.Next.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35219.272
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VTuberMusic.Next", "VTuberMusic.Next\VTuberMusic.Next.csproj", "{0FED7285-54D0-42FE-B43C-6FE6E052B16B}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0.Solution Item", "0.Solution Item", "{76390873-485F-4FAE-B397-8EEA387FF6A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2.Shared", "2.Shared", "{A152D569-3CD3-47A6-9FD8-EEFD5C66BEAC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3.Entity", "3.Entity", "{68F2D130-55E6-4798-9CAE-DD4F4572CB94}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "4.Tool", "4.Tool", "{C20919B0-9C4B-4CA9-A0FD-BB5A42942EB5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "5.Service", "5.Service", "{7F97832C-023D-4311-8DD4-5E7E8EC3E0F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "6.WebApi", "6.WebApi", "{E5FD2627-413C-44E1-A9E8-D98C07BC6B85}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.Aspire", "1.Aspire", "{6BAF007B-8198-4B92-9A2A-375C5E039E46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FED7285-54D0-42FE-B43C-6FE6E052B16B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FED7285-54D0-42FE-B43C-6FE6E052B16B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FED7285-54D0-42FE-B43C-6FE6E052B16B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FED7285-54D0-42FE-B43C-6FE6E052B16B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
Expand Down
33 changes: 0 additions & 33 deletions VTuberMusic.Next/Controllers/WeatherForecastController.cs

This file was deleted.

23 changes: 0 additions & 23 deletions VTuberMusic.Next/Program.cs

This file was deleted.

31 changes: 0 additions & 31 deletions VTuberMusic.Next/Properties/launchSettings.json

This file was deleted.

13 changes: 0 additions & 13 deletions VTuberMusic.Next/VTuberMusic.Next.csproj

This file was deleted.

13 changes: 0 additions & 13 deletions VTuberMusic.Next/WeatherForecast.cs

This file was deleted.

8 changes: 0 additions & 8 deletions VTuberMusic.Next/appsettings.Development.json

This file was deleted.

9 changes: 0 additions & 9 deletions VTuberMusic.Next/appsettings.json

This file was deleted.

0 comments on commit dd1376b

Please sign in to comment.