This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathAcapellaDownloader.sln
31 lines (31 loc) · 1.57 KB
/
AcapellaDownloader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AcapellaDownloader", "AcapellaDownloader\AcapellaDownloader.csproj", "{B3CC2F18-3283-450C-B82B-6AE19B3E9A25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{85D9EF6E-31AD-464F-A4FD-64BF84955293}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3CC2F18-3283-450C-B82B-6AE19B3E9A25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3CC2F18-3283-450C-B82B-6AE19B3E9A25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3CC2F18-3283-450C-B82B-6AE19B3E9A25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3CC2F18-3283-450C-B82B-6AE19B3E9A25}.Release|Any CPU.Build.0 = Release|Any CPU
{85D9EF6E-31AD-464F-A4FD-64BF84955293}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85D9EF6E-31AD-464F-A4FD-64BF84955293}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85D9EF6E-31AD-464F-A4FD-64BF84955293}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85D9EF6E-31AD-464F-A4FD-64BF84955293}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89A67DDB-7AA5-47C9-8FD9-D508CF2AF99B}
EndGlobalSection
EndGlobal