diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml index f9608fb..329ef7b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2141,7 +2141,6 @@ | |||
2141 | <Exclude name="Tests" pattern="Tests" /> | 2141 | <Exclude name="Tests" pattern="Tests" /> |
2142 | </Match> | 2142 | </Match> |
2143 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> | 2143 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> |
2144 | <Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/> | ||
2145 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 2144 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
2146 | </Files> | 2145 | </Files> |
2147 | </Project> | 2146 | </Project> |
@@ -2248,7 +2247,6 @@ | |||
2248 | <Exclude name="Tests" pattern="Tests" /> | 2247 | <Exclude name="Tests" pattern="Tests" /> |
2249 | </Match> | 2248 | </Match> |
2250 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> | 2249 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> |
2251 | <Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/> | ||
2252 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 2250 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
2253 | </Files> | 2251 | </Files> |
2254 | </Project> | 2252 | </Project> |