Skip to content

Commit 80b18bb

Browse files
committed
Solution now includes AudioSwitcher.AudioApi and AudioSwitcher.AudioApi.CoreAudio projects directly. Currently these have to come from the "sypwn" branch on my fork. Waiting on xenolightning/AudioSwitcher#70 and xenolightning/AudioSwitcher#71
1 parent 63eae41 commit 80b18bb

File tree

2 files changed

+15
-22
lines changed

2 files changed

+15
-22
lines changed

WinAudioAssistant.sln

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
.gitignore = .gitignore
1111
EndProjectSection
1212
EndProject
13+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudioSwitcher.AudioApi.CoreAudio", "..\AudioSwitcher\AudioSwitcher.AudioApi.CoreAudio\AudioSwitcher.AudioApi.CoreAudio.csproj", "{CB5C5983-12C1-4667-A16A-AF143990D756}"
14+
EndProject
15+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudioSwitcher.AudioApi", "..\AudioSwitcher\AudioSwitcher.AudioApi\AudioSwitcher.AudioApi.csproj", "{80009365-640A-4BD5-B4A2-E7CAB39D5715}"
16+
EndProject
1317
Global
1418
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1519
Debug|Any CPU = Debug|Any CPU
@@ -20,6 +24,14 @@ Global
2024
{51BA8443-49DA-4319-9091-10C5146E3994}.Debug|Any CPU.Build.0 = Debug|Any CPU
2125
{51BA8443-49DA-4319-9091-10C5146E3994}.Release|Any CPU.ActiveCfg = Release|Any CPU
2226
{51BA8443-49DA-4319-9091-10C5146E3994}.Release|Any CPU.Build.0 = Release|Any CPU
27+
{CB5C5983-12C1-4667-A16A-AF143990D756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
28+
{CB5C5983-12C1-4667-A16A-AF143990D756}.Debug|Any CPU.Build.0 = Debug|Any CPU
29+
{CB5C5983-12C1-4667-A16A-AF143990D756}.Release|Any CPU.ActiveCfg = Release|Any CPU
30+
{CB5C5983-12C1-4667-A16A-AF143990D756}.Release|Any CPU.Build.0 = Release|Any CPU
31+
{80009365-640A-4BD5-B4A2-E7CAB39D5715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32+
{80009365-640A-4BD5-B4A2-E7CAB39D5715}.Debug|Any CPU.Build.0 = Debug|Any CPU
33+
{80009365-640A-4BD5-B4A2-E7CAB39D5715}.Release|Any CPU.ActiveCfg = Release|Any CPU
34+
{80009365-640A-4BD5-B4A2-E7CAB39D5715}.Release|Any CPU.Build.0 = Release|Any CPU
2335
EndGlobalSection
2436
GlobalSection(SolutionProperties) = preSolution
2537
HideSolutionNode = FALSE

WinAudioAssistant/WinAudioAssistant.csproj

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,9 @@
2020
<PackageReference Include="System.Reactive" Version="6.0.0" />
2121
</ItemGroup>
2222

23-
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
24-
<Reference Include="AudioSwitcher.AudioApi">
25-
<HintPath>.\Libs\Debug\AudioSwitcher.AudioApi.dll</HintPath>
26-
</Reference>
27-
</ItemGroup>
28-
29-
<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
30-
<Reference Include="AudioSwitcher.AudioApi">
31-
<HintPath>.\Libs\Release\AudioSwitcher.AudioApi.dll</HintPath>
32-
</Reference>
33-
</ItemGroup>
34-
35-
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
36-
<Reference Include="AudioSwitcher.AudioApi.CoreAudio">
37-
<HintPath>.\Libs\Debug\AudioSwitcher.AudioApi.CoreAudio.dll</HintPath>
38-
</Reference>
39-
</ItemGroup>
40-
41-
<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
42-
<Reference Include="AudioSwitcher.AudioApi.CoreAudio">
43-
<HintPath>.\Libs\Release\AudioSwitcher.AudioApi.CoreAudio.dll</HintPath>
44-
</Reference>
23+
<ItemGroup>
24+
<ProjectReference Include="..\..\AudioSwitcher\AudioSwitcher.AudioApi.CoreAudio\AudioSwitcher.AudioApi.CoreAudio.csproj" />
25+
<ProjectReference Include="..\..\AudioSwitcher\AudioSwitcher.AudioApi\AudioSwitcher.AudioApi.csproj" />
4526
</ItemGroup>
4627

4728
<ItemGroup>

0 commit comments

Comments
 (0)