msbuild projects build order -
I am creating a solution in Visual Studio 2005, it's working fine but when I made it with MSBield Lets do not get some files, start projects copied to bin folder. Please tell me how to solve this problem.
You must add a reference to the required projects, but not copied VS contexts in the bin folder. If you are more generous then MSBuild is if you have 3 projects A, B and C, then reference B and B are reference C, then you should add references for both B and C in Project A.
Comments
Post a Comment