summaryrefslogtreecommitdiff
path: root/DiscoBot/DiscoBot.csproj
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-04-24 14:13:58 +0200
committerTrueDoctor <d-kobert@web.de>2018-04-24 14:13:58 +0200
commit181dba0f96d8792e3565286b3983830674624cc5 (patch)
tree9c6a5fc00bf69aad09d5a335c59a11854ae49002 /DiscoBot/DiscoBot.csproj
parente5e0c1c5c9fb6afd68ebe9dc075af23f46f11e25 (diff)
fixed sound playback
moved post_processing to base constructor
Diffstat (limited to 'DiscoBot/DiscoBot.csproj')
-rw-r--r--DiscoBot/DiscoBot.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/DiscoBot/DiscoBot.csproj b/DiscoBot/DiscoBot.csproj
index b6635ea..37ddc5c 100644
--- a/DiscoBot/DiscoBot.csproj
+++ b/DiscoBot/DiscoBot.csproj
@@ -178,6 +178,12 @@
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\Spotify\Spotify.csproj">
+ <Project>{aef1f22a-7209-4939-b375-3f94b82f6f8a}</Project>
+ <Name>Spotify</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Baseclass.Contrib.Nuget.Output.2.4.1\build\net40\Baseclass.Contrib.Nuget.Output.targets" Condition="Exists('..\packages\Baseclass.Contrib.Nuget.Output.2.4.1\build\net40\Baseclass.Contrib.Nuget.Output.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">