Skip to content

Commit

Permalink
[Chore] 调整项目结构。
Browse files Browse the repository at this point in the history
  • Loading branch information
zhh135 committed Jun 25, 2024
1 parent f67ebd6 commit 48eaec7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions HyPlayer.App.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33808.371
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{927339DD-BB50-4F1F-8D59-EC1742822C28}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libs", "Libs", "{927339DD-BB50-4F1F-8D59-EC1742822C28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App", "src\HyPlayer.App\App.csproj", "{BF29D788-1F10-4325-9E48-A580EF8063AD}"
EndProject
Expand All @@ -15,7 +15,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HyPlayer.NeteaseApi", "..\H
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{35251F00-7CAB-427C-890B-D82297F82696}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{754EBB51-AC1E-470B-916C-B23D939D207E}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{754EBB51-AC1E-470B-916C-B23D939D207E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Expand All @@ -39,6 +39,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{3E0E180F-FA9
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HyPlayer.PlayCore.Abstraction", "refs\HyPlayer.PlayCore\HyPlayer.PlayCore.Abstraction\HyPlayer.PlayCore.Abstraction.csproj", "{B69F1748-0041-4BFB-928E-FB215C8E227F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platform", "Platform", "{09152B7A-3B26-4ECA-B798-7FA5346CEE7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -168,13 +170,15 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BF29D788-1F10-4325-9E48-A580EF8063AD} = {35251F00-7CAB-427C-890B-D82297F82696}
{927339DD-BB50-4F1F-8D59-EC1742822C28} = {35251F00-7CAB-427C-890B-D82297F82696}
{BF29D788-1F10-4325-9E48-A580EF8063AD} = {09152B7A-3B26-4ECA-B798-7FA5346CEE7C}
{10FA9F1A-082C-47BB-AAF9-8847A69CE4B9} = {927339DD-BB50-4F1F-8D59-EC1742822C28}
{AEDD7FA1-A865-45C6-8A7A-9AEF03031A77} = {927339DD-BB50-4F1F-8D59-EC1742822C28}
{64A86F19-1868-49CE-B1B2-D71A9911130C} = {927339DD-BB50-4F1F-8D59-EC1742822C28}
{8BA0CEFC-0100-4149-B117-99BDD044655E} = {754EBB51-AC1E-470B-916C-B23D939D207E}
{3E0E180F-FA9A-4AF1-A46C-B9B0E88277EB} = {754EBB51-AC1E-470B-916C-B23D939D207E}
{B69F1748-0041-4BFB-928E-FB215C8E227F} = {927339DD-BB50-4F1F-8D59-EC1742822C28}
{09152B7A-3B26-4ECA-B798-7FA5346CEE7C} = {35251F00-7CAB-427C-890B-D82297F82696}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {945313F6-7D3E-4659-92CA-8FCD1373E542}
Expand Down

0 comments on commit 48eaec7

Please sign in to comment.