aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/ShiftOS.Engine.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn/ShiftOS.Engine.csproj')
-rw-r--r--ShiftOS_TheReturn/ShiftOS.Engine.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/ShiftOS.Engine.csproj b/ShiftOS_TheReturn/ShiftOS.Engine.csproj
index ce22f3c..1ae2855 100644
--- a/ShiftOS_TheReturn/ShiftOS.Engine.csproj
+++ b/ShiftOS_TheReturn/ShiftOS.Engine.csproj
@@ -61,6 +61,10 @@
<Reference Include="Discoursistency.Util">
<HintPath>..\Libraries\Discoursistency.Util.dll</HintPath>
</Reference>
+ <Reference Include="NAudio, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\NAudio.1.8.0\lib\net35\NAudio.dll</HintPath>
+ <Private>True</Private>
+ </Reference>
<Reference Include="NetSockets">
<HintPath>..\Libraries\NetSockets.dll</HintPath>
</Reference>
@@ -115,6 +119,7 @@
<ItemGroup>
<Compile Include="AppearanceManager.cs" />
<Compile Include="AppLauncherDaemon.cs" />
+ <Compile Include="AudioManager.cs" />
<Compile Include="Commands.cs" />
<Compile Include="Command.cs" />
<Compile Include="CrashHandler.cs" />