Make SmartThreadPool build pick up Properties/AssemblyInfo.cs by setting build to recurse in this directory.

Patch from http://opensimulator.org/mantis/view.php?id=7443
Thanks Fly-Man-
inv-download
Justin Clark-Casey (justincc) 2015-03-11 23:41:49 +00:00
parent de7017b43d
commit 80936fb4c5
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<Reference name="System.Data"/>
<Reference name="System.Web"/>
<Files>
<Match pattern="*.cs" recurse="false"/>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>