Skip to content

Commit

Permalink
minor vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
iJungleboy committed Jun 20, 2024
1 parent ccc563b commit 84ddc10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 2sxc Docs Generator/pages/guides/vscode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ EndGlobal
```xml
<Project Sdk="Microsoft.NET.Sdk.Web">
<!-- This file helps VS Code provide IntelliSense - see https://go.2sxc.org/vscode -->
<!-- Template v2024-06-19. If you have issues, try getting a newer copy from the url above -->

<!-- Specify the default Namespace for C# code in this specific App -->
<PropertyGroup>
Expand Down Expand Up @@ -136,10 +137,9 @@ EndGlobal
<Reference Include="$(PathBin)\System.Web.Http.dll" />
<Reference Include="$(PathBin)\System.Web.WebPages.dll" />

<Reference Include="$(PathBin)\System.Net.Http.dll" />

<!-- System.Web is not in the DNN folder but in the .net Framework installed on the server -->
<Reference Include="System.Web" />
<Reference Include="System.Net.Http" />
</ItemGroup>

<!-- Polymorphism - if have files with the same classes confuse IntelliSense - see https://go.2sxc.org/vscode -->
Expand Down Expand Up @@ -308,5 +308,6 @@ TODO: this is not yet documented
## History

* Added v16.07 2023-10
* 2024-06-19 - Added more details about the `.csproj` file incl. date-version and correct DNN System.Net.Http reference

Shortlink: <https://go.2sxc.org/vscode>

0 comments on commit 84ddc10

Please sign in to comment.