-
-
Notifications
You must be signed in to change notification settings - Fork 178
/
Copy pathSoundSwitch.slnx
25 lines (25 loc) · 1.1 KB
/
SoundSwitch.slnx
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
<Solution>
<Configurations>
<BuildType Name="Beta" />
<BuildType Name="Debug" />
<BuildType Name="Nightly" />
<BuildType Name="Release" />
</Configurations>
<Project Path="SoundSwitch.Audio.Manager.Tests\SoundSwitch.Audio.Manager.Tests.csproj" Type="Classic C#">
<Configuration Solution="Beta|Any CPU" Project="Debug|Any CPU" />
<Configuration Solution="Nightly|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="SoundSwitch.Audio.Manager\SoundSwitch.Audio.Manager.csproj">
<Configuration Solution="Beta|Any CPU" Project="Release|Any CPU" />
</Project>
<Project Path="SoundSwitch.Common\SoundSwitch.Common.csproj">
<Configuration Solution="Beta|Any CPU" Project="Release|Any CPU" />
</Project>
<Project Path="SoundSwitch.Tests\SoundSwitch.Tests.csproj">
<Configuration Solution="Beta|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="SoundSwitch.UI.Menu\SoundSwitch.UI.Menu.csproj" Type="Classic C#">
<Configuration Solution="Beta|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="SoundSwitch\SoundSwitch.csproj" />
</Solution>