Fix the solution not building after a fresh clone.26/head
commitfcc9a6c2438c5efb1933ff710fc6a9aa35142f17
authorWilbert van Dolleweerd <wilbert@arentheym.com>
Tue, 23 Aug 2011 08:59:35 +0000 (23 10:59 +0200)
committerWilbert van Dolleweerd <wilbert@arentheym.com>
Tue, 23 Aug 2011 17:00:01 +0000 (23 19:00 +0200)
tree0558fa8d0adf2d0489c1159ab0cec857f597036a
parentfed9535519a1a918ed6734001b7f5c3a83dd8a10
Fix the solution not building after a fresh clone.

When someone clones the repository and wants to compile the
master branch (up to the latest commit fed9535519a1a918ed6734001b7f5c3a83dd8a10),
the solution will not compile because of a missing SharedAssemblyInfo.cs

This file was deleted in commit e5dfc7643a22e997cb993132eef65c4a19d1bc35.

I simply retrieved the file from a commit just before that and added it
again.

Now everyone can clone the repository and compile the solution without
running into compilation errors...
SharedAssemblyInfo.cs [new file with mode: 0644]