Skip to content

Commit 6dca8de

Browse files
add references to more system libraries (#369)
add all system dlls in streamerbot dir and framework http reference
1 parent b6d41a5 commit 6dca8de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

streamerbot/3.api/3.csharp/1.recipes/visual-studio-code.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Open the `Explorer` view by selecting `View > Explorer` from the menu bar, or us
5959
```xml [StreamerBot.csproj]
6060
<Project Sdk="Microsoft.NET.Sdk">
6161
<PropertyGroup>
62-
<OutputType>Exe</OutputType>
6362
<TargetFramework>net481</TargetFramework>
6463
<LangVersion>13.0</LangVersion>
6564
<Nullable>enable</Nullable>
@@ -85,6 +84,10 @@ Open the `Explorer` view by selecting `View > Explorer` from the menu bar, or us
8584
<Reference Include="$(StreamerBotPath)/NAudio*.dll" />
8685
<Reference Include="$(StreamerBotPath)/Wpf*.dll" />
8786
<Reference Include="$(StreamerBotPath)/Newtonsoft.Json.dll" />
87+
<Reference Include="$(StreamerBotPath)/System.*.dll" />
88+
89+
<Reference Include="System.Web" />
90+
<Reference Include="System.Net.Http" />
8891

8992
<!-- Uncomment the following line to reference all dlls in the streamerbot directory -->
9093
<!-- <Reference Include="$(StreamerBotPath)/**/*.dll" /> -->

0 commit comments

Comments
 (0)