Move sections to own namespace

This commit is contained in:
Dean Herbert
2017-07-13 13:53:45 +09:00
parent c02a85bc4a
commit c7a13740f9
9 changed files with 15 additions and 15 deletions

View File

@ -99,14 +99,14 @@
<Compile Include="Overlays\Settings\SettingsHeader.cs" />
<Compile Include="Overlays\Settings\Sections\Audio\MainMenuSettings.cs" />
<Compile Include="Overlays\Toolbar\ToolbarChatButton.cs" />
<Compile Include="Overlays\Profile\AboutSection.cs" />
<Compile Include="Overlays\Profile\BeatmapsSection.cs" />
<Compile Include="Overlays\Profile\HistoricalSection.cs" />
<Compile Include="Overlays\Profile\KudosuSection.cs" />
<Compile Include="Overlays\Profile\MedalsSection.cs" />
<Compile Include="Overlays\Profile\Sections\AboutSection.cs" />
<Compile Include="Overlays\Profile\Sections\BeatmapsSection.cs" />
<Compile Include="Overlays\Profile\Sections\HistoricalSection.cs" />
<Compile Include="Overlays\Profile\Sections\KudosuSection.cs" />
<Compile Include="Overlays\Profile\Sections\MedalsSection.cs" />
<Compile Include="Overlays\Profile\RankChart.cs" />
<Compile Include="Overlays\Profile\RanksSection.cs" />
<Compile Include="Overlays\Profile\RecentSection.cs" />
<Compile Include="Overlays\Profile\Sections\RanksSection.cs" />
<Compile Include="Overlays\Profile\Sections\RecentSection.cs" />
<Compile Include="Users\UserCoverBackground.cs" />
<Compile Include="Overlays\UserProfileOverlay.cs" />
<Compile Include="Overlays\Profile\ProfileHeader.cs" />