diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 030ea1c..1320ff3 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1867,9 +1867,11 @@ | |||
1867 | <Files> | 1867 | <Files> |
1868 | <Match pattern="*.cs" recurse="true"/> | 1868 | <Match pattern="*.cs" recurse="true"/> |
1869 | <Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/> | 1869 | <Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource"/> |
1870 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
1870 | <!-- add more as you go --> | 1871 | <!-- add more as you go --> |
1871 | <Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/> | 1872 | <Match path="Resources/SQLiteDialect" pattern="*.sql" buildAction="EmbeddedResource"/> |
1872 | <Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/> | 1873 | <Match path="Resources/MySQLDialect" pattern="*.sql" buildAction="EmbeddedResource"/> |
1874 | <Match path="Resources/MsSql2005Dialect" pattern="*.sql" buildAction="EmbeddedResource"/> | ||
1873 | </Files> | 1875 | </Files> |
1874 | </Project> | 1876 | </Project> |
1875 | 1877 | ||