Visual Studio question
Posted: Mon Aug 31, 2015 2:37 am
Let's say my client has two AbleCommerce sites. I've built a customization in a separate project class library that is necessary in both sites.
No problem, right? Just add that project to each respective solution.
But, what happens to the project DLL when you build the project? In the Project Properties, there's only one build directory you can specify.
Does Visual Studio know this project is referenced in two different sites and update the /bin/ folder DLL for each site automatically? What do other developers do when a single project needs built into multiple .Net applications? Is that when a build server comes into play?
No problem, right? Just add that project to each respective solution.
But, what happens to the project DLL when you build the project? In the Project Properties, there's only one build directory you can specify.
Does Visual Studio know this project is referenced in two different sites and update the /bin/ folder DLL for each site automatically? What do other developers do when a single project needs built into multiple .Net applications? Is that when a build server comes into play?