remove an unused Match line in prebuild that is causing issues for

windows people: http://opensimulator.org/mantis/view.php?id=2851
0.6.1-post-fixes
Sean Dague 2008-12-17 21:05:14 +00:00
parent a9e38bcafc
commit bb31389b7d
1 changed files with 0 additions and 1 deletions

View File

@ -1600,7 +1600,6 @@
<!-- add more as you go -->
<Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/>
<Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/>
<Match path="Resources/MsSql2005Dialect" pattern="*.sql" buildAction="EmbeddedResource"/>
</Files>
</Project>