diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 329ef7b..870826c 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2141,6 +2141,7 @@ | |||
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"/> | ||
2144 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 2145 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
2145 | </Files> | 2146 | </Files> |
2146 | </Project> | 2147 | </Project> |
@@ -2174,6 +2175,7 @@ | |||
2174 | <Files> | 2175 | <Files> |
2175 | <Match pattern="*.cs" recurse="true"/> | 2176 | <Match pattern="*.cs" recurse="true"/> |
2176 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> | 2177 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> |
2178 | <Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/> | ||
2177 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 2179 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
2178 | </Files> | 2180 | </Files> |
2179 | </Project> | 2181 | </Project> |
@@ -2211,6 +2213,7 @@ | |||
2211 | <Exclude name="Tests" pattern="Tests" /> | 2213 | <Exclude name="Tests" pattern="Tests" /> |
2212 | </Match> | 2214 | </Match> |
2213 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> | 2215 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> |
2216 | <Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/> | ||
2214 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 2217 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
2215 | </Files> | 2218 | </Files> |
2216 | </Project> | 2219 | </Project> |
@@ -2247,6 +2250,7 @@ | |||
2247 | <Exclude name="Tests" pattern="Tests" /> | 2250 | <Exclude name="Tests" pattern="Tests" /> |
2248 | </Match> | 2251 | </Match> |
2249 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> | 2252 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> |
2253 | <Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/> | ||
2250 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 2254 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
2251 | </Files> | 2255 | </Files> |
2252 | </Project> | 2256 | </Project> |