-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RoseGarden.sln
37 lines (37 loc) · 2.08 KB
/
RoseGarden.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoseGarden", "src\RoseGarden\RoseGarden.csproj", "{F4BFB175-973B-405D-A973-3E640D8C06F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoseGardenTests", "src\RoseGardenTests\RoseGardenTests.csproj", "{2BE22639-4B8E-4430-8981-5990071D6D6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtractAudioFilenames", "src\ExtractAudioFilenames\ExtractAudioFilenames.csproj", "{BD6888B2-294D-43F8-A933-F55CC14AF5FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4BFB175-973B-405D-A973-3E640D8C06F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4BFB175-973B-405D-A973-3E640D8C06F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4BFB175-973B-405D-A973-3E640D8C06F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4BFB175-973B-405D-A973-3E640D8C06F1}.Release|Any CPU.Build.0 = Release|Any CPU
{2BE22639-4B8E-4430-8981-5990071D6D6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BE22639-4B8E-4430-8981-5990071D6D6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BE22639-4B8E-4430-8981-5990071D6D6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BE22639-4B8E-4430-8981-5990071D6D6A}.Release|Any CPU.Build.0 = Release|Any CPU
{BD6888B2-294D-43F8-A933-F55CC14AF5FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD6888B2-294D-43F8-A933-F55CC14AF5FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD6888B2-294D-43F8-A933-F55CC14AF5FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD6888B2-294D-43F8-A933-F55CC14AF5FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8516F282-16C4-4B78-B106-E490E9C85409}
EndGlobalSection
EndGlobal