You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Right now both the .NET 3.5 and .NET 2.0 projects build to the same location. When you build the solution one overwrites the other. Can we set each build path to have separate build paths for each?
I would send you a pull request for this but not sure how you'd want to handle this. In my repo I changed the build path for the .NET 2.0 project to just build to a Net20 folder under Debug/Release (and left 3.5 to just build to root of Debug/Release)