-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathWindowsAudioSession.sln
57 lines (57 loc) · 2.97 KB
/
WindowsAudioSession.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
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsAudioSessionSample", "WindowsAudioSession\WindowsAudioSessionSample.csproj", "{0C65E34F-FCFA-479B-AB05-AB5CE34B2CA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFUtilities", "WPFUtilities\WPFUtilities.csproj", "{C9664583-0898-4FED-A1A3-D6BEB7F61036}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{894D20A8-B3F5-4106-9054-C6632770FBCE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{BC20D436-EE21-4703-AE47-41C9E64ACC1E}"
ProjectSection(SolutionItems) = preProject
Doc\command.drawio.svg = Doc\command.drawio.svg
Doc\components1.drawio.svg = Doc\components1.drawio.svg
Doc\controleur.drawio.svg = Doc\controleur.drawio.svg
Doc\mvvm.drawio.svg = Doc\mvvm.drawio.svg
Doc\notes.txt = Doc\notes.txt
Doc\windows-audio-session-sample3.gif = Doc\windows-audio-session-sample3.gif
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WASApiBassNet", "WASApiBassNet\WASApiBassNet.csproj", "{501BABF3-A832-4A3B-9D81-45AFB9153E9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C65E34F-FCFA-479B-AB05-AB5CE34B2CA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C65E34F-FCFA-479B-AB05-AB5CE34B2CA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C65E34F-FCFA-479B-AB05-AB5CE34B2CA4}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{0C65E34F-FCFA-479B-AB05-AB5CE34B2CA4}.Release|Any CPU.Build.0 = Debug|Any CPU
{C9664583-0898-4FED-A1A3-D6BEB7F61036}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9664583-0898-4FED-A1A3-D6BEB7F61036}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9664583-0898-4FED-A1A3-D6BEB7F61036}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{C9664583-0898-4FED-A1A3-D6BEB7F61036}.Release|Any CPU.Build.0 = Debug|Any CPU
{501BABF3-A832-4A3B-9D81-45AFB9153E9F}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{501BABF3-A832-4A3B-9D81-45AFB9153E9F}.Debug|Any CPU.Build.0 = Release|Any CPU
{501BABF3-A832-4A3B-9D81-45AFB9153E9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{501BABF3-A832-4A3B-9D81-45AFB9153E9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BC20D436-EE21-4703-AE47-41C9E64ACC1E} = {894D20A8-B3F5-4106-9054-C6632770FBCE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C32B7050-47CC-489F-9E0C-C7C3470CD3CD}
EndGlobalSection
EndGlobal