Looks like the new files were never added to prebuild.xml

soprefactor
Melanie 2010-05-18 21:15:58 +01:00
parent 6eef334059
commit df49756e7b
1 changed files with 2 additions and 0 deletions

View File

@ -2141,6 +2141,7 @@
<Exclude name="Tests" pattern="Tests" />
</Match>
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
<Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/>
<Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
</Files>
</Project>
@ -2247,6 +2248,7 @@
<Exclude name="Tests" pattern="Tests" />
</Match>
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
<Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/>
<Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
</Files>
</Project>