-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWinamptoSpotifyWeb.sln
More file actions
48 lines (48 loc) · 3.03 KB
/
WinamptoSpotifyWeb.sln
File metadata and controls
48 lines (48 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11222.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinampToSpotifyWeb", "WinamptoSpotifyWeb\WinampToSpotifyWeb.csproj", "{9D060567-C15D-4F54-AA57-107CBDA14F85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinampToSpotifyWeb.Tests", "WinamptoSpotifyWeb.Tests\WinampToSpotifyWeb.Tests.csproj", "{FB64EB41-7441-4C2E-B0C3-13BC425DE923}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceDefaults", "ServiceDefaults\ServiceDefaults.csproj", "{F9A2BB23-537A-468D-88B4-B78D85116B0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppHost", "AppHost\AppHost.csproj", "{7CA775DE-A315-4509-BC13-4135525FBD23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTelemetryLib", "OpenTelemetry\OpenTelemetryLib.csproj", "{0C1D8A20-2108-4421-B3C2-5805C60EE7FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D060567-C15D-4F54-AA57-107CBDA14F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D060567-C15D-4F54-AA57-107CBDA14F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D060567-C15D-4F54-AA57-107CBDA14F85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D060567-C15D-4F54-AA57-107CBDA14F85}.Release|Any CPU.Build.0 = Release|Any CPU
{FB64EB41-7441-4C2E-B0C3-13BC425DE923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB64EB41-7441-4C2E-B0C3-13BC425DE923}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB64EB41-7441-4C2E-B0C3-13BC425DE923}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB64EB41-7441-4C2E-B0C3-13BC425DE923}.Release|Any CPU.Build.0 = Release|Any CPU
{F9A2BB23-537A-468D-88B4-B78D85116B0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9A2BB23-537A-468D-88B4-B78D85116B0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9A2BB23-537A-468D-88B4-B78D85116B0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9A2BB23-537A-468D-88B4-B78D85116B0D}.Release|Any CPU.Build.0 = Release|Any CPU
{7CA775DE-A315-4509-BC13-4135525FBD23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CA775DE-A315-4509-BC13-4135525FBD23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CA775DE-A315-4509-BC13-4135525FBD23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CA775DE-A315-4509-BC13-4135525FBD23}.Release|Any CPU.Build.0 = Release|Any CPU
{0C1D8A20-2108-4421-B3C2-5805C60EE7FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C1D8A20-2108-4421-B3C2-5805C60EE7FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C1D8A20-2108-4421-B3C2-5805C60EE7FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C1D8A20-2108-4421-B3C2-5805C60EE7FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A45ADE80-3B4F-4FF9-8839-49E9EA85A009}
EndGlobalSection
EndGlobal