Sage / SDataCSharpClientLib

SData .NET Client Library, written in C#, based on Microsoft Argotic
Other
33 stars 23 forks source link

Change build path for .NET 2.0 and .NET 3.5 projects #3

Open RyanFarley opened 13 years ago

RyanFarley commented 13 years ago

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)