Skip to content

Commit

Permalink
Solution now includes AudioSwitcher.AudioApi and AudioSwitcher.AudioA…
Browse files Browse the repository at this point in the history
…pi.CoreAudio projects directly. Currently these have to come from the "sypwn" branch on my fork. Waiting on xenolightning/AudioSwitcher#70 and xenolightning/AudioSwitcher#71
  • Loading branch information
Sypwn committed Dec 1, 2023
1 parent 63eae41 commit 80b18bb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
12 changes: 12 additions & 0 deletions WinAudioAssistant.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudioSwitcher.AudioApi.CoreAudio", "..\AudioSwitcher\AudioSwitcher.AudioApi.CoreAudio\AudioSwitcher.AudioApi.CoreAudio.csproj", "{CB5C5983-12C1-4667-A16A-AF143990D756}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AudioSwitcher.AudioApi", "..\AudioSwitcher\AudioSwitcher.AudioApi\AudioSwitcher.AudioApi.csproj", "{80009365-640A-4BD5-B4A2-E7CAB39D5715}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -20,6 +24,14 @@ Global
{51BA8443-49DA-4319-9091-10C5146E3994}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51BA8443-49DA-4319-9091-10C5146E3994}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51BA8443-49DA-4319-9091-10C5146E3994}.Release|Any CPU.Build.0 = Release|Any CPU
{CB5C5983-12C1-4667-A16A-AF143990D756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB5C5983-12C1-4667-A16A-AF143990D756}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB5C5983-12C1-4667-A16A-AF143990D756}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB5C5983-12C1-4667-A16A-AF143990D756}.Release|Any CPU.Build.0 = Release|Any CPU
{80009365-640A-4BD5-B4A2-E7CAB39D5715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80009365-640A-4BD5-B4A2-E7CAB39D5715}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80009365-640A-4BD5-B4A2-E7CAB39D5715}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80009365-640A-4BD5-B4A2-E7CAB39D5715}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
25 changes: 3 additions & 22 deletions WinAudioAssistant/WinAudioAssistant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,9 @@
<PackageReference Include="System.Reactive" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<Reference Include="AudioSwitcher.AudioApi">
<HintPath>.\Libs\Debug\AudioSwitcher.AudioApi.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
<Reference Include="AudioSwitcher.AudioApi">
<HintPath>.\Libs\Release\AudioSwitcher.AudioApi.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<Reference Include="AudioSwitcher.AudioApi.CoreAudio">
<HintPath>.\Libs\Debug\AudioSwitcher.AudioApi.CoreAudio.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
<Reference Include="AudioSwitcher.AudioApi.CoreAudio">
<HintPath>.\Libs\Release\AudioSwitcher.AudioApi.CoreAudio.dll</HintPath>
</Reference>
<ItemGroup>
<ProjectReference Include="..\..\AudioSwitcher\AudioSwitcher.AudioApi.CoreAudio\AudioSwitcher.AudioApi.CoreAudio.csproj" />
<ProjectReference Include="..\..\AudioSwitcher\AudioSwitcher.AudioApi\AudioSwitcher.AudioApi.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 80b18bb

Please sign in to comment.