Skip to content

Commit

Permalink
Added src and lib folders
Browse files Browse the repository at this point in the history
  • Loading branch information
lfalcao28 committed May 4, 2011
1 parent 79240e6 commit 36409b4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Put external libs (dependencies)sources here.

The advised structure is as follows:

/
|--<Dependency1>/ - Dependency1 folder. (put dependency1 dlls here)
|--...
|--ProjectN/ - ProjectN folder
11 changes: 11 additions & 0 deletions src/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Put your sources here.

The advised structure is as follows:

/
|--<Solution1>.sln -
|--...
|--<SolutionN>.sln (if more than one solution needed)
|--<Project1>/ - Project1 folder
|--...
|--<ProjectN>/ - ProjectN folder

0 comments on commit 36409b4

Please sign in to comment.