Skip to content

Commit

Permalink
Collapsed projects into one.
Browse files Browse the repository at this point in the history
No benefit in separate projects and Nuget packges at this stage.
  • Loading branch information
DanielLarsenNZ committed Aug 11, 2019
1 parent b0ad526 commit 1e27e54
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 56 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ See tests and `SpotifyApi.NetCore.Samples` for more usage examples.

> There is a working demo using the sample project here: <https://spotifyaspnetcore.z5.web.core.windows.net/>
## In this repo

| Path | Remarks |
| ---- | ------- |
| `src/SpotifyApi.NetCore` | SpotifyApi.NetCore project |
| `src/SpotifyApi.NetCore.Tests` | Tests |

## Spotify Web API Coverage

| Spotify API | Endpoints | Implemented | % | |
Expand Down
2 changes: 0 additions & 2 deletions src/SpotifyApi.NetCore.Authorization/AssemblyInfo.cs

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions src/SpotifyApi.NetCore.Core/SpotifyApi.NetCore.Core.csproj

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SpotifyApi.NetCore.Authorization\SpotifyApi.NetCore.Authorization.csproj" />
<ProjectReference Include="..\SpotifyApi.NetCore\SpotifyApi.NetCore.csproj" />
</ItemGroup>

Expand Down
12 changes: 0 additions & 12 deletions src/SpotifyApi.NetCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpotifyApi.NetCore", "Spoti
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpotifyApi.NetCore.Tests", "SpotifyApi.NetCore.Tests\SpotifyApi.NetCore.Tests.csproj", "{86644469-0957-4363-A185-32E6ADEB0C3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpotifyApi.NetCore.Authorization", "SpotifyApi.NetCore.Authorization\SpotifyApi.NetCore.Authorization.csproj", "{D2E70BD3-DAAC-4CBE-878C-616D98917131}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpotifyApi.NetCore.Core", "SpotifyApi.NetCore.Core\SpotifyApi.NetCore.Core.csproj", "{46A62F5C-7512-42D9-AB3A-A4158B6713AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -25,14 +21,6 @@ Global
{86644469-0957-4363-A185-32E6ADEB0C3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86644469-0957-4363-A185-32E6ADEB0C3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86644469-0957-4363-A185-32E6ADEB0C3E}.Release|Any CPU.Build.0 = Release|Any CPU
{D2E70BD3-DAAC-4CBE-878C-616D98917131}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2E70BD3-DAAC-4CBE-878C-616D98917131}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2E70BD3-DAAC-4CBE-878C-616D98917131}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2E70BD3-DAAC-4CBE-878C-616D98917131}.Release|Any CPU.Build.0 = Release|Any CPU
{46A62F5C-7512-42D9-AB3A-A4158B6713AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46A62F5C-7512-42D9-AB3A-A4158B6713AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46A62F5C-7512-42D9-AB3A-A4158B6713AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46A62F5C-7512-42D9-AB3A-A4158B6713AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions src/SpotifyApi.NetCore/SpotifyApi.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,4 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SpotifyApi.NetCore.Core\SpotifyApi.NetCore.Core.csproj" />
</ItemGroup>
</Project>

0 comments on commit 1e27e54

Please sign in to comment.