-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSoundCloudExplode.sln
45 lines (45 loc) · 2.45 KB
/
SoundCloudExplode.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoundCloudExplode", "SoundCloudExplode\SoundCloudExplode.csproj", "{D9799DD8-50C5-424A-B61B-6CDE83498A19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F5CE41D6-01C6-468E-898A-B377F6EEB443}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
favicon.ico = favicon.ico
favicon.png = favicon.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SoundCloudExplode.Demo.Cli", "SoundCloudExplode.Demo.Cli\SoundCloudExplode.Demo.Cli.csproj", "{203F9069-DADA-4B1E-86C6-0BFC6FF1190C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoundCloudExplode.Tests", "SoundCloudExplode.Tests\SoundCloudExplode.Tests.csproj", "{D1B722C7-6506-411B-A757-7C6073D114A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9799DD8-50C5-424A-B61B-6CDE83498A19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9799DD8-50C5-424A-B61B-6CDE83498A19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9799DD8-50C5-424A-B61B-6CDE83498A19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9799DD8-50C5-424A-B61B-6CDE83498A19}.Release|Any CPU.Build.0 = Release|Any CPU
{203F9069-DADA-4B1E-86C6-0BFC6FF1190C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{203F9069-DADA-4B1E-86C6-0BFC6FF1190C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{203F9069-DADA-4B1E-86C6-0BFC6FF1190C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{203F9069-DADA-4B1E-86C6-0BFC6FF1190C}.Release|Any CPU.Build.0 = Release|Any CPU
{D1B722C7-6506-411B-A757-7C6073D114A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1B722C7-6506-411B-A757-7C6073D114A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1B722C7-6506-411B-A757-7C6073D114A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1B722C7-6506-411B-A757-7C6073D114A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {335EC7F6-0B0E-4FB0-93CB-F132ECCEE775}
EndGlobalSection
EndGlobal