Skip to content

Commit

Permalink
[Chore] 调整命名空间。
Browse files Browse the repository at this point in the history
  • Loading branch information
zhh135 committed Jul 27, 2024
1 parent 5b89731 commit 1e4a25e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HyPlayer.App.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 17.7.33808.371
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NeteaseProvider", "NeteaseProvider", "{927339DD-BB50-4F1F-8D59-EC1742822C28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App", "src\HyPlayer.App\App.csproj", "{BF29D788-1F10-4325-9E48-A580EF8063AD}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HyPlayer.App", "src\HyPlayer.App\HyPlayer.App.csproj", "{BF29D788-1F10-4325-9E48-A580EF8063AD}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "HyPlayer.Package", "src\HyPlayer.Package\HyPlayer.Package.wapproj", "{07470380-3B29-4B67-A63D-F12BFE9286F1}"
EndProject
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/HyPlayer.Package/HyPlayer.Package.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<DefaultLanguage>zh-CN</DefaultLanguage>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<NoWarn>$(NoWarn);NU1702</NoWarn>
<EntryPointProjectUniqueName>..\HyPlayer.App\App.csproj</EntryPointProjectUniqueName>
<EntryPointProjectUniqueName>..\HyPlayer.App\HyPlayer.App.csproj</EntryPointProjectUniqueName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
<OutputPath>bin\ARM\Debug\</OutputPath>
Expand Down Expand Up @@ -100,7 +100,7 @@
</AppxManifest>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HyPlayer.App\App.csproj" />
<ProjectReference Include="..\HyPlayer.App\HyPlayer.App.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Images\BackgroundImage.png" />
Expand Down

0 comments on commit 1e4a25e

Please sign in to comment.