Skip to content

Commit

Permalink
添加 VTuberMusic Next 项目及相关配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Dishone committed Sep 4, 2024
1 parent dd1376b commit 5f4461f
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# VTuberMusic Next

VTuberMusic Next Framework
29 changes: 29 additions & 0 deletions VTuberMusic.Next.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,39 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "6.WebApi", "6.WebApi", "{E5
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.Aspire", "1.Aspire", "{6BAF007B-8198-4B92-9A2A-375C5E039E46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VTuberMusic.Next.Core", "src\Shared\VTuberMusic.Next.Core\VTuberMusic.Next.Core.csproj", "{E62BFD89-8524-40D7-9CD6-2D5D696030C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VTuberMusic.Next.Entity", "src\Entity\VTuberMusic.Next.Entity\VTuberMusic.Next.Entity.csproj", "{AFF91F49-2EBB-44B0-8C30-C0685F35C736}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VTuberMusic.Migration.Tool", "src\Tool\VTuberMusic.Migration.Tool\VTuberMusic.Migration.Tool.csproj", "{0927312D-9450-4ECD-85CC-22053571FBFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E62BFD89-8524-40D7-9CD6-2D5D696030C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E62BFD89-8524-40D7-9CD6-2D5D696030C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E62BFD89-8524-40D7-9CD6-2D5D696030C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E62BFD89-8524-40D7-9CD6-2D5D696030C1}.Release|Any CPU.Build.0 = Release|Any CPU
{AFF91F49-2EBB-44B0-8C30-C0685F35C736}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFF91F49-2EBB-44B0-8C30-C0685F35C736}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFF91F49-2EBB-44B0-8C30-C0685F35C736}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFF91F49-2EBB-44B0-8C30-C0685F35C736}.Release|Any CPU.Build.0 = Release|Any CPU
{0927312D-9450-4ECD-85CC-22053571FBFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0927312D-9450-4ECD-85CC-22053571FBFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0927312D-9450-4ECD-85CC-22053571FBFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0927312D-9450-4ECD-85CC-22053571FBFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E62BFD89-8524-40D7-9CD6-2D5D696030C1} = {A152D569-3CD3-47A6-9FD8-EEFD5C66BEAC}
{AFF91F49-2EBB-44B0-8C30-C0685F35C736} = {68F2D130-55E6-4798-9CAE-DD4F4572CB94}
{0927312D-9450-4ECD-85CC-22053571FBFF} = {C20919B0-9C4B-4CA9-A0FD-BB5A42942EB5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DEE8C6D-4A6F-481B-8B00-01CF12ECF9A8}
EndGlobalSection
Expand Down
7 changes: 7 additions & 0 deletions src/Entity/VTuberMusic.Next.Entity/Class1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace VTuberMusic.Next.Entity
{
public class Class1
{

}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

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

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace VTuberMusic.Next.Core
{
public class ServiceCollectionExtensions
{

}
}
16 changes: 16 additions & 0 deletions src/Shared/VTuberMusic.Next.Core/VTuberMusic.Next.Core.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

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

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />

<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />

</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions src/Tool/VTuberMusic.Migration.Tool/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

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

</Project>

0 comments on commit 5f4461f

Please sign in to comment.