I have a VS 2008 Solution in VB.Net that has 2 projects - a Launcher and the App.The Launcher is what runs first, checks to make sure the App has all the latest files from the network, etc. and then l
I created a custom common target \"RealClean\" which remove every files in the output and \"intermediate output\" directory. I put i开发者_运维百科t in the Microsoft.Common.targets file.
Currently I have 4 solutions that are independent projects, however there is quite a bit of duplicated code when it comes to a few areas of the applications.
I have a couple of different solutions, in which some projects may depend on output from projects in other solutions. To manage this, I\'ve been copying dll files from the /bin/ folder in each project
I am copying projects in one solution that is bound to VSS from one solution to another that is not bound (or shouldn\'t be).When I copy the original project and add it to the new solution, it\'s show
So, if I have website pr开发者_运维技巧oject Foo which has a reference to class library project Bar, how do I remove that reference?The reference is stored in the Visual Studio solution file.
I need to add event calendar functionality to my application, and I\'m wondering what do you think is the best way to do it ? Are there any interesting projects providing the needed functionality ? A
We have a lot of different solutions/projects which are managed by different teams. Our solution needs to reference several projects that another team owns. We don\'t want to add these dependencies as
I\'m starting a new project and would like some advice. The purpose is to migrate the front-end of a web application developed with Oracle in the back-end (version 9) and Oracle Forms 6.0 in the fron
something that开发者_开发技巧 should be so simple in .net seems to be oh-so-hard. I have a project called MyExtenders, containing a few simple extenders to basic types.