Skip to content

Commit

Permalink
Remove obsolete .sln files (microsoft#39)
Browse files Browse the repository at this point in the history
And rename ebpf-demo.sln to ebpf-for-windows.sln

Signed-off-by: Dave Thaler <dthaler@ntdev.microsoft.com>
  • Loading branch information
dthaler authored Apr 17, 2021
1 parent 9b45f8d commit c8a612a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 300 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: windows-latest
env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: ebpf-demo.sln
SOLUTION_FILE_PATH: ebpf-for-windows.sln

# Configuration type to build.
# You can convert this to a build matrix if you need coverage of multiple configuration types.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ The following must be installed in order to build this project:
1. ```git clone --recurse-submodules https://github.com/microsoft/ebpf-for-windows.git```
2. ```cd ebpf-for-windows```
3. ```cmake -S external\ebpf-verifier -B external\ebpf-verifier\build```
4. ```msbuild /m /p:Configuration=Debug /p:Platform=x64 ebpf-demo.sln```
4. ```msbuild /m /p:Configuration=Debug /p:Platform=x64 ebpf-for-windows.sln```
or to build from within Visual Studio:
- Open ebpf-demo.sln
- Open ebpf-for-windows.sln
- Switch to debug / x64
- Build solution

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ This can be done from within the Visual Studio UI as follows.
First, open the solution in Visual Studio:

```
> ebpf-demo.sln
> ebpf-for-windows.sln
```

Next, right click on the solution in the Solution Explorer and select "Restore NuGet Packages".
Expand Down
File renamed without changes.
195 changes: 0 additions & 195 deletions ebpf-kernel.sln

This file was deleted.

Loading

0 comments on commit c8a612a

Please sign in to comment.