microsoft / BITS-Manager

The BITS Manager is a sample WPF C#/.NET utility to examine and control your BITS uploads and downloads
MIT License
77 stars 23 forks source link

Fixing the CSPROJ so that the reference DLLs are correctly included #6

Closed PeterSmithRedmond closed 5 years ago

PeterSmithRedmond commented 5 years ago

This should now correctly build on other peoples machines.

mstojens commented 5 years ago

This resolves the DLL references error I was getting.

The Click Once manifest was enabled again though, so I had to uncheck it to get it to run.