diff options
author | AlexRa | 2010-05-19 10:28:37 +0300 |
---|---|---|
committer | AlexRa | 2010-05-19 21:49:20 +0300 |
commit | d71c483bf0669967d9b58aa3b70247ae800e566f (patch) | |
tree | 35a5be40309c2870d240767163bf80f5b2600bc0 /prebuild.xml | |
parent | Kind of fixed Melanie's "Exception(sql)" correction (diff) | |
download | opensim-SC_OLD-d71c483bf0669967d9b58aa3b70247ae800e566f.zip opensim-SC_OLD-d71c483bf0669967d9b58aa3b70247ae800e566f.tar.gz opensim-SC_OLD-d71c483bf0669967d9b58aa3b70247ae800e566f.tar.bz2 opensim-SC_OLD-d71c483bf0669967d9b58aa3b70247ae800e566f.tar.xz |
Prebuild: added *.migrations as resources to MSSQL, SQLiteLegacy (just in case)
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index f9608fb..870826c 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2175,6 +2175,7 @@ | |||
2175 | <Files> | 2175 | <Files> |
2176 | <Match pattern="*.cs" recurse="true"/> | 2176 | <Match pattern="*.cs" recurse="true"/> |
2177 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> | 2177 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> |
2178 | <Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/> | ||
2178 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 2179 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
2179 | </Files> | 2180 | </Files> |
2180 | </Project> | 2181 | </Project> |
@@ -2212,6 +2213,7 @@ | |||
2212 | <Exclude name="Tests" pattern="Tests" /> | 2213 | <Exclude name="Tests" pattern="Tests" /> |
2213 | </Match> | 2214 | </Match> |
2214 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> | 2215 | <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> |
2216 | <Match path="Resources" pattern="*.migrations" buildAction="EmbeddedResource"/> | ||
2215 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | 2217 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> |
2216 | </Files> | 2218 | </Files> |
2217 | </Project> | 2219 | </Project> |