Initial project's source code check-in.
This commit is contained in:
commit
b03b0b373f
4573 changed files with 981205 additions and 0 deletions
17
WebsitePanel/Resources/script-websitepanel-versions.build
Normal file
17
WebsitePanel/Resources/script-websitepanel-versions.build
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" ?>
|
||||
<project name="script" default="script">
|
||||
|
||||
<target name="script">
|
||||
|
||||
<!-- Generate SQL Scripts -->
|
||||
<scriptdatabase output="build-websitepanel-versions.sql"
|
||||
server="TFS01"
|
||||
database="${database}">
|
||||
|
||||
<!-- Script data -->
|
||||
<data all="false" names="Versions" />
|
||||
|
||||
</scriptdatabase>
|
||||
</target>
|
||||
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue