Click here to Skip to main content
15,897,371 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Re-using Code Pin
#realJSOP25-Jan-08 5:50
professional#realJSOP25-Jan-08 5:50 
GeneralRe: Re-using Code Pin
Tristan Rhodes25-Jan-08 6:07
Tristan Rhodes25-Jan-08 6:07 
GeneralRe: Re-using Code Pin
led mike25-Jan-08 6:59
led mike25-Jan-08 6:59 
GeneralRe: Re-using Code Pin
Luc Pattyn25-Jan-08 7:29
sitebuilderLuc Pattyn25-Jan-08 7:29 
GeneralRe: Re-using Code Pin
led mike25-Jan-08 7:48
led mike25-Jan-08 7:48 
GeneralRe: Re-using Code Pin
Kschuler25-Jan-08 8:17
Kschuler25-Jan-08 8:17 
GeneralRe: Re-using Code Pin
#realJSOP25-Jan-08 9:47
professional#realJSOP25-Jan-08 9:47 
GeneralRe: Re-using Code Pin
TheGreatAndPowerfulOz21-Feb-08 9:10
TheGreatAndPowerfulOz21-Feb-08 9:10 
our project tree is arranged as follows:

src\
   bin\
       debug\
       release\
lib\
classlibproj1\
classlibproj2\

etc...

now .SLN files go into 'src'
each .csproj goes into it's respective folder, but we change the output to so that it goes into src\bin\debug or src\bin\release depending on the build.

all external "binary" library references come src\lib

but we only put "external" or third-party binary libraries into src\lib (libraries from outside or above the 'src' tree).

if there's a dependency between projects under the 'src' tree, then put them into the same solution file (.sln) and make a reference from one to the other.

if Proj1 and Proj2 are independent of each other, but use one or more common libraries that can have different versions, then you need separate src or bin locations for them and separate 'lib' locations.

hope this helps.

Silence is the voice of complicity.

Strange women lying in ponds distributing swords is no basis for a system of government. -- monty python

Might I suggest that the universe was always the size of the cosmos. It is just that at one point the cosmos was the size of a marble. -- Colin Angus Mackay

QuestionHow to read text present on a image Pin
harivinod25-Jan-08 2:39
harivinod25-Jan-08 2:39 
AnswerRe: How to read text present on a image - Cross-post, ignore Pin
Justin Perez25-Jan-08 3:33
Justin Perez25-Jan-08 3:33 
GeneralRe: How to read text present on a image - Cross-post, ignore Pin
Paul Conrad25-Jan-08 4:04
professionalPaul Conrad25-Jan-08 4:04 
GeneralRe: How to read text present on a image - Cross-post, ignore Pin
Justin Perez25-Jan-08 4:09
Justin Perez25-Jan-08 4:09 
AnswerRe: How to read text present on a image Pin
Paul Conrad25-Jan-08 4:04
professionalPaul Conrad25-Jan-08 4:04 
AnswerRe: How to read text present on a image Pin
#realJSOP25-Jan-08 5:24
professional#realJSOP25-Jan-08 5:24 
GeneralRe: How to read text present on a image Pin
Paul Conrad26-Jan-08 11:32
professionalPaul Conrad26-Jan-08 11:32 
AnswerRe: How to read text present on a image Pin
Vasudevan Deepak Kumar27-Jan-08 23:54
Vasudevan Deepak Kumar27-Jan-08 23:54 
GeneralError Adding Web Reference to Sharepoint Web Service Pin
r-mo23-Jan-08 23:32
r-mo23-Jan-08 23:32 
QuestionAccess of common thread by WCF service and windows service in c#.net 3.0 Pin
anumadhu23-Jan-08 11:37
anumadhu23-Jan-08 11:37 
GeneralRe: Access of common thread by WCF service and windows service in c#.net 3.0 Pin
Tristan Rhodes25-Jan-08 6:26
Tristan Rhodes25-Jan-08 6:26 
GeneralBackground Loading of UI - Flickering Rendering Problem [modified] Pin
Tristan Rhodes23-Jan-08 2:00
Tristan Rhodes23-Jan-08 2:00 
GeneralRe: Background Loading of UI - Flickering Rendering Problem Pin
led mike23-Jan-08 5:59
led mike23-Jan-08 5:59 
GeneralConvert VC++ to C#.net Pin
Sunil12322-Jan-08 18:56
Sunil12322-Jan-08 18:56 
GeneralRe: Convert VC++ to C#.net Pin
Dave Kreskowiak23-Jan-08 1:44
mveDave Kreskowiak23-Jan-08 1:44 
GeneralRe: Convert VC++ to C#.net Pin
Pete O'Hanlon23-Jan-08 1:57
mvePete O'Hanlon23-Jan-08 1:57 
GeneralRe: Convert VC++ to C#.net Pin
Paul Conrad24-Jan-08 7:29
professionalPaul Conrad24-Jan-08 7:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.