forked from jmacato/Synfonia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSymphony.sln
43 lines (43 loc) · 2.56 KB
/
Symphony.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Symphony", "src\Symphony.csproj", "{750EBE3C-46BD-4379-94DF-FAAA629670AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpAudio.Codec", "SharpAudio\src\SharpAudio.Codec\SharpAudio.Codec.csproj", "{01CDDC12-47D1-4EDF-96A1-7B1EB0DA3179}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpAudio", "SharpAudio\src\SharpAudio\SharpAudio.csproj", "{F0F72846-459F-4D45-AE1A-B836198DF4D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpAudio.ALBinding", "SharpAudio\src\SharpAudio.ALBinding\SharpAudio.ALBinding.csproj", "{567BA33F-1203-42A2-82F4-54D1D8E5836C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{750EBE3C-46BD-4379-94DF-FAAA629670AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{750EBE3C-46BD-4379-94DF-FAAA629670AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{750EBE3C-46BD-4379-94DF-FAAA629670AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{750EBE3C-46BD-4379-94DF-FAAA629670AC}.Release|Any CPU.Build.0 = Release|Any CPU
{01CDDC12-47D1-4EDF-96A1-7B1EB0DA3179}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01CDDC12-47D1-4EDF-96A1-7B1EB0DA3179}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01CDDC12-47D1-4EDF-96A1-7B1EB0DA3179}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01CDDC12-47D1-4EDF-96A1-7B1EB0DA3179}.Release|Any CPU.Build.0 = Release|Any CPU
{F0F72846-459F-4D45-AE1A-B836198DF4D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0F72846-459F-4D45-AE1A-B836198DF4D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0F72846-459F-4D45-AE1A-B836198DF4D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0F72846-459F-4D45-AE1A-B836198DF4D2}.Release|Any CPU.Build.0 = Release|Any CPU
{567BA33F-1203-42A2-82F4-54D1D8E5836C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{567BA33F-1203-42A2-82F4-54D1D8E5836C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{567BA33F-1203-42A2-82F4-54D1D8E5836C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{567BA33F-1203-42A2-82F4-54D1D8E5836C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8670571-4F0C-42BB-9094-57769E6F3818}
EndGlobalSection
EndGlobal