Revert a revert? Am i mad? Don't answer that....!
Revert "Revert "Looks like the new files were never added to prebuild.xml""
This reverts commit f253758c2e
.
soprefactor
parent
397326ddfa
commit
4fee3f9548
|
@ -2141,6 +2141,7 @@
|
||||||
<Exclude name="Tests" pattern="Tests" />
|
<Exclude name="Tests" pattern="Tests" />
|
||||||
</Match>
|
</Match>
|
||||||
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
||||||
|
<Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/>
|
||||||
<Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
|
<Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
|
||||||
</Files>
|
</Files>
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -2247,6 +2248,7 @@
|
||||||
<Exclude name="Tests" pattern="Tests" />
|
<Exclude name="Tests" pattern="Tests" />
|
||||||
</Match>
|
</Match>
|
||||||
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
<Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
|
||||||
|
<Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/>
|
||||||
<Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
|
<Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
|
||||||
</Files>
|
</Files>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue